- 07 Oct, 2020 40 commits
-
-
Amy Qualls authored
Documenting cluster cost management See merge request gitlab-org/gitlab!43721
-
Viktor Nagy authored
and fixed a typo
-
Mike Jang authored
Clarify which file the Scalability team maintains See merge request gitlab-org/gitlab!44555
-
Markus Koller authored
Fix UnresolvedValueError in instance statistics See merge request gitlab-org/gitlab!44475
-
Kushal Pandya authored
Apply GitLab UI button styles to buttons in app/views/shared/wikis directory See merge request gitlab-org/gitlab!44338
-
Kushal Pandya authored
Apply GitLab UI button styles to buttons in app/views/projects/commits directory See merge request gitlab-org/gitlab!44331
-
Grzegorz Bizon authored
Use optimistic locking to safely migrate a build trace chunk See merge request gitlab-org/gitlab!44588
-
Jose Ivan Vargas authored
Migrate trigger block button on the jobs log page See merge request gitlab-org/gitlab!44466
-
Andreas Brandl authored
Remove index on issues.relative_position See merge request gitlab-org/gitlab!43991
-
Sean McGivern authored
This index is only on a single column, `relative_position`. However, when we query issues by anything other than ID, we pretty much always do that with a filter on `project_id`. (The exception is an admin user viewing a dashboard, which is a rare case, and there aren't instance-level boards anyway.) We already have an index that's perfect for filtering by `project_id` and ordering by `relative_position`, because it's on these columns: (project_id, relative_position, state_id, id DESC) But sometimes the planner won't use it because of this index, which can lead to poor query performance.
-
Jose Ivan Vargas authored
Fix typo in SecurityApprovals See merge request gitlab-org/gitlab!44538
-
Thiago Figueiró authored
-
Grzegorz Bizon authored
-
Heinrich Lee Yu authored
Remove beta check for project subscriptions See merge request gitlab-org/gitlab!44601
-
Grzegorz Bizon authored
Add ComposableHash to DRY entry `compose!` See merge request gitlab-org/gitlab!44173
-
Robert Speicher authored
This adds a status label to http_requests_total See merge request gitlab-org/gitlab!44468
-
Robert Speicher authored
Remove store_instance_statistics_measurements FF See merge request gitlab-org/gitlab!44566
-
Robert Speicher authored
Add Kerberos LDAP mapping documentation See merge request gitlab-org/gitlab!43922
-
Brandon Labuschagne authored
Icons and tooltips for enabled/disabled status in integrations list See merge request gitlab-org/gitlab!44318
-
Amy Qualls authored
Docs: Prefer short log tail over large GitLabSOS See merge request gitlab-org/gitlab!44018
-
Katrin Leinweber authored
-
Amy Qualls authored
Update docs to reflect redirects being enabled by default See merge request gitlab-org/gitlab!44544
-
Marcin Sedlak-Jakubowski authored
Docs: copy edit "add new file" doc See merge request gitlab-org/gitlab!44568
-
Amy Qualls authored
-
Amy Qualls authored
-
Kerri Miller authored
Disable "Clone repository" link for group wikis See merge request gitlab-org/gitlab!44564
-
Marcin Sedlak-Jakubowski authored
Changed or removed the word "currently" flagged by Vale in Epics See merge request gitlab-org/gitlab!44407
-
Douglas Barbosa Alexandre authored
Allow unauthenticated public project snippet API access See merge request gitlab-org/gitlab!44446
-
Michael Kozono authored
Update predicate to check read_licenses claim See merge request gitlab-org/gitlab!44464
-
Nick Gaskill authored
Add troubleshooting for `no matches for kind "Deployment" in version "extensions/v1beta1"` See merge request gitlab-org/gitlab!44264
-
Shinya Maeda authored
This commit improves the troubleshooting section
-
Grzegorz Bizon authored
This commit adds support for using optimistic locking on the database level when migrating a build trace chunk to a persistent store. It allows us to safely migrate data to the object storage or database while avoiding certain race conditions related to chunks migration.
-
Suzanne Selhorn authored
Document pausing a runner See merge request gitlab-org/gitlab!44142
-
Nourdin el Bacha authored
-
Fabio Pitino authored
Resolve "Cannot include downstream pipeline with `include:file`" See merge request gitlab-org/gitlab!43404
-
Marius Bobin authored
Allow to include project files in parent-child pipelines ```yaml my-job: trigger: strategy: depend include: - project: 'my-group/my-pipeline-library' ref: 'master' file: 'path/to/child-pipeline.yml' ```
-
Douglas Barbosa Alexandre authored
Get a specific GPG key for a given user See merge request gitlab-org/gitlab!43693
-
Amy Qualls authored
-
Amy Qualls authored
-
Olena Horal-Koretska authored
Adds icons and tooltips to status column on alerts integrations list
-