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/app
AgeCommit message (Expand)Author
2013-04-04save each notification setting with ajax on changeDmitriy Zaporozhets
2013-04-04Merge branch 'improve-new-project-wait-message' of /home/git/repositories/git...Dmitriy Zaporozhets
2013-04-04Remove user decoratorDmitriy Zaporozhets
2013-04-04Fix notes for commits inside MR being squashed in one discussionDmitriy Zaporozhets
2013-04-04fix not inline comments being hidden cause line_code = ''Dmitriy Zaporozhets
2013-04-04Fix broken compare with deleted file in dffDmitriy Zaporozhets
2013-04-04use badges for commits count in commits listDmitriy Zaporozhets
2013-04-04show commits count when hover chart on stats pageDmitriy Zaporozhets
2013-04-03Fixed wrong order of arguments in network graph caused by refactoringDmitriy Zaporozhets
2013-04-03move js code related to repo barchart to chart.js.coffeeDmitriy Zaporozhets
2013-04-03With gitlab-shell it is faster than 2 minutes.Sytse Sijbrandij
2013-04-03Fix bug MR notes not being loaded when navigate from diff tabDmitriy Zaporozhets
2013-04-03Refactoring and cleanup. Removed unused commit findersDmitriy Zaporozhets
2013-04-03Dont show project limit sidebar if user can own 100+ more projectsDmitriy Zaporozhets
2013-04-03new issue link from issue show pageDmitriy Zaporozhets
2013-04-03lets color changed files in commit. Green font color for added files, red for...Dmitriy Zaporozhets
2013-04-03Show commit amount per day on commits pageDmitriy Zaporozhets
2013-04-03Use correct links for View File in diffDmitriy Zaporozhets
2013-04-03Fixed before_filter for editDmitriy Zaporozhets
2013-04-03Fix edit files since we use Gitlab::Git::Blob for filesDmitriy Zaporozhets
2013-04-03strip tags from user profileDmitriy Zaporozhets
2013-04-03Fixed API file raw functionality, Fixed tree controller tests. Added BlobCont...Dmitriy Zaporozhets
2013-04-03fixed blame and mr factoryDmitriy Zaporozhets
2013-04-03remove unnecessary decorationsDmitriy Zaporozhets
2013-04-03Proper routing. blobs for blobs, raw for send_dataDmitriy 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-02reset st_commits before setting new value to prevent error when old st_commit...Dmitriy Zaporozhets
2013-04-01fix long names on wallDmitriy Zaporozhets
2013-04-01nav views refactoringDmitriy Zaporozhets
2013-04-01minor design improvementsDmitriy Zaporozhets
2013-04-01Fixed bug with non-displayed download buttonDmitriy Zaporozhets
2013-04-01Fix notification issueDmitriy Zaporozhets
2013-04-01Merge branch 'refactor/gitlab_git'Dmitriy Zaporozhets
2013-04-01Use project_with_code factory where necessaryDmitriy 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-01fix: wrong argument numbertsl0922
2013-04-01Fix stubbed repoDmitriy Zaporozhets
2013-04-01remove unnecessary Commit.newDmitriy Zaporozhets
2013-04-01Extend models functionality with old decorator methods. Use Repository modelDmitriy Zaporozhets
2013-04-01Remove decorator calls and methods from views. Repalace with helper calls whe...Dmitriy Zaporozhets
2013-04-01Move some decorator logic to helpersDmitriy Zaporozhets
2013-04-01remove Tree/Commit decorator usage from controllersDmitriy Zaporozhets
2013-04-01Add Repository model to proxy request to Gitlab::Git::Repositoty and decorate...Dmitriy Zaporozhets
2013-04-01Remove Commit & Tree decoratorsDmitriy Zaporozhets
2013-03-31Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets
2013-03-31Fix tests and remove app/models/repository.rbDmitriy Zaporozhets