- 05 Mar, 2018 4 commits
-
-
Sean McGivern authored
Don't use ProjectsFinder in TodosFinder Closes #43767 See merge request gitlab-org/gitlab-ce!17462
-
Tim Zallmann authored
Remove IDE from CE See merge request gitlab-org/gitlab-ce!17458
-
Kamil Trzciński authored
Remove unsued pipelines-related prometheus metric See merge request gitlab-org/gitlab-ce!17515
-
Grzegorz Bizon authored
-
- 03 Mar, 2018 3 commits
-
-
Stan Hu authored
Update proofreader.md See merge request gitlab-org/gitlab-ce!17503
-
Yorick Peterse authored
Add docs for persistent `ActiveRecord::PendingMigrationError` with Spring See merge request gitlab-org/gitlab-ce!17473
-
Filip Mech authored
-
- 02 Mar, 2018 33 commits
-
-
Fatih Acet authored
Remove mr_notes webpack bundle See merge request gitlab-org/gitlab-ce!17497
-
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
-
Yorick Peterse authored
Using ProjectsFinder in TodosFinder to limit todos to the right projects leads to overly complicated and slow database queries. This commit removes the use of ProjectsFinder in favour of using Project.public_or_visible_to_current_user directly. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/43767
-
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
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes 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.
-