- 03 Jul, 2017 2 commits
-
-
Phil Hughes authored
Merge branch '34097-issue-board-remove-from-board-button-when-viewing-an-issue-gives-js-error-and-fails' into 'master' Resolve "Issue Board -> "Remove from board" button when viewing an issue gives js error and fails" Closes #34097 See merge request !12430
-
Luke "Jared" Bennett authored
-
- 02 Jul, 2017 4 commits
-
-
Tim Zallmann authored
Make issuable sidebar setSidebarHeight more efficient See merge request !12252
-
Grzegorz Bizon authored
Make entrypoint and command keys to be array of strings See merge request !12536
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 30 Jun, 2017 34 commits
-
-
Jacob Schatz authored
Enable webpack code splitting Closes #32989 See merge request !12032
-
Annabel Dunstone Gray authored
Add issuable-list class to shared mr/issue lists to fix new responsive layout See merge request !12591
-
Clement Ho authored
Remove empty afterEach() from issue_show app_spec.js See merge request !12577
-
Phil Hughes authored
Restore timeago translations in renderTimeago. See merge request !12590
-
tauriedavis authored
-
Annabel Dunstone Gray authored
New navigation breadcrumbs Closes #34029 See merge request !12346
-
Phil Hughes authored
-
Bryce Johnson authored
-
Phil Hughes authored
Remove initTimeagoTimeout and let timeago.js update timeagos internally. Closes #34340 See merge request !12468
-
Rémy Coutable authored
Speed up issue counting for a project Closes #33913 See merge request !12457
-
Phil Hughes authored
Automatically hide sidebar on smaller screens See merge request !12538
-
Annabel Dunstone Gray authored
-
Sean McGivern authored
Use Gitaly 0.14.0 See merge request !12586
-
Sean McGivern authored
[ci skip]
-
Sean McGivern authored
Improve support for external issue references Closes #33679, #34076, and #34082 See merge request !12485
-
Phil Hughes authored
Remove placeholder note when award emoji slash command is applied Closes #34470 See merge request !12545
-
Kushal Pandya authored
-
Bryce Johnson authored
-
James Edwards-Jones authored
[ci skip]
-
Annabel Dunstone Gray authored
Resolve "More actions dropdown hidden by end of diff" Closes #33861 See merge request !12380
-
Luke "Jared" Bennett authored
-
Jacob Vosmaer authored
-
Adam Niedzielski authored
-
Sean McGivern authored
This doesn't need to be public in CE, but EE uses it as such.
-
Phil Hughes authored
Only verifies top position after the request has finished to account for errors See merge request !12559
-
Filipa Lacerda authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Sean McGivern authored
This runs a slightly slower query to get the issue and MR counts in the navigation, but caches by user type (can see all / none confidential issues) for two minutes.
-
Sean McGivern authored
When we are filtering by a single project, and the current user has access to see confidential issues on that project, we don't need to filter by confidentiality at all - just as if the user were an admin. The filter by confidentiality often picks a non-optimal query plan: for instance, AND-ing the results of all issues in the project (a relatively small set), and all issues in the states requested (a huge set), rather than just starting small and winnowing further.
-
Kamil Trzciński authored
Cleanup codeclimate.json file generated by CI See merge request !12565
-
Sean McGivern authored
Fix 'New merge request' button for users who don't have push access to canonical project See merge request !12560
-