Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add sqlite build tag | Michael Crosby | 2014-04-12 |
| | | | | | | | | This adds a sqlite build tag so that you don't have to have the sqlite import commented out in code and users can run: go build -tags sqlite if they want to have sqlite support enabled. It is disabled by default so nothing changes with the default go get or build commands. | ||
* | Merge pull request #72 from dockboard/master | 无闻 | 2014-04-11 |
|\ | | | | | Add Docker Deploy Support | ||
| * | Update README.md | crystaldust | 2014-04-11 |
| | | | | | | Update the guide of how to deploy gogs in docker with the scripts. | ||
| * | Fix the path problem, which will build the mysql image as the gogits image | Lance Ju | 2014-04-11 |
| | | |||
| * | Add the auto build scripts for deplying gogs with Docker. | Lance Ju | 2014-04-11 |
| | | |||
| * | Add the scirpts for auto deploy. | crystaldust | 2014-04-10 |
| | | |||
| * | Update README.md | Meaglith Ma | 2014-04-09 |
| | | |||
| * | Create README.md | Meaglith Ma | 2014-04-09 |
| | | |||
| * | Temp commit | Meaglith Ma | 2014-04-06 |
| | | |||
| * | Merge remote-tracking branch 'upstream/master' | Meaglith Ma | 2014-04-06 |
| |\ | |||
| * | | Update the Golang Dockerfile and add mysql Dockerfile | Meaglith Ma | 2014-04-01 |
| | | | |||
| * | | Merge branch 'master' of https://github.com/gogits/gogs | Meaglith Ma | 2014-04-01 |
| |\ \ | |||
| * | | | Init dockerfiles folder and base gogs Dockerfile | Meaglith Ma | 2014-04-01 |
| | | | | |||
| * | | | Merge pull request #1 from gogits/master | Meaglith Ma | 2014-03-31 |
| |\ \ \ | | | | | | | | | | | Sync to lastest | ||
* | \ \ \ | Merge pull request #70 from zhsso/git | 无闻 | 2014-04-10 |
|\ \ \ \ \ | | | | | | | | | | | | | Git | ||
| * | | | | | fix | zhsso | 2014-04-10 |
| | | | | | | |||
| * | | | | | mistakes | zhsso | 2014-04-10 |
| | | | | | | |||
| * | | | | | Fix wrong path name | Gogs | 2014-04-10 |
| | | | | | | |||
| * | | | | | speedup models.getReposFiles, using os.Exec | Gogs | 2014-04-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | but the results may different with before | ||
| * | | | | | bug fixed | Lunny Xiao | 2014-04-10 |
| | | | | | | |||
| * | | | | | Merge branch 'dev' of github.com:gogits/gogs into dev | Lunny Xiao | 2014-04-10 |
| |\ \ \ \ \ | |||
| | * | | | | | fix mirror typo | FuXiaoHei | 2014-04-10 |
| | | | | | | | |||
| | * | | | | | new-repo dropdown in top navbar | FuXiaoHei | 2014-04-10 |
| | | | | | | | |||
| | * | | | | | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-04-09 |
| | |\ \ \ \ \ | |||
| | | * | | | | | fix render bug | slene | 2014-04-10 |
| | | | | | | | | |||
| | * | | | | | | Add go get meta support | Unknown | 2014-04-09 |
| | |/ / / / / | |||
| | * | | | | | markdown render html | slene | 2014-04-10 |
| | | | | | | | |||
| | * | | | | | Work on mirror repo | Unknown | 2014-04-09 |
| | | | | | | | |||
| | * | | | | | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-04-09 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: models/oauth2.go | ||
| | | * | | | | | remove martini oauth2 depend | skyblue | 2014-04-10 |
| | | | | | | | | |||
| | | * | | | | | repo-import page ui | FuXiaoHei | 2014-04-09 |
| | | | | | | | | |||
| | | * | | | | | change new-repo button to dropdown menu in dashboard page | FuXiaoHei | 2014-04-09 |
| | | | | | | | | |||
| | * | | | | | | Mirror fix | Unknown | 2014-04-09 |
| | |/ / / / / | |||
| | * | | | | | Fix #54 | Unknown | 2014-04-08 |
| | | | | | | | |||
| | * | | | | | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknown | 2014-04-08 |
| | |\ \ \ \ \ | |||
| | | * | | | | | clean tail | skyblue | 2014-04-09 |
| | | | | | | | | |||
| | | * | | | | | add id for oauth2 | skyblue | 2014-04-09 |
| | | | | | | | | |||
| | * | | | | | | Fix #67 | Unknown | 2014-04-08 |
| | |/ / / / / | |||
| * | | | | | | Merge branch 'master' of github.com:gogits/gogs into dev | Lunny Xiao | 2014-04-10 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | Conflicts: web.go | ||
* | | | | | | | Merge pull request #68 from gogits/dev | 无闻 | 2014-04-07 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | / | |_|_|_|_|/ |/| | | | | | Dev | ||
| * | | | | | Fix #66 | Unknown | 2014-04-07 |
| | | | | | | |||
| * | | | | | Fix issue with log in with GitHub but need more error handle after | Unknown | 2014-04-07 |
| | | | | | | |||
| * | | | | | Fix issue with log in with GitHub but need more error handle after | Unknown | 2014-04-07 |
| | | | | | | |||
| * | | | | | first works oauth2(github). need to login with /user/login/github | skyblue | 2014-04-07 |
| | | | | | | |||
| * | | | | | Merge branch 'dev' of github.com:gogits/gogs into dev | skyblue | 2014-04-07 |
| |\ \ \ \ \ | |||
| | * | | | | | Add @ # commit link detect on all markdown render | Unknown | 2014-04-07 |
| | | | | | | | |||
| | * | | | | | Work on comment | Unknown | 2014-04-07 |
| | | | | | | | |||
| | * | | | | | Add salt for every single user | Unknown | 2014-04-06 |
| | | | | | | | |||
| | * | | | | | Fix bug related to log | Unknown | 2014-04-06 |
| | | | | | | | |||
| | * | | | | | Fix bug related to log | Unknown | 2014-04-06 |
| | | | | | | |