- 06 Apr, 2020 36 commits
-
-
Rajendra Kadam authored
-
Igor Drozdov authored
Fix duplicate spec in merge requests See merge request gitlab-org/gitlab!28856
-
Rajendra Kadam authored
-
Igor Drozdov authored
Fix duplicate spec in closing issue specs See merge request gitlab-org/gitlab!28803
-
Rajendra Kadam authored
-
Jan Provaznik authored
Move Prometheus metrics services to Core See merge request gitlab-org/gitlab!28523
-
James Lopez authored
Fixed incorrect name See merge request gitlab-org/gitlab!28880
-
Marcel Amirault authored
Adds parent_pipeline to CI_PIPELINE_SOURCE See merge request gitlab-org/gitlab!28441
-
John Jarvis authored
-
Phil Hughes authored
Resolve Migrate '.fa-spinner' to '.spinner' for 'app/views/projects/network' See merge request gitlab-org/gitlab!25050
-
Marvin Karegyeya authored
-
Dylan Griffith authored
Bump workhorse version to 8.30 See merge request gitlab-org/gitlab!28894
-
Mark Lapierre authored
Quarantine flaky test See merge request gitlab-org/gitlab!28887
-
Heinrich Lee Yu authored
This enables support for proxying ActionCable connections
-
Marcel Amirault authored
Clean up linting information See merge request gitlab-org/gitlab!28878
-
Heinrich Lee Yu authored
Skip generating smaller Design Management designs for TIFFs See merge request gitlab-org/gitlab!28875
-
charlie ablett authored
Track jira import state in its own data structure See merge request gitlab-org/gitlab!28709
-
Anastasia McDonald authored
The test fails intermittently in master See https://gitlab.com/gitlab-org/gitlab/-/issues/213222
-
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
-
Amelia Paik authored
-
- 05 Apr, 2020 4 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
-
Evan Read authored
-