File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
1
workspace :
2
2
base : /srv/app
3
- path : src/github.com/go- gitea/go- sdk
3
+ path : src/code. gitea.io/ sdk
4
4
5
5
pipeline :
6
6
testing :
@@ -9,12 +9,13 @@ pipeline:
9
9
commands :
10
10
- make clean
11
11
- make vet
12
- - make lint
12
+ # - make lint
13
13
- make test
14
14
- make build
15
15
16
16
coverage :
17
17
image : plugins/coverage
18
+ server : https://coverage.gitea.io
18
19
19
20
gitter :
20
21
image : plugins/gitter
Original file line number Diff line number Diff line change 1
- eyJhbGciOiJIUzI1NiJ9.d29ya3NwYWNlOgogIGJhc2U6IC9zcnYvYXBwCiAgcGF0aDogc3JjL2dpdGh1Yi5jb20vZ28tZ2l0ZWEvZ28tc2RrCgpwaXBlbGluZToKICB0ZXN0aW5nOgogICAgaW1hZ2U6IHdlYmhpcHBpZS9nb2xhbmc6bGF0ZXN0CiAgICBwdWxsOiB0cnVlCiAgICBjb21tYW5kczoKICAgICAgLSBtYWtlIGNsZWFuCiAgICAgIC0gbWFrZSB2ZXQKICAgICAgLSBtYWtlIGxpbnQKICAgICAgLSBtYWtlIHRlc3QKICAgICAgLSBtYWtlIGJ1aWxkCgogIGNvdmVyYWdlOgogICAgaW1hZ2U6IHBsdWdpbnMvY292ZXJhZ2UKCiAgZ2l0dGVyOgogICAgaW1hZ2U6IHBsdWdpbnMvZ2l0dGVyCg.MWedVI8oVo_K06xzILiY2KwFEiVubeCRxDahor0FkuU
1
+ eyJhbGciOiJIUzI1NiJ9.d29ya3NwYWNlOgogIGJhc2U6IC9zcnYvYXBwCiAgcGF0aDogc3JjL2NvZGUuZ2l0ZWEuaW8vc2RrCgpwaXBlbGluZToKICB0ZXN0aW5nOgogICAgaW1hZ2U6IHdlYmhpcHBpZS9nb2xhbmc6bGF0ZXN0CiAgICBwdWxsOiB0cnVlCiAgICBjb21tYW5kczoKICAgICAgLSBtYWtlIGNsZWFuCiAgICAgIC0gbWFrZSB2ZXQKICAgICAgIyAtIG1ha2UgbGludAogICAgICAtIG1ha2UgdGVzdAogICAgICAtIG1ha2UgYnVpbGQKCiAgY292ZXJhZ2U6CiAgICBpbWFnZTogcGx1Z2lucy9jb3ZlcmFnZQogICAgc2VydmVyOiBodHRwczovL2NvdmVyYWdlLmdpdGVhLmlvCgogIGdpdHRlcjoKICAgIGltYWdlOiBwbHVnaW5zL2dpdHRlcgo.Ic-okocCyVOYr8lo5Q_NlY7dZbYo01mdsXmQf52i9po
Original file line number Diff line number Diff line change 1
- IMPORT := github.com/go- gitea/go- sdk
1
+ IMPORT := code. gitea.io/ sdk
2
2
3
3
PACKAGES ?= $(shell go list ./... | grep -v /vendor/)
4
- GENERATE ?= github.com/go- gitea/go- sdk/gitea
4
+ GENERATE ?= code. gitea.io/ sdk/gitea
5
5
6
6
.PHONY : all
7
7
all : clean test build
Original file line number Diff line number Diff line change 1
1
# Gitea SDK for Go
2
2
3
- [ ![ Build Status] ( http://beta.drone.io/api/badges/go-gitea/go-sdk/status.svg )] ( http://beta.drone.io/go-gitea/go-sdk )
4
- [ ![ Coverage Status] ( https://aircover.co/badges/go-gitea/go-sdk/coverage.svg )] ( https://aircover.co/go-gitea/go-sdk )
5
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/go-gitea/go-sdk )] ( https://goreportcard.com/report/github.com/go-gitea/go-sdk )
6
- [ ![ GoDoc] ( https://godoc.org/github.com/go-gitea/go-sdk/gitea?status.svg )] ( https://godoc.org/github.com/go-gitea/go-sdk/gitea )
7
- [ ![ ] ( https://images.microbadger.com/badges/image/gitea/gitea.svg )] ( http://microbadger.com/images/gitea/gitea " Get your own image badge on microbadger.com ")
3
+ [ ![ Build Status] ( http://drone.gitea.io/api/badges/go-gitea/go-sdk/status.svg )] ( http://drone.gitea.io/go-gitea/go-sdk )
8
4
[ ![ Join the chat at https://gitter.im/go-gitea/gitea ] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/go-gitea/gitea?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
5
+ [ ![ ] ( https://images.microbadger.com/badges/image/gitea/gitea.svg )] ( http://microbadger.com/images/gitea/gitea " Get your own image badge on microbadger.com ")
6
+ [ ![ Coverage Status] ( https://coverage.gitea.io/badges/go-gitea/go-sdk/coverage.svg )] ( https://coverage.gitea.io/go-gitea/go-sdk )
7
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/code.gitea.io/sdk )] ( https://goreportcard.com/report/code.gitea.io/sdk )
8
+ [ ![ GoDoc] ( https://godoc.org/code.gitea.io/sdk/gitea?status.svg )] ( https://godoc.org/code.gitea.io/sdk/gitea )
9
9
10
10
This project acts as a client SDK implementation written in Go to interact with
11
11
the Gitea API implementation. For further informations take a look at the
12
- current [ documentation] ( https://godoc.org/github.com/go- gitea/go- sdk ) .
12
+ current [ documentation] ( https://godoc.org/code. gitea.io/ sdk/gitea ) .
13
13
14
14
## License
15
15
You can’t perform that action at this time.
0 commit comments