- 18 Jun, 2020 40 commits
-
-
Mehmet Emin INAC authored
Since we already have ComplianceFramework module defined in it's own file, if that file is not loaded into memory by autoload and if the other files within the namespace of ComplianceFramework are loaded into memory, accessing the attributes of that constant would raise error because autoload won't load that file since the module is already defined somewhere else.
-
Dmytro Zaporozhets authored
Merge security report compare services See merge request gitlab-org/gitlab!34448
-
Thong Kuah authored
Merge branch '221199-unclear-error-is-shown-when-trying-to-update-codeowners-enabled-files-via-gitlab-ui' into 'master' Improve codeowners validation errors in file edit Closes #221199 See merge request gitlab-org/gitlab!34600
-
Kerri Miller authored
- fixes bug where checks unevenly applied to file create - strip \n from error messages - improve tests
-
Phil Hughes authored
Add confidentiality icon and context in Epics Closes #219260 See merge request gitlab-org/gitlab!34443
-
Thong Kuah authored
Query Type: Remove Duplicate User type Declaration See merge request gitlab-org/gitlab!34749
-
Allison Browne authored
-
Marcia Ramos authored
Update docs about the new solarized dark theme See merge request gitlab-org/gitlab!34257
-
Himanshu Kapoor authored
The Web IDE now supports Solarized Dark theme that applies to the entire Web IDE screen.
-
Marcia Ramos authored
Add docs about syntax highlighting differences Closes #208731 See merge request gitlab-org/gitlab!34297
-
Himanshu Kapoor authored
We use Monarch and Rogue libraries for syntax highlighting but the docs lack any detail about Monarch.
-
Marcia Ramos authored
Add example of putting username in changelog entry See merge request gitlab-org/gitlab!34024
-
Ben Bodenmiller authored
-
Toon Claes authored
Display tokens that have do not have expiry enforced See merge request gitlab-org/gitlab!34570
-
Kushal Pandya authored
- Adds confidential icon in Epic list and page. - Updates comment form header to represent context.
-
Mark Florian authored
Resolve "Rename Design Management .graphql files to follow snake_case" Closes #217714 See merge request gitlab-org/gitlab!34719
-
Natalia Tepluhina authored
-
Marcia Ramos authored
Update docs to include the resolved comment area See merge request gitlab-org/gitlab!34745
-
Christen Dybenko authored
-
Lin Jen-Shin authored
Introduce dedicated rules for rspec jobs per level Closes #24339 See merge request gitlab-org/gitlab!33765
-
Marcel Amirault authored
Clarify access of CI_REGISTRY_PASSWORD and CI_REGISTRY_USER See merge request gitlab-org/gitlab!34550
-
Ben Bodenmiller authored
-
Grzegorz Bizon authored
Implement CI syntax for secrets See merge request gitlab-org/gitlab!33014
-
Nick Thomas authored
Proposal: Add JSONB specs with documentation See merge request gitlab-org/gitlab!33641
-
Sean McGivern authored
Use `Keys::DestroyService` for deleting an SSH key when a user deletes a key via the API See merge request gitlab-org/gitlab!34718
-
Toon Claes authored
Validate the 'NOT NULL' constraint on file store columns Closes #218004 See merge request gitlab-org/gitlab!34568
-
Achilleas Pipinellis authored
Docs: Add info on clearing index status See merge request gitlab-org/gitlab!34572
-
Blair Lunceford authored
-
Sanad Liaquat authored
Quarantine elasticsearch test See merge request gitlab-org/gitlab!34726
-
Kushal Pandya authored
Alert text search docs See merge request gitlab-org/gitlab!34701
-
Tristan Read authored
-
Achilleas Pipinellis authored
Add rubocop creation process Closes #220374 See merge request gitlab-org/gitlab!34754
-
Marcel Amirault authored
Add multiline GitLab CI scripts command details Closes gitlab-runner#2224 See merge request gitlab-org/gitlab!32917
-
Ben Bodenmiller authored
-
Rémy Coutable authored
Move codeowner validation checks into Commits::CreateService See merge request gitlab-org/gitlab!34471
-
Kerri Miller authored
Iteratively, we've pushed these checks into a number of different locations, however having a unified, single-location for these checks is for more sustainable into the future. By moving the existing "web request" checks into Commits::CreateService, we can remove the existing checks previously added to the file editor, enable checks on the Commits REST API (create/update/delete, cherry-pick, revert), and can remove the :skip_web_ui_code_owner_validations ermergency workaround
-
Shinya Maeda authored
Don't compile production assets upon backstage changes See merge request gitlab-org/gitlab!34756
-
Martin Wortschack authored
Merge branch '27799-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-sherlock' into 'master' Fix stylelint warning in sherlock.scss See merge request gitlab-org/gitlab!34685
-
Kushal Pandya authored
Search plain text in alert list frontend See merge request gitlab-org/gitlab!34631
-
Tristan Read authored
-