- 22 Sep, 2019 2 commits
-
-
Thong Kuah authored
Update GitLab Runner Helm Chart to 0.9.0/12.3.0 See merge request gitlab-org/gitlab!17326
-
Thong Kuah authored
Fix error when duplicate users are merged in approvers list Closes #13488 See merge request gitlab-org/gitlab!17406
-
- 21 Sep, 2019 2 commits
-
-
Stan Hu authored
If an user who belongs to an approval group and also is an individual in the approval rule, `MergeService` will fail in the `after_merge`, which will cause `MergeWorker` to retry again. Since the merge has been successfully merged, `MergeWorker` will encounter an error since `MergeService` is not idempotent. This change fixes the issue by using the Array |= join method to add an element to the Array, unless it is already present. This fixes the immediate bug, but we will have to address the idempotency issues later. Closes https://gitlab.com/gitlab-org/gitlab/issues/13488
-
Mayra Cabrera authored
Edit gitlab danger to account for single codebase See merge request gitlab-org/gitlab!17354
-
- 20 Sep, 2019 36 commits
-
-
Paul Slaughter authored
Merge branch '64481-project-defined-metrics-dashboards-always-show-no-data-found-state' into 'master' Fix project-defined metrics dashboards not rendering See merge request gitlab-org/gitlab!16589
-
Dhiraj Bodicherla authored
Project defined dashboards display no data found message even when there is data. Metrics in such dashboards do not have metric_id. Added another normalization step to add unique metric_id to all metrics
-
Marin Jankovski authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Nick Thomas authored
Allow GraphQL requests to a secondary node Closes #32279 See merge request gitlab-org/gitlab!17225
-
Clement Ho authored
Productivity Analytics: Add reusable MetricChart wrapper Closes #32150 and #32316 See merge request gitlab-org/gitlab!17213
-
Martin Wortschack authored
- Introduce reusable metric chart component for productivity analytics
-
Walmyr Lima e Silva Filho authored
Fix failing Geo wiki test See merge request gitlab-org/gitlab!17301
-
Jennifer Louie authored
Fix expected redirect pathname for HTTP push to secondary node Add logout step on secondary
-
Filipa Lacerda authored
Fix sort ordering logic for Epics Tree Closes #32359 See merge request gitlab-org/gitlab!17340
-
Valery Sizov authored
We only prohibit GraphQL mutation
-
Annabel Dunstone Gray authored
Redo fix for related issues border radius See merge request gitlab-org/gitlab!17172
-
Winnie Hellmann authored
-
Andreas Brandl authored
Temporary instrumention for internal id lock See merge request gitlab-org/gitlab!17068
-
Steve Azzopardi authored
-
Andreas Brandl authored
This adds a temporary counter `gitlab_internal_id_for_update_lock` tracking the number of `ROW SHARE` locks on internal id records. The counter has an additional dimension `usage` which indicates what kind of internal id lock scope was used. Also, `changed` indicates whether or not the actual counter value changed with the attempted update. This is a preparation for https://gitlab.com/gitlab-org/gitlab/issues/30515
-
Tim Zallmann authored
Merge branch '14697-convert-package-registry-file-table-and-rows-into-dedicated-components' into 'master' Replace html table with gl-table on package details page Closes #14697 See merge request gitlab-org/gitlab!16375
-
Kushal Pandya authored
Fixes Epic Tree item reordering logic so that it is respecting order set in older Epics & Issues list UI.
-
Annabel Dunstone Gray authored
Resolve "Extremely low contrast in dropdown for group file templates" Closes #28311 See merge request gitlab-org/gitlab!16983
-
Jeremy Elder authored
-
Kamil Trzciński authored
[ObjectStorage] Allow migrating back to local storage for some objects See merge request gitlab-org/gitlab!16868
-
Kamil Trzciński authored
Fix Up GitHub Release Importer See merge request gitlab-org/gitlab!17020
-
Jason Goodman authored
Populate GitLab release name with GitHub release name Populate GitLab release updated_at with GitHub created_at GitHub api does not provide updated_at Refactor spec
-
Thong Kuah authored
Resolve "Set `inverse_of` on Clusters <-> Applications association" See merge request gitlab-org/gitlab!17285
-
João Cunha authored
-
Filipa Lacerda authored
Resolve "Wrong label on the size of MRs" Closes #32375 See merge request gitlab-org/gitlab!17320
-
Martin Wortschack authored
- Ensures that we update the x axis label on the commit based histogram when the user changes the metric
-
Ramya Authappan authored
Added E2E test for all Secure reports in MRs Closes gitlab-org/quality/testcases#127, gitlab-org/quality/testcases#128, and gitlab-org/quality/testcases#129 See merge request gitlab-org/gitlab!17014
-
Aleksandr Soborov authored
Updated page object and data selectors
-
Filipa Lacerda authored
Replace `XMLHttpRequest` with `axios` to fetch Balsamiq mockups See merge request gitlab-org/gitlab!17241
-
Kushal Pandya authored
Show cluster environments tab when license permits Closes #32293 See merge request gitlab-org/gitlab!17198
-
Kushal Pandya authored
Improve UI for admin > projects page Closes #32333 and #32334 See merge request gitlab-org/gitlab!17247
-
Achilleas Pipinellis authored
Edit new timeout keyword content See merge request gitlab-org/gitlab!17324
-
Evan Read authored
-
Lin Jen-Shin authored
Clarify that IS_GITLAB_EE works for the whole GitLab now (documentation) See merge request gitlab-org/gitlab!17101
-