- 21 Aug, 2018 4 commits
-
-
Sean McGivern authored
Whether the preloading belongs in the service or the controller is arguable, here. As the service is only used for one controller action, it seems reasonable to put it in the service, but that is not a definitive answer. Adding the preloads for MR project routes here doesn't seem to work, perhaps because of https://github.com/rails/rails/issues/32140.
-
Sean McGivern authored
Sorting here needs the project routes to be loaded, including the namespace routes.
-
Sean McGivern authored
`#referenced_merge_requests` preloaded too many associations. Award emoji, for instance, are completely unnecessary here. `#closed_by_merge_requests` had the opposite problem: `#all_references` needs each item's author, and these weren't preloaded.
-
Sean McGivern authored
These methods don't really need to be on the Issue model. Issue#related_branches can also be moved to a service, but we can do that in a separate commit. This commit does not change any behaviour; it just moves code around, renames the service, and refactors the specs.
-
- 16 Aug, 2018 3 commits
-
-
Filipa Lacerda authored
Fixed deleting new files creating wrong state in IDE Closes #50255 See merge request gitlab-org/gitlab-ce!21225
-
Stan Hu authored
Added missing html_safe on text messages. See merge request gitlab-org/gitlab-ce!21232
-
Alexander Kutelev authored
-
- 15 Aug, 2018 33 commits
-
-
Stan Hu authored
Enable frozen in app/mailers/**/*.rb See merge request gitlab-org/gitlab-ce!21147
-
gfyoung authored
-
Robert Speicher authored
Add Acceptance testing issue template See merge request gitlab-org/gitlab-ce!21156
-
Zeger-Jan van de Weg authored
-
Robert Speicher authored
Core backports from the Premium license templates feature See merge request gitlab-org/gitlab-ce!21212
-
Robert Speicher authored
Duplicate specs testing emoji awards on issues Closes #45238 See merge request gitlab-org/gitlab-ce!21126
-
Phil Hughes authored
Closes #50255
-
Phil Hughes authored
Add author-link style from common.scss in EE See merge request gitlab-org/gitlab-ce!21204
-
Sean McGivern authored
Reduce number of model instances needed in test. Closes #49788 See merge request gitlab-org/gitlab-ce!21192
-
Sean McGivern authored
Add Czech as an available language Closes #43227 See merge request gitlab-org/gitlab-ce!21201
-
Marcia Ramos authored
Documentation for JUnit XML Test Summary In MR widget Closes #49867 See merge request gitlab-org/gitlab-ce!21061
-
Shinya Maeda authored
-
Douwe Maan authored
Port EE changes for mirrors/_instructions.html.haml See merge request gitlab-org/gitlab-ce!21107
-
Nick Thomas authored
Add a "user_show_add_ssh_key_message" application setting for use with SSH certificates Closes #49953 See merge request gitlab-org/gitlab-ce!21027
-
Bob Van Landuyt authored
New translations added to `locale/cs_CZ` will automatically be picked up.
-
Andreas Brandl authored
Closes #49788.
-
Nick Thomas authored
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6860 See merge request gitlab-org/gitlab-ce!21200
-
Phil Hughes authored
Creates vue component for artifacts block See merge request gitlab-org/gitlab-ce!21198
-
Filipa Lacerda authored
-
Sean McGivern authored
chore(docs): add field repository_update_events See merge request gitlab-org/gitlab-ce!21205
-
James Lopez authored
Fix `bin/secpick` rainbow gem error, and security branch prefixing See merge request gitlab-org/gitlab-ce!21210
-
Michael Kozono authored
-
Tim Zallmann authored
Resolve "JS Pages do not load on windows 8, IE 11" Closes #50281 See merge request gitlab-org/gitlab-ce!21214
-
Grzegorz Bizon authored
Vendor in Auto-DevOps.gitlab-ci.yml to update glibc to 2.28 Closes #50294 See merge request gitlab-org/gitlab-ce!21191
-
Mike Greiling authored
MR Page incremental rendering See merge request gitlab-org/gitlab-ce!21063
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Sean McGivern authored
Modified find project method to return nil if project not found See merge request gitlab-org/gitlab-ce!21168
-
Mike Greiling authored
-
Mike Greiling authored
-