- 29 Jun, 2020 40 commits
-
-
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
-
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
-
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
-
Jose Ivan Vargas authored
Update docs for group/instance-level security dash See merge request gitlab-org/gitlab!35533
-
Enrique Alcántara authored
Resolve "Display non-markdown content in the WYSIWYG mode of the SSE::Identifiers" Closes #221082 See merge request gitlab-org/gitlab!35077
-
Derek Knox authored
Add initial custom renderer for the markdown identifier syntax (reusable links and desc). Minor refactor to render signatures too due to need for node not just context.
-
Oswaldo Ferreira authored
Forward correlation ID to Elasticsearch as X-Opaque-Id header See merge request gitlab-org/gitlab!35403
-
Douglas Barbosa Alexandre authored
Ensure .git/config is updated for forks See merge request gitlab-org/gitlab!35305
-
Amy Qualls authored
Update Terraform docs, fix multiple typos See merge request gitlab-org/gitlab!35399
-
Douglas Barbosa Alexandre authored
Defer updating .git/config for imported projects See merge request gitlab-org/gitlab!35308
-
Pavel Shutsin authored
-
Phil Hughes authored
Resolve "Add no graph empty state for DAG" See merge request gitlab-org/gitlab!35053
-
Frédéric Caplette authored
We add a new empty state to the graph so that we can redirect users to the job dependencies documentation and educate them on this architecture. This should only appears when there is not enough data to render the graph and there are no errors while parsing the data.
-
Enrique Alcántara authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!35457
-
Amy Qualls authored
Docs: switch order to match AWS IAM setup See merge request gitlab-org/gitlab!35250
-
Brendan O'Leary 🐢 authored
-
Nick Thomas authored
Explicitly give `override` for `EE::Project#feature_available?` See merge request gitlab-org/gitlab!35520
-