Add gitea-vet #312

Merged
6543 merged 10 commits from 6543/go-sdk:add-gitea-vet into master 2021-08-13 14:21:18 +00:00
Owner

as title

as title
6543 added the
kind/build
skip-changelog
labels 2020-04-23 01:24:22 +00:00
Member

drone fails

drone fails
6543 added the
status/wip
label 2020-04-24 15:39:05 +00:00
Owner

This might need some tweaking because we don't want to add it to the module and we don't vendor it.

In theory, go get (outside of a module) should build/install it. Depending on the Docker image the resulting binary should be in $GOPATH/bin/

This might need some tweaking because we don't want to add it to the module and we don't vendor it. In theory, `go get` (outside of a module) should build/install it. Depending on the Docker image the resulting binary should be in `$GOPATH/bin/`
6543 added 11 commits 2020-06-04 11:52:28 +00:00
Support 2FA for basic auth & refactor Token functions (#335)
BREAKING: Token functions: remove username&passwd param - use default client auth way

refactor

add otp Field

refacotr ...

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: #335
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
All checks were successful
continuous-integration/drone/push Build is passing
70863f4458
ListIssues: add milestones filter (#327)
use string.Join

Code Format

add test case

add Milestones to ListIssueOption

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: #327
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
All checks were successful
continuous-integration/drone/push Build is passing
f224b4e50c
Add paggination to ListNotification functions (#339)
Merge branch 'master' into update-notifications

Merge branch 'master' into update-notifications

rm nonesence - dont know why i put it there

add paggination to ListNotification functions

refactor

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: #339
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
All checks were successful
continuous-integration/drone/push Build is passing
bb6248f50d
Check if gitea is able to squash-merge via API (#336)
Check if gitea is able to squash-merge via API

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: #336
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: CirnoT <cirnot@noreply.gitea.io>
All checks were successful
continuous-integration/drone/push Build is passing
2cc36f912f
PullMerge: use enum for MergeStyle (#328)
Its already Breaking ... make struct look nice

Signed-off-by: 6543 <6543@obermui.de>

PullMerge: use enum for MergeStyle

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: #328
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: lafriks <lafriks@noreply.gitea.io>
All checks were successful
continuous-integration/drone/push Build is passing
b4696d5416
Copy DeleteFileOptions struct fields into UpdateFileOptions struct (#330)
All checks were successful
continuous-integration/drone/push Build is passing
3c36bd251b
Add Migration Guide for v0.12.0 (#343)
Add Migration Guide: v0.11 to v0.12

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: #343
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
All checks were successful
continuous-integration/drone/push Build is passing
bb9144e8d6
Add BranchProtection functions (#341)
Merge branch 'master' into branch-protection

Merge branch 'master' into branch-protection

Merge branch 'master' into branch-protection

Merge branch 'master' into branch-protection

Merge branch 'master' into branch-protection

fix + add TESTS

first draft

Add structs and placeholder

Update Branch struct

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: #341
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
All checks were successful
continuous-integration/drone/push Build is passing
2e81813c45
Add PullReview functions (#338)
add TESTS

better name

First Version

Add Structs & function placeholders

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: #338
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
All checks were successful
continuous-integration/drone/push Build is passing
057518ef80
Changelog v0.12.0 (#344)
Add Changelog v0.12.0

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: #344
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
All checks were successful
continuous-integration/drone/push Build is passing
567d2f8bbd
fix ineffassign in Tests & set Version v0.13.0 (#345)
increment version

fix ineffassign

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: #345
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
All checks were successful
continuous-integration/drone/push Build is passing
e7c56d8f50
techknowlogick reviewed 2020-07-16 04:36:37 +00:00
Dismissed
Makefile Outdated
@ -37,0 +38,4 @@
# Default vet
cd gitea && $(GO) vet $(PACKAGE)
# Custom vet
$(GO) get gitea.com/jolheiser/gitea-vet

path is now gitea.com/gitea/gitea-vet (sidenote: we should probably serve this under code.gitea.io)

path is now `gitea.com/gitea/gitea-vet` (sidenote: we should probably serve this under `code.gitea.io`)
6543 marked this conversation as resolved
6543 force-pushed add-gitea-vet from 40ae9b6287 to 4c5042c2b7 2020-07-16 07:13:16 +00:00 Compare

Please use new URL for gitea-vet

Please use new URL for gitea-vet
6543 added 1 commit 2020-07-21 17:51:20 +00:00
Merge branch 'master' into add-gitea-vet
Some checks failed
continuous-integration/drone/pr Build is failing
39736d5929
techknowlogick added 1 commit 2020-07-21 20:46:34 +00:00
update URL to code.gitea.io/gitea-vet
Some checks failed
continuous-integration/drone/pr Build is failing
816773e3e9

I've just pushed a commit to update URLs

I've just pushed a commit to update URLs
Author
Owner

O Thanks :)

O Thanks :)
6543 added 1 commit 2020-11-13 01:09:21 +00:00
Merge branch 'master' into add-gitea-vet
Some checks failed
continuous-integration/drone/pr Build is failing
e426d05fba
6543 added 1 commit 2021-08-13 11:58:38 +00:00
Merge branch 'master' into add-gitea-vet
Some checks failed
continuous-integration/drone/pr Build is failing
1c583bfd8e
6543 added 1 commit 2021-08-13 12:01:44 +00:00
fix & finish
Some checks failed
continuous-integration/drone/pr Build is failing
02a60ca507
6543 added 1 commit 2021-08-13 12:03:01 +00:00
fix new detected lint issue
All checks were successful
continuous-integration/drone/pr Build is passing
43c70a8ad5
6543 removed the
status/wip
label 2021-08-13 12:03:13 +00:00
6543 added this to the v0.15.0 milestone 2021-08-13 12:03:18 +00:00
zeripath added 1 commit 2021-08-13 12:17:52 +00:00
Merge branch 'master' into add-gitea-vet
All checks were successful
continuous-integration/drone/pr Build is passing
b3f8226ffe
zeripath approved these changes 2021-08-13 12:18:29 +00:00
6543 changed title from add gitea-vet to Add gitea-vet 2021-08-13 12:28:50 +00:00
6543 added 1 commit 2021-08-13 12:28:57 +00:00
Merge branch 'master' into add-gitea-vet
All checks were successful
continuous-integration/drone/pr Build is passing
40c49213dd
KN4CK3R approved these changes 2021-08-13 14:19:02 +00:00
6543 merged commit 63e97e127c into master 2021-08-13 14:21:18 +00:00
6543 referenced this issue from a commit 2021-08-13 14:21:18 +00:00
6543 deleted branch add-gitea-vet 2021-08-13 14:21:25 +00:00
Sign in to join this conversation.
No description provided.