- 30 Jun, 2020 11 commits
-
-
ap4y authored
This commit adds a new model for the Cilium cluster application. Related factories and specs were also updated.
-
Ramya Authappan authored
Minor refactoring from code review Closes #5048 See merge request gitlab-org/gitlab!35563
-
Martin Wortschack authored
Remove append-bottom-5 CSS class See merge request gitlab-org/gitlab!35556
-
Evan Read authored
Docs: create consistency test Closes #214608 See merge request gitlab-org/gitlab!34111
-
Amy Qualls authored
There are some combinations of words where neither one is wrong, like 'real time' vs 'real-time', but the TW team needs to pick one and stick with it. This test provides suggestion-level Vale results to encourage consistent usage.
-
Marcel Amirault authored
Docs: initial test for future tense See merge request gitlab-org/gitlab!25950
-
Amy Qualls authored
The GitLab style guide discourages the use of future tense. This MR attempts to capture some of the most common word variants for future tense.
-
Michael Kozono authored
Add tiller.log to Auto DevOps deployment job artifacts See merge request gitlab-org/gitlab!35458
-
charlie ablett authored
Remove pipeline reference from requirement test report See merge request gitlab-org/gitlab!35236
-
Evan Read authored
Requirements docs editing and screenshots See merge request gitlab-org/gitlab!33761
-
Marcin Sedlak-Jakubowski authored
Remove some images and update some
-
- 29 Jun, 2020 29 commits
-
-
Mike Jang authored
Docs: Reorganize and move GMA to own page Closes gitlab-com/support/support-team-meta#2305 See merge request gitlab-org/gitlab!32905
-
Cynthia Ng authored
-
Mayra Cabrera authored
Allow custom predicate to steal BG jobs See merge request gitlab-org/gitlab!35464
-
Jose Ivan Vargas authored
Change variable 'mountedToShow' to more descriptive 'onSingleEnvironmentPage' See merge request gitlab-org/gitlab!28487
-
Mark Lapierre authored
-
Paul Slaughter authored
Change timeline height to a uniform value See merge request gitlab-org/gitlab!35394
-
Mayra Cabrera authored
Add `default_branch_name` to ApplicationSettings model See merge request gitlab-org/gitlab!35282
-
Kerri Miller authored
-
Mayra Cabrera authored
Address inconsistent names in partitioning helpers See merge request gitlab-org/gitlab!35466
-
Mayra Cabrera authored
Add DB spec patterns the db-patterns anchor See merge request gitlab-org/gitlab!35438
-
Bob Van Landuyt authored
Add users mapping to Jira import start mutation and store it in Redis See merge request gitlab-org/gitlab!34609
-
Amy Qualls authored
Docs review & improve administration/logs.html Closes gitlab-com/support/support-team-meta#2304 See merge request gitlab-org/gitlab!34982
-
Greg Myers authored
-
Paul Slaughter authored
- Regression created and fixed in same milestone
-
Bob Van Landuyt authored
Remove format-js responder for logs_tree action See merge request gitlab-org/gitlab!29895
-
Oswaldo Ferreira authored
Upgrade to Grape v1.3.3 See merge request gitlab-org/gitlab!33450
-
Mike Greiling authored
Add identifiers column to pipeline security tab See merge request gitlab-org/gitlab!35284
-
Alexander Turinske authored
- create utility method to find primary identifier out of array of identifiers - add tests
-
Jose Vargas authored
This replaces the append-bottom-5 CSS class and replaces it for the gl-mb-2 utility class from GitLab-UI
-
Martin Wortschack authored
Remove append-right-48 utility class See merge request gitlab-org/gitlab!35545
-
Mike Jang authored
Clarify use of private, public, internal groups Closes #211811 See merge request gitlab-org/gitlab!35439
-
Mike Jang authored
-
Mike Jang authored
Improve docs related to LDAP membership lock Closes #217478 See merge request gitlab-org/gitlab!35332
-
Igor Drozdov authored
Static Site Editor can’t be opened in projects belonging to a subgroup See merge request gitlab-org/gitlab!35378
-
Enrique Alcántara authored
-
Jose Vargas authored
This removes the append-right-48 utility class, no replacements were needed
-
Amy Qualls authored
Fix spelling mistakes See merge request gitlab-org/gitlab!35321
-
Stan Hu authored
This brings back many of the changes in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27276. This was reverted due to some failures in the QA tests with nil parameters. Grape v1.3.3 brings in Ruby 2.7 support and a number of fixes: https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md 1. Move all inherited `Grape::API` -> `Grape::API::Instance` 2. Remove use of Virtus since this has been removed from Grape. 3. Extract `Rack::Response` from API error 4. Grape v1.2.3 pulled in a fix used in `SafeFile`: https://github.com/ruby-grape/grape/pull/1844, so we no longer need to maintain our custom type. 5. Adapt `WorkhorseFile` with the latest changes to make custom types work with Grape and dry-types. 6. Ensure `Array[String]` is coerced properly. The change from Virtus to dry-types now requires all strings to be coerced to arrays. Before this was done within Virtus. 7. Coerce `Array[Integer]` types to arrays of integers 8. Use a new helper, `coerce_nil_params_to_array!`, that coerces nil Array inputs to empty arrays to preserve previous behavior. If you have a parameter of type `Array[String]`, for example, Grape used to coerce a provided `nil` value to `[]`. Grape no longer does this for us, so we need a helper method that will automatically do this if the parameter is present. This merge request also introduces two Rubocop rules for Grape v1.3: 1. `Grape::API::Instance` instead of `Grape::API` is required, unless we solve https://gitlab.com/gitlab-org/gitlab/-/issues/215230. 2. Grape parameters defined with `Array` types (e.g. `Array[String]`, `Array[Integer]`) must have a `coerce_with` block or they will fail to parse properly. See https://github.com/ruby-grape/grape/blob/master/UPGRADING.md for more details.
-
Oswaldo Ferreira authored
Fix VSA code stage query See merge request gitlab-org/gitlab!35324
-