- 02 Mar, 2021 40 commits
-
-
Alex Kalderimis authored
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This moves the methods that create simple resolvers into their own helper so they can be imported separately, reducing the size of graphql_helpers.
-
Alex Kalderimis authored
-
Alex Kalderimis authored
And update context description to match Rubocop rules.
-
Alex Kalderimis authored
-
Alex Kalderimis authored
Most of these are trivial (adding `#to_a` for example, or changing to use client side argument names). The labels_resolver_spec changes are more invasive since this spec tested a number of impossible states (passing arguments not declared by the resolver) - these particular changes were approved by @acroitor as part of https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40088. The authorization_spec changes are made in such as way as to minimise the impact of changes from https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40088 from which this work was extracted.
-
Alex Kalderimis authored
This ensures that these methods work correctly in more cicumstances. If given a real context, it will be hashified before consumption (not doing so causes `Context#to_h` to raise a runtime error). We check for the field on the `object_type` rather than always on the `described_class` - this makes `resolve_field` usable outside type specs.
-
Alex Kalderimis authored
Mutations wrap their arguments in an `input:` type, so this needs wrapping and unwrapping in the right places. Also allows tests to create fresh object-types easily.
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This makes resolve_field and resolve more complex so that they do not simulate the execution of a field, but run it precisely as it is run in the framework. Doing this makes refactoring much safer, as we can have assurance that our tests are in line with the real execution environment.
-
Vitali Tatarintev authored
Enable capybara tests with Firefox (via geckodriver) See merge request gitlab-org/gitlab!55377
-
Mikołaj Wawrzyniak authored
Exempt auditor from ip restriction See merge request gitlab-org/gitlab!55073
-
Vitaly Slobodin authored
Remove suggestions custom commit feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!55344
-
Jacques Erasmus authored
Removed the suggestions custom commit feature flag
-
James Lopez authored
Attribute sidekick worker to the correct category See merge request gitlab-org/gitlab!55220
-
Olivier Gonzalez authored
-
Mark Chao authored
Reduce SQL calls in merge request approval specs See merge request gitlab-org/gitlab!55027
-
Marcel Amirault authored
Add keep_latest_artifact to List of settings See merge request gitlab-org/gitlab!55391
-
Thao Yeager authored
-
Achilleas Pipinellis authored
Improve documentation release process docs See merge request gitlab-org/gitlab!55022
-
Evan Read authored
-
Sarah Groff Hennigh-Palermo authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!55409
-
Stan Hu authored
Move branch deletion on merge to async worker See merge request gitlab-org/gitlab!55390
-
Igor Drozdov authored
A separate idempotent worker can be retried on fail independently from the main MergeWorker
-
Ezekiel Kigbo authored
Add issue due date to Jira issue details page See merge request gitlab-org/gitlab!54692
-
Simon Knox authored
Fix location of usage_ping page See merge request gitlab-org/gitlab!55003
-
Amy Qualls authored
This file should be an index file in a subdirectory. Fixing that.
-
Kushal Pandya authored
Geo Node Status 2.0 - UI Init See merge request gitlab-org/gitlab!54857
-
Zack Cuddy authored
This change hooks up the Vuex store to the UI and adds the top level elements.
-
Kushal Pandya authored
Remove Feature flag for Pipelines Security Summary [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54808
-
Kushal Pandya authored
Default enable widget GraphQL flag See merge request gitlab-org/gitlab!53846
-
Ramya Authappan authored
Quarantine flaky test See merge request gitlab-org/gitlab!55446
-
Stan Hu authored
Move new section See merge request gitlab-org/gitlab!55448
-
Marcel Amirault authored
Clarified environment variables See merge request gitlab-org/gitlab!55400
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/300312
-
Mark Lapierre authored
Add e2e test of merge when pipeline succeeds See merge request gitlab-org/gitlab!53680
-
Mark Lapierre authored
- Includes new page object methods and elements - Updates a Jest snapshot because of QA selector - Adds ability to reload MR resource
-
Luke Duncalfe authored
Merge branch '300750-merge-request-email-notifications-don-t-include-reviewer-information' into 'master' Add reviewer information to new merge request email notification See merge request gitlab-org/gitlab!54781
-
David Kim authored
-