Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-04Merge pull request #3493 from wangdong/patch-2Dmitriy Zaporozhets
2013-04-03decorate commits in Gitlab::Git::repository with valid classDmitriy Zaporozhets
2013-04-03Refactoring and cleanup. Removed unused commit findersDmitriy Zaporozhets
2013-04-03Fixed API file raw functionality, Fixed tree controller tests. Added BlobCont...Dmitriy Zaporozhets
2013-04-03Update user_team_manager.rbWang Dong
2013-04-03remove unnecessary decorationsDmitriy Zaporozhets
2013-04-03Proper routing. blobs for blobs, raw for send_dataDmitriy Zaporozhets
2013-04-02add alias for committed_dateDmitriy Zaporozhets
2013-04-02Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets
2013-04-02serialize parent_ids in commitDmitriy Zaporozhets
2013-04-02store commits for MR as array of hashesDmitriy Zaporozhets
2013-04-01Dont init repo on every create(:repo)Dmitriy Zaporozhets
2013-04-01Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets
2013-04-01Use Gitlab::Git:: for git features across applicationDmitriy Zaporozhets
2013-04-01added Gitlab::Git::Compare for git compare featureDmitriy Zaporozhets
2013-04-01added Gitlab::Git::Blame for git blame featureDmitriy Zaporozhets
2013-04-01define TestEnv and keep all global stubs in one placeDmitriy Zaporozhets
2013-04-01Extend models functionality with old decorator methods. Use Repository modelDmitriy Zaporozhets
2013-04-01rake task to clear redis cacheDmitriy Zaporozhets
2013-03-31Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets
2013-03-31Fix tests and remove app/models/repository.rbDmitriy Zaporozhets
2013-03-31Move Commit and Repository logic to lib/gitlab/gitDmitriy Zaporozhets
2013-03-28Fixed: gitlab-shell version check error messageEvan Wondrasek
2013-03-28Fix notify specs. Fix merge request close via apiDmitriy Zaporozhets
2013-03-25require gitlab-shell v1.2.0 nowDmitriy Zaporozhets
2013-03-24Merge branch 'fix-404-json-file' of https://github.com/hiroponz/gitlabhq into...Dmitriy Zaporozhets
2013-03-22Move directory logic out of model. Use Gitlab:Shell class to interact with fi...Dmitriy Zaporozhets
2013-03-21replace Gitolited mixin with Gitlab::ShellAdapterDmitriy Zaporozhets
2013-03-21Fix 404 error while displaying json files.Sato Hiroyuki
2013-03-20Merge pull request #3247 from Undev/feature/fix_bug_in_team_assigmentDmitriy Zaporozhets
2013-03-20Fix user path in markdownMartin Bastien
2013-03-19Dont show blocked users in autocompleteDmitriy Zaporozhets
2013-03-19add attachemnts support for wallDmitriy Zaporozhets
2013-03-19load notes for wall via apiDmitriy Zaporozhets
2013-03-19API docs updatedAlex Denisov
2013-03-19Abilities added to /user and /sign_in requestsAlex Denisov
2013-03-18Add control of action in project to team assigmentAndrey Kumanyaev
2013-03-18Fix bug with downgrade permissions on first project assigment to teamAndrey Kumanyaev
2013-03-18Merge pull request #3242 from murank/fix_failure_of_checking_merge_requestsDmitriy Zaporozhets
2013-03-17Result of misspellings run.Kevin Lyda
2013-03-17Fix the order of clearing a satellitemurank
2013-03-17Fix Wiki migration task and add more test coverage.Dan Knox
2013-03-16Merge pull request #3217 from chrislawlor/2437Dmitriy Zaporozhets
2013-03-15Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into D...Dmitriy Zaporozhets
2013-03-14Adds DB-sensitive tablename escape for backup task.Chris Lawlor
2013-03-14add api users filter and integrate users select2Dmitriy Zaporozhets
2013-03-12cleanup ProjectMoverDmitriy Zaporozhets
2013-03-12check gitlab-shell version in gitlab:checkDmitriy Zaporozhets
2013-03-12Use gitlab-shell to move repos. Requires gitlab-shell v1.1.0Dmitriy Zaporozhets
2013-03-11Reduce amount of user info provided with internal apiDmitriy Zaporozhets