- 30 Jun, 2017 30 commits
-
-
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
-
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
-
Dmitriy Zaporozhets authored
Merge branch '34502-gitlab-git-hook-should-set-the-gl_repository-environment-variable' into 'master' Set the GL_REPOSITORY env variable on Gitlab::Git::Hook Closes #34502 See merge request !12572
-
Achilleas Pipinellis authored
updated version of issues baord images (doc) See merge request !12558
-
Phil Hughes authored
Render add-diff-note with server and optimize styles See merge request !12103
-
Tim Zallmann authored
Fixed sidebar not collapsing on merge request in mobile screens Closes #32759 See merge request !12489
-
- 29 Jun, 2017 10 commits
-
-
Douwe Maan authored
Backport changes to Projects::IssuesController and the search bar See merge request !12551
-
Nick Thomas authored
-
Douwe Maan authored
bugfix: use `require_dependency` to bring in DeclarativePolicy Closes #34532 See merge request !12571
-
Alejandro Rodríguez authored
-
http://jneen.net/ authored
-
Bryce Johnson authored
MR: !12468
-
Dmitriy Zaporozhets authored
-
Jose Ivan Vargas authored
-
Annabel Dunstone Gray authored
Resolve "Select branch dropdown is too close to branch name" Closes #34349 See merge request !12515
-
Tim Zallmann authored
-