Commit Graph

187 Commits (ba40f2f2992b705da729d9fb6b0584dfd731ed7f)

Author SHA1 Message Date
Michael Li ba40f2f299
Merge branch 'x/sqlx' into r/paopao-ce-xtra
3 years ago
Michael Li 14e9512516
Merge branch 'dev' into x/sqlx
3 years ago
北野 - Michael Li 47a9d9e8b4
Merge pull request #269 from rocboss/dependabot/go_modules/dev/gorm.io/driver/sqlite-1.5.0
3 years ago
北野 - Michael Li 27c96e6452
Merge pull request #271 from rocboss/dependabot/go_modules/dev/github.com/minio/minio-go/v7-7.0.52
3 years ago
北野 - Michael Li f0a029c8ac
Merge pull request #272 from rocboss/dependabot/go_modules/dev/github.com/Masterminds/semver/v3-3.2.1
3 years ago
北野 - Michael Li f41147982d
Merge pull request #270 from rocboss/dependabot/go_modules/dev/github.com/rueian/rueidis-0.0.100
3 years ago
dependabot[bot] 627434d84c
mod: bump gorm.io/driver/sqlite from 1.4.4 to 1.5.0
3 years ago
dependabot[bot] 9d59460ced
mod: bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1
3 years ago
dependabot[bot] 02533609e9
mod: bump github.com/minio/minio-go/v7 from 7.0.51 to 7.0.52
3 years ago
dependabot[bot] cc1a91c5c5
mod: bump github.com/rueian/rueidis from 0.0.97 to 0.0.100
3 years ago
dependabot[bot] 6e60288f22
mod: bump gorm.io/gorm
3 years ago
Michael Li 5613006639
Merge branch 'x/sqlx' into r/paopao-ce-xtra
3 years ago
Michael Li c31d738eac
sqlx: adapte new core servant interface (5%)
3 years ago
Michael Li 7c34211c6f
Merge branch 'x/gorm' into x/sqlx
3 years ago
北野 - Michael Li eb759b87a6
Merge pull request #259 from rocboss/dependabot/go_modules/dev/github.com/bytedance/sonic-1.8.7
3 years ago
北野 - Michael Li 04b4fd69ba
Merge pull request #260 from rocboss/dependabot/go_modules/dev/github.com/gofrs/uuid-4.4.0incompatible
3 years ago
北野 - Michael Li 172f933c99
Merge pull request #261 from rocboss/dependabot/go_modules/dev/github.com/onsi/gomega-1.27.6
3 years ago
北野 - Michael Li 056ca083dc
Merge pull request #262 from rocboss/dependabot/go_modules/dev/github.com/smartwalle/alipay/v3-3.2.1
3 years ago
dependabot[bot] c4cc68aa8b
mod: bump github.com/minio/minio-go/v7 from 7.0.50 to 7.0.51
3 years ago
dependabot[bot] 3c75405a33
mod: bump github.com/smartwalle/alipay/v3 from 3.2.0 to 3.2.1
3 years ago
dependabot[bot] 85847e08ba
mod: bump github.com/onsi/gomega from 1.27.5 to 1.27.6
3 years ago
dependabot[bot] 795d66f1d4
mod: bump github.com/gofrs/uuid
3 years ago
dependabot[bot] 95f0bba725
mod: bump github.com/bytedance/sonic from 1.8.5 to 1.8.7
3 years ago
Michael Li 87bed1bf24
merge from x/gorm branch
3 years ago
Michael Li e3a560f9f1
Merge branch 'x/gorm' into x/sqlx
3 years ago
Michael Li 005cbd3f4f
add Sentry feature support
3 years ago
Michael Li 27902be03f
use github.com/cockroachdb/errors as std errors package instead
3 years ago
Michael Li 131bb673c5
merge from x/gorm
3 years ago
Michael Li bd941e3ff4
Merge branch 'x/gorm' into x/sqlx
3 years ago
dependabot[bot] 8782ad6296
mod: bump google.golang.org/grpc from 1.53.0 to 1.54.0
3 years ago
dependabot[bot] 0312ce3e4c
mod: bump github.com/minio/minio-go/v7 from 7.0.49 to 7.0.50
3 years ago
dependabot[bot] 025f8c360e
mod: bump modernc.org/sqlite from 1.21.0 to 1.21.1
3 years ago
dependabot[bot] f1f289bb56
mod: bump github.com/pyroscope-io/client from 0.6.0 to 0.7.0
3 years ago
北野 - Michael Li f84401956f
Merge pull request #255 from rocboss/dependabot/go_modules/dev/google.golang.org/grpc-1.54.0
3 years ago
北野 - Michael Li 99c4517128
Merge pull request #254 from rocboss/dependabot/go_modules/dev/github.com/minio/minio-go/v7-7.0.50
3 years ago
北野 - Michael Li 2ef2faba3c
Merge pull request #253 from rocboss/dependabot/go_modules/dev/modernc.org/sqlite-1.21.1
3 years ago
dependabot[bot] 923d76f890
mod: bump google.golang.org/grpc from 1.53.0 to 1.54.0
3 years ago
dependabot[bot] c0d44a3b96
mod: bump github.com/minio/minio-go/v7 from 7.0.49 to 7.0.50
3 years ago
dependabot[bot] 6ea914ed55
mod: bump modernc.org/sqlite from 1.21.0 to 1.21.1
3 years ago
dependabot[bot] 68339bc4ea
mod: bump github.com/pyroscope-io/client from 0.6.0 to 0.7.0
3 years ago
Michael Li 96a9d9bc22
merge from x/sqlc
3 years ago
Michael Li c59d843925
merge from x/gorm branch
3 years ago
Michael Li 70944b8b8e
Merge branch 'x/gorm' into x/sqlx
3 years ago
Michael Li 344bb01305
merge from dev branch
3 years ago
Michael Li 92a492d90d
use github.com/rueian/rueidis as Redis client and abstract RedisCache interface
3 years ago
Michael Li a5eb148ee9
just rename internal/dao/slonik/ce => internal/dao/slonik/sqlc
3 years ago
Michael Li c64bac867b
sqlx: add stub sql dml for all data logic service use Yesql
3 years ago
Michael Li 90752be696
upgrade github.com/alimy/yesql => v1.1.2
3 years ago
Michael Li e510a53643
use github.com/alimy/yesql@v1.1.1 to generate db struct type automatic
3 years ago
Michael Li fa6f41b1a3
upgrade github.com/alimy/yesql => v0.7.0
3 years ago