Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/actions/go-test-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ runs:
- name: Create MySQL database
shell: bash
run: mysql -u root -e "create database singularity"
- name: Start MongoDB
Copy link
Collaborator Author

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

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
Expand Down
33 changes: 0 additions & 33 deletions cmd/admin/migrate-dataset.go

This file was deleted.

28 changes: 0 additions & 28 deletions cmd/admin/migrate-schedule.go

This file was deleted.

2 changes: 0 additions & 2 deletions cmd/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ Upgrading:
Subcommands: []*cli.Command{
admin.InitCmd,
admin.ResetCmd,
admin.MigrateDatasetCmd,
admin.MigrateScheduleCmd,
},
},
DownloadCmd,
Expand Down
2 changes: 0 additions & 2 deletions docs/en/cli-reference/admin/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 0 additions & 26 deletions docs/en/cli-reference/admin/migrate-dataset.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/en/cli-reference/admin/migrate-schedule.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/jp/cli-reference/admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
コマンド:
init データベースを初期化します
reset データベースをリセットします
migrate-dataset 古い singularity mongodb からデータセットを移行します
migrate-schedule 古い singularity mongodb からスケジュールを移行します
help, h コマンドの一覧または特定のコマンドのヘルプを表示します

オプション:
Expand Down
26 changes: 0 additions & 26 deletions docs/jp/cli-reference/admin/migrate-dataset.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/jp/cli-reference/admin/migrate-schedule.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/kr/cli-reference/admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
명령어들:
init 데이터베이스 초기화
reset 데이터베이스 재설정
migrate-dataset 이전 싱귤래리티 몽고DB에서 데이터셋 이관
migrate-schedule 이전 싱귤래리티 몽고DB에서 일정 이관
help, h 명령어 리스트 보여주기 또는 특정 명령어에 대한 도움말 보여주기

옵션:
Expand Down
27 changes: 0 additions & 27 deletions docs/kr/cli-reference/admin/migrate-dataset.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/kr/cli-reference/admin/migrate-schedule.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/zh/cli-reference/admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
命令:
init 初始化数据库
reset 重置数据库
migrate-dataset 从旧的singularity mongodb迁移数据集
migrate-schedule 从旧的singularity mongodb迁移计划
help, h 显示命令列表或一个命令的帮助

选项:
Expand Down
26 changes: 0 additions & 26 deletions docs/zh/cli-reference/admin/migrate-dataset.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/zh/cli-reference/admin/migrate-schedule.md

This file was deleted.

7 changes: 1 addition & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Copy link
Collaborator Author

Choose a reason for hiding this comment

The 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
Expand Down
Loading