- 07 May, 2020 40 commits
-
-
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
-
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
-
Imre Farkas authored
Remove FF ci_limit_test_reports_size See merge request gitlab-org/gitlab!30592
-
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
-
Rémy Coutable authored
Clear Redis-queues on Sidekiq::Testing.inline! Closes #216732 See merge request gitlab-org/gitlab!31192
-
Bob Van Landuyt authored
Since in specs we run though all the middleware for Sidekiq jobs, and that Sidekiq middleware writes to Redis for job deduplication we should clear that Redis before and after each spec to make sure that the idempotency keys don't bleed into other specs. The client middleware for job-deduplication writes a key to redis. The server middleware removes it again before running the job. If the spec were to get interrupted between these 2 steps, then the key could remain in Redis causing failures on the next run in development.
-
Himanshu Kapoor authored
Migrate spec/javascripts/ide/components from Jasmine to Jest
-
Rémy Coutable authored
Remove gitlab_ui_wg specific Dangerfile See merge request gitlab-org/gitlab!31248
-
Himanshu Kapoor authored
Migrate some files in spec/javascripts/filtered_search from Jasmine to Jest
-
Heinrich Lee Yu authored
Add developer doc for multi-version awareness See merge request gitlab-org/gitlab!30132
-
Heinrich Lee Yu authored
Multiple versions of our application can run in production at the same time and developers should be aware of this
-
Lin Jen-Shin authored
Disallow most failure when CI config are changed Closes #215846 See merge request gitlab-org/gitlab!30831
-
Bob Van Landuyt authored
New Crowdin translations - 05 May 2020 Closes #214495 See merge request gitlab-org/gitlab!31147
-
James Lopez authored
Add standalone_vulnerabilities_enabled filter to API See merge request gitlab-org/gitlab!31081
-