- 06 Apr, 2020 18 commits
-
-
charlie ablett authored
Track jira import state in its own data structure See merge request gitlab-org/gitlab!28709
-
Evan Read authored
Changing offline terminology to offline environments See merge request gitlab-org/gitlab!28594
-
Nick Gaskill authored
-
Shaun McCann authored
Update IP allocation details See merge request gitlab-org/gitlab!28599
-
Ramya Authappan authored
Document gitlab qa mirror downstream project See merge request gitlab-org/gitlab!28559
-
Heinrich Lee Yu authored
Remove pages_internal_api feature flag See merge request gitlab-org/gitlab!28546
-
Ramya Authappan authored
Add notes about (not) including screenshots in QA failure issue See merge request gitlab-org/gitlab!28708
-
Heinrich Lee Yu authored
Normalize signature mime types when filtering attachments in emails See merge request gitlab-org/gitlab!28865
-
Diego Louzán authored
Fixes filtering when a MUA mixes 'x-' prefixed and non prefixed mime types in signatures
-
Evan Read authored
Docs for using flags with GraphQL field values See merge request gitlab-org/gitlab!28737
-
Luke Duncalfe authored
Updating the GraphQL API Styleguide to describe how to use feature flags when a developer wants to toggle the value of a field. This change came out of a Slack conversation in `#f_graphql` where a developer wished to use an actor-based gate.
-
Evan Read authored
Documentation: Make NFS server delegation recommendation clearer See merge request gitlab-org/gitlab!28761
-
Wei-Meng Lee authored
-
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 3 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
-