- 21 Jun, 2021 40 commits
-
-
Andrew Fontaine authored
The original creation of the foreign key from freeze periods to projects did not set any on delete behaviour. The migration here deletes and recreates that foreign key with a cascading on delete, allowing the project delete to also delete any linked freeze periods. Changelog: fixed
-
Matthias Käppler authored
Remove Danger rule that adds tags to MR title upon FF change See merge request gitlab-org/gitlab!64496
-
Patrick Bajao authored
Rename project integration associations: UWY [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!64434
-
Sean McGivern authored
Move creation of event outside of mailer See merge request gitlab-org/gitlab!64404
-
Sean McGivern authored
Merge branch '332563-rename-usagepingcontroller-to-servicepingcontroller-and-refactor-fix-specs' into 'master' Rename UsagePingController to ServicePingController and refactor/fix specs See merge request gitlab-org/gitlab!64143
-
David O'Regan authored
Enable deep linking on environments page for tabs See merge request gitlab-org/gitlab!64331
-
Rémy Coutable authored
This usage of feature flag is now done statically, thanks to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/61052. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
Convert to use GraphQL in issues page refactor part 2 See merge request gitlab-org/gitlab!64429
-
Heinrich Lee Yu authored
Refactoring and simplification of spam-related services [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!58603
-
Chad Woolley authored
-
Phil Hughes authored
Reduce horizontal padding in new top nav See merge request gitlab-org/gitlab!64357
-
Andrew Fontaine authored
When migrating to `GlTabs`, no syncing with the query parameters was done. We correct that by adding an `activeTab` computed property that searches for the tab selected by the query parameters, defaulting to the first tab if none is found. This is bound to the `GlTabs`' `:value` property. As the query parameter is always updated on tab selection, changing tabs works as expected. Changelog: fixed
-
Markus Koller authored
Remove FF for datadog_ci_integration [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!64113
-
Adrián López Calvo authored
-
Vitaly Slobodin authored
Removed a GraphQL error suppression on assignees dropdown See merge request gitlab-org/gitlab!64489
-
Natalia Tepluhina authored
-
Kati Paizee authored
Add SSH Key email version information See merge request gitlab-org/gitlab!64475
-
Evan Read authored
-
Rémy Coutable authored
Do not run package hunter if credentials are missing See merge request gitlab-org/gitlab!64277
-
Heinrich Lee Yu authored
Remove duplicate where condition for distinct_on_user_with_max_access_level See merge request gitlab-org/gitlab!64214
-
Vitaly Slobodin authored
Remove job dependency for Vulnerability-Check See merge request gitlab-org/gitlab!64333
-
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
-