- 11 Jul, 2016 9 commits
-
-
Connor Shea authored
-
connorshea authored
This is probably a horrible way of fixing this issue, but it does work. I can’t find much information on linking this deeply with Rails routes. Resolves #14872.
-
Douwe Maan authored
-
Sean McGivern authored
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Sean McGivern authored
-
Phil Hughes authored
-
- 09 Jul, 2016 4 commits
-
-
Ingo Blechschmidt authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 08 Jul, 2016 19 commits
-
-
Connor Shea authored
-
Connor Shea authored
No longer shows New Snippet button to users who aren't able to create a new snippet in the given context. Also removes the plus icon from the New Snippet buttons, as they're no longer used in other creation buttons. Fixes #14595.
-
Andrey Krivko authored
-
Sean McGivern authored
-
Luke "Jared" Bennett authored
-
Sean McGivern authored
-
Sean McGivern authored
1. Move render method to a concern, not a helper. 2. Let DiffHelper#diff_options automatically add the path option. 3. Move more instance var definitions to before filters.
-
Sean McGivern authored
-
Sean McGivern authored
We can't save the HTML as it was on page load, because comments etc. add content that we would lose if we kept the initial HTML. Instead, shuffle elements around.
-
Sean McGivern authored
-
Sean McGivern authored
Other diffs (those that are too large to render anyway, image diffs, diffs suppressed by .gitattributes) should be rendered immediately.
-
Paco Guzman authored
-
Luke "Jared" Bennett authored
-
Sean McGivern authored
With the option to expand and collapse individual diffs, these aren't needed any more.
-
Sean McGivern authored
When rendering a list of diff files, skip those where the diff is over 10 KB and provide an endpoint to render individually instead.
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Paco Guzman authored
-
Robert Speicher authored
This reverts commit 82faf6e0277d.
-
- 07 Jul, 2016 8 commits
-
-
Patricio Cano authored
-
Robert Speicher authored
This reverts commit 78fbb4552bee, reversing changes made to 55051e4891cb.
-
Annabel Dunstone authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Sean McGivern authored
If the Sidekiq job fails for some reason, a project can be 'stuck' pending deletion. The project can't be viewed, so it shouldn't be available through the notification settings association as this will throw an exception when we try to show the link.
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-