- Mar 12, 2021
-
-
We don't need to hardcode to master, we should use the default branch CI/CD variable
-
Alexis Kalderimis authored
This changes the GraphQL markdown documentation to have links to types.
-
We don't need to hardcode to master, we should use the default branch CI/CD variable
-
- Mar 11, 2021
-
-
Add a new migration helper to simplify starting a batched background migration, by defaulting values that don't always need to be specified.
-
Angelo authored
-
Steve Abrams authored
Gem download route for rubygems package registry
-
Alex Buijs authored
Client ID will have one of these values: - user/user.id - runner/runner.id - ip/request.ip
-
Steve Abrams authored
Adds rubygems dependency resolver service and route to return dependencies for requested gems.
-
- Allow access to ping endpoint without a token - Allow access to download endpoints without a token, if the project is public - Instead of throwing UnauthorizedError when no token is provided, continue with anonymous privileges - Update tests to reflect the above changes - Add test for downloading without a token
-
Marcel Amirault authored
-
Furkan Ayhan authored
We achieve this with skipping DAG jobs when it needs a manual job.
-
Robert May authored
Adds an API endpoint which allows for deletion of old, stopped, review app environments.
-
David Kim authored
Remove incorrectly added optional params from Project update params [RUN ALL RSPEC] [RUN AS-IF-FOSS]
-
Vasilli Iakliushin authored
-
Chad Woolley authored
In this commit we fix a typo (`reponse` vs. `response`) and also the method call `response_api_error!` that was lacking one argument.
-
Alexis Kalderimis authored
-
Alexis 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.
-
Alexis 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.)
-
Alexis 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
-
Shinya Maeda authored
This commit allows users to specify environment tier.
-
- Mar 10, 2021
-
-
This uses HLLRedisCounter to log usage for individual users of slack service each time a individual user triggers an action it should increase the counter for this action
-
Dallas Reedy authored
- Record participating top-level groups as ExperimentSubject records - record the variant received (candidate or control) as well - Record click events on the widget itself - Record an event whenever the popover is displayed - Record click events on each of the CTA buttons in the popover
-
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46483 we have started calculating UUIDv5 for new Findings instead of using just time-based UUIDs. This will schedule a background data migration to Recalculate all UUIDs so our Feedback <-> Finding matching is more stable.
-
Brett Walker authored
and add some documentation
-
Vasilli Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/16950 MarkerRange behaves like a Range but can additionally keep information about the type of the change. It helps to identify if changed characters were removed or added.
-
Brett Walker authored
`@#!$&~%^`
-
George Koltsov authored
- Add group milestones relation to Group Migration tool in order to provide closer feature parity to Group Import/Export
-
This change implements low level generic keyset pagination utilities. Also fixes two GraphQL queries using the new lib: - Order merge_requests by merged_at - Order projects by similarity score
-
Alper Akgun authored
-
Laura Montemayor authored
* Adds helper for finding a sha so it can return nil
-
Kassio Borges authored
-
Adds metadata-url field and additional api to support composer v2.
-
Removes `type: :licensed` from feature flags
-
Alper Akgun authored
-
Mycroft authored
-
Stan Hu authored
This reverts merge request !56003
-
- Mar 09, 2021
-
-
Add context to record_experiment_conversion_event similar to record_experiment_user
-
David Kim authored
-