| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #3143 from Undev/state-machine-3 | Dmitriy Zaporozhets | 2013-03-05 | 2 | -4/+6 |
| |\ | | | | | State machine 3 | ||||
| | * | User's blocked field refactored to use state machine | Andrew8xx8 | 2013-03-04 | 2 | -4/+6 |
| | | | |||||
| * | | Merge pull request #3109 from hiroponz/improve-network-graph | Dmitriy Zaporozhets | 2013-03-04 | 2 | -320/+0 |
| |\ \ | |/ |/| | Improve network graph | ||||
| | * | Move graph module from lib or vendor directory to app directory. | Sato Hiroyuki | 2013-02-26 | 2 | -320/+0 |
| | | | | | | | | | Because not autoloading lib directory at development mode. | ||||
| * | | Missed comma. | Matt Humphrey | 2013-03-01 | 1 | -1/+1 |
| | | | |||||
| * | | Added namespace_id to project creation via API | Matt Humphrey | 2013-03-01 | 1 | -1/+2 |
| | | | | | | | 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'. | ||||
| * | | draper raise now RuntimeError instead of NoMethodError | Dmitriy Zaporozhets | 2013-03-01 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'link-to-issue-tracker' of https://github.com/Undev/gitlabhq ↵ | Dmitriy Zaporozhets | 2013-02-28 | 1 | -2/+7 |
| |\ \ | | | | | | | | | | | | | | | | | | | into Undev-link-to-issue-tracker Conflicts: Gemfile.lock | ||||
| | * | | Issues helper included to markdown helper | Andrew8xx8 | 2013-02-28 | 1 | -0/+2 |
| | | | | |||||
| | * | | Project issue tracker functions refactored | Andrew8xx8 | 2013-02-28 | 1 | -1/+1 |
| | | | | |||||
| | * | | Issue tracker field added to projects | Andrew8xx8 | 2013-02-28 | 1 | -2/+5 |
| | | | | |||||
| * | | | use system call to start sidekiq | Dmitriy Zaporozhets | 2013-02-27 | 1 | -5/+5 |
| | | | | |||||
| * | | | proper fix for #2300 | Nihad Abbasov | 2013-02-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #3095 from fdiary/update-grape-for-ruby2.0 | Nihad Abbasov | 2013-02-27 | 1 | -1/+0 |
| |\ \ \ | | | | | | | | | update grape to 0.3.1 for ruby 2.0 support. | ||||
| | * | | | update grape to 0.3.1 for ruby 2.0 support. | Kazuhiko | 2013-02-26 | 1 | -1/+0 |
| | | |/ | |/| | | | | | | | | | | 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. | ||||
| * | | | API: fix commits pagination | Nihad Abbasov | 2013-02-27 | 1 | -1/+1 |
| | |/ |/| | | | | | closes #2300 | ||||
| * | | specs for api/internal | Dmitriy Zaporozhets | 2013-02-26 | 1 | -0/+6 |
| |/ | |||||
| * | We don't need to check .profile now that gitolite is replaced by gitlab-shell | Axilleas Pipinellis | 2013-02-20 | 1 | -25/+0 |
| | | |||||
| * | Fix RESTfulness of project hook deletions by API | Matt Humphrey | 2013-02-20 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #3011 from Asquera/fix_access_to_nonvisible_hook | Dmitriy Zaporozhets | 2013-02-20 | 1 | -0/+1 |
| |\ | | | | | API: fixes visibility of project hook | ||||
| | * | API: fixes visibility of project hook | Sebastian Ziebell | 2013-02-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | 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 private flag for project | Dmitriy Zaporozhets | 2013-02-19 | 1 | -1/+1 |
| | | | |||||
| * | | Issue uses StateMachine now | Andrew8xx8 | 2013-02-18 | 2 | -6/+5 |
| | | | |||||
| * | | Milestone uses StateMachine now | Andrew8xx8 | 2013-02-18 | 1 | -2/+2 |
| | | | |||||
| * | | Merge Request uses StateMachine now | Andrew8xx8 | 2013-02-18 | 2 | -3/+3 |
| | | | |||||
| * | | Prevent xss attack over group name. Added regex validation for group and ↵ | Dmitriy Zaporozhets | 2013-02-18 | 1 | -0/+4 |
| | | | | | | | | | team name | ||||
| * | | uppercase Gitlab version and revision constants. check api return gitlab ↵ | Dmitriy Zaporozhets | 2013-02-16 | 2 | -3/+5 |
| | | | | | | | | | version now | ||||
| * | | Merge pull request #2994 from dasbh/master | Dmitriy Zaporozhets | 2013-02-16 | 3 | -9/+15 |
| |\ \ | | | | | | | Fix gitlab:setup task on fresh installation | ||||
| | * | | Remove hardcoded refernce to gitlab-shell home. so that gitlab can be ↵ | Bhagavan Das | 2013-02-14 | 2 | -7/+13 |
| | | | | | | | | | | | | | installed on any unix account other than git | ||||
| | * | | rename setup to setup_db so that it does not collide with gitlab:shell:setup ↵ | Bhagavan Das | 2013-02-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | task | ||||
| * | | | fixed API access to the project | livedata | 2013-02-15 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #2890 from cameronyule/support_osx_groups | Riyad Preukschas | 2013-02-14 | 1 | -2/+1 |
| |\ \ | | | | | | | OS X support for gitlab:check rake tasks | ||||
| | * | | Replacing the manual parsing of the /etc/group file with the equivalent call ↵ | Cameron Yule | 2013-02-02 | 1 | -2/+1 |
| | | | | | | | | | | | | | from the Etc class in the Ruby standard library. This has the benefit of supporting additional platforms (e.g. OS X). | ||||
| * | | | require missing lib | Dmitriy Zaporozhets | 2013-02-14 | 1 | -0/+2 |
| | | | | |||||
| * | | | Gitlab::ShellEnv added | Dmitriy Zaporozhets | 2013-02-14 | 4 | -3/+22 |
| | | | | |||||
| * | | | Update post-receive worker to use correct identifier | Dmitriy Zaporozhets | 2013-02-14 | 1 | -5/+2 |
| | |/ |/| | |||||
| * | | Constants in Events looks good now | Andrew8xx8 | 2013-02-13 | 1 | -5/+5 |
| | | | |||||
| * | | Merge pull request #2971 from yuters/patch-1 | Dmitriy Zaporozhets | 2013-02-12 | 1 | -30/+15 |
| |\ \ | | | | | | | Some fix for gitlab:gitlab_shell:check | ||||
| | * | | Forgot gitlab-shell folder | Martin Bastien | 2013-02-12 | 1 | -2/+2 |
| | | | | |||||
| | * | | Some fix for gitlab:gitlab_shell:check | Martin Bastien | 2013-02-12 | 1 | -30/+15 |
| | | | | | | | | | | Fixing issue #2970 | ||||
| * | | | Merge pull request #2969 from zerustech/patch-1 | Dmitriy Zaporozhets | 2013-02-12 | 1 | -1/+6 |
| |\ \ \ | | | | | | | | | Update lib/tasks/sidekiq.rake | ||||
| | * | | | Update lib/tasks/sidekiq.rake | Michael Lee | 2013-02-12 | 1 | -1/+6 |
| | |/ / | | | | | | | | | | | | | 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" ? | ||||
| * | | | Merge pull request #2946 from Asquera/fix/access_to_non_existent_branch | Dmitriy Zaporozhets | 2013-02-12 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | API: Fixes return code when accessing non existent branch (#2922) | ||||
| | * | | | Changed function to `not_found`. | Sebastian Ziebell | 2013-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Instead of using funtion `error!` the function `not_found!` is used to return 404 error. Adjusted documentation accordingly. | ||||
| | * | | | Status code 404 returned when retrieving non existent branch (issue #2922) | Sebastian Ziebell | 2013-02-08 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | Accessing a repository branch that does not exist returns a 404 error instead of 200 now. Added a test. | ||||
| * | | | | Merge branch 'easy-to-find-commit-on-network-graph' of ↵ | Dmitriy Zaporozhets | 2013-02-12 | 2 | -21/+52 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | https://github.com/hiroponz/gitlabhq into hiroponz-easy-to-find-commit-on-network-graph | ||||
| | * | | | Sort the commits on network graph by commiter date. | Sato Hiroyuki | 2013-02-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Author date is not updated, if the commits is rebased. So the network graph having many rebased commit turns round and round, that it is very difficult to undarstand history. | ||||
| | * | | | Fix bug when it has been switched to tag. | Sato Hiroyuki | 2013-02-05 | 2 | -2/+5 |
| | | | | | |||||
| | * | | | Enable to display the commit older than 650th commit. | Sato Hiroyuki | 2013-02-05 | 1 | -19/+47 |
| | | | | | |||||
| | * | | | Fix typo. | Sato Hiroyuki | 2013-02-05 | 1 | -1/+1 |
| | | |/ | |/| | |||||
