summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdcrystaldust2014-04-161-3/+5
| | | Add the instruction of installing gogs with PostgreSQL
* Merge remote-tracking branch 'origin/master'Lance Ju2014-04-161-0/+34
|\ | | | | | | | | Add the support of postgres as the database. (Config the db in the build.sh file, make the DB_TYPE to 'postgres').
| * Update README.mdcrystaldust2014-04-111-0/+34
| | | | | | Update the guide of how to deploy gogs in docker with the scripts.
* | Add the apt source when installing potgres.Lance Ju2014-04-161-1/+5
| | | | | | | | Replace the host with $DB_PORT, which is dependent to the database imagae's exposed port.
* | Replace the 'mysql' options with 'db' options in build.shLance Ju2014-04-162-16/+20
| |
* | Add the line to replace the database type.Lance Ju2014-04-161-7/+18
| | | | | | | | Replace the 'mysql' options with 'db' options, makeing the config according to the database type.
* | Build the database image by the variable DB_TYPE, but not mysql.Lance Ju2014-04-161-23/+25
| |
* | Rename the posgresql to postgres, add the Dockerfile for postgres image.Lance Ju2014-04-162-0/+49
|/
* Fix the path problem, which will build the mysql image as the gogits imageLance Ju2014-04-111-2/+2
|
* Add the auto build scripts for deplying gogs with Docker.Lance Ju2014-04-115-32/+41
|
* Add the scirpts for auto deploy.crystaldust2014-04-107-6/+109
|
* Update README.mdMeaglith Ma2014-04-091-1/+23
|
* Create README.mdMeaglith Ma2014-04-091-0/+1
|
* Temp commitMeaglith Ma2014-04-062-1/+4
|
* Merge remote-tracking branch 'upstream/master'Meaglith Ma2014-04-0642-170/+1315
|\
| * Merge pull request #62 from gogits/dev无闻2014-04-0417-46/+198
| |\ | | | | | | Add transfer repository
| | * Add transfer repositoryUnknown2014-04-0417-46/+198
| | |
| | * Merge branch 'master' of github.com:gogits/gogs into devUnknown2014-04-040-0/+0
| | |\ | | |/ | |/|
| * | Merge pull request #61 from gogits/dev无闻2014-04-0429-97/+911
| |\ \ | | | | | | | | Dev
| | | * Merge branch 'master' of github.com:gogits/gogs into devUnknown2014-04-043-4/+7
| | |/| | | |/ | |/|
| * | Merge pull request #60 from Wind0r/master无闻2014-04-041-0/+3
| |\ \ | | | | | | | | Add missing deps
| | * | Add missing depsWind0r2014-04-041-0/+3
| |/ /
| * | Merge branch 'master' of github.com:gogits/gogsLunny Xiao2014-04-041-2/+2
| |\ \
| | * \ Merge pull request #55 from MartinGarton/master无闻2014-04-021-2/+2
| | |\ \ | | | | | | | | | | fix unique
| | | * | fix uniqueMartin Garton2014-04-021-2/+2
| | |/ /
| * | | basiclly http pushLunny Xiao2014-04-041-2/+2
| | | |
| | | * release list page uiFuXiaoHei2014-04-043-4/+147
| | | |
| | | * Add: rename userUnknown2014-04-037-16/+84
| | | |
| | | * Add: rename repositoryUnknown2014-04-035-7/+71
| | | |
| | | * Merge branch 'dev' of github.com:gogits/gogs into devskyblue2014-04-0316-35/+152
| | | |\
| | | | * js clipboardFuXiaoHei2014-04-035-4/+60
| | | | |
| | | | * Add release tmplUnknown2014-04-028-8/+59
| | | | |
| | | | * Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-04-024-40/+444
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: routers/user/user.go
| | | | * | Improve issue mail contentUnknown2014-04-027-61/+71
| | |_|/ / | |/| | |
| | | * | add oauth2 modelsskyblue2014-04-031-0/+18
| | | |/
| | | * change oauth2 to modulesskyblue2014-04-023-1/+396
| | | |
| | | * change oauth2 pathskyblue2014-04-021-1/+1
| | | |
| | | * split into social.goskyblue2014-04-022-40/+49
| | |/ | |/|
| * | Update READMEUnknown2014-04-013-5/+5
| | |
| * | Merge branch 'master' of github.com:gogits/gogs into devUnknown2014-04-012-0/+53
| |\|
| | * add github social login, first stepskyblue2014-04-022-0/+53
| | |
| * | Fix log bugUnknown2014-04-012-2/+3
| |/
| * Merge pull request #51 from crackcomm/master无闻2014-03-311-4/+4
| |\ | | | | | | My mistake in #50
| | * My mistake...crackcomm2014-04-011-4/+4
| | |
| * | Merge pull request #50 from crackcomm/master无闻2014-03-314-80/+202
| |\| | | | | | | Description list instead of div's in admin Dashboard & Configuration.
| | * .admin-dl-horizontalcrackcomm2014-04-014-15/+15
| | |
| | * Description list instead of div's in admin Dashboard & Configuration.crackcomm2014-04-013-76/+198
| |/
* | Update the Golang Dockerfile and add mysql DockerfileMeaglith Ma2014-04-013-12/+22
| |
* | Merge branch 'master' of https://github.com/gogits/gogsMeaglith Ma2014-04-015-18/+34
|\|
| * Merge pull request #48 from gogits/dev无闻2014-03-311-1/+1
| |\ | | | | | | Huge bug fix