summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3143 from Undev/state-machine-3Dmitriy Zaporozhets2013-03-051-2/+4
|\
| * User's blocked field refactored to use state machineAndrew8xx82013-03-041-2/+4
* | 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
* | 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
|/
* Prevent xss attack over group name. Added regex validation for group and team...Dmitriy Zaporozhets2013-02-181-0/+4
* Remove hardcoded refernce to gitlab-shell home. so that gitlab can be install...Bhagavan Das2013-02-141-5/+10
* 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
* Merge branch 'easy-to-find-commit-on-network-graph' of https://github.com/hir...Dmitriy Zaporozhets2013-02-121-20/+48
|\
| * 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-051-1/+1
| * Enable to display the commit older than 650th commit.Sato Hiroyuki2013-02-051-19/+47
| * Fix typo.Sato Hiroyuki2013-02-051-1/+1
* | add import repo gitlab_shell callDmitriy Zaporozhets2013-02-111-0/+11
* | No gitolite in project any moreDmitriy Zaporozhets2013-02-112-3/+3
* | add remove keys from gitlab-shell by idDmitriy Zaporozhets2013-02-051-6/+6
* | Remove outdated specs and fixed key removeDmitriy Zaporozhets2013-02-051-2/+2
* | Fix satellites to use filesystem. Correct post-receive user finderDmitriy Zaporozhets2013-02-041-2/+2
* | Make gitlab works with gitlab-shellDmitriy Zaporozhets2013-02-041-27/+20
* | preparing for gitlab-shellDmitriy Zaporozhets2013-02-042-290/+16
|/
* Fix bug of network graph(#2847) and trivial code clean up.Sato Hiroyuki2013-01-311-8/+15
* Merge pull request #2847 from hiroponz/improve-overlap-linesDmitriy Zaporozhets2013-01-302-21/+71
|\
| * Improve overlap of lines in network graphSato Hiroyuki2013-01-302-21/+71
* | Switchable the main branch on network graphSato Hiroyuki2013-01-301-3/+4
|/
* satellites logsDmitriy Zaporozhets2013-01-292-1/+21
* keys to gitolite via sidekiq nowDmitriy Zaporozhets2013-01-281-2/+16
* Async perform for add/remove team membersDmitriy Zaporozhets2013-01-281-7/+19
* Do gitolite calls async. Remove satellite with project removeDmitriy Zaporozhets2013-01-284-28/+54
* refactor add to teamDmitriy Zaporozhets2013-01-251-3/+1
* Fix teams + gitolite accessDmitriy Zaporozhets2013-01-251-5/+3
* Fix removeing project if repo not existsDmitriy Zaporozhets2013-01-251-1/+4
* Move team project management to own controllerAndrey Kumanyaev2013-01-241-0/+14
* Move admin team members management to own controllerAndrey Kumanyaev2013-01-241-0/+32
* Team core managementAndrey Kumanyaev2013-01-241-0/+93
* Improve network graphSato Hiroyuki2013-01-231-4/+6
* Use subproccess instead subshell for git callsDmitriy Zaporozhets2013-01-221-14/+18
* Uncomment forgotten codeDmitriy Zaporozhets2013-01-191-3/+3
* Remove chdir inside runtime. Improved gitolite shell commandsDmitriy Zaporozhets2013-01-191-14/+30
* raise exception if gitolite is brokenDmitriy Zaporozhets2013-01-191-1/+14
* Fixed developer push to protected branch. Closes #2647Dmitriy Zaporozhets2013-01-191-1/+1
* Fix branch remove on automergeDmitriy Zaporozhets2013-01-171-1/+1
* Fix parsing of ref-like Urls in links and images in GFMRiyad Preukschas2013-01-161-7/+18
* Use image Urls for Emoji in GFMRiyad Preukschas2013-01-161-1/+1
* Use Urls for references in GFMRiyad Preukschas2013-01-161-5/+5
* Fix #2576Riyad Preukschas2013-01-161-1/+1
* Merge pull request #1586 from Bregor/ber_to_stringDmitriy Zaporozhets2013-01-161-2/+3
|\