- 18 Jun, 2020 40 commits
-
-
Nathan Friend authored
This commit adds related links to the Release portion of our GraphQL endpoint.
-
Imre Farkas authored
Rename `ReleaseLinkType` to `ReleaseAssetLinkType` See merge request gitlab-org/gitlab!34543
-
Andrew Fontaine authored
Sort code coverage graph by dates See merge request gitlab-org/gitlab!34750
-
Frédéric Caplette authored
The API returns the dates in descending order because it's the same endpoint than the CSV generator which requires them to be in tha order. So in the FE, we now compare dates with a basic `sort` to feed the graph the order in asc order.
-
Nathan Friend authored
Updates ReleaseLinks classes to the more descriptive name "ReleaseAssetLinks".
-
Martin Wortschack authored
Use scoped routing for autocomplete See merge request gitlab-org/gitlab!34769
-
Enrique Alcántara authored
Remove the append-right-32 CSS class See merge request gitlab-org/gitlab!34760
-
Achilleas Pipinellis authored
Remove blacklist/whitelist language in bulk-insert-safe Closes #219967 See merge request gitlab-org/gitlab!34825
-
Matthias Käppler authored
-
Igor Drozdov authored
Expand the Devise unconfirmed message See merge request gitlab-org/gitlab!34818
-
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
-
Dmitriy Zaporozhets authored
We changed autocomplete routing to be under /-/ scope. This commit will update the code to use new route. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
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
-