- 11 Mar, 2021 37 commits
-
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This changes the presenter instrumentation to a field extension, which is simpler, easier to maintain, and will allow us to make use of the interpreter execution engine in the future. This also makes is easier to test resolver and types that make use of these facilities. Other changes: In the current user TODOs type, ensure we take the type of the unwrapped object If we don't do this, the presented class name will be used instead (for types that use `present_using`). This results in incorrect todo_type values.
-
Alex Kalderimis authored
-
Alex Kalderimis authored
The following resolvers call gitaly: - metrics/dashboard_resolver - last_commit_resolver - snippets/blobs_resolver - tree_resolver Remove an unnecessary gitaly annotation (I was unable to verify that this gitaly annotation was needed. So it is removed.)
-
Alex Kalderimis authored
This was erroneously setting constant_complexity to true for all fields that have a resolver, since our BaseResolver sets complexity to 0 (and `!!zero == true`). This masks gitaly calls.
-
Alex Kalderimis authored
The calls-gitaly tooling is not available when calling `GraphqlHelpers#resolve` and `#resolve_field`, because it was implemented as schema instrumentation which must be called from `Schema.execute`. This changes to use field extensions that are: - simpler (less code, easier to read) - can be applied selectively (here we can avoid the runtime cost in prod) - not deprecated; to use the intepreter, we will need to make this move Changes: - Adds `#may_call_gitaly` method to BaseField
-
Alex Kalderimis authored
These were discovered using REVEAL_RUBOCOP_TODO
-
Alex Kalderimis authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!56306
-
Bob Van Landuyt authored
Cloud License: Activation to receive license instead of authentication token See merge request gitlab-org/gitlab!55822
-
Achilleas Pipinellis authored
Add Pages cache configuration settings See merge request gitlab-org/gitlab!55812
-
Jaime Martinez authored
Adds multuple flags used to configure Pages API-based configuration cache's behavior to the documentation. Examples of modifying these settings are also included. Related to https://gitlab.com/gitlab-org/gitlab-pages/-/issues/520.
-
Achilleas Pipinellis authored
Remove old version info from doc page See merge request gitlab-org/gitlab!56228
-
GitLab Release Tools Bot authored
-
Arturo Herrero authored
Composer cache update worker See merge request gitlab-org/gitlab!54551
-
Kushal Pandya authored
Epic Boards - Drag & Drop epic between lists See merge request gitlab-org/gitlab!56170
-
Mark Lapierre authored
De-quarantine 'browser_ui/3_create/merge_request/rebase_merge_request_spec' See merge request gitlab-org/gitlab!55586
-
Tomislav Nikić authored
This test passed on a local execution. Because of this I am going to unquarantine this test and keep a close eye on this.
-
Kushal Pandya authored
Simplify notifications dropdown See merge request gitlab-org/gitlab!55522
-
Kushal Pandya authored
Use testing selector for variable list feature spec See merge request gitlab-org/gitlab!56123
-
Kushal Pandya authored
Add a confirmation prompt to lock and unlock path locks See merge request gitlab-org/gitlab!44849
-
Olena Horal-Koretska authored
Merge branch '254267-replace-bootstrap-modal-in-app-views-projects-issues-export_csv-_button-html-haml' into 'master' Replace import/export CSV buttons and modal with Vue component See merge request gitlab-org/gitlab!54214
-
Albert Salim authored
ci: Experiment with the new !reference CI keyword See merge request gitlab-org/gitlab!55617
-
Mark Chao authored
Allow GraphQL to use variables param. Drop authentication token
-
Ramya Authappan authored
Update e2e docs examples See merge request gitlab-org/gitlab!56289
-
Russell Dickenson authored
Edits for CTRT and style See merge request gitlab-org/gitlab!56257
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/300312
-
Gabriel Mazetto authored
Allow project admin to read approval rules when project is archived See merge request gitlab-org/gitlab!55929
-
Evan Read authored
Reconcile source installation and upgrade docs See merge request gitlab-org/gitlab!55170
-
Jörg Behrmann authored
This change brings it in line with the order during install and makes the workhorse installation not error out, since it depends on new gems being installed first
-
Scott Hampton authored
Record trial status widget experiment variant assignments See merge request gitlab-org/gitlab!53301
-
Ezekiel Kigbo authored
Add Jira status to sidebar on Jira issue details page See merge request gitlab-org/gitlab!56065
-
Brett Walker authored
even if project is archived / merge requests not allowed.
-
Marcel Amirault authored
Update tier badging for Keyword reference page See merge request gitlab-org/gitlab!56248
-
Tiger Watson authored
Merge branch '293972-geo-framework-persistent-failures-block-slow-down-retries-of-transient-failures' into 'master' Geo Framework: Persistent failures block See merge request gitlab-org/gitlab!54585
-
Mark Lapierre authored
Updates the e2e docs to use brackets consistently in examples. Specifically, we use brackets for method calls that aren't for an internal DSL as per the ruby style guide https://rubystyle.guide/#method-call-parentheses
-
Gabriel Mazetto authored
BulkImports: Add more information to the logs See merge request gitlab-org/gitlab!55866
-
- 10 Mar, 2021 3 commits
-
-
Florie Guibert authored
Review feedback
-
Evan Read authored
Remove Starter tier icon from Server Hooks page See merge request gitlab-org/gitlab!56271
-
Florie Guibert authored
Add ability to move epic between lists using Drag & Drop
-