Skip to content

Commit 96aacf8

Browse files
committed
Merge branch 'main' into lunny/pull_requests_api
2 parents 73e29dc + 145b583 commit 96aacf8

File tree

205 files changed

+7939
-3928
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+7939
-3928
lines changed

.eslintrc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ rules:
524524
no-jquery/no-data: [0]
525525
no-jquery/no-deferred: [2]
526526
no-jquery/no-delegate: [2]
527+
no-jquery/no-done-fail: [2]
527528
no-jquery/no-each-collection: [0]
528529
no-jquery/no-each-util: [0]
529530
no-jquery/no-each: [0]
@@ -538,6 +539,7 @@ rules:
538539
no-jquery/no-find-util: [2]
539540
no-jquery/no-find: [0]
540541
no-jquery/no-fx-interval: [2]
542+
no-jquery/no-fx: [2]
541543
no-jquery/no-global-eval: [2]
542544
no-jquery/no-global-selector: [0]
543545
no-jquery/no-grep: [2]

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ _testmain.go
2828
*.exe
2929
*.test
3030
*.prof
31+
*.tsbuildinfo
3132

3233
*coverage.out
3334
coverage.all

CHANGELOG.md

Lines changed: 393 additions & 0 deletions
Large diffs are not rendered by default.

assets/go-licenses.json

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/fixtures/fixture_generation.go

Lines changed: 0 additions & 80 deletions
This file was deleted.

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ require (
114114
github.com/tstranex/u2f v1.0.0
115115
github.com/ulikunitz/xz v0.5.12
116116
github.com/urfave/cli/v2 v2.27.5
117+
github.com/wneessen/go-mail v0.5.2
117118
github.com/xanzy/go-gitlab v0.112.0
118119
github.com/xeipuuv/gojsonschema v1.2.0
119120
github.com/yohcop/openid-go v1.0.1
@@ -130,7 +131,6 @@ require (
130131
golang.org/x/tools v0.26.0
131132
google.golang.org/grpc v1.67.1
132133
google.golang.org/protobuf v1.35.1
133-
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
134134
gopkg.in/ini.v1 v1.67.0
135135
gopkg.in/yaml.v3 v3.0.1
136136
mvdan.cc/xurls/v2 v2.5.0
@@ -319,7 +319,6 @@ require (
319319
golang.org/x/mod v0.21.0 // indirect
320320
golang.org/x/time v0.7.0 // indirect
321321
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect
322-
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
323322
gopkg.in/warnings.v0 v0.1.2 // indirect
324323
gopkg.in/yaml.v2 v2.4.0 // indirect
325324
)

0 commit comments

Comments
 (0)