summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3143 from Undev/state-machine-3Dmitriy Zaporozhets2013-03-052-4/+6
|\
| * 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
|\ \ | |/ |/|
| * Move graph module from lib or vendor directory to app directory.Sato Hiroyuki2013-02-262-320/+0
* | Missed comma.Matt Humphrey2013-03-011-1/+1
* | Added namespace_id to project creation via APIMatt Humphrey2013-03-011-1/+2
* | draper raise now RuntimeError instead of NoMethodErrorDmitriy Zaporozhets2013-03-011-1/+1
* | Merge branch 'link-to-issue-tracker' of https://github.com/Undev/gitlabhq int...Dmitriy Zaporozhets2013-02-281-2/+7
|\ \
| * | 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.Kazuhiko2013-02-261-1/+0
| | |/ | |/|
* | | API: fix commits paginationNihad Abbasov2013-02-271-1/+1
| |/ |/|
* | 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 hookSebastian Ziebell2013-02-161-0/+1
* | 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 team...Dmitriy Zaporozhets2013-02-181-0/+4
* | uppercase Gitlab version and revision constants. check api return gitlab vers...Dmitriy Zaporozhets2013-02-162-3/+5
* | Merge pull request #2994 from dasbh/masterDmitriy Zaporozhets2013-02-163-9/+15
|\ \
| * | Remove hardcoded refernce to gitlab-shell home. so that gitlab can be install...Bhagavan Das2013-02-142-7/+13
| * | rename setup to setup_db so that it does not collide with gitlab:shell:setup ...Bhagavan Das2013-02-141-2/+2
* | | fixed API access to the projectlivedata2013-02-151-1/+1
|/ /
* | Merge pull request #2890 from cameronyule/support_osx_groupsRiyad Preukschas2013-02-141-2/+1
|\ \
| * | Replacing the manual parsing of the /etc/group file with the equivalent call ...Cameron Yule2013-02-021-2/+1
* | | 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
|\ \
| * | Forgot gitlab-shell folderMartin Bastien2013-02-121-2/+2
| * | Some fix for gitlab:gitlab_shell:checkMartin Bastien2013-02-121-30/+15
* | | Merge pull request #2969 from zerustech/patch-1Dmitriy Zaporozhets2013-02-121-1/+6
|\ \ \
| * | | Update lib/tasks/sidekiq.rakeMichael Lee2013-02-121-1/+6
| |/ /
* | | Merge pull request #2946 from Asquera/fix/access_to_non_existent_branchDmitriy Zaporozhets2013-02-121-0/+1
|\ \ \
| * | | Changed function to `not_found`.Sebastian Ziebell2013-02-091-1/+1
| * | | Status code 404 returned when retrieving non existent branch (issue #2922)Sebastian Ziebell2013-02-081-0/+1
* | | | Merge branch 'easy-to-find-commit-on-network-graph' of https://github.com/hir...Dmitriy Zaporozhets2013-02-122-21/+52
|\ \ \ \ | |_|/ / |/| | |
| * | | Sort the commits on network graph by commiter date.Sato Hiroyuki2013-02-051-2/+2
| * | | 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
| | |/ | |/|