An error occurred fetching the project authors.
- 02 Mar, 2021 1 commit
-
-
James Fargher authored
Running the admin form off of the hstore directly should allow us to synchronise the database more easily with any storage config changes.
-
- 08 Feb, 2021 1 commit
-
-
Allison Browne authored
Add a setting to the application settings page to turn off keeping the lateset artifacts per pipeline. This will allow users to control storage.
-
- 01 Feb, 2021 1 commit
-
-
David Fernandez authored
Document them properly so that interested self managed users can try them
-
- 11 Jan, 2021 1 commit
-
-
Paul Slaughter authored
- Also removed Gitpod module since we can simply access CurrentSettings.gitpod now. - Also updated docs to match other places such as `doc/api/users.md`
-
- 08 Dec, 2020 1 commit
-
-
Doug Stull authored
- adhere to styleguide
-
- 23 Nov, 2020 1 commit
-
-
Diego Louzán authored
-
- 26 Oct, 2020 1 commit
-
-
sfang97 authored
Remove uneeded test Remove feature enabled from spec name Fix changelog typo
-
- 23 Oct, 2020 1 commit
-
-
sfang97 authored
Remove admin_approval_for_new_user_signups feature flag since it's currently enabled by default and not causing customer problems.
-
- 05 Oct, 2020 1 commit
-
-
Vasilii Iakliushin authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/32328 * Add `help_page_documentation_base_url` to `application_settings` table * Add missing locales and refresh graphql schema * Add a feature flag for documentation redirects * Hide documentation URL field when feature flag is disabled
-
- 01 Oct, 2020 1 commit
-
-
manojmj authored
This change adds setting in the UI for governing admin approval for new signups.
-
- 16 Sep, 2020 1 commit
-
-
Cornelius Ludmann authored
- Introduces :gitpod feature flag - A later MR will handle adding to the MR page https://gitlab.com/gitlab-org/gitlab/-/merge_requests/37985
-
- 15 Sep, 2020 1 commit
-
-
Justin Ho Tuan Duong authored
For separate Save and Test buttons
-
- 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)
-
- 24 Aug, 2020 1 commit
-
-
Justin Ho Tuan Duong authored
Use GlFormCheckbox instead of GlToggle for setting of "Active" integration.
-
- 13 Aug, 2020 1 commit
-
-
Justin Ho authored
After moving the old integrations to the General page, some of them were not saving / redirecting properly. This fixes the issue and removes stub_feature_flags calls to make sure specs still pass.
-
- 16 Jun, 2020 1 commit
-
-
Arturo Herrero authored
The plan for RSpec 4.0 is to disable monkey patching: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode This commit stops using RSpec monkey patching in some specs: https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode
-
- 10 Jun, 2020 1 commit
-
-
Eugenia Grieff authored
-
- 09 Jun, 2020 1 commit
-
-
Roger Meier authored
Closes #216938
-
- 03 Jun, 2020 1 commit
-
-
Matthias Käppler authored
This is an MVC for tracking _some_ information around customer topology via a Usage Ping, where the data is collected from Prometheus. Only a single metric is sent at the moment.
-
- 29 May, 2020 1 commit
-
-
John Cai authored
-
- 21 May, 2020 1 commit
-
-
charlieablett authored
- specify spam check endpoint in application settings - validated - must be a valid URL - integrated into SpamVerdictService alongside Akismet - add documentation
-
- 13 May, 2020 3 commits
- 20 Apr, 2020 1 commit
-
-
Eugenia Grieff authored
- Add issues_create_limit as an optional param to application/settings endpoint - Add params to setting specs - Update Application settings API docs - Add missing feature spec for admin settings
-
- 16 Apr, 2020 1 commit
-
-
Tyler Amos authored
- Adds preview payload button below the Seat Link toggle on the Metrics and Profiling admin page. - Creates SeatLinkData module as a place to store common logic needed to construct the payload for Seat Link requests. Used by SyncSeatLinkWorker and Preview payload. - Moves spec helper method create_current_license to EE::LicenseHelpers for reuse. - Genericize the UsagePingPayload JS class as PayloadPreviewer for reuse. - Add info about preview payload to Seat Link documentation.
-
- 15 Apr, 2020 1 commit
-
-
Justin Ho Tuan Duong authored
- Add a Vue component on the integrations form to replace the active toggle - Use GlToggle to replace checkbox
-
- 27 Mar, 2020 1 commit
-
-
Arturo Herrero authored
This is similar to the service templates feature that we are going to remove: https://gitlab.com/groups/gitlab-org/-/epics/2430 but we don't need to create the services in the database at this point. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25752 implemented the frontend changes under a feature flag, this implements the backend changes. This also disables instance_level_integrations feature flag in the tests.
-
- 23 Mar, 2020 2 commits
-
-
Justin Ho authored
-
Justin Ho authored
- Only fetch integrations when feature flag is enabled. - Even when the feature flag is on, we should still allow updates via form to allow backwards compatibility. - Update spec to point to new section path under Settings > General instead of Settings > Integrations
-
- 17 Feb, 2020 1 commit
-
-
Alper Akgun authored
Usage pings time out on large instances with large tables. This change adds batch counters to fix the issue
-
- 10 Feb, 2020 1 commit
-
-
Alexander Oleynikov authored
-
- 24 Jan, 2020 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 22 Jan, 2020 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 21 Jan, 2020 1 commit
-
-
Diego Louzán authored
The link for bigger screen sizes has incorrectly GET as method
-
- 21 Oct, 2019 2 commits
-
-
allison.browne authored
-
Diego Louzán authored
Additionally, corrected capitalization of admin mode buttons message
-
- 26 Sep, 2019 1 commit
-
-
Diego Louzán authored
Require admins to enter admin-mode by re-authenticating before performing administrative operations
-
- 13 Sep, 2019 2 commits
-
-
Brett Walker authored
This keeps the routes consistent - each panel has it's own specific route. In addition, makes the naming more consistent, using 'General' for the panel name.
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-