Commit Graph

7 Commits

Author SHA1 Message Date
Robert Speicher 2dac8f444c Remove implicit dependency on `gitlab_sign_in` assigning `@user`
We shouldn't be using instance variables in specs to begin with, and
depending on this implicit behavior of `gitlab_sign_in` would have made
it more difficult to change to `sign_in` where possible.

...we've also gone ahead and changed to `sign_in` where possible.
2017-06-19 21:06:13 -05:00
Robert Speicher 45fb1f9542 Change `login_as` uses to `gitlab_sign_in` 2017-06-19 18:59:01 -05:00
Sam Rose 1ebd9dad8e Add confirm delete protected branch modal 2017-05-08 07:41:58 +00:00
Tiago Botelho 26d3da4bfe removes n+1 query from tags and branches indexes 2017-03-16 19:41:03 +00:00
Phil Hughes 315e6392cd Hides merge request button on branches page
If user does not have the correct permissions, the merge request button is hidden

Closes #21805
2016-09-02 14:33:24 +01:00
Connor Shea 3babc959db
Fix tests. 2016-08-17 09:23:43 -06:00
tiagonbotelho 766f9cf220 implements the basic filter functionality 2016-07-19 19:30:10 +01:00