- 14 Feb, 2020 1 commit
-
-
João Cunha authored
-
- 13 Feb, 2020 39 commits
-
-
Phil Hughes authored
Speed up expanding/collapsing diff files See merge request gitlab-org/gitlab!24655
-
Simon Knox authored
When v-if is false, Vue calls $destroy for every single component. Since table-cell component was basically a wrapper around diff_line_gutter_content we can save valuable cycles by combining them
-
Sean McGivern authored
Allow Boards::ListService to find a single board See merge request gitlab-org/gitlab!24824
-
Natalia Tepluhina authored
Allow Container Expiration Policy to run tag cleanup See merge request gitlab-org/gitlab!24424
-
Steve Abrams authored
When a policy runs, it uses a new worker to allow it to run without a user. The policy is only accessible to users with destroy image ability
-
Nick Thomas authored
Record audit event when user is blocked See merge request gitlab-org/gitlab!24930
-
Tan Le authored
The existing `Users::UpdateService` is getting more complex and does not allow capturing state changes that caused by `state_machines`. This replacement will help to simplify logic around blocking user and make way for new additional features (e.g. audit event).
-
Phil Hughes authored
Fix hot module reload for error tracking pages See merge request gitlab-org/gitlab!25068
-
Phil Hughes authored
Fix autocomplete limitation bug See merge request gitlab-org/gitlab!25127
-
Phil Hughes authored
Part 1 - Improve Snippets form UX with description field See merge request gitlab-org/gitlab!24762
-
James Lopez authored
Add list, board, broadcast message, contributor and compare into own class files See merge request gitlab-org/gitlab!24939
-
Rajendra Kadam authored
-
Phil Hughes authored
Improve Roadmap today indicator rendering logic See merge request gitlab-org/gitlab!24669
-
Tom Atkins authored
Remove EBS from instance storage See merge request gitlab-org/gitlab!25133
-
Dmytro Zaporozhets authored
Ban .keys.first and .values.first See merge request gitlab-org/gitlab!24590
-
Qingyu Zhao authored
`.keys.first` and `.values.first` load all keys/values into memory. This cop use `.each_key.first` and `.each_value.first` to reduce memory usage and execution time.
-
Martin Wortschack authored
Pass logs url from backend to frontend See merge request gitlab-org/gitlab!24261
-
Adrien Kohlbecker authored
Instead of computing it manually
-
Martin Wortschack authored
Migrate fa-spinner to spinner in views dashboard. See merge request gitlab-org/gitlab!25063
-
Tsegaselassie Tadesse authored
-
Collen Kriel authored
-
Natalia Tepluhina authored
Display the y-axis on the range of data value in the chart Closes #202696 See merge request gitlab-org/gitlab!24953
-
Imre Farkas authored
Set the default dashboard for Self Monitoring Project Closes #121719 See merge request gitlab-org/gitlab!24814
-
Kirstie Cook authored
Set the default dashboard for self monitoring project
-
Lin Jen-Shin authored
Use 'rules' for '.gitlab/ci/reports.gitlab-ci.yml' jobs See merge request gitlab-org/gitlab!24624
-
James Lopez authored
Add runner, release and tag entities into own class files See merge request gitlab-org/gitlab!24943
-
Rajendra Kadam authored
-
Nick Thomas authored
Create snippet repository model See merge request gitlab-org/gitlab!23796
-
Peter Leitzen authored
Add regex to match Prometheus Alert endpoint for GFM identification See merge request gitlab-org/gitlab!24832
-
Rémy Coutable authored
Recreate feature flags for merge trains See merge request gitlab-org/gitlab!24844
-
Natalia Tepluhina authored
Refactor deprecated named slots in Vue See merge request gitlab-org/gitlab!24069
-
Dheeraj Joshi authored
-
Phil Hughes authored
Merge branch '205205-end-to-end-failure-for-qa-specs-features-ee-browser_ui-3_create-design_management_spec-rb' into 'master' Fix design comments on production environment Closes #205205 See merge request gitlab-org/gitlab!25103
-
Alessio Caiazza authored
Fix merge request child pipelines See merge request gitlab-org/gitlab!23884
-
Fabio Pitino authored
Allow child pipeline to run in the context of merge requests
-
Nick Thomas authored
Split PodLogsService per backend See merge request gitlab-org/gitlab!23619
-
Adrien Kohlbecker authored
-
Kushal Pandya authored
Limit length of wiki file/directory names See merge request gitlab-org/gitlab!24364
-
Lukas Eipert authored
jQuery at.js has a hard limit on how many items can be searched. Before it executes it's search function, it limits the array size to 1000 items. We have been hitting this bug because we have more than a thousand users or labels [0][1]. We are planning to replace at.js [2], but in order to fix this bug for now, we have forked at.js [3] and made adjustments, so that it works for our usecases. Performance wise this should have no big impact, as we are rendering a maximum of 5 results in the most cases anyway. The search on the javascript side is rather performant. [0]: https://gitlab.com/gitlab-org/gitlab/issues/204825 [1]: https://gitlab.com/gitlab-org/gitlab/issues/198650 [2]: https://gitlab.com/gitlab-org/gitlab/issues/27240 [3]: https://gitlab.com/gitlab-org/frontend/At.js
-