- 21 Jun, 2021 33 commits
-
-
Thong Kuah authored
It turned out that we have hooks for :migration specs to re-up the migrations after the specs have run. It's just that in this case, the schema: was set in-correctly so this migration was not downed in the before hook. Because this migration was not downed, that means the migration will not be upped in the after hook. So we fix the schema: to a version number slightly before this migration
-
Patrick Bajao authored
Format network policies update time See merge request gitlab-org/gitlab!64205
-
Natalia Tepluhina authored
Move to urlParamsToObject to url_utility.js and deprecate it See merge request gitlab-org/gitlab!64386
-
Miguel Rincon authored
-
Ezekiel Kigbo authored
Chore(deprecatedCreateFlash): remove function See merge request gitlab-org/gitlab!63903
-
Achilleas Pipinellis authored
Don't link directly to the zero downtime upgrade section for Geo See merge request gitlab-org/gitlab!64473
-
Marcel Amirault authored
Add version note for project bot seat use See merge request gitlab-org/gitlab!64460
-
Harsh Chouraria authored
-
Marcel Amirault authored
Fix invalid JSON in JWT payload See merge request gitlab-org/gitlab!64465
-
Matthias Käppler authored
GithubImporter: Count and log each object imported See merge request gitlab-org/gitlab!64256
-
Kassio Borges authored
To provide a better feedback about what was imported and make it easier to debug missing objects, not the FinishImportWorker will log the number of objects imported, like: ``` { "message": "GitHub project import finished", "duration_s": 377.68, "objects_imported": { "github_importer_imported_pull_requests_merged_by": 92, "github_importer_imported_pull_request_reviews": 81, "github_importer_imported_diff_notes": 93, "github_importer_imported_pull_requests": 108, "github_importer_imported_notes": 794, "github_importer_imported_issues": 321 }, "import_source": "github", "project_id": 38, "import_stage": "Gitlab::GithubImport::Stage::FinishImportWorker" } ``` Changelog: changed
-
charlie ablett authored
Revise Pivotal Tracker project integration: style, docs See merge request gitlab-org/gitlab!64306
-
Marcin Sedlak-Jakubowski authored
-
Evan Read authored
Tweak wording on SSH and PAT expiration settings See merge request gitlab-org/gitlab!64477
-
Tiger Watson authored
Ensure DB migration is run after testing down See merge request gitlab-org/gitlab!64476
-
Marcel Amirault authored
Remove outdated docs redirects See merge request gitlab-org/gitlab!64420
-
Marcin Sedlak-Jakubowski authored
-
Douglas Barbosa Alexandre authored
Refactor database selection in SidekiqServerMiddleware See merge request gitlab-org/gitlab!63304
-
Kushal Pandya authored
Standardize UI text for protected branches and protected tags See merge request gitlab-org/gitlab!63959
-
Tan Le authored
-
charlie ablett authored
Fix group avatar API endpoint to work with subgroups See merge request gitlab-org/gitlab!63934
-
Ezekiel Kigbo authored
Merge branch '331028-follow-up-from-jira-connect-show-all-namespaces-when-search-term-length-3' into 'master' Jira Connect: ensure that the Clear button is visible in the Namespace search See merge request gitlab-org/gitlab!64378
-
Mark Lapierre authored
Remove QA tests from quarantine and remove FF See merge request gitlab-org/gitlab!64469
-
Thong Kuah authored
This prevents the old index from persisting after this spec is run, and causing subsequent specs to fail
-
Anton Smith authored
-
Mark Chao authored
Allow to promote confidential issues to confidential epics See merge request gitlab-org/gitlab!64253
-
mlunoe authored
Since the function is no longer used we can safely remove it + the tests covering it
-
Ezekiel Kigbo authored
Refactor(createFlash): use non-deprecated function See merge request gitlab-org/gitlab!63902
-
Marcel Amirault authored
Compress doc images (June maintenance) See merge request gitlab-org/gitlab!64416
-
Mark Lapierre authored
The feature flag has been removed from the codebase so is no longer needed in the tests.
-
Thong Kuah authored
Adds status to stage See merge request gitlab-org/gitlab!61177
-
Russell Dickenson authored
Update NFS for Git repositories deprecation notices See merge request gitlab-org/gitlab!64148
-
Evan Read authored
-
- 20 Jun, 2021 7 commits
-
-
Russell Dickenson authored
Move Gitaly and Gitaly Cluster troubleshooting to separate page See merge request gitlab-org/gitlab!64377
-
James Fargher authored
Create close issue event on issue move See merge request gitlab-org/gitlab!64197
-
Evan Read authored
Docs: Added guidance for table footnotes See merge request gitlab-org/gitlab!64448
-
Suzanne Selhorn authored
-
Shinya Maeda authored
Remove new_release_page feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!64153
-
Evan Read authored
Also: - Removes documentation from UI. - Improves related documentation. Changelog: changed
-
Philipp Bandow authored
-