-
Notifications
You must be signed in to change notification settings - Fork 9
Release Mismatch Finder to Production #732
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
Merged
Merged
Conversation
This file contains hidden or 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
* Add column 'type' to migrations The seemingly unrelated CSV validation tests have been updated as well to test the change is working. To test the changes run sail artisan migrate:refresh --seed Bug: T313467
* Make footer stay at the bottom of the page aka sticky Bug: T344336
) * Update docs and exampleMismatchFile to account for new type column Bug: T313467 --------- Co-authored-by: noa <noa.rave@wikimedia.de>
* Add concurrency to github workflows Bug: T345857
* Add custom noscript page for Javascript disabled browsers * Move noscript to a separate file and update codex-design-tokens scss import Bug: T343344
Bumps [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) from 11.0.3 to 12.0.0. - [Release notes](https://github.com/vuejs/eslint-config-typescript/releases) - [Commits](vuejs/eslint-config-typescript@v11.0.3...v12.0.0) --- updated-dependencies: - dependency-name: "@vue/eslint-config-typescript" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.7.5 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 6.7.5. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.5/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump typescript-eslint/parser from 5.59.9 to 6.0.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hasan Akgün <hasanakg@outlook.com>
This change adds a workflow to create a PR to make a production release of Mismatch Finder every two weeks approximately (on the 1st and 15th of every month) or on manual dispatch when required. The created PR can then be reviewed by the engineers, UX and Product, and either accepted and merged or rejected and closed.
Collaborator
|
Did we do the database migration or it will be done within deployment? |
Member
|
It's done after deployment. We can do it together if you want to see how it works |
hasanakg
approved these changes
Nov 2, 2023
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.
Review and release the latest changes.