- 21 May, 2020 40 commits
-
-
Suzanne Selhorn authored
Edited Telemetry home page for style compliance See merge request gitlab-org/gitlab!32716
-
Heinrich Lee Yu authored
Update :with_shared_runners_limit_enabled scope See merge request gitlab-org/gitlab!32648
-
Suzanne Selhorn authored
Edited Usage Ping docs See merge request gitlab-org/gitlab!32622
-
Russell Dickenson authored
Edited Usage Ping docs to resolve style and markup issues.
-
Paul Slaughter authored
Remove prepend-top-0 css rule See merge request gitlab-org/gitlab!32457
-
Paul Slaughter authored
Fix time_tracking help link See merge request gitlab-org/gitlab!32552
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Aleksei Lipniagov authored
-
Aleksei Lipniagov authored
-
Aleksei Lipniagov authored
-
Aleksei Lipniagov authored
Do not include public project into :with_shared_runners_limit_enabled scope if `public_projects_minutes_cost_factor` of shared runners set to 0.
-
Nick Thomas authored
Remove license requirement for batch comments See merge request gitlab-org/gitlab!32625
-
Andrew Fontaine authored
Add DAG endpoint and graph shell See merge request gitlab-org/gitlab!32460
-
Sarah Groff Hennigh-Palermo authored
Add DAG entities for pipeline, stage, group, job.
-
Nick Thomas authored
[GQL] Support `#ready?` in resolvers Closes #218289 See merge request gitlab-org/gitlab!32329
-
Ammar Alakkad authored
-
Amy Qualls authored
Docs: fix errors on infra page, build ordered lists Closes #217144 See merge request gitlab-org/gitlab!32694
-
Amy Qualls authored
The changes recently merged to the infrastructure page did not completely incorporate the edits from the technical writer. The (long) example YAML file was included twice, and the numbered list restarted at 1 in a few places because of code blocks that weren't fully indented. This MR adds in consistent line breaks to the page, rewrites several tiny subheadings to be a single list of numbered steps, and fixes the problem with the doubled copy of the code example.
-
Jose Vargas authored
This removes the prepend-top-0 rule and replaces usage accross GitLab with GitLab-UI gl-mt-0 utility class instead
-
Sean McGivern authored
Do not check read_environments for metrics dashboard APIs See merge request gitlab-org/gitlab!32422
-
Igor Drozdov authored
Prevent last Group Managed Account owner with access from accidental unlinking See merge request gitlab-org/gitlab!32473
-
Amy Qualls authored
Added metadata for Telemetry See merge request gitlab-org/gitlab!32724
-
Amy Qualls authored
Docs: add metadata for SAST and DAST See merge request gitlab-org/gitlab!32726
-
Amy Qualls authored
Add anchor for creating a branch See merge request gitlab-org/gitlab!32745
-
David O'Regan authored
-
Andrew Fontaine authored
Merge branch 'update-deprecated-slot-syntax-in-./app/assets/javascripts/environments/components/environments_app.vue' into 'master' Update deprecated slot syntax in `./app/assets/javascripts/environments/components/environments_app.vue` See merge request gitlab-org/gitlab!32011
-
Gilang Gumilar authored
Update deprecated slot syntax in `./app/assets/javascripts/environments/components/environments_app.vue`
-
Natalia Tepluhina authored
Clean up unnecessary actions See merge request gitlab-org/gitlab!32735
-
Andrew Fontaine authored
Merge branch 'update-deprecated-slot-syntax-in-./app/assets/javascripts/clusters/components/remove_cluster_confirmation.vue' into 'master' Update deprecated slot syntax in `./app/assets/javascripts/clusters/components/remove_cluster_confirmation.vue` See merge request gitlab-org/gitlab!32010
-
Gilang Gumilar authored
Update deprecated slot syntax in `./app/assets/javascripts/clusters/components/remove_cluster_confirmation.vue`
-
Enrique Alcántara authored
Step 2 - Extract sidebar_nav component from collapsible_panel See merge request gitlab-org/gitlab!32465
-
James Edwards-Jones authored
Previously it was possible for the only owner with SSO access to leave the group. This would leave the group without any owners that could access the group or turn off SSO Enforcement, as none of them would pass the SSO Enforcement to gain access. Additionally Group Managed Accounts means that attempting to re-join the group would result in a sign up form being presented and requiring a different email, preventing a the owner from re-gaining access.
-
Natalia Tepluhina authored
Add alerts count badge to alerts tabs See merge request gitlab-org/gitlab!32582
-
Olena Horal-Koretska authored
-
Alex Kalderimis authored
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This ensures that we call the resolver's `#ready?` method during tests in a way that mimics the framework. This allows resolvers to start using `#ready?` and continue to make use of our helpers.
-
Alex Kalderimis authored
This adds a failure message to the arguments matcher
-
Alex Kalderimis authored
This allows us to DRY up code that uses the common pattern of synching the resolver's object
-