- 06 Apr, 2020 28 commits
-
-
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
-
- 05 Apr, 2020 11 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
-
Luke Duncalfe authored
Our ability to enable the feature to generate smaller design images https://gitlab.com/gitlab-org/gitlab/-/issues/207351 was blocked when it was discovered that our servers did not have the ability to generate JPG or TIFF https://gitlab.com/gitlab-org/gitlab/-/issues/207740. The developer who is working on allowing our infrastructure to resize images has enabled JPGs to be resized in production, however TIFF support may take a couple more weeks https://gitlab.com/gitlab-org/gitlab/-/issues/207740#note_316655702. We've decided to make a change to skip resizing TIFFs for now, and then go ahead and enable the resizing feature, rather than to hold it up any longer. We can then do a follow-up issue to enable TIFF when we have it. https://gitlab.com/gitlab-org/gitlab/-/issues/213468
-
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 1 commit
-
-
Peter Leitzen authored
Add missing spec for gitlab schema See merge request gitlab-org/gitlab!28855
-