- 05 Apr, 2019 40 commits
-
-
Sean McGivern authored
EE: Require all templates to use default stages Closes gitlab-ce#59992 See merge request gitlab-org/gitlab-ee!10579
-
Kamil Trzciński authored
Regenerate locale/gitlab.pot file Closes #10920 See merge request gitlab-org/gitlab-ee!10613
-
GitLab Bot authored
-
Douwe Maan authored
Fix sorting by priority with filtering by approvers See merge request gitlab-org/gitlab-ee!10446
-
Igor authored
-
Douwe Maan authored
Make UpdateRepositoryStorageService idempotent See merge request gitlab-org/gitlab-ee!10457
-
Jacob Vosmaer authored
UpdateRepositoryStorageService moves a Git repository from its "old" Gitaly shard to a "new" shard. This fixes a bug where if "old == new", UpdateRepositoryStorageService would end up deleting your repository.
-
Douwe Maan authored
Autocorrect ee/spec with RSpec/ExampleWording cop See merge request gitlab-org/gitlab-ee!10591
-
Douwe Maan authored
Upgrade Gitaly to v1.32.0 See merge request gitlab-org/gitlab-ce!26989
-
GitalyBot authored
-
Douwe Maan authored
Bump Helm to 2.13.1 and kubectl to 1.11.9 See merge request gitlab-org/gitlab-ce!26991
-
GitLab Bot authored
-
Sean McGivern authored
Extract remove due date spec to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26922
-
Sean McGivern authored
Checkbox cannot be checked if preceded by a blockquote Closes #58717 See merge request gitlab-org/gitlab-ce!26937
-
Sean McGivern authored
Add a prometheus proxy API per environment Closes #58375 See merge request gitlab-org/gitlab-ce!26841
-
Sean McGivern authored
EE port for "Add a prometheus proxy API per environment" See merge request gitlab-org/gitlab-ee!10530
-
Filipa Lacerda authored
Added pagination to design detail view See merge request gitlab-org/gitlab-ee!10540
-
Kushal Pandya authored
CE Improve project avatar settings See merge request gitlab-org/gitlab-ce!26589
-
Kushal Pandya authored
Improve project avatar settings See merge request gitlab-org/gitlab-ee!10387
-
Kushal Pandya authored
Resolve "Queries which return multiple series are not working correctly" Closes #59323 and #59324 See merge request gitlab-org/gitlab-ce!26514
-
Adriel Santiago authored
Corrects an issue whereby queries which return multiple series results were not rendering as multiple data series on the metrics dashboard
-
Sean McGivern authored
Extract target branch quick action to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26933
-
GitLab Bot authored
-
Kamil Trzciński authored
Bump rack gem to 2.0.7 See merge request gitlab-org/gitlab-ce!27033
-
Kamil Trzciński authored
Move operations dashboard from Ultimate to Premium Closes #9218 See merge request gitlab-org/gitlab-ee!10586
-
Matija Čupić authored
-
Kamil Trzciński authored
Fix MWPS doesn't work for merge request pipelines See merge request gitlab-org/gitlab-ce!26906
-
Dmitriy Zaporozhets authored
Extend CTE search optimisation to projects Closes #55170 See merge request gitlab-org/gitlab-ce!26908
-
James Lopez authored
Autocorrect with RSpec/ExampleWording cop See merge request gitlab-org/gitlab-ce!26817
-
Thong Kuah authored
- rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
-
Dmitriy Zaporozhets authored
Fix race condition in ApplicationSettingImplementation.create_from_defaults Closes #59162 See merge request gitlab-org/gitlab-ce!26319
-
Achilleas Pipinellis authored
Add documentation for custom build directories See merge request gitlab-org/gitlab-ce!20427
-
Toon Claes authored
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10920
-
Kamil Trzciński authored
This adds documentation for: - `CI_BUILDS_DIR`, - `CI_CONCURRENT_ID`, - `CI_CONCURRENT_PROJECT_ID`, - `GIT_CLONE_PATH`, - `GIT_CLEAN_FLAGS`
-
GitLab Bot authored
-
Kamil Trzciński authored
Our templates are free to override the 'stages:'. However, they should follow the convention to always include 'build', 'test', 'deploy' which are defaults when not defined.
-
Sanad Liaquat authored
Adding perf testdata for MR diff tab See merge request gitlab-org/gitlab-ce!26660
-
Ramya Authappan authored
-
Sean McGivern authored
Add a service to proxy calls to Prometheus API See merge request gitlab-org/gitlab-ce!26840
-
Reuben Pereira authored
- Also refactor the get and json_api_get methods so that the get method can be reused by the new proxy method. - The new proxy method makes no changes to the request to the prometheus server and response from the prometheus server. This allows it to be used as a proxy to the Prometheus server, hence the name.
-