summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Spec fixedAlex Denisov2012-09-061-1/+1
* Capitlization of /gitlab/i normalized. #1367Alex Denisov2012-09-0624-36/+36
* Merge pull request #1375 from tsigo/discover_default_branchDmitriy Zaporozhets2012-09-058-28/+118
|\
| * Move load_refs out of ApplicationController and into CommitsControllerRobert Speicher2012-09-052-11/+13
| * Fix load_refs in ApplicationController after default_branch changeRobert Speicher2012-09-051-1/+1
| * Add specs for a couple more Repository methods used by discover_default_branchRobert Speicher2012-09-051-0/+24
| * Add Repository#discover_default_branch and add it to PushObserverRobert Speicher2012-09-052-7/+33
| * Add SetDefaultBranchDefaultToNil migrationRobert Speicher2012-09-053-10/+22
| * Add specs for Project#discover_default_branchRobert Speicher2012-09-051-0/+26
* | Merge pull request #1376 from AlexDenisov/remove_unused_routesDmitriy Zaporozhets2012-09-041-4/+0
|\ \ | |/ |/|
| * Unused routes removedAlex Denisov2012-09-051-4/+0
|/
* Cleaner install section for nginx, unicornrandx2012-09-041-10/+9
* cleanup gitlab from setup scriptsrandx2012-09-042-167/+0
* Merge pull request #1371 from tsigo/project_panelDmitriy Zaporozhets2012-09-0411-96/+66
|\
| * Change projects/empty to include the clone_panel partial instead of duplicatingRobert Speicher2012-09-042-19/+13
| * Remove projects/_show partialRobert Speicher2012-09-041-23/+0
| * Add "empty_repo?" method to Repository roleRobert Speicher2012-09-044-6/+32
| * Update the projects js file to coffeescript; refactor the clone panel switcherRobert Speicher2012-09-044-45/+18
| * Rename projects.js to projects.js.coffeeRobert Speicher2012-09-041-0/+0
* | update install to use recipesrandx2012-09-043-96/+8
|/
* Merge pull request #1368 from tsigo/tmp_gitkeepDmitriy Zaporozhets2012-09-041-0/+0
|\
| * Add tmp/.gitkeep file to ensure tmp folder exists on cloneRobert Speicher2012-09-041-0/+0
* | Merge pull request #1369 from tsigo/installation_docDmitriy Zaporozhets2012-09-041-30/+36
|\ \ | |/ |/|
| * Clean up doc/installation.mdRobert Speicher2012-09-041-30/+36
|/
* Change hardcoded base path to use Gitlab settingsRobert Speicher2012-09-041-1/+2
* Merge pull request #1233 from robbytaylor/masterValeriy Sizov2012-09-042-11/+9
|\
| * Text changes to API documentationRob Taylor2012-09-042-11/+9
* | Merge pull request #1361 from tsechingho/masterValeriy Sizov2012-09-041-7/+8
|\ \ | |/ |/|
| * use APP_ROOT in init-gitlab to specify root of projectTse-Ching Ho2012-09-041-7/+8
* | Merge pull request #1366 from tsigo/markdown_helpDmitriy Zaporozhets2012-09-041-3/+3
|\ \
| * | Change @project instance variable to a local in views/help/markdownRobert Speicher2012-09-041-3/+3
* | | Merge pull request #1365 from tsigo/gitolite_identifierDmitriy Zaporozhets2012-09-033-27/+44
|\ \ \ | |/ / |/| |
| * | Update User#identifier to conform to Gitolite 2.x's user patternRobert Speicher2012-09-043-27/+44
|/ /
* | Add Milestone link to API help TOCRobert Speicher2012-09-031-0/+2
* | fix browse file cssrandx2012-09-032-3/+12
* | git clone panel available on files tab toorandx2012-09-037-14/+31
* | Tables refactoredrandx2012-09-0322-93/+97
* | devise session templates to haml. Fix problem with missing message in commitDmitriy Zaporozhets2012-09-035-66/+58
|/
* Merge pull request #1360 from NARKOZ/apiDmitriy Zaporozhets2012-09-038-10/+30
|\
| * add pagination to APINihad Abbasov2012-09-036-5/+16
| * add kaminari config with default and max per_page valuesNihad Abbasov2012-09-031-0/+10
| * bump kaminariNihad Abbasov2012-09-031-5/+4
|/
* Merge pull request #1347 from AlexDenisov/api_project_creationDmitriy Zaporozhets2012-09-033-0/+76
|\
| * Merge branch 'master' into api_project_creationAlex Denisov2012-08-315-9/+119
| |\
| * | Typo and mistakes fixedAlex Denisov2012-08-312-4/+4
| * | JSON for new project removed from API docsAlex Denisov2012-08-311-23/+0
| * | Docs changed for Create Project APIAlex Denisov2012-08-311-0/+3
| * | Docs added for Create Project APIAlex Denisov2012-08-311-0/+38
| * | API on Projects creation implementedAlex Denisov2012-08-312-0/+58
* | | Merge pull request #1356 from dosire/non-interactive-aws-installDmitriy Zaporozhets2012-09-022-5/+8
|\ \ \