- 07 May, 2020 40 commits
-
-
Sean McGivern authored
https://github.com/mperham/sidekiq/wiki/Error-Handling#configuration says that `retry: false` is not exactly equivalent to `retry: 0` - it's more like `retry: 0, dead: false`. For logging, those cases are basically the same, though, and making this always an integer prevents mapping errors.
-
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
-
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
-
Bob Van Landuyt authored
Move Design Management-related model code to FOSS See merge request gitlab-org/gitlab!31165
-
Mark Florian authored
Link license management button to license compliance policies section See merge request gitlab-org/gitlab!30344
-
Sanad Liaquat authored
QA Page Objects updated with new Vue files See merge request gitlab-org/gitlab!30960
-
Anastasia McDonald authored
Pages snippet/new.rb and snippet/show.rb updated Snapshots updated
-
Phil Hughes authored
Changed actions pattern in Vuex guideline See merge request gitlab-org/gitlab!31302
-
Natalia Tepluhina authored
-
Imre Farkas authored
Refactor usage data fallback argument See merge request gitlab-org/gitlab!30983
-