- May 25, 2022
-
-
-
-
-
-
-
Brett Walker authored
- Update to graphql 1.13.12 - Create the new AST LoggerAnalyzer ported from the original LoggerAnalyzer - Create the new AST RecursionAnalyzer ported from the original RecursionAnalyzer - Override unauthorized_object(unauthorized_error) - Fix arg handlling in GraphQL::Helpers - Now some exceptions are being caught much earlier, breaking many unit test specs that relied on checking for exceptions - Must override == in the class itself - GraphQL-Ruby's types used to override def ==(other), but it doesn't anymore when using the interpreter - Procs are no longer supported - GraphQL::Pagination::Connections is now a default and is no longer needed - Check for object in FindClosest - Casues a GraphQL::Schema::DuplicateNamesError - Add new expect_graphql_error_to_be_created - Adjust how args are built for testing - Removal of to_graphql - Fix signature of get_type - Override new complexity calculation to use our own - When using `resolve` in GraphqlHelpers, the arguments must be passed in a certain way. For this transition, we can indicate how we want the arguments handled. - BaseInputObject must return super from `prepare` This has the correct effect of the entire input object being passed through to the resolver in `args`. Inside there you need to call `to_h` to extract the ruby arguments. - Remove prepare from NegatedBoardIssueInputType - Return nil if TimeType is nil Let higher level argument checks do their job. Fixes spec/requests/api/graphql/mutations/releases/update_spec.rb - DEBUG_GRAPHQL=1 now ignores graphql tracers and sets the timeout to 20 mins, to facilitate debugging - Remove use of metadata[:type_class]
-
Kushal Pandya authored
Refactor status-box css classes See merge request !88160
-
Remove global status-box css classes in favour of gl utility classes. Also delete `statusBadgeClass` prop which is no longer needed now that we've refactored status badges
-
Andrejs Cunskis authored
Follow up refactor variable inheritance shared context See merge request !88193
-
-
Clayton Cornell authored
Move `cadence` under the `starboard` field. See merge request !88430
-
-
-
Dmitry Gruzd authored
GraphQL: Add maintenance_note_html field See merge request !88405
-
Clayton Cornell authored
Add example request to match select response See merge request !88436
-
-
Simon Knox authored
Add CRM filtered search tokens on group/project issues page See merge request !87917
-
Add tokens to improve the UI when filtering by CRM contact or organisation. Changelog: added
-
Thong Kuah authored
Make `ci_owned_runners_*` FF on by default See merge request !88526
-
Simon Knox authored
Add work items assignees mock query See merge request !88003
-
Assignees on work item use mocked assignees widget field on WI query Currently, assignees are not editable, this will be implemented in the next iteration Apply 1 suggestion(s) to 1 file(s) Added center alignment for assignees Changelog: added
-
Mikołaj Wawrzyniak authored
[FF removal] Sort projects by CI minutes usage in Usage Quotas page See merge request !88313
-
Kati Paizee authored
Fix even more vale warnings See merge request !88468
-
-
Imre Farkas authored
Resolve "Improve performance of `/namespaces/:namespace/exists` API endpoint" See merge request !88124
-
Kati Paizee authored
Update supported ZenTao versions See merge request !88379
-
-
Denys Mishunov authored
Migrates the configure later button for 2FA configuration See merge request !88306
-
Changelog: changed
-
Kushal Pandya authored
Fix merge request overview tab grid template size See merge request !88448
-
Denys Mishunov authored
Migrates buttons in alert for mermaid limit See merge request !88298
-
Jacques Erasmus authored
Use Pajamas UI Rails helper to render the "Git strategy" section of the "General pipelines" Project CI/CD settings See merge request !88205
-
Jiaan Louw authored
Migrate the lock button in the sidebar See merge request !88322
-
Robert Hunt authored
Add focus ring to header elements See merge request !88023
-
Aleksei Lipniagov authored
Change next_aborted_repository `take` to `limit(2)[0]` See merge request !88282
-
Manoj M J authored
Improve performance of namespace existence lookup Changelog: performance
-
release-tools approver bot authored
Update Gitaly version See merge request !88519
-