06 Mar, 2013
1 commit
05 Mar, 2013
1 commit
-
State machine 3
04 Mar, 2013
2 commits
-
Improve network graph
01 Mar, 2013
3 commits
-
This allows you to set the namespace ID for projects via the the API. By default it is created for the current user. You can assign it to the global namespace by passing `GLN` which translates to 'Global Namespace'.
28 Feb, 2013
4 commits
-
…ndev-link-to-issue-tracker Conflicts: Gemfile.lock
27 Feb, 2013
4 commits
-
update grape to 0.3.1 for ruby 2.0 support.
-
closes #2300
26 Feb, 2013
3 commits
-
add grape-entity, that is split from grape 0.3.0. remove usage of deprecated error_format, that is removed in grape 0.2.3.
-
Because not autoloading lib directory at development mode.
20 Feb, 2013
3 commits
-
API: fixes visibility of project hook
19 Feb, 2013
1 commit
18 Feb, 2013
4 commits
16 Feb, 2013
3 commits
-
When a user is not authorized to see the list of hooks for a project, he is still able to access the hooks separately. For example if access to `GET /projects/:id/hooks` fails and returns a `403 Unauthorized` error it is still possible to access a hook directly via `GET /projects/:id/hooks/:hook_id`. Fixes access, also added tests to check access and status codes of hooks.
-
Fix gitlab:setup task on fresh installation
15 Feb, 2013
1 commit
14 Feb, 2013
6 commits
-
…on any unix account other than git
-
OS X support for gitlab:check rake tasks
13 Feb, 2013
1 commit
12 Feb, 2013
3 commits
-
Some fix for gitlab:gitlab_shell:check
-
Fixing issue #2970