An error occurred fetching the project authors.
- 04 Feb, 2022 1 commit
-
-
Alex Kalderimis authored
This adds a new communication flow for OmniAuth logins between GitLab instances. When we set up the application, we attempt to detect if the appliation is being used for authentication (via a query parameter), and if so, enforce the use of a restricted scope, preventing login apps gaining full API access.
-
- 25 Jan, 2022 1 commit
-
-
Steve Abrams authored
Common class to access all registry migration application_settings and feature flag values
-
- 21 Apr, 2021 1 commit
-
-
David Fernandez authored
-
- 20 Apr, 2021 1 commit
-
-
Mathieu Parent authored
Including DELETE (Fixes: https://gitlab.com/gitlab-org/gitlab/-/issues/19606)
-
- 07 Feb, 2021 1 commit
-
-
Steve Abrams authored
Add empty endpoints for RubyGems API implementation. Add a new set of authentication resolvers and locator - :auth_token locator gets a token from Authorization header without a Bearer or Token prefix - Refactor existing resolvers with _with_username suffix - Add resolvers for tokens without usernames
-
- 09 Nov, 2020 1 commit
-
-
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.
-
- 28 Sep, 2020 1 commit
-
-
- 18 Sep, 2020 1 commit
-
-
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
-
- 02 Sep, 2020 1 commit
-
-
David Fernandez authored
The duration used for the timeout is the new application setting `container_registry_delete_tags_service_timeout` Add UI for this setting Add the relevant documentation change This change is gated behind a feature flag: `container_registry_expiration_policies_throttling` (see https://gitlab.com/gitlab-org/gitlab/-/issues/238190)
-
- 01 Sep, 2020 1 commit
-
-
Bob Van Landuyt authored
These flags have been enabled on GitLab.com for more than 24 hours. So we can remove them. They were all enabled at the same time in https://gitlab.com/gitlab-org/gitlab/-/issues/241721 so it makes sense to remove them together.
-
- 26 Aug, 2020 1 commit
-
-
Bob Van Landuyt authored
When moving a project across namespaces, the pages need to be moved on disk if there are any. This performs that move in the background if there are pages, but skips the move if there aren't any, to avoid unnecessary jobs. It also performs the move or the scheduling of the database transaction.
-
- 25 Aug, 2020 1 commit
-
-
Jacob Vosmaer authored
-
- 18 Aug, 2020 1 commit
-
-
Kamil Trzciński authored
- Add feature flag definition - Mark it as default enabled
-
- 17 Aug, 2020 1 commit
-
-
Markus Koller authored
-
- 04 Aug, 2020 1 commit
-
-
Markus Koller authored
-
- 03 Aug, 2020 1 commit
-
-
Paul Gascou-Vaillancourt authored
Created the security_on_demand_scans_site_profiles_feature_flag feature flag for using exisint DAST site profiles when running On-demand Scans.
-