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

Drop support for migration from CDash 2.x #1801

Merged
merged 6 commits into from
Jan 4, 2024

Conversation

williamjallen
Copy link
Collaborator

CDash 3.2 will be the last version of CDash to support migration from CDash 2.x. CDash administrators who wish to upgrade their system from CDash 2.x should first upgrade to CDash 3.2, and then upgrade to the latest version of CDash.

With the imminent release of CDash 3.2 looming, I took some time to begin the process of removing CDash 2.x migration support in preparation for the CDash 3.3. release. This PR eliminates the migration files, logic, and tests for 2.x migrations, but retains the schema files and a handful of more complicated portions of the migration logic which I intend to remove in future PRs.

@williamjallen williamjallen marked this pull request as draft November 15, 2023 23:02
Copy link
Member

@josephsnyder josephsnyder left a comment

Choose a reason for hiding this comment

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

LGTM!

@josephsnyder josephsnyder added this pull request to the merge queue Jan 4, 2024
Merged via the queue into Kitware:master with commit cb6478f Jan 4, 2024
2 checks passed
@williamjallen williamjallen deleted the cdash-2-migration branch January 5, 2024 14:56
github-merge-queue bot pushed a commit that referenced this pull request Jan 23, 2024
#1801 removed most of the CDash 2.x migration logic, and rendered the
upgrade button useless on `upgrade.php`. This PR eliminates the upgrade
button, and associated logic. Since the button was the last place using
the contents of the `version` database table, I created a migration to
delete it.
github-merge-queue bot pushed a commit that referenced this pull request Jun 14, 2024
#1801, and subsequently,
#1948, removed legacy CDash 2.x
upgrade-related code. This PR removes the final scraps of legacy
database creation code left behind after those two PRs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants