summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3143 from Undev/state-machine-3Dmitriy Zaporozhets2013-03-052-4/+6
|\ | | | | State machine 3
| * User's blocked field refactored to use state machineAndrew8xx82013-03-042-4/+6
| |
* | Merge pull request #3109 from hiroponz/improve-network-graphDmitriy Zaporozhets2013-03-042-320/+0
|\ \ | |/ |/| Improve network graph
| * Move graph module from lib or vendor directory to app directory.Sato Hiroyuki2013-02-262-320/+0
| | | | | | | | Because not autoloading lib directory at development mode.
* | Missed comma.Matt Humphrey2013-03-011-1/+1
| |
* | Added namespace_id to project creation via APIMatt Humphrey2013-03-011-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 NoMethodErrorDmitriy Zaporozhets2013-03-011-1/+1
| |
* | Merge branch 'link-to-issue-tracker' of https://github.com/Undev/gitlabhq ↵Dmitriy Zaporozhets2013-02-281-2/+7
|\ \ | | | | | | | | | | | | | | | | | | into Undev-link-to-issue-tracker Conflicts: Gemfile.lock
| * | Issues helper included to markdown helperAndrew8xx82013-02-281-0/+2
| | |
| * | Project issue tracker functions refactoredAndrew8xx82013-02-281-1/+1
| | |
| * | Issue tracker field added to projectsAndrew8xx82013-02-281-2/+5
| | |
* | | use system call to start sidekiqDmitriy Zaporozhets2013-02-271-5/+5
| | |
* | | proper fix for #2300Nihad Abbasov2013-02-271-1/+1
| | |
* | | Merge pull request #3095 from fdiary/update-grape-for-ruby2.0Nihad Abbasov2013-02-271-1/+0
|\ \ \ | | | | | | | | update grape to 0.3.1 for ruby 2.0 support.
| * | | update grape to 0.3.1 for ruby 2.0 support.Kazuhiko2013-02-261-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 paginationNihad Abbasov2013-02-271-1/+1
| |/ |/| | | | | closes #2300
* | specs for api/internalDmitriy Zaporozhets2013-02-261-0/+6
|/
* We don't need to check .profile now that gitolite is replaced by gitlab-shellAxilleas Pipinellis2013-02-201-25/+0
|
* Fix RESTfulness of project hook deletions by APIMatt Humphrey2013-02-201-2/+2
|
* Merge pull request #3011 from Asquera/fix_access_to_nonvisible_hookDmitriy Zaporozhets2013-02-201-0/+1
|\ | | | | API: fixes visibility of project hook
| * API: fixes visibility of project hookSebastian Ziebell2013-02-161-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 projectDmitriy Zaporozhets2013-02-191-1/+1
| |
* | Issue uses StateMachine nowAndrew8xx82013-02-182-6/+5
| |
* | Milestone uses StateMachine nowAndrew8xx82013-02-181-2/+2
| |
* | Merge Request uses StateMachine nowAndrew8xx82013-02-182-3/+3
| |
* | Prevent xss attack over group name. Added regex validation for group and ↵Dmitriy Zaporozhets2013-02-181-0/+4
| | | | | | | | team name
* | uppercase Gitlab version and revision constants. check api return gitlab ↵Dmitriy Zaporozhets2013-02-162-3/+5
| | | | | | | | version now
* | Merge pull request #2994 from dasbh/masterDmitriy Zaporozhets2013-02-163-9/+15
|\ \ | | | | | | Fix gitlab:setup task on fresh installation
| * | Remove hardcoded refernce to gitlab-shell home. so that gitlab can be ↵Bhagavan Das2013-02-142-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 Das2013-02-141-2/+2
| | | | | | | | | | | | task
* | | fixed API access to the projectlivedata2013-02-151-1/+1
|/ /
* | Merge pull request #2890 from cameronyule/support_osx_groupsRiyad Preukschas2013-02-141-2/+1
|\ \ | | | | | | OS X support for gitlab:check rake tasks
| * | Replacing the manual parsing of the /etc/group file with the equivalent call ↵Cameron Yule2013-02-021-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 libDmitriy Zaporozhets2013-02-141-0/+2
| | |
* | | Gitlab::ShellEnv addedDmitriy Zaporozhets2013-02-144-3/+22
| | |
* | | Update post-receive worker to use correct identifierDmitriy Zaporozhets2013-02-141-5/+2
| |/ |/|
* | Constants in Events looks good nowAndrew8xx82013-02-131-5/+5
| |
* | Merge pull request #2971 from yuters/patch-1Dmitriy Zaporozhets2013-02-121-30/+15
|\ \ | | | | | | Some fix for gitlab:gitlab_shell:check
| * | Forgot gitlab-shell folderMartin Bastien2013-02-121-2/+2
| | |
| * | Some fix for gitlab:gitlab_shell:checkMartin Bastien2013-02-121-30/+15
| | | | | | | | | Fixing issue #2970
* | | Merge pull request #2969 from zerustech/patch-1Dmitriy Zaporozhets2013-02-121-1/+6
|\ \ \ | | | | | | | | Update lib/tasks/sidekiq.rake
| * | | Update lib/tasks/sidekiq.rakeMichael Lee2013-02-121-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_branchDmitriy Zaporozhets2013-02-121-0/+1
|\ \ \ | | | | | | | | API: Fixes return code when accessing non existent branch (#2922)
| * | | Changed function to `not_found`.Sebastian Ziebell2013-02-091-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 Ziebell2013-02-081-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 Zaporozhets2013-02-122-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 Hiroyuki2013-02-051-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 Hiroyuki2013-02-052-2/+5
| | | |
| * | | Enable to display the commit older than 650th commit.Sato Hiroyuki2013-02-051-19/+47
| | | |
| * | | Fix typo.Sato Hiroyuki2013-02-051-1/+1
| | |/ | |/|