summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* store commits for MR as array of hashesDmitriy Zaporozhets2013-04-022-20/+89
* Dont init repo on every create(:repo)Dmitriy Zaporozhets2013-04-011-0/+4
* Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets2013-04-011-1/+1
* Use Gitlab::Git:: for git features across applicationDmitriy Zaporozhets2013-04-011-40/+10
* added Gitlab::Git::Compare for git compare featureDmitriy Zaporozhets2013-04-011-0/+37
* added Gitlab::Git::Blame for git blame featureDmitriy Zaporozhets2013-04-011-0/+22
* define TestEnv and keep all global stubs in one placeDmitriy Zaporozhets2013-04-011-1/+5
* Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets2013-03-311-2/+2
* Move Commit and Repository logic to lib/gitlab/gitDmitriy Zaporozhets2013-03-312-0/+360
* Move directory logic out of model. Use Gitlab:Shell class to interact with fi...Dmitriy Zaporozhets2013-03-211-0/+59
* replace Gitolited mixin with Gitlab::ShellAdapterDmitriy Zaporozhets2013-03-211-0/+12
* Merge pull request #3247 from Undev/feature/fix_bug_in_team_assigmentDmitriy Zaporozhets2013-03-201-11/+13
|\
| * Add control of action in project to team assigmentAndrey Kumanyaev2013-03-181-10/+13
| * Fix bug with downgrade permissions on first project assigment to teamAndrey Kumanyaev2013-03-181-3/+2
* | Fix user path in markdownMartin Bastien2013-03-191-2/+2
|/
* Merge pull request #3242 from murank/fix_failure_of_checking_merge_requestsDmitriy Zaporozhets2013-03-181-1/+1
|\
| * Fix the order of clearing a satellitemurank2013-03-171-1/+1
* | Result of misspellings run.Kevin Lyda2013-03-171-1/+1
|/
* Use gitlab-shell to move repos. Requires gitlab-shell v1.1.0Dmitriy Zaporozhets2013-03-122-46/+13
* 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