- 11 Mar, 2022 40 commits
-
-
Nick Gaskill authored
Rework performance docs part 1 See merge request gitlab-org/gitlab!81280
-
Roy Zwambag authored
-
Peter Hegman authored
Rename remove user button in project members See merge request gitlab-org/gitlab!82109
-
Sascha Eggenberger authored
Fix inconsistent wording for removing member on project members overview. Renamed action "remove user" to "remove member". Changelog: changed
-
Paul Slaughter authored
Remove new environments table feature flag See merge request gitlab-org/gitlab!80948
-
Jose Ivan Vargas authored
Add page load to tracking metrics See merge request gitlab-org/gitlab!82658
-
Douglas Barbosa Alexandre authored
Remove dependency_list usage counter See merge request gitlab-org/gitlab!82604
-
Frédéric Caplette authored
Resolve "Audit usage of link variant in ee/app/assets/javascripts/vue_merge_request_widget/components/approvals/approvals_footer.vue" See merge request gitlab-org/gitlab!82407
-
Amy Qualls authored
Minor updates to database reviewer docs See merge request gitlab-org/gitlab!82726
-
Alex Ives authored
Creates asynchronously index on ci_job_artifacts table See merge request gitlab-org/gitlab!82585
-
Max Orefice authored
The index will be used to fix job artifacts size for gitlab instances which is currently broken. This will be fixed in a separated MR. Changelog: added
-
Alex Ives authored
There was a small section of text that got lost in a suggestion application
-
Samantha Ming authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/355479
-
Alina Mihaila authored
-
Phil Hughes authored
Add training logo to vulnerability details See merge request gitlab-org/gitlab!82567
-
Sean McGivern authored
Merge branch '355481-empty-search-results-throw-error-undefined-method-eager_load-for-kaminari-paginatablearray' into 'master' Fix search presenter raising exceptions from empty results See merge request gitlab-org/gitlab!82619
-
John Mason authored
Changelog: changed
-
Marcin Sedlak-Jakubowski authored
Update e2e best practices test case section See merge request gitlab-org/gitlab!82423
-
Désirée Chevalier authored
-
Lin Jen-Shin authored
Add skip_fips_env tag to QA specs that are known to fail on FIPS environment See merge request gitlab-org/gitlab!82519
-
Matija Čupić authored
Remove type from ruby template See merge request gitlab-org/gitlab!82686
-
Natalia Tepluhina authored
Add a Pipeline Wizard See merge request gitlab-org/gitlab!76128
-
Janis Altherr authored
Signed-off-by: Janis Altherr <jaltherr@gitlab.com>
-
Andrew Fontaine authored
Cleans up the feature tests for the environmetns page as well, making sure they pass with the new table. Changes are shockingly minimal, which is nice. Changelog: changed
-
Andrew Fontaine authored
If the user is looking at stopped environments, this ensures the scope is passed to the HTTP call and that stopped environments in folders are fetched as well.
-
Douglas Barbosa Alexandre authored
Fix Flaky Offset and Limit for namespace_spec traversal_scope_examples See merge request gitlab-org/gitlab!82136
-
Matthias Käppler authored
Repository creation: allow default_branch as an argument to be passed to Gitaly See merge request gitlab-org/gitlab!82219
-
Kushal Pandya authored
Merge branch '344207-replace-data-confirm-modals-with-glmodal-in-app-views-admin-applications-_delete_form-html' into 'master' Replace `data-confirm` modal with `GlModal` in `app/views/admin/applications/_delete_form.html.haml` See merge request gitlab-org/gitlab!80799
-
Samantha Ming authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/355120
-
Bob Van Landuyt authored
This removes any existing counters for the dependency list usage data from Redis. Freeing up the memory it was taking. Changelog: other EE: true
-
Enrique Alcántara authored
Move postcss to dependencies See merge request gitlab-org/gitlab!82418
-
Bob Van Landuyt authored
This counter counting usage by project, resulting in an ever growing set in Redis as the feature gains adoption. This data wasn't useful, while still consuming a relatively high amount of memory, so we removed it. A better approach would be using Redis HLL counters for this.
-
John Cai authored
Currently when rails wants to ensure a default branch name, it will call the Gitaly WriteRef RPC to manually change it. If this call happens in a racy way eg: it gets called when another RPC is operating on the same repository, it will fail. Rather than do this, the Gitaly CreateRepository RPC has a default_branch parameter. Allow rails callers to set this value. If it is not provided, then the default branch in Gitaly will be used, which is main.
-
Brandon Labuschagne authored
-
Kati Paizee authored
Documentation: Add experimentation circuit breaker See merge request gitlab-org/gitlab!82525
-
Doug Stull authored
- for wide use, etc
-
Mark Florian authored
Merge branch '353737-make-spinners-in-ee-app-views-shared-issuable-_approver_suggestion-haml-pajamas-compliant' into 'master' Make spinner in _approver_suggestion partial Pajamas-compliant See merge request gitlab-org/gitlab!82503
-
Natalia Tepluhina authored
Show attention request button if user does not have permission See merge request gitlab-org/gitlab!82301
-
Natalia Tepluhina authored
Add validation for rule/yaml modes switch See merge request gitlab-org/gitlab!82451
-
Zamir Martins authored
it also fix a related inconsistency. EE: true Changelog: fixed
-