- 24 Jan, 2016 11 commits
-
-
Achilleas Pipinellis authored
Refactor system_hooks API documentation See merge request !2475
-
Achilleas Pipinellis authored
Refactor namespaces API documentation See merge request !2472
-
Achilleas Pipinellis authored
Refactor README API documentation ~~Waiting for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2435 to be merged.~~ See merge request !2476
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
Refactor settings API documentation See merge request !2474
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
Refactor labels API documentation See merge request !2471
-
Achilleas Pipinellis authored
Refactor issues API documentation See merge request !2466
-
Achilleas Pipinellis authored
Refactor deploy_keys API documentation See merge request !2467
-
Achilleas Pipinellis authored
Refactor branches API documentation See merge request !2464
-
Robert Speicher authored
Don't vendor minified JS Fixes #4031 See merge request !2494
-
- 23 Jan, 2016 9 commits
-
-
Robert Speicher authored
Whitelist raw "abbr" elements when parsing Markdown See #12517. See merge request !2559
-
Kamil Trzciński authored
Forcefully install apt packages See merge request !2577
-
Kamil Trzcinski authored
-
Benedict Etzel authored
Closes #12517
-
Dmitriy Zaporozhets authored
Ignore binary files in code search to prevent Error 500 Leaving out the -I option in "git grep" would cause an Error 500 because the resulting line would include "Binary file X matches", which would cause the project search results to crash with the following error: ``` ActionView::Template::Error (wrong argument type nil (expected Regexp)): 1: - blob = @project.repository.parse_search_result(blob) 2: .blob-result 3: .file-holder 4: .file-title app/models/repository.rb:742:in `sub' app/models/repository.rb:742:in `block in parse_search_result_from_grep' app/models/repository.rb:741:in `each_line' app/models/repository.rb:741:in `parse_search_result_from_grep' app/models/repository.rb:682:in `parse_search_result' app/views/search/results/_blob.html.haml:1:in `_app_views_search_results__blob_html_haml__1959871337755590783_162450160' app/views/search/_results.html.haml:20:in `_app_views_search__results_html_haml__2198486911700532411_58329920' app/views/search/show.html.haml:7:in `_app_views_search_show_html_haml___1698304427272645201_62235300' ``` See merge request !2565
-
Achilleas Pipinellis authored
Make git gc man page more apparent See merge request !2557
-
Jacob Schatz authored
Remove gray background from issue/mr/milestone background Fixes #6062 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @skyruler @creamzy See merge request !2573
-
Jacob Schatz authored
Fix UI for pages with panels Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @skyruler @creamzy Fixes #12633 See merge request !2571
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 22 Jan, 2016 20 commits
-
-
Achilleas Pipinellis authored
Minor spelling, prob typo See merge request !2564
-
Achilleas Pipinellis authored
Name more OmniAuth providers in the general readme. See merge request !2566
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
Don't use production section for Gemfile Related to !2485 See merge request !2570
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kamil Trzciński authored
Speed-up docker based builds This adds: - Bundler cache - APT cache - PhantomJS cache It should reduce the time needed for container to prepare docker-based build environment. See merge request !2567
-
Dmitriy Zaporozhets authored
Provide a link for fetching merge requests from command line instructions Closes #2239 See merge request !2540
-
Robert Speicher authored
Make deleted line background color for Solarized Dark a little darker The difference is very slight, and I don't even _use_ Solarized Dark, but this annoyed me. See merge request !2563
-
Dmitriy Zaporozhets authored
Backport some changes from EE See merge request !2548
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix Error 500 when doing a search for merge requests Potential fix for #11547 See merge request !2525
-
Kamil Trzcinski authored
Enable to: - Use APT cache - Use Bundler cache - Use PhantomJS cache
-
Sytse Sijbrandij authored
-
Stan Hu authored
Leaving out the -I option in "git grep" would cause an Error 500 because the resulting line would include "Binary file X matches"
-
Mark Nordine authored
-
Kamil Trzciński authored
Allow empty Mysql password on CI [ci skip] See merge request !2558
-
Douwe Maan authored
-
Jacob Vosmaer authored
-
Achilleas Pipinellis authored
GitLab 8.4 uses gitlab-shell v2.6.10 While upgrading to GitLab 8.3 to 8.4 there was a warning massage for using GitLab 8.3 with gitlab-shell v2.6.9 so I changed gitlab-shell version to v2.6.10 and it worked. See merge request !2555
-