- 11 Jun, 2020 1 commit
-
-
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.
-
- 10 Jun, 2020 39 commits
-
-
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
-
Heinrich Lee Yu authored
This reverts merge request !33943
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Craig Norris authored
Docs: more fixes to usage and spelling See merge request gitlab-org/gitlab!34304
-
Amy Qualls authored
Fixing issues identified by the spell checker. Some required fixing misspelled words. Some were words needing to be added to the exceptions file. Some needed a change in usage.
-
Marcin Sedlak-Jakubowski authored
Docs: reformat custom issue tracker steps See merge request gitlab-org/gitlab!33971
-
Lucas Charles authored
Improve Custom Issue Tracker docs to better describe supported issue trackers
-
Mark Florian authored
Adds a url sync component See merge request gitlab-org/gitlab!32849
-
Sam Beckham authored
This adds a component that allows you to sync a query with the current page URL.
-
Sean McGivern authored
Add an instance variable to self monitoring dashboard See merge request gitlab-org/gitlab!34084
-