Lunny Xiao
a2e6634522
golint fixed for modules/cron
8 years ago
Thomas Boerger
13c023bc6e
Added errcheck make task ( #242 )
8 years ago
Bwko
7b14700974
Lint/issue &mail ( #243 )
* Lint models/release.go
* Lint models/ issue_label, issue_mail & mail.go
8 years ago
Bwko
b65ee26508
Lint models/token.go ( #244 )
8 years ago
Lunny Xiao
f677c76805
fixed test build error
8 years ago
Bwko
4765d2e37b
Lint models/update.go & webhook_slack.go
8 years ago
Lunny Xiao
86a328cf36
Golint fixed for modules/context
8 years ago
Lunny Xiao
1662545b9a
Golint fixed for modules/httplib
8 years ago
Lunny Xiao
93101d7a6c
Golint fixed for modules/template
8 years ago
Lunny Xiao
6e99af0968
golint fixed for modules/markdown
8 years ago
Lunny Xiao
bc6359a917
Golint fixed for modules/mailer
8 years ago
Andrey Nering
f0a22a4719
CONTRIBUTING.md: link to "Faster reviews" document ( #229 )
* CONTRIBUTING.md: link to "Faster reviews" document
* CONTRIBUTING.md: small fixes
8 years ago
Bwko
ebdf0b9edb
Lint models/admin.go
8 years ago
Bwko
046bd49b01
Lint models/release.go
8 years ago
Thomas Boerger
061e3d7977
Merge pull request #96 from metalmatze/feature/drone-config
Create a first draft for .drone.yml
8 years ago
Lunny Xiao
b7aed4a4e8
test database is connect OK after db config initialized ( #239 )
8 years ago
Thomas Boerger
75f1303a8c
Merge pull request #238 from go-gitea/make-install
Really use go install on make install
8 years ago
Thomas Boerger
088afec742
Added matrix drone builds
8 years ago
Matthias Loibl
8d0dc39d5b
Create a first draft for .drone.yml
8 years ago
Thomas Boerger
9ec988902f
Dropped travis config
8 years ago
Thomas Boerger
8cd79eaab7
Added drone instead of travis detection to makefile
8 years ago
Thomas Boerger
3415f9575e
Added dummy tasks for mysql and pgsql tests
8 years ago
Thomas Boerger
938eb2e5e3
Really use go install on make install
8 years ago
Thomas Boerger
623733937e
Merge pull request #228 from Bwko/feature/short-hash-download
Added short-hash support to downloads
8 years ago
Thomas Boerger
f8a5d63f70
Merge pull request #237 from strk/login_source-lint
Lint models/login_source.go
8 years ago
Sandro Santilli
b42372f78e
Lint models/login_source.go
8 years ago
Bwko
de4dce2c4e
Added short-hash support to downloads
8 years ago
Thomas Boerger
94221defb9
Merge pull request #235 from lunny/lunny/golint_modules_user
golint fixed for modules/user
8 years ago
Thomas Boerger
ab1096a471
Merge pull request #234 from strk/issue-lint
Lint issue.go
8 years ago
Thomas Boerger
1baa156b04
Merge pull request #233 from strk/git_diff-lint
Lint git_diff.go
8 years ago
Thomas Boerger
dc2ade058d
Merge pull request #232 from strk/error-lint
Lint error.go
8 years ago
Thomas Boerger
237c3591e3
Merge pull request #231 from lunny/lunny/golint_modules_base
golint fixed for modules/base
8 years ago
Thomas Boerger
b02d2de163
Merge pull request #212 from strk/action-lint
Lint action.go
8 years ago
Thomas Boerger
e2bd982c08
Merge pull request #192 from strk/make-default-target
Have the default 'all' rule just build
8 years ago
Thomas Boerger
bbe9a69f2d
Merge pull request #176 from strk/manager-lint
Lint and document manager api
8 years ago
Lunny Xiao
8fa2001d20
golint fixed for modules/user
8 years ago
Sandro Santilli
59edb931a1
Actually document the missing bits
8 years ago
Sandro Santilli
a326e0ac6f
Expand documentations
8 years ago
Sandro Santilli
b4a2534f35
Expand documentation a bit more
8 years ago
Sandro Santilli
70a8e6cb35
Lint action.go
8 years ago
Sandro Santilli
1c0a52f0f0
Lint error.go
This was done semi-programmatically, not really documenting anything
8 years ago
Sandro Santilli
3ebf9e30b9
Lint git_diff.go
Semi-automatic linting (don't really document things)
8 years ago
Sandro Santilli
29d6dfdd96
Lint issue.go
8 years ago
Sandro Santilli
ce9cd823d3
Have the deault 'all' rule just build
Clean and test are saner being seperate targets
8 years ago
Sandro Santilli
80cebca201
Lint and document manager api
8 years ago
Lunny Xiao
5764e0063a
Move init functions from routers/install to routers/init ( #230 )
* move init functions from routers/install to routers/init
* copyright typo
8 years ago
Lunny Xiao
9a660e39a7
golint fixed for modules/base
8 years ago
Lunny Xiao
e134836804
golint fixed for routers ( #208 )
8 years ago
stroucki
7d2288ae8d
Handle ssh key import better ( #224 )
* Handle user ssh key input better
ssh_key: when user submitted keys had a newline at the end, strings.Split
would have created a slice with an empty last element, and the key type
check would be incorrect. Perhaps a better way is to look for 'ssh-rsa' or
'ssh-dsa' at the beginning of the string, but this is simple.
* ssh_key: correct indentation
8 years ago
Lunny Xiao
27da40ba85
golint fixed for routers/repo/branch.go ( #206 )
8 years ago