- 13 Oct, 2020 40 commits
-
-
Arturo Herrero authored
After propagating group-level integrations, all the inheriting integrations have the same settings and inherit_from_id set with the id from which they are inheriting the values. When retrieving the default integration in order to restore the administration settings (those coming from the group or the admin instance), we need to look for the closest group integration which does not inherit from its parent. Basically, the closest with inherit_from_id = nil.
-
Jose Ivan Vargas authored
Change MR file header dropdown title and tooltip See merge request gitlab-org/gitlab!43886
-
Sarah Groff Hennigh-Palermo authored
Add hover highlights to CI config graph for needs jobs See merge request gitlab-org/gitlab!44471
-
Frédéric Caplette authored
When a user hover a job in the ci config graph, they will see their stage and jobs highlighted.
-
Sean McGivern authored
Add usage ping to count Static Site Editor views See merge request gitlab-org/gitlab!44573
-
Heinrich Lee Yu authored
Switch back to upstream terser gem See merge request gitlab-org/gitlab!45046
-
Jacques Erasmus authored
Move pipelines CSS to page page_bundles See merge request gitlab-org/gitlab!44767
-
Adam Hegyi authored
Improve merge_request GraphQL endpoint See merge request gitlab-org/gitlab!44613
-
Pavel Shutsin authored
Fallback to denormalized metrics values if available instead of calling for gitaly
-
Grzegorz Bizon authored
Remove `ci_bridge_pipeline_details` feature flag See merge request gitlab-org/gitlab!45036
-
Bob Van Landuyt authored
Limit reindexing concurrency See merge request gitlab-org/gitlab!44036
-
Nicolò Maria Mezzopera authored
Use connectedCallback to initialize GlEmoji See merge request gitlab-org/gitlab!44542
-
Amy Qualls authored
Update prerequisites doc for Pages See merge request gitlab-org/gitlab!44821
-
Priyan Sureshbabu authored
-
Peter Leitzen authored
Validate snippet repos when restoring See merge request gitlab-org/gitlab!44904
-
Vijay Hawoldar authored
-
Stan Hu authored
We temporarily used a fork to get around a UTF-8 encoding issue with LICENSE (https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5716), which was fixed in https://github.com/ahorek/terser-ruby/pull/6. We switch back to the upstream library now that this has been resolved. Full diff: https://github.com/ahorek/terser-ruby/compare/1.0.1..1.0.2
-
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
-