- 22 Jun, 2021 40 commits
-
-
Phil Hughes authored
Fix checkbox state during navigation See merge request gitlab-org/gitlab!64399
-
Etienne Baqué authored
Allow changing AdditionalPack namespace See merge request gitlab-org/gitlab!64212
-
Marcin Sedlak-Jakubowski authored
Add Event action explanations to docs See merge request gitlab-org/gitlab!64135
-
Dan Jensen authored
-
Marcin Sedlak-Jakubowski authored
Add tier badge to Reply by email doc page See merge request gitlab-org/gitlab!64542
-
Matthias Käppler authored
Support repository moved message with all container types See merge request gitlab-org/gitlab!64012
-
David O'Regan authored
ci: Remove views folder from assets caching key See merge request gitlab-org/gitlab!64529
-
Grzegorz Bizon authored
Use materialized CTE to improve builds fair scheduling performance See merge request gitlab-org/gitlab!64605
-
Markus Koller authored
Rename the `ProjectMoved` push check to `ContainerMoved`, and use the repository identifier to store messages in Redis instead of the project ID. Previously this only worked in a project context, but now supports all repository containers and also adds the container type in the push message. To handle the transition from the previous message key to the new one, we query and delete both keys in Redis. Changelog: changed
-
Kushal Pandya authored
fix: issue 332841 remove v-html from searchable_dropdown.vue See merge request gitlab-org/gitlab!64474
-
Jeremy Wu authored
-
Kushal Pandya authored
Add support for horizontal rule in content editor See merge request gitlab-org/gitlab!63943
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Kamil Trzciński authored
Use pending build table as a source for builds queue [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!64093
-
Natalia Tepluhina authored
Cloud Licensing: Adjust Subs Details height See merge request gitlab-org/gitlab!64532
-
Sean McGivern authored
Fix infrastructure menu link to the first visible menu item See merge request gitlab-org/gitlab!64592
-
Rémy Coutable authored
Quarantine Group Iteration test See merge request gitlab-org/gitlab!64609
-
Grant Young authored
-
Simon Knox authored
Render confidential icon in epic tree for epics See merge request gitlab-org/gitlab!64567
-
Fabio Pitino authored
Refactor naming of pipeline object hierarchy methods See merge request gitlab-org/gitlab!63978
-
Furkan Ayhan authored
-
Jan Provaznik authored
Generate oauth token on subscription create See merge request gitlab-org/gitlab!63259
-
Alex Kalderimis authored
Update test to clean redis between runs See merge request gitlab-org/gitlab!64548
-
Grzegorz Bizon authored
This significantly improves performance of the fair scheduling algorithm, that is using the SQL query to retrieve a queue of builds ordered by the number of builds running for a given project and a build id. Changelog: performance
-
Sean McGivern authored
Change epic boards feature category to epics See merge request gitlab-org/gitlab!64579
-
Natalia Tepluhina authored
Fix Zuora frame size after client-side error See merge request gitlab-org/gitlab!64595
-
Vijay Hawoldar authored
To support a customer changing a the namespace for their purchased additional Ci minute packs, this commit will add a new REST API endpoint and service Changelog: added EE: true
-
Vitaly Slobodin authored
When Zuora validated the form it throws a client-side error which we want to show. But Zuora has two types of client-side errors: validation and validation after submit. To keep errors of the first type validations we just update the iframe src attribute but we have a race condition here: - We set isLoading to true and hide the Zuora frame - Zuora validates the form on the client and throws an error - We update the iframe src and set isLoading to false which causes the Zuora iframe to be displayed. The race condition happens right after the Zuora throws an error. Zuora always tries to resize the iframe to its container to fit the content. In our case the Zuora iframe sets the size to 0,0 because Vue didn't update the DOM yet due to isLoading being false. To let the Zuora iframe to resize to correct size let's wrap the update step with nextTick. Changelog: fixed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64595 EE: true
-
David Kim authored
Implement render_cached helper See merge request gitlab-org/gitlab!63986
-
Rémy Coutable authored
Add entries in group threat insights ownership See merge request gitlab-org/gitlab!64547
-
Michael Kozono authored
Rename ff_compliance_approval_gates to ff_external_status_checks See merge request gitlab-org/gitlab!64286
-
Max Woolf authored
-
Francisco Javier López authored
Current instratructure menu link is harcoded to the kubernetes link. Nevertheless, if the kubernetes menu item can't be displayed because the user doesn't have enough access rights, the main menu still points to it. We need to change that and always point to the first visible menu item. Changelog: fixed
-
Thong Kuah authored
Bump kas to v14.0.1 See merge request gitlab-org/gitlab!64566
-
Kati Paizee authored
Merge branch '329618-address-snowplow-event-dictionary-on-product-intelligence-review-guidelines-for-snowplow' into 'master' Address Snowplow event dictionary on Product Intelligence review guidelines for Snowplow See merge request gitlab-org/gitlab!64149
-
Kati Paizee authored
-
Florie Guibert authored
When epic is confidential, render confidential icon in epic tree Changelog: changed
-
Matthias Käppler authored
BulkImports: Import Group Avatar See merge request gitlab-org/gitlab!62714
-
Matthias Käppler authored
Remove ci_pipeline_latest feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!64423
-
Albert Salim authored
ci: Build the assets image and CNG components from the MR HEAD commit See merge request gitlab-org/gitlab!64008
-