- 25 Jan, 2017 14 commits
-
-
Sean McGivern authored
Only show Merge Request button when user can create a MR See merge request !8639
-
Sean McGivern authored
Support notes without a project (personal snippets notes) See merge request !8468
-
Rémy Coutable authored
Grapify last endpoint of the branches API See merge request !8755
-
Toon Claes authored
`can?` already includes the `feature_available?` check, so no need to check this again.
-
Toon Claes authored
In case Merge Requests are disabled on the project, no one should see the Merge Request button.
-
Toon Claes authored
The project was not public and this caused a 404. So the tests were giving deceiving results. By searching for the Merge Request button in `#content-body` this is overcome, and also other Merge Request buttons (e.g. in the sidebar) are ignored.
-
Sean McGivern authored
Make diff discussions more reliable Closes #23646 See merge request !8378
-
Jarka Kadlecova authored
-
Jacob Schatz authored
Only render the list if it is visible See merge request !8710
-
Jacob Schatz authored
Fixed keyboard navigation not working in filtered search bar Closes #26840 See merge request !8656
-
Stan Hu authored
Add redis version to info rake task See merge request !8283
-
Jacob Schatz authored
Add an eslint rule to flag extra newlines See merge request !8137
-
Fatih Acet authored
Create a util for normalizing headers on the frontend See merge request !8750
-
Chris Wilson authored
-
- 24 Jan, 2017 26 commits
-
-
Clement Ho authored
Fixed tab index order on branch commits list page Closes #26447 See merge request !8489
-
Yorick Peterse authored
Add metric initializer spec See merge request !8714
-
Fatih Acet authored
Resolve "Reveal Variables button may overrun width of screen" Closes #25780 See merge request !8221
-
Bryce Johnson authored
-
Douwe Maan authored
Fixing sort of Users so that users who never logged in will be displayed last Closes #26468 See merge request !8637
-
Fatih Acet authored
adds avatar for discussion note Closes #26854 See merge request !8734
-
Clement Ho authored
fix broken image when doing offline update check(help page) Closes #25982 See merge request !8355
-
Ryan Harris authored
-
Ryan Harris authored
-
Ryan Harris authored
-
Ryan Harris authored
-
Ryan Harris authored
-
Fatih Acet authored
Update buttons on pipelines page to be more accessible Closes #26445 See merge request !8561
-
Robert Schilling authored
-
Robert Speicher authored
Make the time estimate migrations reversible See merge request !8749
-
Robert Speicher authored
Dont persist application settings in test env See merge request !8715
-
Sean McGivern authored
Fix nested tasks in ordered list Closes #24923 See merge request !8626
-
Rémy Coutable authored
Fix typo in link to "Services Templates" page. See merge request !8709
-
Ken Ding authored
-
Regis authored
-
Achilleas Pipinellis authored
Add docs for resolve conflicts editor See merge request !8748
-
Achilleas Pipinellis authored
[ci skip]
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Achilleas Pipinellis authored
Merge the two 2FA docs into one See merge request !8747
-
Achilleas Pipinellis authored
[ci skip]
-
Sean McGivern authored
An empty file in one of the instrumented directories will cause the app to fail to start when metrics are enabled. Metrics aren't enabled by default in development or test. We could handle the empty file case explicitly, but a file could still not define the constant it is expected to, so instead run the initializer manually in a spec and check that it succeeds.
-