- 07 May, 2020 40 commits
-
-
Peter Leitzen authored
Persist Prometheus alerts in the DB Closes #214625 See merge request gitlab-org/gitlab!30505
-
Vitali Tatarintev authored
`AlertManagement::Alert` is going to receive precalculated fingerprint from outside. For example from `Gitlab::Alerting::Alert`.
-
Phil Hughes authored
Fix pipeline svgs background color for dark theme See merge request gitlab-org/gitlab!31340
-
Illya Klymov authored
Expose some free users to new purchase flow See merge request gitlab-org/gitlab!29232
-
Alper Akgun authored
Only for free gitlab.com users for group billing we direct the owners to the new paid signup flow
-
Phil Hughes authored
Alerts list status tab filter (no BE integration) See merge request gitlab-org/gitlab!31193
-
Olena Horal-Koretska authored
-
Illya Klymov authored
Enable GFM for snippet's blob and desc rendering See merge request gitlab-org/gitlab!31031
-
Imre Farkas authored
Improve error handling of squash and rebase See merge request gitlab-org/gitlab!23740
-
Adam Hegyi authored
Cleanup background migration for populating user_highest_roles table See merge request gitlab-org/gitlab!31218
-
Sean McGivern authored
Remove unneeded has_attribute guard for MR external diff storage See merge request gitlab-org/gitlab!30991
-
Kamil Trzciński authored
Revert "Revert "Report USS+PSS from ruby_sampler"" See merge request gitlab-org/gitlab!31314
-
Matthias Käppler authored
This reverts commit 28af6949.
-
Shinya Maeda authored
Add Feature Flag User Lists Controller See merge request gitlab-org/gitlab!30772
-
Jason Goodman authored
Add skeleton templates for new, edit, and show actions
-
Ash McKenzie authored
Remove FF environments_dashboard See merge request gitlab-org/gitlab!30598
-
Himanshu Kapoor authored
Background color was broken
-
Toon Claes authored
Add weights to burnup graph data See merge request gitlab-org/gitlab!29578
-
Bob Van Landuyt authored
Anonymize GitLab mentions on Status Detail Pages See merge request gitlab-org/gitlab!27273
-
Corinna Wiesner authored
Execute potential remaining jobs for the user_highest_roles population inline and remove the temporary index for it.
-
Phil Hughes authored
Migrate some IDE component specs to Jest See merge request gitlab-org/gitlab!31263
-
Phil Hughes authored
Migrate some filtered_search files to Jest See merge request gitlab-org/gitlab!31215
-
Rémy Coutable authored
Add pipeline project to package title See merge request gitlab-org/gitlab!30275
-
Peter Leitzen authored
* Implement MentionAnonymizationFilter for StatusPage * Check that sensitive information is not shown at all
-
Sean McGivern authored
Change some `it do` to `specify do` See merge request gitlab-org/gitlab!31199
-
Kushal Pandya authored
Fix alert management splash page title See merge request gitlab-org/gitlab!31312
-
Marcia Ramos authored
Add documentation about Versioned Snippets See merge request gitlab-org/gitlab!30559
-
Amparo Luna authored
-
Marcia Ramos authored
Remove terminal prompts to allow easy copying See merge request gitlab-org/gitlab!31211
-
Collen authored
-
Phil Hughes authored
Design Management FE to FOSS Part 1/3: Move Design Management JS from EE to CE See merge request gitlab-org/gitlab!31058
-
Nick Thomas authored
-
Imre Farkas authored
Remove FF ci_limit_test_reports_size See merge request gitlab-org/gitlab!30592
-
Stan Hu authored
Previously all Git-related exceptions in squash and rebase would quietly go to `git_json.log`, but these messages should really be tracked in Sentry and/or `exceptions_json.log`. In addition, if the squash in progress check failed, the merge would get stuck. This commit now handles that error gracefully and logs it. In the future, we can likely remove `git_json.log` altogether.
-
Achilleas Pipinellis authored
Add new message to Geo troubleshooting doc See merge request gitlab-org/gitlab!31299
-
Anton Smith authored
-
Phil Hughes authored
Resolve member expiration duplicate API call Closes #204809 See merge request gitlab-org/gitlab!30764
-
Jiaan Louw authored
This solves the duplicate API calls from members.js by removing the additional events being emitted when a group member's experination date is changed or removed. The change event doesn't need to get fired here because it's already being fired by pikaday in both cases.
-
Achilleas Pipinellis authored
Add restart guidance for scaled environments Closes #213543 See merge request gitlab-org/gitlab!30200
-
Grant Young authored
Also callout Sidekiq and GitLab restarts after migrations
-