- 27 Apr, 2020 40 commits
-
-
Martin Wortschack authored
Better Geo Out of Date Errors Closes #211862 See merge request gitlab-org/gitlab!29800
-
Dmytro Zaporozhets authored
Move more helm command tests to shared examples Closes #39460 See merge request gitlab-org/gitlab!21863
-
Hordur Freyr Yngvason authored
A large amount of the helm command behavior is shared behavior inherited from BaseCommand, yet much of the test code was duplicated. This extracts the common test code into shared examples. Resolves https://gitlab.com/gitlab-org/gitlab/issues/39460
-
Lin Jen-Shin authored
Fix header name for keyset pagination See merge request gitlab-org/gitlab!30093
-
Marcia Ramos authored
Fix broken link in logging.md See merge request gitlab-org/gitlab!30440
-
Paul Slaughter authored
Remove update function logic from issue.js See merge request gitlab-org/gitlab!21414
-
-
Nick Gaskill authored
Update offline scanning documentation See merge request gitlab-org/gitlab!30227
-
Imre Farkas authored
Revert "Merge branch 'restrict-user-autocompletes' into 'master'" See merge request gitlab-org/gitlab!30512
-
Douglas Barbosa Alexandre authored
Fix second 500 error with NULL restricted visibility levels Closes #215638 See merge request gitlab-org/gitlab!30414
-
Dmytro Zaporozhets authored
Handle empty terraform plan See merge request gitlab-org/gitlab!30002
-
Jarka Košanová authored
Add scheduled_at field to jira_imports table Closes #213808 See merge request gitlab-org/gitlab!30284
-
Nathan Friend authored
Remove duplicate db query in dashboard snippets See merge request gitlab-org/gitlab!30277
-
Marcia Ramos authored
Fix filename & Rails version in Geo framework doc See merge request gitlab-org/gitlab!30360
-
Douglas Barbosa Alexandre authored
Geo: Add PackageFileRegistryFinder to prepare for GraphQL API work See merge request gitlab-org/gitlab!30137
-
Andrew Fontaine authored
Resolve "Allow multiple screenshots to be uploaded in copy paste" See merge request gitlab-org/gitlab!30152
-
Natalia Tepluhina authored
-
Andrew Fontaine authored
Migrate pipelines_spec.js to Jest See merge request gitlab-org/gitlab!30232
-
Igor Drozdov authored
Upgrade Grape v1.1.0 to v1.3.2 Closes #195960 See merge request gitlab-org/gitlab!27276
-
Nick Thomas authored
Add mutation to update limit metric settings on board lists See merge request gitlab-org/gitlab!29897
-
Sean McGivern authored
Add JSON wrapper cop See merge request gitlab-org/gitlab!29705
-
Natalia Tepluhina authored
User can enable alert management See merge request gitlab-org/gitlab!30024
-
David O'Regan authored
-
Nathan Friend authored
Migrate dirty_submit to Jest Closes #194229 See merge request gitlab-org/gitlab!30294
-
Marcia Ramos authored
Fix typo in file_lock.md See merge request gitlab-org/gitlab!30366
-
Alessio Caiazza authored
This reverts merge request !28115
-
Marcia Ramos authored
Fix formatting in Uploads administration See merge request gitlab-org/gitlab!30138
-
Jan Provaznik authored
Fix AttributesRewriter for ResourceMilestoneEvents without milestone See merge request gitlab-org/gitlab!30475
-
Achilleas Pipinellis authored
Added 12.9 link to upgrade specific steps See merge request gitlab-org/gitlab!30495
-
Zack Cuddy authored
Currently when a Geo Node gets out of sync the errors are scattered all around the card. This is hard to follow for the user as the location of the errors isn't always consistent. This MR cleans up a lot of the current error UI and consildates it. The time since last synced is also now always visible in the main section of the card.
-
Achilleas Pipinellis authored
Remove PyPI from suggested contributions See merge request gitlab-org/gitlab!30407
-
Mike Jang authored
Fix false formatting See merge request gitlab-org/gitlab!30411
-
Achilleas Pipinellis authored
Add troubleshooting advice for HTTP 403 See merge request gitlab-org/gitlab!30077
-
James Tharpe authored
-
Stan Hu authored
Use `Array[Integer]` and coerce these to an integer arrays. Note that if `Array` were used with this lambda, things worked work with Grape v1.3. However, `Array[String]` did not. Standardize everything on using `Validations::Types::CommaSeparatedToIntegerArray.coerce` with `Array[Integer]`
-
Stan Hu authored
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.
-
Stan Hu authored
This brings in Ruby 2.7 suport 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 The change from Virtus to dry-types now requires all strings to be coerced to arrays of integers. Before this was done within Virtus.
-
Achilleas Pipinellis authored
Docs: Prefer Ubuntu's Git-PPA over source compiling See merge request gitlab-org/gitlab!30382
-
Katrin Leinweber authored
-
Marcin Sedlak-Jakubowski authored
Change guidance on 13.0 deprecations to V5 See merge request gitlab-org/gitlab!30482
-