- 18 Sep, 2020 40 commits
-
-
Alessio Caiazza authored
Support the JWT params set by Workhorse in upload requests See merge request gitlab-org/gitlab!33277
-
David Fernandez authored
During file uploads, Workhorse will set a JWT param per file upload that contain all the upload params. `multipart.rb` has been modified to support these params so that `UploadedFile`s are built from those signed params. This behavior change is gated behind a feature flag: :upload_middleware_jwt_params_handler Support the changes done in: https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/490
-
Nicolò Maria Mezzopera authored
Remove feature flag licenses_app and code that is enabled by it Closes #238607 See merge request gitlab-org/gitlab!42520
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!42678
-
Achilleas Pipinellis authored
Document use of monitoring in external load balancers See merge request gitlab-org/gitlab!42551
-
Robert Marshall authored
- The 2k reference architecture used a different wording for the load balancer documentation header. Aligned it with the other reference architectures for easier comparison while reading through. Related https://gitlab.com/gitlab-org/gitlab-orchestrator/-/issues/193Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
-
Jan Provaznik authored
Merge branch '250630-ensure-distinctcountbylargeforeignkey-only-works-for-batched-counts' into 'master' DistinctCountByLargeForeignKey should only work for batch counts See merge request gitlab-org/gitlab!42559
-
Sean McGivern authored
Remove unused allow declarations for removed methods See merge request gitlab-org/gitlab!42286
-
Nicolò Maria Mezzopera authored
Remove an extra spacing from Dashboard Issues Closes #250279 See merge request gitlab-org/gitlab!42459
-
GitLab Release Tools Bot authored
-
Sanad Liaquat authored
E2E new discussion does not drop MR from merge trains See merge request gitlab-org/gitlab!42278
-
Tiffany Rea authored
(cherry picked from commit d20eef6250476c217fd796b557f67559bb50059e)
-
Jan Provaznik authored
Package file size limits UI See merge request gitlab-org/gitlab!40423
-
Steve Abrams authored
Form for package max file size plan_limits is added to the package registry application settings admin UI page.
-
Nicolò Maria Mezzopera authored
Step 3/4: Update Releases page to use Vuex state instead of props See merge request gitlab-org/gitlab!41636
-
Nathan Friend authored
This commit updates the releases page to store static data as Vuex state instead of passing thee data to the Vue app as props.
-
Achilleas Pipinellis authored
[Docs] Remove incorrect minimum PostgreSQL version info See merge request gitlab-org/gitlab!42664
-
Alper Akgun authored
-
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
-
Mitchell Nielsen authored
-
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.
-