- 25 Sep, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 24 Sep, 2014 18 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Only clone GitLab Shell on tests if necessary.
-
Dmitriy Zaporozhets authored
blame with rugged
-
Dmitriy Zaporozhets authored
Factor fork button view.
-
Dmitriy Zaporozhets authored
Improve protect wording See merge request !1103
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Merge jubianchi-api/improve-error-reporting Closes https://github.com/gitlabhq/gitlabhq/pull/7502 See merge request !1112
-
Dmitriy Zaporozhets authored
Gitlab::GitAccess tests Fixes #1616 See merge request !1113
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Robert Schilling authored
evaluate -> execute_script when return not needed.
-
Robert Schilling authored
evaluate_script history -> go_back and go_forward.
-
Ciro Santilli authored
-
Ciro Santilli authored
-
skv authored
-
Sytse Sijbrandij authored
-
- 23 Sep, 2014 20 commits
-
-
Robert Schilling authored
Factor current_url + URI.path into current_path.
-
Ciro Santilli authored
-
Ciro Santilli authored
-
Dmitriy Zaporozhets authored
Merge branch 'api/improve-error-reporting' of https://github.com/jubianchi/gitlabhq into jubianchi-api/improve-error-reporting
-
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
-