summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | fix: wrong argument numbertsl09222013-04-011-1/+1
|/
* Use existing methods for branch names: Ex use @repository.branch_names instea...Dmitriy Zaporozhets2013-03-314-12/+20
* Merge pull request #3369 from hiroponz/display-note-countDmitriy Zaporozhets2013-03-303-16/+19
|\
| * Display note count on network graph.Sato Hiroyuki2013-03-262-3/+10
| * Refector: clean up code.Sato Hiroyuki2013-03-261-13/+9
* | Merge pull request #3396 from Andrew8xx8/issue-button-fixDmitriy Zaporozhets2013-03-302-3/+15
|\ \
| * | Settings replaced by Gitlab.configAndrew8xx82013-03-261-3/+3
| * | New issue button was not follows to external tracker if it is selected. fixed...Andrew8xx82013-03-262-1/+13
* | | Merge pull request #3392 from hiroponz/fix-non-ascii-char-usernameDmitriy Zaporozhets2013-03-301-0/+2
|\ \ \
| * | | Fix RoutingError when changing username to non ascii char.Sato Hiroyuki2013-03-261-0/+2
| |/ /
* | | Merge pull request #3430 from logorrhea/masterDmitriy Zaporozhets2013-03-301-1/+1
|\ \ \
| * | | Changed the word 'authentification' to 'authentication'Tyler Funk2013-03-271-1/+1
* | | | Merge pull request #3428 from colindean/bug/assigned-team-typoDmitriy Zaporozhets2013-03-301-1/+1
|\ \ \ \
| * | | | fix typo: shure -> sureColin Dean2013-03-271-1/+1
* | | | | Merge pull request #3406 from docwhat/in_projectsDmitriy Zaporozhets2013-03-301-1/+1
|\ \ \ \ \
| * | | | | Fixed UsersProject.in_projectsChristian HoĢˆltje2013-03-261-1/+1
* | | | | | prevent exception when trying to edit empty projectDmitriy Zaporozhets2013-03-301-2/+2
* | | | | | slower animation for tree browsingDmitriy Zaporozhets2013-03-302-2/+2
* | | | | | Revert "First step with rugged"Dmitriy Zaporozhets2013-03-281-7/+3
* | | | | | First step with ruggedDmitriy Zaporozhets2013-03-281-3/+7
* | | | | | refactor wall.js. style wall page a bitDmitriy Zaporozhets2013-03-283-12/+40
* | | | | | Fix Note notification for entities without assigneeDmitriy Zaporozhets2013-03-281-1/+4
* | | | | | remove notify checkboxes from note formsDmitriy Zaporozhets2013-03-285-30/+12