- 11 Jun, 2020 40 commits
-
-
Andreas Brandl authored
Optimize container repository query See merge request gitlab-org/gitlab!34364
-
Sean McGivern authored
Add file_identifier_hash feature flag to frontend See merge request gitlab-org/gitlab!34134
-
Sean McGivern authored
Geo Settings Form - Init See merge request gitlab-org/gitlab!34099
-
Markus Koller authored
Log exceptions in Commits::CreateService See merge request gitlab-org/gitlab!34365
-
Andreas Brandl authored
Ignore update_at column in audit_events table See merge request gitlab-org/gitlab!34156
-
Dylan Griffith authored
Clarify branches controller spec developer/user definitions See merge request gitlab-org/gitlab!34279
-
Igor Drozdov authored
Fix Gitlab::Geo::Replication::BaseTransfer for orphaned registries See merge request gitlab-org/gitlab!34292
-
Douglas Barbosa Alexandre authored
The uploader attribute was introduced is only used to upload the file to Object Storage when the option to sync object storage is enabled. The problem is that we're setting this value during the object initialization. It raises an error for orphaned records while building the uploader because model is nil.
-
Jan Provaznik authored
Preserve order when applying multiple scoped labels See merge request gitlab-org/gitlab!33420
-
John Hope authored
Order matters when applying scoped labels in a way it does not when applying regular labels. When applying scoped labels by id this order is maintained but when applying by title, such as via the API, it is not. This change stores the intended order by title when provided as an array or comma-separated string of label titles and applies it to the label order when updating an issuable.
-
Ezekiel Kigbo authored
Upgrade to Mermaid v8.5.2 See merge request gitlab-org/gitlab!34028
-
Denys Mishunov authored
Expose url of published incident on status page on issue See merge request gitlab-org/gitlab!30249
-
Sarah Yasonik authored
In order to display in the UI when an issue is published to a status page app, we want to expose the url of the status detail page for the issue is to the FE as part of the issue request.
-
Nicolò Maria Mezzopera authored
Filter Pipelines by Tag Name See merge request gitlab-org/gitlab!32470
-
Payton Burdette authored
Add filter by tag name, also bring in public api for fetching project tags.
-
Achilleas Pipinellis authored
Move PostgreSQL HA docs Closes #215624 and #215623 See merge request gitlab-org/gitlab!33380
-
Adam Hegyi authored
-
Stan Hu authored
If an exception is caught in Commits::CreateService, the return value is handled by the caller, but there is currently no way for an admin to know what happened because there are many possibilities (e.g. validation error, pre-receive error, etc.). For better observability, this change logs the exception but does not report it to Sentry because that could create noise (e.g. repository size limits exceeded is not a bug in the system). Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/220168
-
Dylan Griffith authored
Handle projects actions with bulk-incremental indexer Closes #207494 See merge request gitlab-org/gitlab!33384
-
Dmitry Gruzd authored
Handle project create/update/delete actions with bulk-incremental indexer.
-
Kushal Pandya authored
Don't hide Commit tab in Web IDE when there are no changes yet See merge request gitlab-org/gitlab!32979
-
Kushal Pandya authored
Remove autocomplete for prometheus manual configs See merge request gitlab-org/gitlab!34326
-
Dhiraj Bodicherla authored
Prometheus manual configuration form has inputs that can have sensitive information. This MR sets autocomplete to off for such inputs
-
Kushal Pandya authored
Merge branch '219785-replace-gl-deprecated-button-with-gl-button-in-app-assets-javascripts' into 'master' Replace <gl-deprecated-button> with <gl-button> in alerts_service_form.vue Closes #219785 See merge request gitlab-org/gitlab!34293
-
Kushal Pandya authored
Show Swimlanes column headers See merge request gitlab-org/gitlab!33909
-
Florie Guibert authored
- Move board header out of board column for reusability
-
Kushal Pandya authored
Rename buy CI minutes link See merge request gitlab-org/gitlab!34283
-
Sanad Liaquat authored
Add fork namespace dynamic selector Closes #220189 See merge request gitlab-org/gitlab!34142
-
Ramya Authappan authored
Change snippet visibility to Private Closes #221016 See merge request gitlab-org/gitlab!34244
-
Ramya Authappan authored
Fix project audit log spec Closes #221019 See merge request gitlab-org/gitlab!34262
-
Sanad Liaquat authored
Fix ip restricted ssh access e2e spec Closes #220962 See merge request gitlab-org/gitlab!34250
-
Mark Lapierre authored
Fix monitor tests and de-quarantine them See merge request gitlab-org/gitlab!33858
-
Evan Read authored
Docs: Update cluster docs based on feedback See merge request gitlab-org/gitlab!34117
-
Amy Qualls authored
Small changes for clarity in the cluster documentation.
-
Heinrich Lee Yu authored
Allow the assignment of alerts to users See merge request gitlab-org/gitlab!33122
-
Sarah Yasonik authored
Adds table and model for AlertManagement::AlertAssignee, which will enable the association of users with alerts. This will aide in triaging incoming alerts for a project. This commit also adds the ability to read assignees for alerts to the GraphQL API.
-
Heinrich Lee Yu authored
Move local Tiller FF check to cluster level See merge request gitlab-org/gitlab!33334
-
Hordur Freyr Yngvason authored
So that we can scope the feature flag to the entity that owns the cluster (project, group or instance).
-
Mark Lapierre authored
Use API for SSH key check in Geo specs See merge request gitlab-org/gitlab!33931
-
Jennifer Louie authored
-