aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | | | * | Change the image naming, start with "gogits/"crystaldust2014-04-23
| | | | | |
| | | | * | Add the MEM db config replacement script in the deploy.sh.crystaldust2014-04-22
| | | | | |
| | | | * | Checkout to the latest dev branch when building the gogs docker image.crystaldust2014-04-22
| | | | | |
| | | | * | Add the redis Dockerfilecrystaldust2014-04-22
| | | | | |
| | | | * | Add the memcache(d) Dockerfilecrystaldust2014-04-22
| | | | | |
| | | | * | Change the MySQL password placeholder to THE_DB_PASSWORD.crystaldust2014-04-22
| | | | | |
| | | | * | Allow the user to config the apt source in build.shcrystaldust2014-04-15
| | | | | |
| | | | * | Add two apt source:aliyun and nchc, make a '#sourcename#' before the RUN ↵crystaldust2014-04-15
| | | | | | | | | | | | | | | | | | | | | | | | command to make the apt source configurable in build.sh
| | | | * | Remove the installation of PostgreSQL, which not needed actually.crystaldust2014-04-15
| | | | | |
| * | | | | New err check styleUnknown2014-04-22
| | | | | |
| * | | | | Merge branch 'master' of github.com:gogits/gogs into devUnknown2014-04-22
| |\| | | |
| | * | | | Merge pull request #100 from gramakri/grammar-fix无闻2014-04-22
| | |\ \ \ \ | | | |_|_|/ | | |/| | | Fix grammar
| | | * | | Fix grammarGirish Ramakrishnan2014-04-22
| | |/ / /
| * | | | Merge branch 'master' of github.com:gogits/gogs into devUnknown2014-04-22
| |\| | |
| * | | | Fix #92Unknown2014-04-22
| | | | |
* | | | | bug fixedLunny Xiao2014-04-23
| |/ / / |/| | |
* | | | Merge pull request #87 from bjohnso5/master无闻2014-04-22
|\ \ \ \ | | | | | | | | | | Minor grammatical fix for Disable Registration feature
| * | | | Minor grammatical fix for Disable Registration featureBryan Johnson2014-04-21
| | | | |
* | | | | Merge pull request #95 from octplane/patch-1无闻2014-04-22
|\ \ \ \ \ | |_|/ / / |/| | | | Typos
| * | | | TyposPierre Baillet2014-04-22
|/ / / / | | | | | | | | - Very small typo fixes
* | | | Merge pull request #90 from cburgdorf/patch-1无闻2014-04-21
|\ \ \ \ | |/ / / |/| | | fixed typo
| * | | fixed typoChristoph Burgdorf2014-04-22
|/ / /
* | | Prepare for v0.3.0 releaseUnknown2014-04-21
| | |
* | | Prepare for release v0.3.0Unknown2014-04-21
| | |
* | | Merge branch 'master' of github.com:gogits/gogsUnknown2014-04-21
|\ \ \
| * | | Update reset_passwd.tmpl无闻2014-04-21
| | | |
* | | | API fixUnknown2014-04-21
|/ / /
* | | Mirror changeUnknown2014-04-20
| | |
* | | Merge pull request #85 from twitchyliquid64/master无闻2014-04-20
|\ \ \ | | | | | | | | Corrected grammar and spelling mistakes
| * | | Corrected grammar and spelling mistakes in templates. Normalizing to ↵twitchyliquid642014-04-20
|/ / / | | | | | | | | | American English.
* | | Add debug logUnknown2014-04-19
| | |
* | | Add build tag enable promptUnknown2014-04-19
| | |
* | | API changeUnknown2014-04-19
| | |
* | | Mirror updatesUnknown2014-04-19
| | |
* | | Mirror fixUnknown2014-04-18
| | |
* | | fix bug when logout without activateUnknown2014-04-18
| | |
* | | Add 2 more gitignoreUnknown2014-04-18
| | |
* | | Mirror bug fixUnknown2014-04-18
| | |
* | | Merge branch 'dev' of github.com:gogits/gogs into devUnknown2014-04-18
|\ \ \
| * \ \ Merge branch 'master' into devskyblue2014-04-18
| |\ \ \
| | * | | add supersor sampleskyblue2014-04-18
| | | | |
* | | | | Fix import pathUnknown2014-04-18
|/ / / /
* / / / Bug fix on build tagUnknown2014-04-17
|/ / /
* | | Mirror fixUnknown2014-04-17
| | |
* | | Merge pull request #83 from dockboard/master无闻2014-04-16
|\ \ \ | | | | | | | | Add postgresql support in docker deployed.
| * | | Update README.mdcrystaldust2014-04-16
| | |/ | |/| | | | Add the instruction of installing gogs with PostgreSQL
| * | Merge remote-tracking branch 'origin/master'Lance Ju2014-04-16
| |\ \ | | | | | | | | | | | | | | | | Add the support of postgres as the database. (Config the db in the build.sh file, make the DB_TYPE to 'postgres').
| * | | Add the apt source when installing potgres.Lance Ju2014-04-16
| | | | | | | | | | | | | | | | 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-16
| | | |
| * | | Add the line to replace the database type.Lance Ju2014-04-16
| | | | | | | | | | | | | | | | Replace the 'mysql' options with 'db' options, makeing the config according to the database type.