- 06 Nov, 2018 27 commits
-
-
Lukas Eipert authored
-
GitLab Bot authored
# Conflicts: # app/assets/javascripts/reports/components/report_item.vue [ci skip]
-
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
-
Phil Hughes authored
Renders unescaped `sprinft` string Closes #53533 See merge request gitlab-org/gitlab-ce!22807
-
Filipa Lacerda 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
-
Dmitriy Zaporozhets authored
Unique environment scope for clusters belonging to a group See merge request gitlab-org/gitlab-ee!8124
-
Dmitriy Zaporozhets authored
Sync `groups` and `group` to fix EE validation See merge request gitlab-org/gitlab-ce!22788
-
Phil Hughes authored
Fix save button not activating when original setting started as null Closes gitlab-ee#8040 See merge request gitlab-org/gitlab-ce!22820
-
Stan Hu authored
-
Grzegorz Bizon authored
Store reports fix exception See merge request gitlab-org/gitlab-ee!8237
-
Kamil Trzciński authored
Backport generic methods to CE See merge request gitlab-org/gitlab-ce!22826
-
Rémy Coutable authored
Includes the way approvals are handled to the documentation Closes #52929 See merge request gitlab-org/gitlab-ce!22498
-
Dimitrie Hoekstra authored
-
Douwe Maan authored
Fix failing master See merge request gitlab-org/gitlab-ce!22830
-
Reuben Pereira authored
-
Evan Read authored
Add documentation for the operations dashboard See merge request gitlab-org/gitlab-ee!8130
-
GitLab Bot authored
# Conflicts: # qa/qa/specs/features/browser_ui/1_manage/login/register_spec.rb [ci skip]
-
Toon Claes authored
Fixing failing master: https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/116776474
-
Stan Hu authored
CE upstream - 2018-11-05 23:21 UTC Closes gitlab-ce#52176 See merge request gitlab-org/gitlab-ee!8242
-
Stan Hu authored
-
Thong Kuah authored
-
- 05 Nov, 2018 13 commits
-
-
Olivier Gonzalez authored
Allow to fetch all pipelines for every projects in a group and its subgroups. Allow to fetch the latest pipeline id for each projects of a group and its subgroups.
-
Kamil Trzciński authored
-
Evan Read authored
docs: fix links for maven from admin to user See merge request gitlab-org/gitlab-ee!8185
-
Douglas Barbosa Alexandre authored
Rename QA::Factory to QA::Resource Closes gitlab-ce#53224 See merge request gitlab-org/gitlab-ee!8190
-
Douglas Barbosa Alexandre authored
CE: Rename QA::Factory to QA::Resource See merge request gitlab-org/gitlab-ce!22772
-
GitLab Bot authored
# Conflicts: # app/assets/javascripts/notes/stores/getters.js # app/models/application_setting.rb # app/models/commit_status.rb # db/schema.rb [ci skip]
-
Clement Ho authored
CE upstream - 2018-11-05 12:21 UTC See merge request gitlab-org/gitlab-ee!8230
-
Grzegorz Bizon authored
Fix invalid artifact path for codequality See merge request gitlab-org/gitlab-ce!22816
-
Simon Knox authored
Using class= requires an exact match
-
Stan Hu authored
Performance tuning on Projects::GitHttpController#info_refs Closes #48239 See merge request gitlab-org/gitlab-ce!22013
-
Stan Hu authored
Allow concurrency when using Puma Closes #53362 See merge request gitlab-org/gitlab-ce!22751
-
Andrew Newdigate authored
-
Filipa Lacerda authored
Remove gitlab-ui's tooltip from global See merge request gitlab-org/gitlab-ce!22814
-