07 Jun, 2014
8 commits
-
Temp fix for rspec so the specs are run again
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Public profile info Show small info about your profile being publicly because you joined public project Fixes #1321
-
Namespace route Fixes #1312
-
Because I am tired of CHANGELOG highlighted as sql file :) Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
So now when you type site/:username it redirects you to users page. And if you type site/:groupname it redirects you to group page Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
06 Jun, 2014
19 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: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
Protect stable branches
-
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
fix permissions for files API
-
This reverts commit 2545b0f85851d1e4ebc1137a2c8786a238e02ee4.
-
This reverts commit 9bca8ae8f2feefe42acbdb61004ff5c3ec2a8a65.
05 Jun, 2014
13 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.