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
2 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.
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
7 commits
-
Some fix for gitlab:gitlab_shell:check
-
Fixing issue #2970
-
Update lib/tasks/sidekiq.rake
-
API: Fixes return code when accessing non existent branch (#2922)
-
…nz/gitlabhq into hiroponz-easy-to-find-commit-on-network-graph
-
Mac OS uses launchd instead of /etc/init.d to start daemons and tasks to be started by launchd MUST NOT daemon itself. So "nohup" here won't work for Mac OS. Can we add a "launchd" task to the rake file so that we can start sidekiq as "bundle exec rake sidekiq:launchd" ?
11 Feb, 2013
1 commit