- 13 Oct, 2020 40 commits
-
-
Kamil Trzciński authored
Resolve live trace read race condition using a retry See merge request gitlab-org/gitlab!44988
-
Bob Van Landuyt authored
Re-architect job artifacts removal See merge request gitlab-org/gitlab!39464
-
Marius Bobin authored
- Add database migration to create ci_deleted_objects table - Add worker to removed objects - Add scheduled worker to start regular workers
-
Andrew Fontaine authored
Merge branch '249516-in-the-dast-site-profile-and-scanner-profile-lists-the-delete-buttons-don-t-have-tooltips' into 'master' Add tooltip to DAST scan profiles delete button See merge request gitlab-org/gitlab!44876
-
Phil Hughes authored
Show labels from ancestor groups in MR analytics See merge request gitlab-org/gitlab!44987
-
Andrew Fontaine authored
Changed tooltip to gl-tooltip for "Weight" on issues See merge request gitlab-org/gitlab!44664
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/228973
-
Dmytro Zaporozhets (DZ) authored
Add unattended database migration option See merge request gitlab-org/gitlab!44392
-
Robert Marshall authored
- Adds an unattended database migration option supporting the use of automation and orchestration wrappers that need an indicator for when a step has made changes to the remote system Related https://gitlab.com/gitlab-org/gitlab-orchestrator/-/issues/198Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
-
Igor Drozdov authored
Improve merge error when pre-receive hooks fail in fast-forward merge See merge request gitlab-org/gitlab!44843
-
Stan Hu authored
When fast-forward merge is enabled, merges might fail due to a failed pre-receive check (e.g. due to file locks, commit message push rules, etc.) but the UI would only display: ``` Merge failed: pre-receive hook failed. Please try again. ``` While the raw message was logged in Sentry and in `exceptions_json.log`, this kept users in the dark. Gitaly prefaces the error response status from the `/internal/allowed` API call with `GitLab:`, so we can use this to display the error to the user. We now only fallback to a default if we do not have anything to show. Now, users see a more informative message, such as: ``` Merge failed: Commit message does not follow the pattern 'MERGEME'. Please try again. ``` Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/246816
-
Shinya Maeda authored
Finish Moving Feature Flags to Core RUN AS-IF-FOSS See merge request gitlab-org/gitlab!44642
-
Jason Goodman authored
Update feature flags documentation Finish moving feature flags to core
-
Kushal Pandya authored
Upgrades all the buttons in the admin dir See merge request gitlab-org/gitlab!44991
-
Marcel Amirault authored
Change links to markdownlint and Vale versions See merge request gitlab-org/gitlab!45031
-
Achilleas Pipinellis authored
Docs: Add links to install methods page See merge request gitlab-org/gitlab!45030
-
Jeremy Watson authored
-
Kushal Pandya authored
Project settings: Replace fa-chevron-down with SVG See merge request gitlab-org/gitlab!45021
-
Kushal Pandya authored
Add close button to issue, MR and epic sidebar labels See merge request gitlab-org/gitlab!42703
-
Coung Ngo authored
Clicking on this button removes the label, and was added to improve the UX of label removal.
-
Shinya Maeda authored
Adds status to jobs, stages, and groups See merge request gitlab-org/gitlab!43069
-
Laura Montemayor authored
* Adds the specs * Adds schema and docs
-
Andrew Fontaine authored
Support flexible rollout strategy in the UX See merge request gitlab-org/gitlab!43611
-
Shinya Maeda authored
Include child pipeline builds in latest successful builds for ref/sha See merge request gitlab-org/gitlab!29710
-
Fabio Pitino authored
When looking for the latest successful build for a given ref or sha we are now able to find builds created in child pipelines or child of child pipelines.
-
Nick Thomas authored
Merge branch '215697-allow-groups-to-disable-2fa-requirement-for-subgroups-validations' into 'master' Allow groups to disable 2FA requirement for subgroups - validations See merge request gitlab-org/gitlab!44038
-
Gosia Ksionek authored
Add specs for new validation Add validation in group Add specs for new requires_two_factor_validation WIP Update validations for namespace setting
-
Dmytro Zaporozhets (DZ) authored
Update to Rack v2.1.4 See merge request gitlab-org/gitlab!44518
-
Natalia Tepluhina authored
Allow placeholder `:id` for group link route See merge request gitlab-org/gitlab!44346
-
Peter Hegman authored
Allows us to pass route with placeholder to frontend
-
Shinya Maeda authored
Update integration descriptions to not be project-specific See merge request gitlab-org/gitlab!44893
-
Justin Ho Tuan Duong authored
To not be project-specific. - Make sure translations are updated as well.
-
Marcin Sedlak-Jakubowski authored
-
Miguel Rincon authored
Add note about cross site cookies browser limitation to Jira App page See merge request gitlab-org/gitlab!44898
-
Andy Soiron authored
-
Jacques Erasmus authored
Remove duplicated BS display property from Commit/Snippet's HAML See merge request gitlab-org/gitlab!44917
-
Igor Drozdov authored
Use scan information in issue template See merge request gitlab-org/gitlab!44620
-
Nicolò Maria Mezzopera authored
Merge branch '235603-convert-group-members-list-view-from-haml-to-vue-role-dropdown-component' into 'master' Group members Vue conversion - role dropdown See merge request gitlab-org/gitlab!44651
-
Peter Hegman authored
Part of a larger initiative to convert the group members table from HAML to Vue
-
Stan Hu authored
This is needed to address a few outstanding CVEs and fix cookie timestamp formats. Full list of changes: https://github.com/rack/rack/compare/2.0.9..2.1.4 Relates to: * https://gitlab.com/gitlab-org/gitlab/-/issues/36362 * https://gitlab.com/gitlab-org/gitlab/-/issues/228622 Rack v2.1.x no longer coerces the body to a string. Previously in a few places the Grape API was returning the status code as an integer, which Grape used as the response body. To preserve the legacy behavior, we explicitly set the body to the stringified integer.
-