- 18 Sep, 2020 34 commits
-
-
Steve Abrams authored
Form for package max file size plan_limits is added to the package registry application settings admin UI page.
-
Mark Chao authored
Return stored seat counts in the subscriptions API endpoint See merge request gitlab-org/gitlab!42293
-
Amparo Luna authored
Since we're now updating seats_in_use and seats_owed along with max_seats_used during the daily job.
-
Evan Read authored
Updated 6. Database to verify psql version first. See merge request gitlab-org/gitlab!42660
-
Emily Chang authored
-
Dylan Griffith authored
Remove `code_owner` ignore rule See merge request gitlab-org/gitlab!42637
-
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 6 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.
-