06 Jun, 2014
10 commits
-
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
24 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>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
04 Jun, 2014
6 commits
-
* correct odd capitalization pattern in tagline * remove "click on button" statement as telling a user to click something is not a good web development practice * add missing period for consistency
-
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
More performance improvements for large groups * fetch team members using much less sql queries * collect mentioned users without iterating over all project users
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>