- 11 Jun, 2020 5 commits
-
-
Ash McKenzie authored
Resolve "Make Dangerbot aware of file_hooks and codeclimate.yml" Closes #214778 See merge request gitlab-org/gitlab!34260
-
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 35 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
-
James Fargher authored
Optimize participants list See merge request gitlab-org/gitlab!33981
-
James Fargher authored
Merge branch '217009-exclude-text-arrays-from-the-rubocop-rules-for-texts-and-strings' into 'master' Exclude string and text arrays from Rubocop migration checks See merge request gitlab-org/gitlab!34056
-
GitLab Release Tools Bot authored
-
Lin Jen-Shin authored
Bump omniauth_openid_connect to 0.3.5 See merge request gitlab-org/gitlab!34030
-
Roger Meier authored
-
Mike Jang authored
Update dev routing doc with new info See merge request gitlab-org/gitlab!34270
-
Dmytro Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Amy Qualls authored
Docs: remove duplicated set of instructions Closes #35128 See merge request gitlab-org/gitlab!30555
-
Amy Qualls authored
UX advises that the GKE and EKS instructions for adding a cluster are identical, so we don't need to keep two separate copies.
-
Toon Claes authored
Documentation for backfill of PackageFiles Closes #213872 See merge request gitlab-org/gitlab!34247
-
Heinrich Lee Yu authored
Rc/integrate dashboard timezone See merge request gitlab-org/gitlab!33660
-
Paul Slaughter authored
Support EditorConfig inside of the Web IDE See merge request gitlab-org/gitlab!32378
-
Himanshu Kapoor authored
Developers collaborating on projects follow certain coding standards styles to maintain consistent levels of readability and format. These standards are usually provided to developers through configuration files that the developer's editor might read and apply. When working in the Web IDE, even if a project has configured this type of file, those settings can't be enforced. The leader in standards for this is EditorConfig which providers a file format for defining coding styles. This change adds support for reading .editorconfig files in the Web IDE and applying configuration settings automatically.
-
Suzanne Selhorn authored
Fixed typo: added "git" in composer docu. See merge request gitlab-org/gitlab!34062
-
Felipe Artur authored
Fixes a regression. It was not possible to create confidential issues as child of public epics.
-
Mayra Cabrera authored
Revert "Merge branch '214061-actioncable-embedded-mode' into 'master'" See merge request gitlab-org/gitlab!34291
-