- 11 Jun, 2020 22 commits
-
-
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
-
Shinya Maeda authored
Merge train checkbox text update Closes #212875 See merge request gitlab-org/gitlab!34073
-
Marcel Amirault authored
Links in the checkbox text were complicated the tests, so I removed them to keep this MR as an MVC
-
Ash McKenzie authored
Resolve "Make Dangerbot aware of file_hooks and codeclimate.yml" Closes #214778 See merge request gitlab-org/gitlab!34260
-
svistas authored
-
charlie ablett authored
VSA filter bar feature flag See merge request gitlab-org/gitlab!34169
-
Marcel Amirault authored
Docs: Runner docs redo See merge request gitlab-org/gitlab!34126
-
Suzanne Selhorn authored
Trying to better define shared Runners Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/207330 Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/207483
-
Mayra Cabrera authored
Add partial index on locked merge requests See merge request gitlab-org/gitlab!34127
-
- 10 Jun, 2020 18 commits
-
-
Mayra Cabrera authored
Adding secret detection ci template Closes #207990 See merge request gitlab-org/gitlab!33869
-
Zach Rice authored
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab/-/issues/220771, the `/api/v4/internal/allowed` endpoint would timeout after 60 seconds due to this query in `MatchingMergeRequest#match?`. This commit adds a partial index for locked merge requests to improve the performance of this query. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/220771
-
Amy Qualls authored
Document characters allowed for dashboard templating variables Closes #220390 See merge request gitlab-org/gitlab!34328
-
Mayra Cabrera authored
Harden CI pipelines usage data queries See merge request gitlab-org/gitlab!34045
-
Kirstie Cook authored
-
Bob Van Landuyt authored
Improve performance of querying alert assignees - attempt 2 See merge request gitlab-org/gitlab!34228
-
Sarah Yasonik authored
-
Mike Jang authored
CrowdIn <-> GitLab integration documentation See merge request gitlab-org/gitlab!34066
-
Oswaldo Ferreira authored
Merge branch '220110-fully-hook-up-functionality-of-new-experience-level-sign-up-step' into 'master' Fully hook up functionality of new Experience Level sign-up step See merge request gitlab-org/gitlab!33668
-
Mayra Cabrera authored
Add migration to limit Design filename See merge request gitlab-org/gitlab!33565
-
Luke Duncalfe authored
This change adds two post-migrations that enforce a character limit for design_management_designs.filename of 255. The first post-migration adds the limit to the filename column. The second post-migration modifies any design filenames larger than 255 characters to the string "gitlab-modified-#{id}". This will ensure the filename remains valid (by having a valid image extension .jpg and being unique). Any records modified by this data migration will appear as a broken image when viewed within the GitLab app, as filenames are used to look up the design file from the design git repository. However, this is an intentional consequence given the 255 character limit was selected because that is the largest filename that most filesystems support, and also because GitLab.com has 6 records with filenames larger than this but they are all abuse. https://gitlab.com/gitlab-org/gitlab/-/issues/209025
-
Mayra Cabrera authored
Show alert for namespace storage limit See merge request gitlab-org/gitlab!32999
-
Kassio Borges authored
Documentation on how to re-create the GitLab Integration in CrowdIn.
-
charlie ablett authored
Fix creating confidential issues of public epics See merge request gitlab-org/gitlab!34309
-
Paul Slaughter authored
Add setting to allow merge on skipped pipeline Closes #211482 See merge request gitlab-org/gitlab!27490
-
Mathieu Parent authored
Fixes: #211482
-
Mike Jang authored
Add example for creating subgroup Closes #220800 See merge request gitlab-org/gitlab!34172
-