- 18 Jun, 2020 40 commits
-
-
Peter Leitzen authored
Add prometheus_endpoint_path for variables See merge request gitlab-org/gitlab!34644
-
Lin Jen-Shin authored
Add support for the new tooling and `tooling::*` / `feature::*` scoped labels in various Danger checks Closes #222360 See merge request gitlab-org/gitlab!34622
-
Nick Thomas authored
Fix typo in comment See merge request gitlab-org/gitlab!34808
-
Enrique Alcántara authored
Fix Issue sticky header z-index See merge request gitlab-org/gitlab!34752
-
Dmytro Zaporozhets authored
Merge security report compare services See merge request gitlab-org/gitlab!34448
-
rpereira2 authored
- The metric_label_values type of variable needs the results of a Prometheus query. - Similar to how we add a prometheus_endpoint_path key for panels in the dashboard, add it for variables of type metric_label_values.
-
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
-