- 02 Mar, 2020 40 commits
-
-
Douglas Barbosa Alexandre authored
FileDownloadDispatchWorker looks only at the registry table for things that have never been synced. In order for the counts to be correct, we have to distinguish between "never synced" and "failed" with "retry_count" being "nil" for the former and "not nil" for the latter. Feature flag is "geo_job_artifact_registry_ssot_sync".
-
Robert Speicher authored
Add name_regex_keep param to tag bulk delete api See merge request gitlab-org/gitlab!25484
-
Steve Abrams authored
Add new param name_regex_keep to the container registry bulk delete tag API endpoint. name_regex is renamed name_regex_delete. The new param will override matches found by the delete param.
-
Rémy Coutable authored
Danger: Detect frontend within config dir See merge request gitlab-org/gitlab!25227
-
Rémy Coutable authored
Remove the `flaky-examples-check` job Closes #208679 See merge request gitlab-org/gitlab!26269
-
Stan Hu authored
Stringify sidekiq job args in logs See merge request gitlab-org/gitlab!26267
-
Walmyr Lima e Silva Filho authored
E2e test add custom metric See merge request gitlab-org/gitlab!25790
-
Sofia authored
This commit applies the page object pattern for the metrics page under the operations submenu. They are reflecting on EE too as adding a custom metric is a paid feature.
-
Nick Thomas authored
Add http status cop to api specs a-s See merge request gitlab-org/gitlab!25177
-
Nick Thomas authored
Add mutation concern to resolve a single issuable See merge request gitlab-org/gitlab!25987
-
Jarka Košanová authored
Use validators_on instead of _validators See merge request gitlab-org/gitlab!26283
-
Achilleas Pipinellis authored
Documentation of logs link in embedded panels See merge request gitlab-org/gitlab!25319
-
Miguel Rincon authored
- Move embe images to other section - Remove dupplication in context menu section
-
Achilleas Pipinellis authored
Tell reports are also for security reports See merge request gitlab-org/gitlab!25671
-
Stan Hu authored
Include invalid directories in wiki title message See merge request gitlab-org/gitlab!25376
-
Dmytro Zaporozhets authored
Allow to convert users to Group Managed Accounts See merge request gitlab-org/gitlab!24329
-
Sebastián Arcila Valenzuela authored
This change moves the current sign up tab panel to a partial and adds new partials for the tabs links and the authorize/transfer ownership
-
Achilleas Pipinellis authored
Update licensing doc with more clear names See merge request gitlab-org/gitlab!25912
-
Lukas 'Eipi' Eipert authored
-
Rémy Coutable authored
Update simplecov 0.16.1 -> 0.18.5 See merge request gitlab-org/gitlab!26211
-
Robert Speicher authored
Update cluster-applications to v0.9.0 See merge request gitlab-org/gitlab!26242
-
Robert Speicher authored
Rollout security navbar to more users See merge request gitlab-org/gitlab!26054
-
Robert Speicher authored
Rename latency_sensitive -> urgency See merge request gitlab-org/gitlab!26271
-
Dmytro Zaporozhets authored
Remove health_status from epics See merge request gitlab-org/gitlab!25995
-
Paul Slaughter authored
Remove bootstrap-vue direct package install See merge request gitlab-org/gitlab!24101
-
Enrique Alcántara authored
Also adds a script-analysis script to check for blocked dependencies in package.json https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24101
-
Kushal Pandya authored
Migrate mr_widget_options_spec to Jest See merge request gitlab-org/gitlab!26185
-
Jarka Košanová authored
Resolve "Add count of projects with CODEOWNERS file to usage ping" Closes #13064 See merge request gitlab-org/gitlab!25386
-
Gary Holtz authored
This is pretty similar to the code for counting projects with code owners, but the merge request model needs the `UsageStatistics` module.
-
Pirate Praveen authored
-
Paul Slaughter authored
Update dependency @gitlab/ui to ^9.20.0 See merge request gitlab-org/gitlab!26282
-
Rémy Coutable authored
Update helm chart version used by review-deploy See merge request gitlab-org/gitlab!26190
-
Nick Thomas authored
Admin integrations page: remove a call to es See merge request gitlab-org/gitlab!25724
-
Paul Slaughter authored
- Also migrates mock_data
-
Paul Slaughter authored
**Why?** The mr_widget_options_spec implicitly calls a setFavicon utility. This method depends on `onload` beind called when `src` is set.
-
Imre Farkas authored
Refactored deploy keys to cicd settings Closes #199370 See merge request gitlab-org/gitlab!25444
-
Etienne Baqué authored
Updated existing rspecs. Moved Deploy Keys feature specs into new file.
-
Kamil Trzciński authored
Pass upstream bridge to pipeline creation service See merge request gitlab-org/gitlab!25625
-
Walmyr Lima e Silva Filho authored
Minor improvements on e2e tests from the DevOps Manage stage See merge request gitlab-org/gitlab!25898
-
Walmyr Lima e Silva Filho authored
When we are fabricating a resource that is returnedi, and the only thing we want to do with such a resource is visiting it after its fabrication, we can call the visit! method directly after its fa- brication without the need for a variable definition.
-