- 07 Nov, 2018 1 commit
-
-
Phil Hughes authored
-
- 06 Nov, 2018 39 commits
-
-
Phil Hughes authored
-
Robert Speicher authored
Group SAML status badges on members page Closes #4515 See merge request gitlab-org/gitlab-ee!5807
-
Robert Speicher authored
Move EE prepend/include to the end of workers See merge request gitlab-org/gitlab-ee!8206
-
Robert Speicher authored
Move EE prepend/include to the end of presenters See merge request gitlab-org/gitlab-ee!8205
-
Robert Speicher authored
Move EE prepend/include to the end of policies See merge request gitlab-org/gitlab-ee!8204
-
Steve Azzopardi authored
CE upstream - 2018-11-06 12:21 UTC Closes #8040 See merge request gitlab-org/gitlab-ee!8251
-
Robert Speicher authored
Move EE prepend/include to the end of mailers See merge request gitlab-org/gitlab-ee!8202
-
Robert Speicher authored
Move EE prepend/include to the end of controllers See merge request gitlab-org/gitlab-ee!8201
-
Robert Speicher authored
Move EE prepend/include to the end of services See merge request gitlab-org/gitlab-ee!8200
-
Grzegorz Bizon authored
Fix codeowners spec Closes gitlab-org/quality/nightly#31 See merge request gitlab-org/gitlab-ee!8252
-
Phil Hughes authored
Update ops dashboard remove dropdown button See merge request gitlab-org/gitlab-ee!8236
-
George Tsiolis authored
-
Phil Hughes authored
Refactored Epic app shell Closes #7750 See merge request gitlab-org/gitlab-ee!8059
-
Phil Hughes authored
Clear ops dashboard project search input on submit Closes #8262 See merge request gitlab-org/gitlab-ee!8239
-
Grzegorz Bizon authored
Support project security dashboard See merge request gitlab-org/gitlab-ee!8222
-
Kamil Trzciński authored
Port to EE: Add status to Deployment See merge request gitlab-org/gitlab-ee!8057
-
Grzegorz Bizon authored
Support license management and performance merge request widget See merge request gitlab-org/gitlab-ee!8043
-
Lukas Eipert authored
-
Mark Lapierre authored
Now that users are created via the API we don't need to sign out after creating a user.
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kamil Trzciński authored
Fix vulnerabilities list of group dashboard See merge request gitlab-org/gitlab-ee!8107
-
GitLab Bot authored
# Conflicts: # app/assets/javascripts/reports/components/report_item.vue [ci skip]
-
George Tsiolis authored
-
George Tsiolis authored
-
Phil Hughes authored
Merge branch '7737-ci-pipeline-view-slowed-down-massivly-if-security-tabs-has-many-entries' into 'master' Improve performance of rendering large reports See merge request gitlab-org/gitlab-ce!22835
-
Phil Hughes authored
Merge branch '7737-ci-pipeline-view-slowed-down-massivly-if-security-tabs-has-many-entries-ee' into 'master' Improve performance of rendering large reports Closes #7737 See merge request gitlab-org/gitlab-ee!8027
-
Lin Jen-Shin authored
CE upstream - 2018-11-06 06:22 UTC See merge request gitlab-org/gitlab-ee!8246
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Phil Hughes authored
Renders unescaped `sprinft` string Closes #53533 See merge request gitlab-org/gitlab-ce!22807
-
Filipa Lacerda authored
-
Shinya Maeda authored
-
Lin Jen-Shin authored
-
Rémy Coutable authored
Render index.* like README.* when it's present in a directory Closes #18933 See merge request gitlab-org/gitlab-ce!22639
-
Lukas Eipert authored
Instead of rendering all report items in 4 big lists, we make use of vue-virtual-scroll-list and render only few dozens at once. This improves the performance in several metrics: - Initial load time - Memory Pressure - CPU Load - DOM node count In an example with around 11k reported security vulnerabilities: - Initial load time: 27s -> 4.1s - Memory Pressure: ~750 MB -> ~270 MB - CPU Load (time spent on executing JS/Rendering): 22s -> 2.5s - DOM node count: 430k -> 7k up to 30k while scrolling
-
Lukas Eipert authored
Instead of rendering all report items in 4 big lists, we make use of vue-virtual-scroll-list and render only few dozens at once. This improves the performance in several metrics: - Initial load time - Memory Pressure - CPU Load - DOM node count In an example with around 11k reported security vulnerabilities: - Initial load time: 27s -> 4.1s - Memory Pressure: ~750 MB -> ~270 MB - CPU Load (time spent on executing JS/Rendering): 22s -> 2.5s - DOM node count: 430k -> 7k up to 30k while scrolling
-
Kamil Trzciński authored
-