summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* save each notification setting with ajax on changeDmitriy Zaporozhets2013-04-048-64/+131
* Merge branch 'improve-new-project-wait-message' of /home/git/repositories/git...Dmitriy Zaporozhets2013-04-042-2/+2
|\
| * With gitlab-shell it is faster than 2 minutes.Sytse Sijbrandij2013-04-032-2/+2
* | Remove user decoratorDmitriy Zaporozhets2013-04-048-32/+10
* | Fix notes for commits inside MR being squashed in one discussionDmitriy Zaporozhets2013-04-042-3/+2
* | fix not inline comments being hidden cause line_code = ''Dmitriy Zaporozhets2013-04-041-1/+1
* | Fix broken compare with deleted file in dffDmitriy Zaporozhets2013-04-041-1/+1
* | use badges for commits count in commits listDmitriy Zaporozhets2013-04-042-2/+2
* | show commits count when hover chart on stats pageDmitriy Zaporozhets2013-04-033-7/+20
* | Fixed wrong order of arguments in network graph caused by refactoringDmitriy Zaporozhets2013-04-031-1/+1
* | move js code related to repo barchart to chart.js.coffeeDmitriy Zaporozhets2013-04-032-7/+14
|/
* Fix bug MR notes not being loaded when navigate from diff tabDmitriy Zaporozhets2013-04-031-3/+3
* Refactoring and cleanup. Removed unused commit findersDmitriy Zaporozhets2013-04-034-23/+14
* Dont show project limit sidebar if user can own 100+ more projectsDmitriy Zaporozhets2013-04-032-11/+16
* new issue link from issue show pageDmitriy Zaporozhets2013-04-031-0/+3
* lets color changed files in commit. Green font color for added files, red for...Dmitriy Zaporozhets2013-04-031-7/+13
* Show commit amount per day on commits pageDmitriy Zaporozhets2013-04-031-0/+3
* Use correct links for View File in diffDmitriy Zaporozhets2013-04-031-2/+2
* Fixed before_filter for editDmitriy Zaporozhets2013-04-031-1/+1
* Fix edit files since we use Gitlab::Git::Blob for filesDmitriy Zaporozhets2013-04-032-8/+10
* strip tags from user profileDmitriy Zaporozhets2013-04-031-1/+1
* Fixed API file raw functionality, Fixed tree controller tests. Added BlobCont...Dmitriy Zaporozhets2013-04-031-21/+18
* fixed blame and mr factoryDmitriy Zaporozhets2013-04-034-5/+6
* remove unnecessary decorationsDmitriy Zaporozhets2013-04-031-3/+3
* Proper routing. blobs for blobs, raw for send_dataDmitriy Zaporozhets2013-04-0313-33/+85
* Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets2013-04-026-15/+10
* serialize parent_ids in commitDmitriy Zaporozhets2013-04-021-3/+3
* store commits for MR as array of hashesDmitriy Zaporozhets2013-04-025-45/+23
* reset st_commits before setting new value to prevent error when old st_commit...Dmitriy Zaporozhets2013-04-021-0/+6
* fix long names on wallDmitriy Zaporozhets2013-04-011-2/+5
* nav views refactoringDmitriy Zaporozhets2013-04-0113-203/+216
* minor design improvementsDmitriy Zaporozhets2013-04-014-8/+9
* Fixed bug with non-displayed download buttonDmitriy Zaporozhets2013-04-011-1/+1
* Fix notification issueDmitriy Zaporozhets2013-04-012-2/+2
* Merge branch 'refactor/gitlab_git'Dmitriy Zaporozhets2013-04-0136-521/+233
|\
| * Use project_with_code factory where necessaryDmitriy Zaporozhets2013-04-011-10/+13
| * Dont init repo on every create(:repo)Dmitriy Zaporozhets2013-04-012-5/+5
| * Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets2013-04-014-12/+16
| * Use Gitlab::Git:: for git features across applicationDmitriy Zaporozhets2013-04-019-22/+17
| * Fix stubbed repoDmitriy Zaporozhets2013-04-011-2/+2
| * remove unnecessary Commit.newDmitriy Zaporozhets2013-03-313-5/+2
| * Extend models functionality with old decorator methods. Use Repository modelDmitriy Zaporozhets2013-03-316-9/+67
| * Remove decorator calls and methods from views. Repalace with helper calls whe...Dmitriy Zaporozhets2013-03-3113-21/+18
| * Move some decorator logic to helpersDmitriy Zaporozhets2013-03-312-18/+90
| * remove Tree/Commit decorator usage from controllersDmitriy Zaporozhets2013-03-314-10/+0
| * Add Repository model to proxy request to Gitlab::Git::Repositoty and decorate...Dmitriy Zaporozhets2013-03-311-0/+41
| * Remove Commit & Tree decoratorsDmitriy Zaporozhets2013-03-312-126/+0
| * Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets2013-03-313-0/+10
| * Fix tests and remove app/models/repository.rbDmitriy Zaporozhets2013-03-311-170/+0
| * Remove grit logic from app/Dmitriy Zaporozhets2013-03-316-170/+11