-
Notifications
You must be signed in to change notification settings - Fork 22
remove legacy mongodb #588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,12 +26,6 @@ runs: | |
| - name: Create MySQL database | ||
| shell: bash | ||
| run: mysql -u root -e "create database singularity" | ||
| - name: Start MongoDB | ||
| uses: supercharge/[email protected] | ||
| if: matrix.os == 'ubuntu' | ||
| with: | ||
| mongodb-version: '6.0' | ||
| mongodb-port: 27018 | ||
| - run: | | ||
| echo "GOTESTFLAGS=$GOTESTFLAGS -timeout=30m" >> $GITHUB_ENV | ||
| echo "GO386FLAGS=$GO386FLAGS -timeout=30m" >> $GITHUB_ENV | ||
|
|
||
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -72,7 +72,6 @@ require ( | |
| github.com/swaggo/swag v1.16.1 | ||
| github.com/urfave/cli/v2 v2.27.3 | ||
| github.com/ybbus/jsonrpc/v3 v3.1.4 | ||
| go.mongodb.org/mongo-driver v1.12.1 | ||
| go.uber.org/multierr v1.11.0 | ||
| go.uber.org/zap v1.27.0 | ||
| golang.org/x/text v0.22.0 | ||
|
|
@@ -162,7 +161,6 @@ require ( | |
| github.com/golang-jwt/jwt/v4 v4.5.0 // indirect | ||
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
| github.com/golang/protobuf v1.5.4 // indirect | ||
| github.com/golang/snappy v0.0.4 // indirect | ||
| github.com/google/go-querystring v1.1.0 // indirect | ||
| github.com/google/gopacket v1.1.19 // indirect | ||
| github.com/google/pprof v0.0.0-20250202011525-fc3143867406 // indirect | ||
|
|
@@ -246,7 +244,6 @@ require ( | |
| github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect | ||
| github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect | ||
| github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
| github.com/montanaflynn/stats v0.7.0 // indirect | ||
| github.com/mr-tron/base58 v1.2.0 // indirect | ||
| github.com/multiformats/go-base32 v0.1.0 // indirect | ||
| github.com/multiformats/go-base36 v0.2.0 // indirect | ||
|
|
@@ -331,15 +328,13 @@ require ( | |
| github.com/wlynxg/anet v0.0.5 // indirect | ||
| github.com/x448/float16 v0.8.4 // indirect | ||
| github.com/xanzy/ssh-agent v0.3.3 // indirect | ||
| github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||
| github.com/xdg-go/scram v1.1.2 // indirect | ||
| github.com/xdg-go/stringprep v1.0.4 // indirect | ||
| github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect | ||
| github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect | ||
| github.com/yunify/qingstor-sdk-go/v3 v3.2.0 // indirect | ||
| github.com/yusufpapurcu/wmi v1.2.2 // indirect | ||
| github.com/zeebo/blake3 v0.2.3 // indirect | ||
| github.com/zeebo/errs v1.3.0 // indirect | ||
| go.mongodb.org/mongo-driver v1.12.1 // indirect | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. indirect dep from swagger/mocks |
||
| go.opencensus.io v0.24.0 // indirect | ||
| go.opentelemetry.io/otel v1.28.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.28.0 // indirect | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this entire file should actually be removed