Lunny Xiao
3c87c57d96
golint fixed for modules/avatar
8 years ago
Lunny Xiao
b47051e59b
golint fixed for modules/cron
8 years ago
Thomas Boerger
900a21008c
Added errcheck make task ( #242 )
8 years ago
Bwko
c0ca6644ad
Lint/issue &mail ( #243 )
...
* Lint models/release.go
* Lint models/ issue_label, issue_mail & mail.go
8 years ago
Bwko
081c2a9395
Lint models/token.go ( #244 )
8 years ago
Lunny Xiao
76604d8f90
fixed test build error
8 years ago
Bwko
33a2ac3830
Lint models/update.go & webhook_slack.go
8 years ago
Lunny Xiao
faabc76fd6
Golint fixed for modules/context
8 years ago
Lunny Xiao
bd5ea3e222
Golint fixed for modules/httplib
8 years ago
Lunny Xiao
229ec927b9
Golint fixed for modules/template
8 years ago
Lunny Xiao
304bbd3f25
golint fixed for modules/markdown
8 years ago
Lunny Xiao
2e565bc1c4
Golint fixed for modules/mailer
8 years ago
Andrey Nering
6a28909f40
CONTRIBUTING.md: link to "Faster reviews" document ( #229 )
...
* CONTRIBUTING.md: link to "Faster reviews" document
* CONTRIBUTING.md: small fixes
8 years ago
Bwko
d8e11a8eaa
Lint models/admin.go
8 years ago
Bwko
ece19f4a5e
Lint models/release.go
8 years ago
Thomas Boerger
21e8deed89
Merge pull request #96 from metalmatze/feature/drone-config
...
Create a first draft for .drone.yml
8 years ago
Lunny Xiao
450969c158
test database is connect OK after db config initialized ( #239 )
8 years ago
Thomas Boerger
ba2e75a0ab
Merge pull request #238 from go-gitea/make-install
...
Really use go install on make install
8 years ago
Thomas Boerger
fd090dc29b
Added matrix drone builds
8 years ago
Matthias Loibl
4c03974326
Create a first draft for .drone.yml
8 years ago
Thomas Boerger
cb0b91cdc9
Dropped travis config
8 years ago
Thomas Boerger
fd13b71fb2
Added drone instead of travis detection to makefile
8 years ago
Thomas Boerger
cd7e661870
Added dummy tasks for mysql and pgsql tests
8 years ago
Thomas Boerger
cc8c57458f
Really use go install on make install
8 years ago
Thomas Boerger
b6b616b336
Merge pull request #228 from Bwko/feature/short-hash-download
...
Added short-hash support to downloads
8 years ago
Thomas Boerger
289f819f78
Merge pull request #237 from strk/login_source-lint
...
Lint models/login_source.go
8 years ago
Sandro Santilli
1c3044b873
Lint models/login_source.go
8 years ago
Bwko
ff0d1bd602
Added short-hash support to downloads
8 years ago
Thomas Boerger
2ccdcda072
Merge pull request #235 from lunny/lunny/golint_modules_user
...
golint fixed for modules/user
8 years ago
Thomas Boerger
0a66c2a2d9
Merge pull request #234 from strk/issue-lint
...
Lint issue.go
8 years ago
Thomas Boerger
e512411863
Merge pull request #233 from strk/git_diff-lint
...
Lint git_diff.go
8 years ago
Thomas Boerger
03b6880089
Merge pull request #232 from strk/error-lint
...
Lint error.go
8 years ago
Thomas Boerger
8ba0ac976f
Merge pull request #231 from lunny/lunny/golint_modules_base
...
golint fixed for modules/base
8 years ago
Thomas Boerger
1cfbfb3812
Merge pull request #212 from strk/action-lint
...
Lint action.go
8 years ago
Thomas Boerger
f0cfb1cb03
Merge pull request #192 from strk/make-default-target
...
Have the default 'all' rule just build
8 years ago
Thomas Boerger
0581210a76
Merge pull request #176 from strk/manager-lint
...
Lint and document manager api
8 years ago
Lunny Xiao
46ecb0a14d
golint fixed for modules/user
8 years ago
Sandro Santilli
8aa960f129
Actually document the missing bits
8 years ago
Sandro Santilli
3fba29c571
Expand documentations
8 years ago
Sandro Santilli
0a61d54a9c
Expand documentation a bit more
8 years ago
Sandro Santilli
dd9d0f3732
Lint action.go
8 years ago
Sandro Santilli
170f2e98cc
Lint error.go
...
This was done semi-programmatically, not really documenting anything
8 years ago
Sandro Santilli
6e644726d0
Lint git_diff.go
...
Semi-automatic linting (don't really document things)
8 years ago
Sandro Santilli
4dd1eb57bd
Lint issue.go
8 years ago
Sandro Santilli
5301a5db3a
Have the deault 'all' rule just build
...
Clean and test are saner being seperate targets
8 years ago
Sandro Santilli
ad3d6b7fff
Lint and document manager api
8 years ago
Lunny Xiao
6ed7f269f1
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
fb3bb69ec6
golint fixed for modules/base
8 years ago
Lunny Xiao
3917ed45de
golint fixed for routers ( #208 )
8 years ago
stroucki
3a3782bb7f
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