- 24 Sep, 2014 2 commits
-
-
Robert Schilling authored
evaluate_script history -> go_back and go_forward.
-
Ciro Santilli authored
-
- 23 Sep, 2014 21 commits
-
-
Robert Schilling authored
Factor current_url + URI.path into current_path.
-
Ciro Santilli authored
-
Dmitriy Zaporozhets authored
Fix not rendered the network graph edges
-
Dmitriy Zaporozhets authored
set the collation to utf8_general_ci
-
Dmitriy Zaporozhets authored
Factor .add-diff-note active state.
-
Dmitriy Zaporozhets authored
Replace javascript:; links with buttons.
-
Marin Jankovski authored
Prevent 500 error on search results if description contains relative link Bug: If I add relative link to comment or description and search for it - I get 500 error on search page. Reason for this is that we use `@repository` variable. But for pages like search it does not assigned. In future we should avoid using such variables. Especially in markdown parser that can be used on different pages Fixes #1601 See merge request !1111
-
Dmitriy Zaporozhets authored
Increase unicorn timeout From 30 seconds to 60 seconds Fixes #1579 See merge request !1110
-
Marin Jankovski authored
Fix 500 when viewing diff if a file changed permission Fixes #1613 See merge request !1109
-
Marin Jankovski authored
Fix MR commenting system when new commits pushed Fixes #1608 This conmmit fixes wierd behaviour when you see wrong comments about new commits in merge requests. Short explanation of a bug: When you push new commits to project we updated `project.merge_requests` with comment about push. But `project.merge_requests` includes also merge requests from forks to origin project. So when you push to master branch it commented on all merge requests from forks to origin where source_branch was `master` See merge request !1108
-
Marin Jankovski authored
Fix ref parsing in Gitlab::GitAccess See merge request !1107
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
This conmmit fixes wierd behaviour when you see wrong comments about new commits in merge requests. Short explanation of a bug: When you push new commits to project we updated `project.merge_requests` with comment about push. But `project.merge_requests` includes also merge requests from forks to origin project. So when you push to master branch it commented on all merge requests from forks to origin where source_branch was `master`
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Use FileUtils to delete instead of File
-
Sytse Sijbrandij authored
Add to monthly doc that reverting is an option See merge request !1106
-
Marin Jankovski authored
-
Sytse Sijbrandij authored
-
- 22 Sep, 2014 17 commits
-
-
Ciro Santilli authored
-
Dmitriy Zaporozhets authored
[UI] Set textarea resize:vertical by default.
-
Dmitriy Zaporozhets authored
[refactor] Factor out commit list from compare and new MR.
-
Dmitriy Zaporozhets authored
Fix link_to_reply_diff.
-
Dmitriy Zaporozhets authored
Factor issue and MR edit form error list.
-
Dmitriy Zaporozhets authored
Factor error and success methods from services.
-
Dmitriy Zaporozhets authored
cleanup empty repo page
-
https://github.com/cirosantilli/gitlabhqDmitriy Zaporozhets authored
Merge branch 'spinach-step' of https://github.com/cirosantilli/gitlabhq into cirosantilli-spinach-step Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/markdown_render.rb
-
Dmitriy Zaporozhets authored
[factor] Prefix Spinach features with Spinach::Features::.
-
Dmitriy Zaporozhets authored
Update highlight.js to 8.2 highlight.js generated using build script `build.py` for all languages. See merge request !175
-
Dmitriy Zaporozhets authored
7.4 development Development branch during `master` code freeze for 7.3 See merge request !1096
-
Sytse Sijbrandij authored
Monthly release document update See merge request !1092
-
Vinnie Okada authored
Use FileUtils::rm_f to delete the satellite lock file.
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-