- 05 Mar, 2020 1 commit
-
-
Andrew Fontaine authored
As part of the redesign of feature flags to allow a single strategy to apply to multiple environments, a new component that acts as a form for a strategy is introduced. Strategy - Handles setting the strategy type, as well as any necessary parameters to go along with that strategy. New Environments Dropdown - A new dropdown that searches and autocompletes on any environment scopes for feature flags, very similar to the currently existing Environments Dropdown.
-
- 04 Mar, 2020 39 commits
-
-
Jan Provaznik authored
Merge branch 'update-secure-usage-ping-to-be-able-to-determine-number-of-jobs-by-user' into 'master' Add distinct user count of secure stage items to usage ping Closes gitlab-org/secure/general#63 See merge request gitlab-org/gitlab!26194
-
Sean McGivern authored
Ensure sidekiq-cluster emits JSON logs See merge request gitlab-org/gitlab!26484
-
Jarka Košanová authored
Remove presence validation of job title See merge request gitlab-org/gitlab!26421
-
Dan Davison authored
Add k3s provider Closes #121679 See merge request gitlab-org/gitlab!24723
-
Dan Davison authored
Add k3s specs Remove unused k3s_hostname method Remove :requires_admin tag from k8s spec Always set allow local requests before and after
-
Lin Jen-Shin authored
Merge branch '208718-transient-failure-for-spec-features-projects-wiki-user_updates_wiki_page_spec-rb-56-user' into 'master' Wait for the 'Empty wiki' SVG to load before performing test assertions Closes #208718 See merge request gitlab-org/gitlab!26309
-
Sean McGivern authored
Ensure more of Sidekiq logs are in JSON Closes #208922 See merge request gitlab-org/gitlab!26480
-
Doug Stull authored
- we want to capture the case of license failing for fallback
-
Stan Hu authored
Sort Pipelines by ID on Project Import See merge request gitlab-org/gitlab!26390
-
Aishwarya Subramanian authored
Explict check for non presence
-
Sanad Liaquat authored
Quarantine flaky SAML SSO Access spec See merge request gitlab-org/gitlab!26435
-
Sanad Liaquat authored
-
Rémy Coutable authored
No individual load needed in danger bot doc See merge request gitlab-org/gitlab!26475
-
Sean McGivern authored
Update files when snippet is updated See merge request gitlab-org/gitlab!23993
-
Stan Hu authored
We can just re-use the Sidekiq JSON formatter to ensure this happens since sidekiq-cli doesn't use the Sidekiq initializer. Part of https://gitlab.com/gitlab-org/gitlab/issues/208922
-
Stan Hu authored
Because the Sidekiq log formatter was initialized after Sidekiq initialized Redis, we would see some unstructured logs emitted at boot. To fix this, move the log formatter up earlier in the Sidekiq init process. Closes https://gitlab.com/gitlab-org/gitlab/issues/208922
-
Doug Stull authored
- changelog needed for changes like this - conditional not required
-
Doug Stull authored
- split and rename effort was going on and missed it
-
Doug Stull authored
- needed for collecting how many distinct users have triggered these items.
-
Alina Mihaila authored
-
Martin Wortschack authored
Vue Labels Select Dropdown Closes #198431 See merge request gitlab-org/gitlab!24576
-
Kushal Pandya authored
Updated richViewer for blobs See merge request gitlab-org/gitlab!26260
-
Andreas Brandl authored
Make design_management_versions.created_at not null See merge request gitlab-org/gitlab!20182
-
Lee Tickett authored
Apply suggestion to db/migrate/20191114201118_make_created_at_not_null_in_design_management_versions.rb
-
George Koltsov authored
- Previously when project was imported pipelines were shown in a reversed order - This change sorts pipelines by id before doing the import to ensure that they are shown in a correct order on pipelines page
-
Rémy Coutable authored
Remove required arguments from updateIssue mutation See merge request gitlab-org/gitlab!26281
-
Peter Leitzen authored
Add filepath redirect url for Release assets See merge request gitlab-org/gitlab!25541
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/issues/27300 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25541
-
Francisco Javier López authored
When the snippet content we need to replicate it to the snippet repository.
-
Imre Farkas authored
Audit blocking user via API See merge request gitlab-org/gitlab!25872
-
Tan Le authored
This maintains the idempotent nature of this API and consistent with other state change method (e.g. `deactivated`).
-
Walmyr Lima e Silva Filho authored
Quarantine specs because of #208761 See merge request gitlab-org/gitlab!26373
-
Bob Van Landuyt authored
Avoid using Timeout when deleting Sidekiq jobs See merge request gitlab-org/gitlab!26392
-
Andreas Brandl authored
Add trigram index on snippet description See merge request gitlab-org/gitlab!26341
-
Sean McGivern authored
Reduce object allocation when using LogLimitedArray See merge request gitlab-org/gitlab!26257
-
Sean McGivern authored
Make `warn` deprecation note a comment instead See merge request gitlab-org/gitlab!26440
-
Dmytro Zaporozhets authored
Fix incorrect class definitions See merge request gitlab-org/gitlab!26218
-
Dmytro Zaporozhets authored
Extend audit changes logic See merge request gitlab-org/gitlab!26144
-
Tan Le authored
This extends `for_changes` method to accept reference of target object being audited. Previously the `entity` is used to record both scope and target change object. While that is true in some context (i.e. the target model happens to be a User/Project/Group), it does not work for `ApprovalProjectRule` (i.e. the target model is `ApprovalProjectRule` and the entity is the associated Project)
-