- 17 Feb, 2020 3 commits
-
-
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 23 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
-
Vitali Tatarintev authored
Move Incidents view with OperationsController, and ProjectIncidentManagementSetting from EE to CE
-
Peter Leitzen authored
Make follow up fixes for enable error tracking api See merge request gitlab-org/gitlab!24892
-
Rajendra Kadam authored
-
allison.browne authored
Remove extra un-needed characters from regex and only provide and move static patterns to constants
-
Himanshu Kapoor authored
Add support for choosing between multiple themes in Web IDE, and also add dark theme support.
-
Natalia Tepluhina authored
FE for "Allow group owners to disable projects forking outside of GMA-group See merge request gitlab-org/gitlab!25246
-
Natalia Tepluhina authored
Feature flag + License compliance policy tab/table See merge request gitlab-org/gitlab!22465
-
Stan Hu authored
Separate entities into own class files See merge request gitlab-org/gitlab!24950
-
Rajendra Kadam authored
-
Rajendra Kadam authored
-
Marcel Amirault authored
Update section on NPM dist tags See merge request gitlab-org/gitlab!25005
-
Marcin Sedlak-Jakubowski authored
-
Stan Hu authored
Separate token into own class files See merge request gitlab-org/gitlab!24974
-
Rajendra Kadam authored
-
Stan Hu authored
Add the rails runner command as a known runtime Closes #205702 See merge request gitlab-org/gitlab!25291
-
Stan Hu authored
Fix order dependent failure on stop_environments_service_spec Closes #205630 See merge request gitlab-org/gitlab!25290
-
DJ Mountney authored
Otherwise users get runtime identification errors when omnibus-gitlab adds instance level apps for auth, like grafana and mattermost.
-
Shinya Maeda authored
This commit fixes the flaky spec failure
-