- 22 Jan, 2020 40 commits
-
-
Heinrich Lee Yu authored
Empty Licenses list and new artifact name See merge request gitlab-org/gitlab!23267
-
Stan Hu authored
Add --min-concurrency to sidekiq-cluster See merge request gitlab-org/gitlab!23408
-
Kushal Pandya authored
Resolve "Add GitLab metadata to the Package Registry UI" See merge request gitlab-org/gitlab!22485
-
Nick Kipling authored
Added api call to get pipeline info Display pipeline info on package details Updated components to display Added new Vuex store Updated pot file
-
Tetiana Chupryna authored
-
Tetiana Chupryna authored
-
Tetiana Chupryna authored
-
Tetiana Chupryna authored
-
Douglas Barbosa Alexandre authored
Add issue sync support for sentry plugin integrations See merge request gitlab-org/gitlab!23355
-
Heinrich Lee Yu authored
Add users memberships endpoints for admins See merge request gitlab-org/gitlab!22518
-
Andy Soiron authored
This commits adds a new endpoint to the REST API. It can be used only by admins to retrieve all projects and groups where the given user is a member. It also returns the access level.
-
Alessio Caiazza authored
Upgrade pages to 1.14.0 See merge request gitlab-org/gitlab!23317
-
Vladimir Shushlin authored
-
Douglas Barbosa Alexandre authored
Upgrade Gitaly to v1.83.0 See merge request gitlab-org/gitlab!23431
-
Walmyr Lima e Silva Filho authored
Call `Runtime::Release.perform_before_hooks` in `config.before(:suite)` Closes gitlab-org/quality/team-tasks#325 See merge request gitlab-org/gitlab!23481
-
Sean McGivern authored
Revert "Merge branch '36695-create-feature-spec-for-loading-error-details-page' into 'master'" Closes #198355 See merge request gitlab-org/gitlab!23505
-
Lin Jen-Shin authored
Ignore test and docs folders in dependency scanning See merge request gitlab-org/gitlab!23321
-
Sean McGivern authored
Allow setting a minimum concurrency for sidekiq-cluster, as well as the existing maximum. These can be set to the same value to enforce concurrency at a particular number of threads, regardless of the number of queues in the group.
-
Sean McGivern authored
Backfill group type in GraphQL API See merge request gitlab-org/gitlab!23389
-
Fabio Huser authored
-
Rémy Coutable authored
This reverts merge request !22404
-
Imre Farkas authored
[Usage Pings] Rename ConvDev Index to DevOps Score See merge request gitlab-org/gitlab!21132
-
Aakriti Gupta authored
As we update the feature name from convdev to dev ops score, we want to be able to read metrics with either of the names
-
Jan Provaznik authored
Add cop HaveGitlabHttpStatus in EE shared examples See merge request gitlab-org/gitlab!23295
-
Peter Leitzen authored
55 files inspected, 41 offenses detected, 41 offenses corrected
-
dappelt authored
-
Sean McGivern authored
Add Rake task to generate all_queues.yml See merge request gitlab-org/gitlab!22892
-
Andreas Brandl authored
Remove milestone_id from epics table 3/3 See merge request gitlab-org/gitlab!23282
-
Lee Tickett authored
-
Andreas Brandl authored
Remove storage_version column from snippets See merge request gitlab-org/gitlab!23315
-
Francisco Javier López authored
In this commit the storage_version column is removed from the snippets table. It was wrongly added and never needed
-
Phil Hughes authored
Convert Jest tests to use VTU in 'spec/frontend/notes/components' Closes #197948 See merge request gitlab-org/gitlab!23401
-
Natalia Tepluhina authored
-
Rémy Coutable authored
Create feature spec for loading error details page See merge request gitlab-org/gitlab!22404
-
Allison Browne authored
Add feature specs covering the error tracking index and the error tracking show page. Inculde expandable stack traces in the feature spec.
-
Achilleas Pipinellis authored
Add note about before_script to SAST docs See merge request gitlab-org/gitlab!23436
-
Rémy Coutable authored
Fix default Gitaly binary path for example config file See merge request gitlab-org/gitlab!23294
-
Mark Florian authored
GitLab UI: update-button-props integration test See merge request gitlab-org/gitlab!23108
-
Sean McGivern authored
The validity of this file is already checked by spec/workers/every_sidekiq_worker_spec.rb. This adds a second, simple check that the file loads as YAML matching the Rake task's generated list (including sorting). The files generated by the task are in broadly the same format as the current manually-written files: 1. Namespaced queues first, then un-namespaced queues. 2. Both in alphabetical order. They don't have the manually-inserted line breaks. This doesn't delete the RSpec test because that also adds an important check for the addition of two queues, mailers and default, that shouldn't be lost in any refactor here.
-