- 09 Nov, 2020 40 commits
-
-
Mayra Cabrera authored
Add rails app code for revocation API access See merge request gitlab-org/gitlab!46337
-
rossfuhrman authored
Add rails application configuration providing access to revocation API
-
Robert Speicher authored
GraphQL Snippets: use Global-ID scalar See merge request gitlab-org/gitlab!36117
-
Alex Kalderimis authored
This uses the new GlobalID scalar types in the Snippets code. The benefits of this are: - More informative types. A reader of our schema, or our queries can see what a valid value will be. - Safer resolution and mutation. When using this type we guarantee that our code will only encounter valid values, from our own namespace, and when using the parameterized IDs, that they cannot refer to other kinds of object.
-
Markus Koller authored
Include SnowplowHelpers only when :snowplow metadata was provided See merge request gitlab-org/gitlab!47177
-
Peter Leitzen authored
-
Stan Hu authored
Improve the container registry client See merge request gitlab-org/gitlab!46989
-
Patrick Bair authored
Populate `has_vulnerabilities` values See merge request gitlab-org/gitlab!46890
-
Rémy Coutable authored
Configure more feature flags See merge request gitlab-org/gitlab!47208
-
Amy Qualls authored
Reorganised and updated with list view data See merge request gitlab-org/gitlab!47204
-
Viktor Nagy authored
The link formatting was wrong in a couple of files.
-
Nick Gaskill authored
Improve sign-up restrictions docs See merge request gitlab-org/gitlab!47149
-
Russell Dickenson authored
-
Mike Jang authored
Documentation for Usage Ping aggregated metrics See merge request gitlab-org/gitlab!46953
-
Mikołaj Wawrzyniak authored
-
Nick Gaskill authored
Change wording for git tag parameter in release API docs See merge request gitlab-org/gitlab!47165
-
Vladimir Shushlin authored
-
Rémy Coutable authored
Quarantine a broken spec See merge request gitlab-org/gitlab!47219
-
Rémy Coutable authored
See https://gitlab.com/gitlab-org/gitlab/-/issues/280554. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mike Jang authored
Add docs for track_event with multiple values See merge request gitlab-org/gitlab!47180
-
Amy Qualls authored
Mention Terraform List in docs See merge request gitlab-org/gitlab!47197
-
Emily Ring authored
-
Amy Qualls authored
Edited instructions for style compliance See merge request gitlab-org/gitlab!47141
-
Russell Dickenson authored
-
Sean McGivern authored
Update grape-path-helpers to v1.5.0 See merge request gitlab-org/gitlab!47121
-
Mike Jang authored
Add guidelines around avoiding translation updates See merge request gitlab-org/gitlab!47078
-
Marcin Sedlak-Jakubowski authored
Add example of branch-push-only job configuration See merge request gitlab-org/gitlab!46187
-
drew authored
-
Kushal Pandya authored
Migrate to GlTooltipDirective in Web IDE components/mr_file_icon.vue See merge request gitlab-org/gitlab!46156
-
Rémy Coutable authored
Add Package Hunter job See merge request gitlab-org/gitlab!45295
-
Dennis Appelt authored
-
Kamil Trzciński authored
Updates more feature flags with groups, issues, and milestones.
-
Rémy Coutable authored
Update most of the feature flags with milestones See merge request gitlab-org/gitlab!47190
-
Nicolò Maria Mezzopera authored
Rename getActiveIssue to activeIssue See merge request gitlab-org/gitlab!47194
-
Bob Van Landuyt authored
Properly validate milestones array in releases API PUT method See merge request gitlab-org/gitlab!47169
-
Marcia Ramos authored
-
Eulyeon Ko authored
The getter had been renamed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46939. The mocked getter in this action spec must be renamed accordingly.
-
Kushal Pandya authored
Fix bug with closing issues on mobile view See merge request gitlab-org/gitlab!47114
-
Kamil Trzciński authored
This iterates all YAMLs, and fetches milestone associated with the MR or Issue. This also organises items of all YAMLs in a consistent order.
-
Sean McGivern authored
Replace existing Feature Flags with a single of OPS type See merge request gitlab-org/gitlab!45050
-