- 13 Feb, 2020 1 commit
-
-
Kirstie Cook authored
Set the default dashboard for self monitoring project
-
- 12 Feb, 2020 39 commits
-
-
Lin Jen-Shin authored
Use 'rules' in '.gitlab/ci/review.gitlab-ci.yml' See merge request gitlab-org/gitlab!24803
-
Phil Hughes authored
Resolve "Convert Repository Charts to ECharts" Closes #196182 See merge request gitlab-org/gitlab!24786
-
Nick Thomas authored
Move the Generic Alerts endpoint to the Core Closes #200010 See merge request gitlab-org/gitlab!24783
-
Stan Hu authored
Improve performance of the Container Registry delete tags API See merge request gitlab-org/gitlab!23325
-
Nick Thomas authored
Code Nav PoC: Extend LSIF API with definition urls See merge request gitlab-org/gitlab!23684
-
Jan Provaznik authored
Silence rack-timeout INFO messages See merge request gitlab-org/gitlab!24961
-
Lin Jen-Shin authored
Use 'rules' in '.gitlab/ci/test-metadata.gitlab-ci.yml' See merge request gitlab-org/gitlab!24805
-
Lin Jen-Shin authored
Use 'rules' in '.gitlab/ci/setup.gitlab-ci.yml' See merge request gitlab-org/gitlab!24804
-
Kushal Pandya authored
Cleanup of blob_header component and its underlying components See merge request gitlab-org/gitlab!24976
-
Denys Mishunov authored
Since there's just one parameter to keep an eye on in blob_header_viewer_switcher, instead of relying on an eventHub, transform it into v-model aware component.
-
Martin Wortschack authored
Resolve "Web IDE does not work on some branch name" See merge request gitlab-org/gitlab!24717
-
Denys Mishunov authored
To make sure we link to WebIDE correctly, we escape the ref part (the one containing the branch name). This allows branches to contain "#" character without breaking WebIDE when getting there by clicking the "WebIDE" buttons in product.
-
Nick Thomas authored
Set SSL certificates path env when calling ES indexer See merge request gitlab-org/gitlab!24213
-
Changzheng Liu authored
-
Jan Provaznik authored
Check user permissions correctly See merge request gitlab-org/gitlab!24946
-
Yorick Peterse authored
Add more accurate way of counting background migrations Closes #204769 See merge request gitlab-org/gitlab!24882
-
Jan Provaznik authored
Replace set with let_it_be in spec/models See merge request gitlab-org/gitlab!24879
-
Stan Hu authored
These unstructured messages are quite noisy and don't provide much useful information in production: ``` source=rack-timeout id=RhEremul7w2 timeout=60000ms service=5ms \ state=completed source=rack-timeout id=VMaWDTdCQo1 timeout=60000ms state=ready ``` Relates to https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/9123
-
Marcia Ramos authored
Added missing links for Geo specific upgrade steps See merge request gitlab-org/gitlab!24981
-
Martin Wortschack authored
- Migrates charts to gitlab-ui charts and replaces pie chart with column chart
-
Fabian Zimmer authored
-
Fabian Zimmer authored
-
Rémy Coutable authored
Update cache key to properly build the 'pg' gem Closes #205192 See merge request gitlab-org/gitlab!24971
-
Sean McGivern authored
Sidekiq::Queue only counts currently enqueued jobs. For background migrations, most jobs are instead scheduled and therefore in Sidekiq::ScheduledSet. This is because if we enqueued them all, we'd process them as fast as Sidekiq could pick them up, which could: 1. Block other jobs from processing. 2. Overwhelm the database.
-
Ramya Authappan authored
Quarantine a flaky `qa/specs/features/ee/browser_ui/6_release/multi-project_pipelines_spec.rb` end-to-end test See merge request gitlab-org/gitlab!24964
-
Marin Jankovski authored
Re-add template column to services table See merge request gitlab-org/gitlab!24949
-
Lin Jen-Shin authored
Use 'rules' in '.gitlab/ci/releases.gitlab-ci.yml' See merge request gitlab-org/gitlab!24616
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Peter Leitzen authored
Add Clusters Regex for New Banzai Cluster Metric Embed Filter See merge request gitlab-org/gitlab!24601
-
Allison Browne authored
This will be used to match the urls within the banzai filter for cluster metric embeds
-
Sean McGivern authored
Correct licenses with an invalid SPDX identifier See merge request gitlab-org/gitlab!24829
-
Sean McGivern authored
Fix URL params breaking flow recognition See merge request gitlab-org/gitlab!24869
-
Bob Van Landuyt authored
Remove deprecated Rebase RPC See merge request gitlab-org/gitlab!24785
-
Jarka Košanová authored
Check permission for both cases - when adding one child epic at time - when adding more child epics
-
João Pereira authored
Use the new DELETE /v2/<name>/tags/reference/<reference> endpoint provided by the GitLab Container Registry to delete a tag by name instead of digest (used as fallback for third-party registries).
-
James Lopez authored
Add view tests for no-project messages See merge request gitlab-org/gitlab!24189
-
Dmytro Zaporozhets authored
Geo: Fix GeoNode name in geo:update_primary_node_url rake task See merge request gitlab-org/gitlab!24649
-
Michael Kozono authored
-
Bob Van Landuyt authored
Automatically detect Gitaly feature flags See merge request gitlab-org/gitlab!24679
-