- 22 Jun, 2021 40 commits
-
-
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
-
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
-
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
-
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
-
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
-
Marcel Amirault authored
Fix docs needs example and entry error msg See merge request gitlab-org/gitlab!64157
-
Mauricio Gonzalez authored
-
Albert Salim authored
review app: Pass the '--overwrite' flag to the 'kubectl label' command See merge request gitlab-org/gitlab!64308
-
Mikhail Mazurskiy authored
For GitLab v14.0.1 release. This is to pick up https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/merge_requests/392
-
charlie ablett authored
Delegate a method to current_settings See merge request gitlab-org/gitlab!64573
-
Mark Lapierre authored
Update issue link for QA project creation test See merge request gitlab-org/gitlab!64530
-
charlie ablett authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Ronnie Alfaro authored
Updated the ChatOps username change section See merge request gitlab-org/gitlab!62321
-
Tom Houston authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
-
Heinrich Lee Yu authored
Change route for iterations at the group level in right sidebar See merge request gitlab-org/gitlab!63799
-
Scott Stern authored
-
Shinya Maeda authored
Remove Legacy Flags from Feature Flag Table See merge request gitlab-org/gitlab!64007
-
Grant Young authored
-
Mark Lapierre authored
Test framework update: allow tests to click elements without waiting for page to fully load See merge request gitlab-org/gitlab!64166
-
Erick Banks authored
-
Steve Abrams authored
Add Debian API endpoint for {In,}Release files See merge request gitlab-org/gitlab!64067
-
Thong Kuah authored
Merge branch '332987-experiment-clean-up-registrations_group_invite-group-invite-on-separate-page' into 'master' Experiment Clean Up: make registrations_group_invite permanent [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!64001
-
Matija Čupić authored
Add Helm-2to3.gitlab-ci.yml to Auto DevOps See merge request gitlab-org/gitlab!64330
-
Hordur Freyr Yngvason authored
-