- 02 Mar, 2018 31 commits
-
-
Mike Greiling authored
-
Yorick Peterse authored
Revert Project.public_or_visible_to_user changes but apply change to SnippetsFinder Closes #42877 See merge request gitlab-org/gitlab-ce!17476
-
Jacob Schatz authored
Removed terminal webpack bundle tag See merge request gitlab-org/gitlab-ce!17494
-
Kushal Pandya authored
Add support for query params for labels endpoint See merge request gitlab-org/gitlab-ce!17477
-
Constance Okoghenun authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Andreas Brandl authored
-
Clement Ho authored
Remove the "test" bundle and apply it conditionally within main.js See merge request gitlab-org/gitlab-ce!17472
-
Sean McGivern authored
expose metrics in merge request api Closes #41905 See merge request gitlab-org/gitlab-ce!16589
-
haseeb authored
-
Clement Ho authored
Removes webpack bundle tag for two factor auth js See merge request gitlab-org/gitlab-ce!17330
-
Jacob Schatz authored
Remove protected branches webpack bundle tag See merge request gitlab-org/gitlab-ce!17374
-
Clement Ho authored
-
Sean McGivern authored
Slack notifications - Respect "Notify only default branch" for push events Closes #33570 See merge request gitlab-org/gitlab-ce!17345
-
Marcia Ramos authored
Update incoming emails documents See merge request gitlab-org/gitlab-ce!17481
-
Mario de la Ossa authored
-
Sean McGivern authored
Resolve "Update language about usage ping in admin settings" Closes #43548 See merge request gitlab-org/gitlab-ce!17468
-
Sean McGivern authored
-
Lin Jen-Shin authored
-
Sean McGivern authored
Fetch commit signatures from Gitaly in batches Closes gitaly#1046 See merge request gitlab-org/gitlab-ce!17456
-
Grzegorz Bizon authored
Support additional LabelsFinder parameters for group labels See merge request gitlab-org/gitlab-ce!17447
-
Jan Provaznik authored
Because epic index page includes also epics from subgroups it's necessary to also get descendant group labels for filtering. https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4773#note_61236542
-
Grzegorz Bizon authored
Allow CI/CD Jobs being grouped on version strings See merge request gitlab-org/gitlab-ce!17455
-
Andreas Brandl authored
-
Zeger-Jan van de Weg authored
-
Andreas Brandl authored
This applies the changes introduced in `Project.public_or_visible_to_user` to the snippets finder only. We know that for `SnippetsFinder`, this change improves SQL timing from 5/23/25s to 0.7/2/4s (mean/p95/p99). At the same time, the scope was too broad, (negatively) affecting SQL timings in various other places: https://gitlab.com/gitlab-com/infrastructure/issues/3772 With this commit, the snippets dashboard stays usuable as we generally don't run into statement timeouts. In contrast to the earlier change in !17088, the scope of the change is limited to `SnippetsFinder` only, thus not affecting other places.
-
Yorick Peterse authored
These changes were introduced in MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17088. In https://gitlab.com/gitlab-com/infrastructure/issues/3772 we discovered these changes lead to a pretty drastic increase in SQL response timings. We'll revert these changes so we can work on a better solution in the mean time without GitLab.com (or other installations) experiecing reduced performance in the mean time.
-
Jan Provaznik authored
In some situations (listing labels for epics) we want to list only group ancestor labels, this is already supported in LabelsFinder we just need to enable additional parameters. Also `set_issuables_index` method now loads project labels only if @project is set (which is not used for epic group labels).
-
Stan Hu authored
Update documentation WRT to request parameters See merge request gitlab-org/gitlab-ce!17469
-
Mike Greiling authored
-
- 01 Mar, 2018 9 commits
-
-
Kamil Trzciński authored
Extend Cluster Applications to install GitLab Runner to Kubernetes cluster Closes #32831 See merge request gitlab-org/gitlab-ce!17134
-
Mayra Cabrera authored
-
Jacob Schatz authored
Remove registry list webpack entry point See merge request gitlab-org/gitlab-ce!17459
-
Clement Ho authored
-
Jacob Schatz authored
Remove trailing newline that was causing an EE conflict See merge request gitlab-org/gitlab-ce!17465
-
Stan Hu authored
-
Douwe Maan authored
Add some strings that were missing in gitlab.pot See merge request gitlab-org/gitlab-ce!17467
-
Filipa Lacerda authored
Small fixes in Vuex docs See merge request gitlab-org/gitlab-ce!17471
-
Mike Greiling authored
-