07 Jun, 2014
1 commit
-
Because I am tired of CHANGELOG highlighted as sql file :) Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
06 Jun, 2014
16 commits
-
Faster diff rendering 1. Dont render link in separate template but use helper instead 2. Don't build new object but just reuse variables New note for diff is rendered per each diff line. Such simple improvements gives us 20..100% better performance depends on diff size
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Protect stable branches
-
fix permissions for files API
-
This reverts commit 2545b0f85851d1e4ebc1137a2c8786a238e02ee4.
-
This reverts commit 9bca8ae8f2feefe42acbdb61004ff5c3ec2a8a65.
05 Jun, 2014
23 commits
-
Gemfile fix
-
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
Splitted the Spinach tests to prevent time-outs
-
Revert "Fix for failing specs"
-
Improve projects collecting Refactor code that cause unexpected AR behaviour. For example this works fine: @projects = Project.personal(@user).accessible_to(current_user) @groups = @user.groups.accessible_to(current_user) # OK But @projects = Project.all @groups = @user.groups.accessible_to(current_user) # PG:Error
-
This reverts commit 2314438925af827b694fbaaf59c31c49dd2c0c31. Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> Conflicts: Gemfile.lock
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Remove conflict artifact.
-
Move nginx ssl config from gitlab recipes I removed references to puma and did a minor cleanup :) Also updated the README in gitlab-recipes to point here. Once this gets merged I'll remove it from there.
-
Milestone merged mr list Part of #1207
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Milestone merge request dragging This is part of #1207.
-
Allows moving milestone between 3 columns: unassigned, assigned, declined Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Ruby2.1 Fixed #1075
-
improve no projects screen
-
Milestone issues dragging This is part of #1207. I will submit this feature with small but finished merge requests.
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>