- 17 Feb, 2020 21 commits
-
-
Martin Wortschack authored
Allow keyboard shortcuts to be disabled Closes #22113 See merge request gitlab-org/gitlab!18782
-
Simon Knox authored
Alternative was to add markup for .gl-toggle-wrapper in haml but this seemed easier. I don't love the resultant markup, or that you cannot add label text to GlToggle, but it's a start
-
Heinrich Lee Yu authored
Switch `logs-page` key to snake_case Closes #201846 See merge request gitlab-org/gitlab!25288
-
Stan Hu authored
Revert "Merge branch 'license-compliance-policy-tab' into 'master'" See merge request gitlab-org/gitlab!25317
-
Marcel Amirault authored
Corrected layout of admonitions regarding Epic See merge request gitlab-org/gitlab!25316
-
Kushal Pandya authored
Tie stage events height to stage nav height See merge request gitlab-org/gitlab!25307
-
Kushal Pandya authored
Migrate fa-spinner to spinner in single file diff js. See merge request gitlab-org/gitlab!25192
-
Kushal Pandya authored
Merge branch '196655-replace-underscore-with-lodash-for-app-assets-javascripts-behaviors' into 'master' Replace underscore with lodash or native JS for ./app/assets/javascripts/behaviors Closes #196655 See merge request gitlab-org/gitlab!25059
-
Dallas Reedy authored
* Use jQuery’s `makeArray` to convert jQuery wrapped collection to native array * Use native `Array.prototype.map` and `.some` * Create an `isEmpty` util which is identical in behavior to underscore and lodash
-
Thong Kuah authored
This reverts merge request !22465
-
Ezekiel Kigbo authored
-
Russell Dickenson authored
-
Paul Slaughter authored
Add yarn integrity check to vendor DLL compile process Closes #118629 See merge request gitlab-org/gitlab!25130
-
Ash McKenzie authored
Replace set to let_it_be in specs See merge request gitlab-org/gitlab!25145
-
Dylan Griffith authored
Omit previous error from Sidekiq JSON logs See merge request gitlab-org/gitlab!25161
-
Paul Slaughter authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Sean McGivern authored
Sidekiq stores a job's error details in the payload for the _next_ run, so that it can display the error in the Sidekiq UI. This is because Sidekiq's main state is the queue of jobs to be run. However, in our logs, this is very confusing, because we shouldn't have any error at all when a job starts, and we already add an error message and class to our logs when a job fails.
-
Evan Read authored
Document deploymentApiVersion for 1.16+ clusters See merge request gitlab-org/gitlab!25232
-
Thong Kuah authored
Mention upcoming support for postgres Add deprecation caution
-
- 16 Feb, 2020 14 commits
-
-
Evan Read authored
Add docs subheading for unarchiving projects Closes #201726 See merge request gitlab-org/gitlab!24634
-
Amy Qualls authored
The user/project/settings page did not include an explanation of how to unarchive a previously-archived project. This commit adds a small subheading explaining who can do it and how.
-
Thong Kuah authored
Auto-require all cops See merge request gitlab-org/gitlab!24662
-
Thong Kuah authored
Pin Auto DevOps dind version to fix pull timeout See merge request gitlab-org/gitlab!25286
-
-
Thong Kuah authored
Revert "Merge branch '14061-license-app-data' into 'master'" See merge request gitlab-org/gitlab!25311
-
Dylan Griffith authored
Fix blobs search API degradation See merge request gitlab-org/gitlab!24607
-
Dmitry Gruzd authored
When we have a large number of hits within our blobs search API it's becoming slower and slower. This commit fixes this performance issue by adding limit for gitaly results.
-
Stan Hu authored
This reverts merge request !24831
-
Walmyr Lima e Silva Filho authored
De-quarantine previously failing pipeline spec Closes #202149 See merge request gitlab-org/gitlab!25281
-
Heinrich Lee Yu authored
Revert upstream pipeline creation failure Closes #205705 See merge request gitlab-org/gitlab!25308
-
Shinya Maeda authored
This reverts commit 043a8dd7, reversing changes made to 6fd55c2c.
-
Shinya Maeda authored
This reverts commit db31ee1a, reversing changes made to dfb172bd.
-
Shinya Maeda authored
This reverts commit ac6be496, reversing changes made to 1676eca9.
-
- 15 Feb, 2020 5 commits
-
-
Peter Leitzen authored
Move Generic Alerts Endpoint to the Core See merge request gitlab-org/gitlab!23339
-
Vitali Tatarintev authored
Move Incidents view with OperationsController, and ProjectIncidentManagementSetting from EE to CE
-
Peter Leitzen authored
Merge branch '205187-follow-up-from-add-clusters-regex-for-new-banzai-cluster-metric-embed-filter' into 'master' Follow-up from Clusters Regex MR See merge request gitlab-org/gitlab!25203
-
Paul Slaughter authored
Dark syntax highlighting theme for Web IDE See merge request gitlab-org/gitlab!24158
-
Peter Leitzen authored
Move Settings->Operations->Incidents to CE Closes #200011 See merge request gitlab-org/gitlab!24600
-