-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Add patch data migration script for usage stats #12970
Merged
ziqing26
merged 3 commits into
TEAMMATES:v9-non-course-migration
from
ziqing26:patch-data-migration
Mar 31, 2024
Merged
Add patch data migration script for usage stats #12970
ziqing26
merged 3 commits into
TEAMMATES:v9-non-course-migration
from
ziqing26:patch-data-migration
Mar 31, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FergusMok
approved these changes
Mar 31, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for helping to investigate and fix this 👍
mingyuanc
pushed a commit
to mingyuanc/teammates
that referenced
this pull request
Apr 14, 2024
* Add patch data migration script for usage stats * Fix hibernate batch query * Revert log
mingyuanc
added a commit
to mingyuanc/teammates
that referenced
this pull request
Apr 14, 2024
)" This reverts commit 239ae85.
weiquu
added a commit
that referenced
this pull request
Apr 17, 2024
* [#12048] Config prod settings and convenience scripts for non course migration (#12959) * Add fields * Change based on feedback * Add changes * Add reverse data migration script for account (#12962) * Add changes (#12965) * V9 non course migration fix to check extra SQL accounts (#12966) * Add changes * Add isMarked script * Add patch data migration script for usage stats (#12970) * Add patch data migration script for usage stats * Fix hibernate batch query * Revert log * Initial commit * Revert "[#12048] Config prod settings and convenience scripts for non course migration (#12959)" This reverts commit 6df39c1. * Revert "Add reverse data migration script for account (#12962)" This reverts commit 0509982. * Revert "V9 non course migration fix to check extra SQL accounts (#12966)" This reverts commit 611b2cc. * Revert "Add patch data migration script for usage stats (#12970)" This reverts commit 239ae85. * Revert "Add changes (#12965)" This reverts commit 1292dbe. * Fix lint * Retry lint --------- Co-authored-by: FergusMok <[email protected]> Co-authored-by: Zhang Ziqing <[email protected]> Co-authored-by: Wei Qing <[email protected]>
xenosf
pushed a commit
to xenosf/teammates
that referenced
this pull request
Apr 17, 2024
* [TEAMMATES#12048] Config prod settings and convenience scripts for non course migration (TEAMMATES#12959) * Add fields * Change based on feedback * Add changes * Add reverse data migration script for account (TEAMMATES#12962) * Add changes (TEAMMATES#12965) * V9 non course migration fix to check extra SQL accounts (TEAMMATES#12966) * Add changes * Add isMarked script * Add patch data migration script for usage stats (TEAMMATES#12970) * Add patch data migration script for usage stats * Fix hibernate batch query * Revert log * Initial commit * Revert "[TEAMMATES#12048] Config prod settings and convenience scripts for non course migration (TEAMMATES#12959)" This reverts commit 6df39c1. * Revert "Add reverse data migration script for account (TEAMMATES#12962)" This reverts commit 0509982. * Revert "V9 non course migration fix to check extra SQL accounts (TEAMMATES#12966)" This reverts commit 611b2cc. * Revert "Add patch data migration script for usage stats (TEAMMATES#12970)" This reverts commit 239ae85. * Revert "Add changes (TEAMMATES#12965)" This reverts commit 1292dbe. * Fix lint * Retry lint --------- Co-authored-by: FergusMok <[email protected]> Co-authored-by: Zhang Ziqing <[email protected]> Co-authored-by: Wei Qing <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Part of #12048
Outline of Solution