- 02 Jul, 2020 40 commits
-
-
Thong Kuah authored
-
Thong Kuah authored
-
James Fargher authored
Remove users.ghost ignore statement Closes #219004 See merge request gitlab-org/gitlab!35621
-
Mayra Cabrera authored
Stop writing to update_at on audit_events See merge request gitlab-org/gitlab!35697
-
Mayra Cabrera authored
Update Auto DevOps auto-build-image to v0.3.0 See merge request gitlab-org/gitlab!35662
-
Hordur Freyr Yngvason authored
Adds the ability to override the default Dockerfile path via the DOCKERFILE_PATH CI variable. - Upstream change: https://gitlab.com/gitlab-org/cluster-integration/auto-build-image/-/merge_requests/47 - Feature request: https://gitlab.com/gitlab-org/gitlab/-/issues/212211
-
Mayra Cabrera authored
Don't error on wrong MR IID in changelog for cherry pick MRs See merge request gitlab-org/gitlab!35252
-
Craig Norris authored
Docs: tone and style edits See merge request gitlab-org/gitlab!35809
-
Amy Qualls authored
Touching up the pages to bring them closer to GitLab standards.
-
Mayra Cabrera authored
Revert "Merge branch 'add-bin-feature-flag' into 'introduce-feature-flag-definition'" See merge request gitlab-org/gitlab!35910
-
Mike Jang authored
Specify "immediate parent group" as appropriate Closes gitlab-org/manage/general-discussion#15798 See merge request gitlab-org/gitlab!35461
-
Mike Jang authored
-
Kamil Trzciński authored
This reverts merge request !35540
-
Douglas Barbosa Alexandre authored
Update ListService to use Alert Management Alerts for last_firing_events See merge request gitlab-org/gitlab!35482
-
Bob Van Landuyt authored
Use `default_branch_name` when initializing w/README.md See merge request gitlab-org/gitlab!35801
-
Kerri Miller authored
-
Mayra Cabrera authored
Merge branch '222313-update-usage-ping-data-to-track-projects-with-can-override-approvals-in-merge-request' into 'master' Update usage ping data to track projects with overridden approval rules See merge request gitlab-org/gitlab!35224
-
David Kim authored
-
Andrew Fontaine authored
Refactor CI variable modal Closes #214638 See merge request gitlab-org/gitlab!35353
-
Payton Burdette authored
Refactor modal to not mutate vuex state but use a two way computed property to disptach actions and commit mutations to update state.
-
Sean Arnold authored
-
Sean Arnold authored
-
Sean Arnold authored
-
Sean Arnold authored
- Add specs for last_prometheus_alert_by_project_id
-
Andrew Fontaine authored
Always Show Delete Button on Feature Flag Strategies See merge request gitlab-org/gitlab!35786
-
Jason Goodman authored
Always allow the UI to set zero strategies for a flag
-
Mayra Cabrera authored
Fix 500 API errors with invalid access tokens See merge request gitlab-org/gitlab!35895
-
Jose Ivan Vargas authored
Alert endpoint dropdown See merge request gitlab-org/gitlab!35474
-
David O'Regan authored
We consolidate the prometheus intergration settings and alert settings into a single area in the Operations section.
-
Marcia Ramos authored
Clarify the 1 second requirement is for a cold database_lab run See merge request gitlab-org/gitlab!35766
-
Marc Shaw authored
-
Marcia Ramos authored
Geo: `model` on replicator should be class method See merge request gitlab-org/gitlab!35763
-
Marcia Ramos authored
Fix typo in unreleased changelog See merge request gitlab-org/gitlab!35792
-
Marcia Ramos authored
Correctly create registry table with text limits See merge request gitlab-org/gitlab!35745
-
Marcia Ramos authored
Update Issue Workflow docs for ~"Accepting merge requests" label See merge request gitlab-org/gitlab!35573
-
Thong Kuah authored
For vast majority of these issues, the triage policy automatically adds the label and no one adds a weight
-
Stan Hu authored
When the API is called with a revoked or invalid token, the error handler did not properly return a `Rack::Response`, causing Grape to throw an error in the middleware. Instead of a 4xx error code, the client would receive a 500 error. We fix this by recreating the Rack::Response after the `Rack::OAuth2::Server::Abstract::Error#finish` call. The `yield` is intercepted by the superclass, so the API handler never got it. Relates to https://gitlab.com/gitlab-com/gl-infra/production/-/issues/2363
-
Craig Norris authored
Update git annex note Closes #35173 See merge request gitlab-org/gitlab!35827
-
Michael Kozono authored
RegistryConsistencyWorker should be able to delete Package Files See merge request gitlab-org/gitlab!34656
-
Valery Sizov authored
It allows RegistryConsistencyWorker to delete orphaned registries and referenced files
-