- 05 Aug, 2020 40 commits
-
-
Igor Drozdov authored
Add internal api for getting personal access tokens from gitlab-shell See merge request gitlab-org/gitlab!36302
-
Dan Davison authored
Re-add data-qa selector Closes #229724 See merge request gitlab-org/gitlab!38055
-
Sarah Groff Hennigh-Palermo authored
-
Michael Kozono authored
Remove FDW related code for project/wikis Closes #223249 See merge request gitlab-org/gitlab!38417
-
Dan Davison authored
Fix duplicate button issue in monitor core spec See merge request gitlab-org/gitlab!38482
-
Robert Speicher authored
Optimise ExtractsRef when there is no slash See merge request gitlab-org/gitlab!38343
-
Jarka Košanová authored
Adds urls to package presenter See merge request gitlab-org/gitlab!38518
-
Enrique Alcántara authored
Add metrics dashboard templates for the standard selector See merge request gitlab-org/gitlab!37519
-
Amy Qualls authored
Revise the Status Page doc for tone and style See merge request gitlab-org/gitlab!37864
-
Amy Qualls authored
Start revising the Status Page documentation for tone, style, and completeness.
-
Craig Norris authored
Add metadata to more Configure pages Closes #233532 See merge request gitlab-org/gitlab!38702
-
Enrique Alcántara authored
Replace deprecated button Closes #219901 See merge request gitlab-org/gitlab!38668
-
-
Amy Qualls authored
The Configure team has taken ownership of a few more pages, so this MR adds metadata to them.
-
Sean McGivern authored
[RUN AS-IF-FOSS] Resolve Style/NumericPredicate Cop exceptions in lib See merge request gitlab-org/gitlab!38333
-
Stan Hu authored
Add relative positioning on designs See merge request gitlab-org/gitlab!37835
-
Jose Vargas authored
This adds the metrics dashboard templates to the file template selector in the standard editor from the repository view
-
Sean McGivern authored
Show only root namespaces for subscriptions See merge request gitlab-org/gitlab!38481
-
Natalia Tepluhina authored
Change query to request incidents by issue type See merge request gitlab-org/gitlab!38503
-
Sean McGivern authored
Enable similarity search feature flags by default Closes #221043 See merge request gitlab-org/gitlab!38675
-
Olena Horal-Koretska authored
Hide health status labels for closed issues on epics tree See merge request gitlab-org/gitlab!37561
-
Eulyeon Ko authored
Show health status only for open issues Update the mock data as well Update the doc Update the spec Replace more utility classes Update the display condition for epics Use parameterized tests in the spec Update the mock data Apply 1 suggestion(s) to 1 file(s)
-
Bob Van Landuyt authored
Add ability to query DAST scanner profiles See merge request gitlab-org/gitlab!38126
-
Marcel Amirault authored
Add when: never details See merge request gitlab-org/gitlab!37761
-
Ben Bodenmiller authored
-
Ezekiel Kigbo authored
Resolve "Take DAG visualization out of beta" See merge request gitlab-org/gitlab!38517
-
Frédéric Caplette authored
We remove the beta tag on the tab, the beta alert message in the view and all documentation that mentioned the dag view as a beta feature.
-
Imre Farkas authored
Process panels YAML to JSON See merge request gitlab-org/gitlab!38279
-
Sean McGivern authored
Add support for files in ProjectSnippets REST API See merge request gitlab-org/gitlab!38485
-
Adam Hegyi authored
This change enables the following feature flags by default: - analytics_similarity_search - similarity_search
-
Nicolas Dular authored
We only allow subscriptions for root namespaces. However, we also rendered sub-groups when creating a subscription. This was not an issue so far, because we only used the new subscription sites for sign up, therefore users were not able to create sub-groups beforehand. This will change in the future, where we also want to use the new subscription page design for upgrades.
-
Kushal Pandya authored
Swimlanes - Fix scrolling and stick epic titles See merge request gitlab-org/gitlab!38258
-
Enrique Alcántara authored
Fix vertical alignment of svg icons on Jobs page See merge request gitlab-org/gitlab!38656
-
Doug Stull authored
- enforce standards...
-
Sean McGivern authored
ExtractsRef attempts to take a string containing slashes and figure out which part's a reference to a tree-ish object, and which part's a path in that tree-ish. For instance, `foo/bar/baz` might mean: 1. A ref of `foo`, a path of `bar/baz` 2. A ref of `foo/bar`, a path of `baz` 3. A ref of `foo/bar/baz`, and no path (the root) To do this, it needs to load the full list of references (branches and tags) for the repository, which can be slow and put pressure on Redis as it uses SMEMBERS, which is an O(n) operation. When there is no slash in the string, there is no ambiguity: it must be a reference and no path (the third case above). In that case we can skip loading the references entirely and just detect that by looking at the string in question.
-
Enrique Alcántara authored
Button migration vulnerability charts Closes #219897 See merge request gitlab-org/gitlab!38610
-
Juan J. Ramirez authored
-
Enrique Alcántara authored
Update group and project variables help text See merge request gitlab-org/gitlab!37048
-
Sean McGivern authored
Refactor composer license specs See merge request gitlab-org/gitlab!38461
-
Sean McGivern authored
Stop using priority/weight keys in OOTB metrics dashboards See merge request gitlab-org/gitlab!38603
-