Gabriel Jackson
3e7f8ec9d3
Cleanup log messaging
This change corrects a few logging issues:
* Standardized formatting errors with '%v'.
* Standardized failure warning word usage.
* Corrected an instance of using the standard log library when
the gitea log library should be used instead.
8 years ago
Bo-Yi Wu
0e54ac886c
fix: Remove call to set GOMAXPROCS ( #577 )
8 years ago
Thomas Boerger
15eb85fa10
Raised version to 1.1.0 ( #468 )
8 years ago
Joubert RedRat
6f5bd631a2
Remove remaining Gogs reference on locales and cmd ( #430 )
8 years ago
Kim "BKC" Carlbäcker
8fda1b2465
Autogenerate Version on build ( #190 )
* Autogenerate Version On Build
* Fixes
* Changed Version to v0.9.0
* balls
* I hate newlines
* Don't remove .VERSION-file on `make clean`
* v0.9.0 => 1.0.0
* damn new-lines...
* Always rebuild templates/.VERSION
* Delete .VERSION
* Update Makefile
8 years ago
Bwko
6299533be7
Catch os... errors
8 years ago
Lunny Xiao
53684e42c8
fixed bug #151 finally ( #164 )
8 years ago
Lunny Xiao
353b82e44f
ask for go get from code.gitea.io/gitea and change gogs to gitea on main file ( #146 )
8 years ago
Sandro Santilli
cb1b3cc148
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
8 years ago
Matthias Loibl
a3d8936a74
Remove go version from build tags ( #133 )
8 years ago
Matthias Loibl
d6ac97459b
Check unhandled errors ( #128 )
8 years ago
Thomas Boerger
6b95662293
Linter doesn't like uppercase variables
8 years ago
Matthias Loibl
a2ab47c64b
Rename gogs.go to main.go
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
8 years ago