Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 0.6.x into 0.7.x #206

Merged
merged 38 commits into from
Dec 13, 2023

Conversation

rtibbles
Copy link
Member

Summary

Merges up to bring latest changes to 0.7 and allow a new version to be released

TODO

  • Have tests been written for the new code?
  • Has documentation been written/updated?
  • New dependencies (if any) added to requirements file

Reviewer guidance

If you PR has a significant size, give the reviewer some helpful remarks

Issues addressed

List the issues solved or partly solved by the PR

Documentation

If the PR has documentation, link the file here (either .rst in your repo or if built on Read The Docs)

akolson and others added 30 commits July 13, 2023 18:55
…-params

Adds cleanupsyncs command parameters
…-params

corrects version number on changelogs
….6.x

Update publish workflow to allow continued 0.6.x releases
Fix GH action workflows for py2.7 deprecation
…on-resume

Add optional setting to ignore an existing process on resuming a sync
rtibbles and others added 8 commits October 4, 2023 18:25
…l_tracking_in_deserialization

No deleted model tracking in deserialization
Don't close sync session unless also older than cutoff
# Conflicts:
#	.github/workflows/python-publish.yml
#	.github/workflows/tox.yml
#	morango/__init__.py
#	tests/testapp/tests/compat.py
#	tox.ini
from test.support import EnvironmentVarGuard # noqa F401
except ImportError:
# In Python 3.10, this has been moved to test.support.os_helper
from test.support.os_helper import EnvironmentVarGuard # noqa F401
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh gosh I just remembered this nightmare

@rtibbles rtibbles merged commit fccaf2a into learningequality:release-v0.7.x Dec 13, 2023
20 checks passed
@rtibbles rtibbles deleted the merge0.6.xinto0.7.x branch December 13, 2023 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants