- 06 Apr, 2020 5 commits
-
-
Evan Read authored
Make all field examples in GraphQL docs nullable See merge request gitlab-org/gitlab!28739
-
Dylan Griffith authored
Change GraphQL milestone property to be a String See merge request gitlab-org/gitlab!28736
-
Russell Dickenson authored
Update issues export documentation screenshot See merge request gitlab-org/gitlab!28799
-
Evan Read authored
Remove (deprecated) strings from ProjectType See merge request gitlab-org/gitlab!28735
-
Felipe Artur authored
Fix export issues feature screenshot documentation
-
- 05 Apr, 2020 9 commits
-
-
Luke Duncalfe authored
An issue with using `Float`s to define the `milestone` of a deprecated field surfaced with the milestone 12.10. As a `Float`, this becomes `"12.1"`. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/28560#note_316709552 Changing the documentation and all uses of `milestone` to be `String`s
-
Luke Duncalfe authored
ProjectType had (deprecated) added to the description of some of its fields in d1451e7b. These were added because the same properties had been deprecated in the REST Projects API in favor of properties called `{x}_access_level` https://gitlab.com/gitlab-org/gitlab/-/issues/211620#note_315174858. As the GraphQL ProjectType does not have such fields, the fields that had "(deprecated)" added to their descriptions were never actually deprecated. This MR removes those strings, and also makes the descriptions more consistent according to https://docs.gitlab.com/ee/development/api_graphql_styleguide.html#description-styleguide: > Descriptions of GraphQL::BOOLEAN_TYPE fields should answer the > question: “What does this field do?”. Example: 'Indicates project has > a Git repository'. https://gitlab.com/gitlab-org/gitlab/-/issues/211620
-
Evan Read authored
Fix yaml spacing in junit doc Closes #213294 See merge request gitlab-org/gitlab!28747
-
charlie ablett authored
No archived or deleted project vulnerabilties See merge request gitlab-org/gitlab!28696
-
Avielle Wolfe authored
When fetching all the vulnerabilities in a group, don't include vulnerabilities from archived or deleted projects. This matches how archived and deleted projects are treated elsewhere in the code. https://gitlab.com/gitlab-org/gitlab/-/issues/207438
-
Mark Lapierre authored
Move quarantine tag to outer description block Closes #213280 See merge request gitlab-org/gitlab!28726
-
Russell Dickenson authored
Update DAST to document race condition Closes #208202 See merge request gitlab-org/gitlab!28245
-
Seth Berger authored
-
Andrew Fontaine authored
Move deployment series logic out of charts See merge request gitlab-org/gitlab!28825
-
- 04 Apr, 2020 10 commits
-
-
Peter Leitzen authored
Add missing spec for gitlab schema See merge request gitlab-org/gitlab!28855
-
Rajendra Kadam authored
-
Peter Leitzen authored
Fix duplicate spec in update large table spec See merge request gitlab-org/gitlab!28787
-
Rajendra Kadam authored
-
Peter Leitzen authored
Move Environments resolver spec file out of EE See merge request gitlab-org/gitlab!28748
-
Peter Leitzen authored
Make VSM controllers available at the Group level Closes #212226 See merge request gitlab-org/gitlab!28641
-
Michael Kozono authored
Merge branch '211990-geo-self-service-framework-does-not-associate-geo_event_log-row-to-geo_event' into 'master' Geo: Fix geo_event_log and geo_event association Closes #211990 See merge request gitlab-org/gitlab!28457
-
Valery Sizov authored
Geo: Self-service framework does not associate geo_event_log row to geo_event
-
Marcel Amirault authored
Fix redirected links in docs See merge request gitlab-org/gitlab!28811
-
Marcin Sedlak-Jakubowski authored
This commit changes redirected links to their destinations.
-
- 03 Apr, 2020 16 commits
-
-
Mayra Cabrera authored
Merge branch '212654-can-we-remove-the-index-index_ci_builds_on_name_for_security_reports_values' into 'master' Remove ci_builds security job values index See merge request gitlab-org/gitlab!28224
-
Mayra Cabrera authored
Move 26302 changelog to changelogs See merge request gitlab-org/gitlab!28821
-
Andrew Fontaine authored
Allow users to assign a serverless domain to Knative (frontend) See merge request gitlab-org/gitlab!28431
-
Mayra Cabrera authored
Consume remaining LinkLFsObjectsProjects jobs See merge request gitlab-org/gitlab!27558
-
Paul Slaughter authored
Added shared Clone Dropdown button component See merge request gitlab-org/gitlab!28781
-
Paul Slaughter authored
Fixes flaky spec in`spec/frontend/ide/components/merge_requests/list_spec.js` See merge request gitlab-org/gitlab!28807
-
Ash McKenzie authored
Refactor UpdateDashboardService tests See merge request gitlab-org/gitlab!28376
-
Robert Speicher authored
Find or initialize instance-level integration See merge request gitlab-org/gitlab!28592
-
Clement Ho authored
Update dependency @gitlab/ui to v11.0.1 See merge request gitlab-org/gitlab!28830
-
Denys Mishunov authored
Shared component used for cloning functionality on Projects and Snippets. Also a new shared 'getBaseProtocol' url utility has been added
-
Mike Greiling authored
-
Mike Greiling authored
-
Paul Slaughter authored
Resolve "Remove "Open in file view" in Web IDE" Closes #199081 See merge request gitlab-org/gitlab!28705
-
Martin Wortschack authored
Added snowplow tracking to change direction See merge request gitlab-org/gitlab!28717
-
Mayra Cabrera authored
Issue #26426 Drafting a solution for the retrieval of runners that belong to... See merge request gitlab-org/gitlab!24169
-
Nacho Otal authored
Issue #26426 Drafting a solution for the retrieval of runners that belong to subgroups for the owner of the parent group Issue #26426 : Using the owned_groups with self_and_descendants to get all the groups that a user owns even per inheritance of ownership. Fixing the test case so that it behaves as expected. Issue #26426 : No need to have two separate cases for group_runners and subgroup_runners since the subgroups inherit the ownership from the groups. Issue #26426 : Improving description of the example. Issue #26426 : As discussed, get rid of the example extraction and inline it in the test case. Issue #26426 : As discussed, adding a test case for inclusion of runners that belong to groups in which the user is maintainer (and developer). issue #26426 : Adding reporter and guest to shared examples for completion. Issue #26426 : Adding multi-owner, group owner and project owner as shared examples. Issue #26426 : Refining the case of group owner. Issue #26426 : Making all let imperative. Reviewing the cases so that they're complete. Issue #26426 : Improving wording on the descriptions of the test. Adding completion cases tests.
-