- 13 Nov, 2020 6 commits
-
-
Dylan Griffith authored
Extend require_migration helper on EE See merge request gitlab-org/gitlab!47509
-
Luke Duncalfe authored
Documentation: Add dos-and-donts for resolver re-use See merge request gitlab-org/gitlab!47325
-
Thong Kuah authored
Add documentation for the Canary Ingress Weight Change See merge request gitlab-org/gitlab!45637
-
Shinya Maeda authored
This commit adds the documentation.
-
Stan Hu authored
[GraphQL] Boards: use Global-ID scalar See merge request gitlab-org/gitlab!36113
-
Dylan Griffith authored
Fix an issue in the create_empty_index rake task See merge request gitlab-org/gitlab!47575
-
- 12 Nov, 2020 34 commits
-
-
Jose Ivan Vargas authored
Update detailed_metric.vue modal to match Pajamas guidelines See merge request gitlab-org/gitlab!46183
-
Amy Qualls authored
Attempts to start the process of updating the detailed_metric.vue file to use the new Pajamas components. It is neither correct nor complete.
-
Thong Kuah authored
Update `ci_jwt_signing_key` feature flag to be enabled by default See merge request gitlab-org/gitlab!47336
-
Krasimir Angelov authored
This updates the `ci_jwt_signing_key` feature flag to be enabled by default. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/258546.
-
Nick Thomas authored
User admin approval - Email admin the access request See merge request gitlab-org/gitlab!46895
-
Russell Dickenson authored
Point DS doc to correct issue for SBT 1.3+ support See merge request gitlab-org/gitlab!47569
-
Olivier Gonzalez authored
-
Stan Hu authored
Fix internal lfs_authenticate API for non-project repositories See merge request gitlab-org/gitlab!47404
-
Markus Koller authored
This endpoint is used for LFS over SSH and had two problems: 1. We were generating the repository URL from `project` rather than `container`, which means we'd return the wrong URL for e.g. project wiki repositories. In practice this didn't break LFS, as we're not touching the repository itself and just associating the objects with the project record, which works the same with project wikis. 2. We did not check if LFS is enabled, which means we'd still return a URL for project snippets. This is less of a problem as the subsequent HTTP requests to the LFS controllers would still fail, but it's better to be consistent and abort early here. Follow-up to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/45874
-
Nick Gaskill authored
Fix dead anchors links See merge request gitlab-org/gitlab!47488
-
Suzanne Selhorn authored
Add note about key bug for Dependency Proxy See merge request gitlab-org/gitlab!47452
-
Tim Rizzi authored
-
Nick Gaskill authored
Resolve "ci: error jobs:release:release description should be a string" See merge request gitlab-org/gitlab!46153
-
Suzanne Selhorn authored
Add note about supporting IAM roles for S3 See merge request gitlab-org/gitlab!44340
-
Tim Rizzi authored
-
Jose Ivan Vargas authored
Add note for jest spec best practices See merge request gitlab-org/gitlab!47251
-
Scott Stern authored
-
Amy Qualls authored
Add input type info to color See merge request gitlab-org/gitlab!47552
-
Sara Ahbabou authored
-
Jose Ivan Vargas authored
Move Deploy Board Legend to Tooltip See merge request gitlab-org/gitlab!47236
-
Changzheng Liu authored
-
Mayra Cabrera authored
Add container repository destroy GraphQL mutation See merge request gitlab-org/gitlab!47175
-
Amy Qualls authored
Explain soft email confirmation in docs See merge request gitlab-org/gitlab!47337
-
Nicolas Dular authored
-
Changzheng Liu authored
-
Mike Jang authored
Fix typo in Query LDAP section See merge request gitlab-org/gitlab!47570
-
Evan Read authored
Docs: Group-level management of integrations See merge request gitlab-org/gitlab!47384
-
Patrick Bair authored
Load artifacts based on the finding metadata See merge request gitlab-org/gitlab!41762
-
Mayra Cabrera authored
Add Redis version to admin page See merge request gitlab-org/gitlab!47242
-
Mayra Cabrera authored
User admin approval - Email user when approved See merge request gitlab-org/gitlab!45947
-
Andrew Fontaine authored
This declutters the environment page by hiding the legend for the deploy board behind a tooltip, ensuring it isn't displayed unless it is needed.
-
Jose Ivan Vargas authored
Add test history to test report MR widget See merge request gitlab-org/gitlab!45953
-
Mike Jang authored
Add feature attribute to known_events.yml See merge request gitlab-org/gitlab!46853
-
Alina Mihaila authored
- Add feature attribute, corelate specific event with the corresponding feature flag. - Add docs
-