- 15 Oct, 2020 1 commit
-
-
Tyler Amos authored
Converts additional_purchased_storage_size returned from megabytes to bytes as expected. As it turns out the unit of measure stored in the DB was MB so this value must be converted to be consistent with other endpoint values (e.g. total_repository_size, actual_repository_size_limit)
-
- 13 Oct, 2020 39 commits
-
-
Nick Gaskill authored
Added tier upgrade instructions for a self-managed instance See merge request gitlab-org/gitlab!44387
-
Russell Dickenson authored
-
Suzanne Selhorn authored
Update container_registry.md See merge request gitlab-org/gitlab!45012
-
Lin Jen-Shin authored
Resolve "Update Danger Bot documentation-related warning message" See merge request gitlab-org/gitlab!45052
-
Marcin Sedlak-Jakubowski authored
Add version link and fix core only badge See merge request gitlab-org/gitlab!44955
-
Brandon Labuschagne authored
Snippet Edit: replaced blob-content-edit with editor-lite component See merge request gitlab-org/gitlab!44994
-
Jan Provaznik authored
Make error logging fields consistent in failed JIRA requests See merge request gitlab-org/gitlab!44759
-
Jose Ivan Vargas authored
Collect web performance metrics via Snowplow See merge request gitlab-org/gitlab!44454
-
Jan Provaznik authored
Use 400 error instead of 500 on missing or malformed composer.json See merge request gitlab-org/gitlab!44587
-
David Barr authored
When publishing a composer package via the API, if the composer.json file is missing or malformed, the backend returns a 500 error. This commit return a more appropriate 400 Bad Request instead.
-
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
-
Kyle Wiebers authored
-
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
-