- 18 Sep, 2020 29 commits
-
-
Francisco Javier López authored
-
Simon Knox authored
Update import group screen to specify *Import* See merge request gitlab-org/gitlab!40659
-
Mike Jang authored
-
Stan Hu authored
Use generate(:url) instead of FFaker::Internet.uri See merge request gitlab-org/gitlab!42659
-
Mark Chao authored
Add autocomplete search suggestions for recently viewed merge requests See merge request gitlab-org/gitlab!42560
-
Michael Kozono authored
Upgrade GraphQL gem See merge request gitlab-org/gitlab!40416
-
Simon Knox authored
Add sort option to mergeUrlParams See merge request gitlab-org/gitlab!42561
-
Michael Kozono authored
Log authentication events alongside audit events See merge request gitlab-org/gitlab!42033
-
Patrick Bajao authored
Resolve undefined method `invite_email' Closes #241359 See merge request gitlab-org/gitlab!42349
-
Heinrich Lee Yu authored
GraphQL no longer maps this to the underscore method / attribute
-
Heinrich Lee Yu authored
This was causing some resolvers to fail. This problem was introduced by https://github.com/rmosolgo/graphql-ruby/pull/2961/files
-
Heinrich Lee Yu authored
This allows us to take advantage of new features related to subscriptions
-
Dylan Griffith authored
This implements the same behaviour for merge requests that was added for issues in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40669.
-
Dylan Griffith authored
This is the first step to support recent merge requests as we can reuse all of this logic.
-
Ash McKenzie authored
Use a random password when generating users See merge request gitlab-org/gitlab!42311
-
Sean Arnold authored
-
Philip Cunningham authored
Invalid URLs (localhost, etc) were being generated in tests.
-
Ash McKenzie authored
Add copy states to DesignCollection See merge request gitlab-org/gitlab!42291
-
Mark Chao authored
Merge branch '233703-replace-bootstrap-alerts-in-app/views/projects/forks/error.html.haml' into 'master' Replace bootstrap alerts in app/.../error.html.haml Closes #233703 See merge request gitlab-org/gitlab!41292
-
Gilang Gumilar authored
-
Mayra Cabrera authored
Merge branch '221028-skip-the-who-will-be-using-gitlab-question-in-signup-when-a-user-is-invited' into 'master' Skip the who question in signup when a user is invited See merge request gitlab-org/gitlab!42264
-
Doug Stull authored
- simplify signup flow.
-
Mark Chao authored
Change `track_usage_event` method to accept any value Closes #247862 See merge request gitlab-org/gitlab!42452
-
Marcel Amirault authored
Document That Deploy Boards Assumes Stable Track When None is Present See merge request gitlab-org/gitlab!42523
-
Jason Goodman authored
-
Russell Dickenson authored
Doc for exporting usage ping definitions See merge request gitlab-org/gitlab!42457
-
Alper Akgun authored
-
Mek Stittri authored
Quarantine two snippet tests due to a bug See merge request gitlab-org/gitlab!42646
-
Anastasia McDonald authored
See https://gitlab.com/gitlab-org/gitaly/-/issues/3143 for bug description QA issue - https://gitlab.com/gitlab-org/gitlab/-/issues/239091
-
- 17 Sep, 2020 11 commits
-
-
Thong Kuah authored
Rake task to reindex an index See merge request gitlab-org/gitlab!39245
-
Patrick Bair authored
Add a new rake task to seamlessly rebuild a non-unique index, which can be used as a replacement for some of the functionality provided by pg_repack.
-
Tiger Watson authored
Database changes to support tf state version replicaiton Closes #237924 See merge request gitlab-org/gitlab!42492
-
Dylan Griffith authored
Resolve "NoMethodError - Saving Jira integration with invalid credentials" Closes #247870 See merge request gitlab-org/gitlab!42361
-
Dylan Griffith authored
Resolve "Add API endpoint for generating the user data export file" See merge request gitlab-org/gitlab!42026
-
Tyler Amos authored
Introduces a new controller, Admin::Licenses::UsageExportsController, which defines a show action for downloading the usage export CSV. Adds the `License.in_license_term` method for returning all HistoricalData within the dates of a license.
-
Robert Speicher authored
Setup boilerplate for CI lint to Vue See merge request gitlab-org/gitlab!42401
-
Luke Duncalfe authored
The copying of designs from one issue to another happens async, so the state of the copy is tracked through the new `copy_state` state machine. The state is persisted in redis as the DesignCollection model is a PORO and not persisted in PostgreSQL. https://gitlab.com/gitlab-org/gitlab/-/issues/13426
-
Robert Speicher authored
Convert group wikis into a licensed feature See merge request gitlab-org/gitlab!42219
-
Add product badge for the Agent page See merge request gitlab-org/gitlab!42647
-
Mike Jang authored
Improve details around access_level inheritance in members API See merge request gitlab-org/gitlab!42305
-