- 24 Mar, 2017 1 commit
-
-
Alexander Randa authored
-
- 23 Mar, 2017 29 commits
-
-
Filipa Lacerda authored
Fixed the filter bar not working in IE Closes #29742 See merge request !10149
-
Rémy Coutable authored
Allow chat notifications only for the default branch Closes #28565 and #18088 See merge request !10158
-
Sean McGivern authored
Increase ETag cache expiry time See merge request !10180
-
Sean McGivern authored
Display all closed issues in “done” board list Closes #24215 See merge request !10173
-
Z.J. van de Weg authored
-
Sean McGivern authored
Don't try to find a user by personal_access_token if the token is nil See merge request !10146
-
Filipa Lacerda authored
align Mark all as done with other Done buttons on Todos page Closes #29555 See merge request !10171
-
Sean McGivern authored
Introduce a new middleware for the test environment that can block requests Closes #28307 See merge request !9846
-
Sean McGivern authored
Run bundle install after checking out $CI_COMMIT_SHA See merge request !10166
-
Sean McGivern authored
Use match_array instead of eq when order is irrelevant Closes #29709 See merge request !10148
-
Filipa Lacerda authored
Fixed bug stopping issue boards cards being dragged Closes #29576 See merge request !10139
-
Fatih Acet authored
Poll with vue resource get function Closes #29575 See merge request !10057
-
Rémy Coutable authored
Correct parameter definition in Pipeline Triggers docs See merge request !10176
-
Adam Niedzielski authored
As discussed in #29777.
-
Rémy Coutable authored
Add notes about dropping support for Ruby 2.1.x See merge request !10170
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Fix project tag order because we assume so in test See merge request !10174
-
Johan Brandhorst authored
-
Phil Hughes authored
-
Jarka Kadlecova authored
-
Alfredo Sumaran authored
Add `aria-label` for feature status accessibility Closes #27503 See merge request !9830
-
Kushal Pandya authored
-
Simon Knox authored
-
Stan Hu authored
[ci skip]
-
Alfredo Sumaran authored
Move merge-request-info style to only apply to related MRs See merge request !10119
-
Alfredo Sumaran authored
Fix `Ctrl+Enter` support for Quick Submit Closes #29550 See merge request !10002
-
Kushal Pandya authored
-
Alfredo Sumaran authored
Fix "N changed files" link toggler jumping to top Closes #29414 See merge request !10126
-
- 22 Mar, 2017 10 commits
-
-
Annabel Dunstone Gray authored
Corrected the color from the time tracking icon in the issuable sidebar Closes #29588 See merge request !10160
-
Jose Ivan Vargas authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Z.J. van de Weg authored
Right now, it once a chat notifacation service has been enabled, there is no way to limit the branches which trigger a notification. Instead of allowing the user to specify the list, I opted to let the user check the box if they'd only want to be notified of the default branch. Tags are uneffected by this change.
-
Rémy Coutable authored
Correct pipeline trigger GET functionality. See merge request !10140
-
Alfredo Sumaran authored
Creates Frontend Style guide Closes #28713 See merge request !9961
-
Filipa Lacerda authored
-
Rémy Coutable authored
This turned out to prevent the browser from clearing the local storage. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
The idea is that after each feature spec example, we block all incoming requests at the Rack level, go to the 'about:blank' page, and wait until the current requests reach 0. This should solve the problem where a request would end after database cleaner performed the database truncation. The problem was that a GET request can still lead to records creation (e.g. namespaces or routes). Signed-off-by: Rémy Coutable <remy@rymai.me>
-