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
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
Sandro Santilli
c707311d4f
Lint webhook.go, unexports simpleMarshalJSON ( #198 )
8 years ago
Lunny Xiao
30fea12416
golint fixed for routers/repo/wiki.go ( #203 )
8 years ago
Lunny Xiao
d239ceee22
golint fixed for routers/repo/middlewares.go ( #204 )
8 years ago
Lunny Xiao
e84df909b9
golint fixed for routers/repo/view.go ( #205 )
8 years ago
Thomas Boerger
6955e4283f
Merge pull request #202 from lunny/lunny/golint_fixed_routers_admin
go lint fixed for routers/admin
8 years ago
Lunny Xiao
62adaf24df
go lint fixed for routers/admin
8 years ago
Andrey Nering
02e37e9797
Merge pull request #196 from Bwko/fix/commit-view-panic
Fix panic when no user is signed in
8 years ago
Bwko
9e97dc1cd9
Fix for anonymous users to switch views
8 years ago
Bwko
5b557eb23c
Fix panic when no user is signed in
See #188
8 years ago
Lunny Xiao
cb56320d28
golint fixed for parts of routers root, dev, user and org dirs ( #167 )
* golint fixed for parts of routers root, dev and org dirs
* add user/auth.go golint fixed
* rename unnecessary exported to unexported and user dir golint fixed
8 years ago
Andrey Nering
560713619e
Merge pull request #187 from strk/vendor
Add vendoring section
8 years ago
Sandro Santilli
91c7e1b1b8
Wrap `vendor/` in backtics
8 years ago
Sandro Santilli
1f4451c617
Add vendoring section
Closes #178
8 years ago
Andrey Nering
61e72e412b
Merge pull request #100 from ethantkoenig/develop
API endpoints for stars
8 years ago
Ethan Koenig
4503176480
API endpoints for stars
8 years ago
Thibault Meyer
f55b3abc5c
Upgrade vendor "git" ( #175 )
8 years ago
Matthias Loibl
0c4659c162
Merge pull request #171 from andreynering/gitea/editorconfig-crlf
.editorconfig: do not specify line ending
8 years ago
Thomas Boerger
1b8afe1062
fix variable assigned and not used. ( #173 )
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Bo-Yi Wu
f895b6eabd
fix variable assigned and not used.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
8 years ago
Kim "BKC" Carlbäcker
a44e3aede5
Merge pull request #169 from strk/allow-update-draft-releases
Allow updating draft releases while keeping them as draft
8 years ago
Andrey Nering
417376d010
Merge pull request #170 from strk/wiki-lint
Fix lint errors in models/wiki (just add methods docs)
8 years ago
Andrey Nering
e7651c5a93
.editorconfig: do not specify line ending
That is annoying on Windows, since the editor will change the file if
you just open it. Git will checking as LF anyway.
8 years ago