- 28 Apr, 2020 1 commit
-
-
Jonathan Schafer authored
-
- 27 Apr, 2020 39 commits
-
-
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
-
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
-
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
-
Grzegorz Bizon authored
Test terraform state API using Unicorn::TeeInput See merge request gitlab-org/gitlab!30334
-
Robert May authored
-
Toon Claes authored
Create Ops Strategies User Lists Table See merge request gitlab-org/gitlab!30243
-
Jason Goodman authored
For applying user lists to a feature flag strategy
-
Stan Hu authored
Enable Vue LFS badge by default See merge request gitlab-org/gitlab!30469
-
Nathan Friend authored
Refactor to use parseBoolean See merge request gitlab-org/gitlab!30076
-
Patrick Derichs authored
Also update schema and docs.
-
Nathan Friend authored
Update Geo Replicable Filter Nav See merge request gitlab-org/gitlab!29979
-
Phil Hughes authored
Remove duplicate QA attribute for burndown charts Closes #214686 See merge request gitlab-org/gitlab!29719
-
Phil Hughes authored
Added side margin to Clone button See merge request gitlab-org/gitlab!30471
-
pburdette authored
Migrate the pipelines spec from karma to jest and use vue test utils.
-
Patrick Derichs authored
Update specs as well
-
Mark Florian authored
Merge branch '34817-issue-description-reverts-to-an-older-version-when-saving-without-prompting-the-conflict' into 'master' Updated autosave.js to save a lock version See merge request gitlab-org/gitlab!29349
-