Commit Graph

276 Commits (067bd9104a12df0e4a564ec460f2af2a5b403422)

Author SHA1 Message Date
Michael Li 47a85fac51
add comment upvote feature support (80%)
2 years ago
Michael Li b225f6dc7b
Merge branch 'x/gorm' into x/sqlc
2 years ago
Michael Li b63626531c
merge from dev branch
2 years ago
Michael Li 6d957d2fb4
fixed private tweet's star/colloect no permission error when it is owner's
2 years ago
Michael Li f2e811bf2b
sqlc: fixed miss method error
2 years ago
Michael Li cc3810083c
Merge branch 'x/gorm' into x/sqlc
2 years ago
Michael Li e715b0aecb
merge from dev branch
2 years ago
Michael Li 96ac9d7fcd
fixed follow topics number more by give number error
2 years ago
Michael Li a70a987290
optimize topics ui and logic (100%)
2 years ago
Michael Li 7e85a9a5a1
optimize topics ui and logic (70%)
2 years ago
Michael Li 49a624b2c0
optimize topics ui and logic (65%)
2 years ago
Michael Li e58e069755
optimize topic ui and logic (60%)
2 years ago
Michael Li daf2f90ec0
Merge branch 'x/gorm' into x/sqlc
2 years ago
Michael Li d395dca7a4
Merge branch 'dev' into x/gorm
2 years ago
Michael Li 09c8654d19
fixed cache index expire in delete/add tweet error
2 years ago
Michael Li e539da6e3d
sqlc: update schema for sqlc
2 years ago
Michael Li f68537d76a
Merge branch 'x/gorm' into x/sqlc
2 years ago
Michael Li 58a92ecfb0
merge from dev branch
2 years ago
Michael Li a79171e731
add simple tweet share support
2 years ago
Michael Li 88be8fc558
Merge branch 'x/gorm' into x/sqlc
2 years ago
Michael Li 773d4d89fe
merge from dev branch
2 years ago
Michael Li 78282539f3
optimize config process logic
2 years ago
Michael Li c22f5aaba5
merge from x/gorm
2 years ago
Michael Li 38470260ca
merge from dev branch
2 years ago
Michael Li 27902be03f
use github.com/cockroachdb/errors as std errors package instead
2 years ago
Michael Li d81b05b46d
sqlc: fixed CacheIndexService initial logic
2 years ago
Michael Li efc0eaf9af
Merge branch 'x/gorm' into x/sqlc
2 years ago
Michael Li 68db974776
merge from feature/deprecated_oldweb branch
2 years ago
Michael Li 5cb30bb949
add RedisCacheIndex feature to support use Redis as Timeline Index cache
2 years ago
Michael Li d23d40fa9d
update CHANGELOG.md
2 years ago
Michael Li c59d843925
merge from x/gorm branch
2 years ago
Michael Li 344bb01305
merge from dev branch
2 years ago
Michael Li 92a492d90d
use github.com/rueian/rueidis as Redis client and abstract RedisCache interface
2 years ago
Michael Li a5eb148ee9
just rename internal/dao/slonik/ce => internal/dao/slonik/sqlc
2 years ago
Michael Li 9a81eef797
sqlc: just fixed error in dao/slonik package
2 years ago
Michael Li 95b871c039
Merge branch 'x/gorm' into x/sqlc
2 years ago
Michael Li 8aa9a4ef1b
optimize data service for web
2 years ago
Michael Li 20187c095f
optimize slonik data simple logic
2 years ago
Michael Li b88f7e209b
Merge branch 'x/gorm' into x/sqlc
2 years ago
Michael Li 57f6a43252
optimize dao initial logic
2 years ago
Michael Li b34a45531d
Merge branch 'x/gorm' into x/sqlc
2 years ago
Michael Li e25faa8a3c
just optimize data logic servant define
2 years ago
Michael Li d75dedd378
Merge branch 'x/sqlx' into x/sqlc
2 years ago
Michael Li 6e6ab81c1c
fixed topics create/update error
2 years ago
Michael Li c3136181d9
merge from x/sqlx
2 years ago
Michael Li d32df6b11d
fixed topics sql error
2 years ago
Michael Li 75d65defda
fixed test error
2 years ago
Michael Li 5678a8761e
merge from sqlx
2 years ago
Michael Li 7908b07d88
Merge branch 'dev' into x/sqlx
2 years ago
Michael Li 8674217e51
fixed some error when use postgres database
2 years ago
Michael Li 81ae8c0596
add a sample JsonType for process sql json
2 years ago
Michael Li 155e5e7ba0
adjust some method implement about limit/offset position change
2 years ago
Michael Li 18efe98bd0
Merge branch 'x/sqlx' into x/sqlc
2 years ago
Michael Li 0d2494168b
merge from dev branch
2 years ago
Michael Li f0c4320a45
optimize BigCacheIndex add HardMaxCacheSize to customer max cache size in runtime
2 years ago
Michael Li d583d1649c
sqlx: fixed select limit/offset sql clause error in MySQL/Sqlite3
2 years ago
Michael Li e72873cca7
sqlc: fixed topic query sql error:
2 years ago
Michael Li 8a78aaa554
upgrade github.com/meilisearch/meilisearch-go => v0.23.0 to user meilisearch v1.0 but have problem need fix
2 years ago
Michael Li b2bf5bd3af
Merge branch 'x/sqlx' into x/sqlc
2 years ago
Michael Li 59a2f8a9db
sqlx: optimize variable name for table list
2 years ago
Michael Li c12ed880c1
sqlx: optimize datable table name process logic
2 years ago
Michael Li 8578cd063b
sqlc: prepare implement tweets data logic for sqlc feature
2 years ago
Michael Li 9466d12412
Merge branch 'x/sqlx' into x/sqlc
2 years ago
Michael Li 914889994f
sqlx: prepare implement tweets data logic for sqlx feature
2 years ago
Michael Li bac261acda
sqlc: fixed migration import package error
2 years ago
Michael Li 7c8849ee54
sqlc: make sqlc generate tool integrate to local build enviroment use github.com/kyleconroy/sqlc/pkg/cli
2 years ago
Michael Li 2b09bba91e
Merge branch 'x/sqlx' into x/sqlc
2 years ago
Michael Li 9ab97d7950
sqlx: optimize sql/stmt field name prefix
2 years ago
Michael Li 5b5154f20b
Merge branch 'x/sqlx' into x/sqlc
2 years ago
Michael Li 2f1d4d2f1e
sqlx: optimize sqlx help function for in cause scence
2 years ago
Michael Li 3f3cebed70
sqlc: impement topic data logic
2 years ago
Michael Li 9d6d8f14b0
sqlx: fixed topics GetTags data logic error
2 years ago
Michael Li bfef2fe7f9
sqlc: prepare implement topics data logic
2 years ago
Michael Li 7a9f62a20d
Merge branch 'x/sqlx' into x/sqlc
2 years ago
Michael Li 27455dcc19
sqlx: optimize topicServent.UpsertTags logic
2 years ago
Michael Li dff473227d
Merge branch 'x/sqlx' into x/sqlc
2 years ago
Michael Li 4698807574
sqlx: fixed transacation help function logic error
2 years ago
Michael Li 75c376b10d
sqlc: optimize transacation process logic
2 years ago
Michael Li ae81a20950
Merge branch 'x/sqlx' into x/sqlc
2 years ago
Michael Li 62f348a714
sqlx: optimize transacation process logic
2 years ago
Michael Li b7dfd7e173
sqlc: add migration support for sqlc scene
2 years ago
Michael Li 268350726c
Merge branch 'x/sqlx' into x/sqlc
2 years ago
Michael Li dd22212320
sqlx: fixed sql query typo error
2 years ago
Michael Li dda5465d60
sqlx: implements topic data logics
2 years ago
Michael Li 728966e56e
sqlc: adjust index post service stub interface implement
2 years ago
Michael Li 31d236332f
Merge branch 'x/sqlx' into x/sqlc
2 years ago
Michael Li d8b009ee3d
sqlx: adjust index post service stub interface
2 years ago
Michael Li f7d9a40184
Merge branch 'dev' into x/sqlx
2 years ago
Michael Li ef7fab579b
lightship: add Lightship feature base support
2 years ago
Michael Li bd98d449bf
Merge branch 'x/sqlx' into x/sqlc
2 years ago
Michael Li ef2925389c
sqlx: add sqlxServent with help method for db transcation logic
2 years ago
Michael Li 38ffa181e1
sqlc: base pgx servant add custom context help method
2 years ago
Michael Li d666b73e83
sqlc: optimize pgx base servant logic
2 years ago
Michael Li 20eab760ea
Merge branch 'x/sqlx' into x/sqlc
2 years ago
Michael Li 6890f4f5fc
sqlx: optimize ams initial for sqlc feature
2 years ago
Michael Li 9f4ce2182c
Merge branch 'x/sqlx' into x/sqlc
2 years ago
Michael Li 59edb16621
sqlx: fixed ams inital error for sqlc feature
2 years ago
Michael Li 41f3cedc8d
sqlc: add all stub interface implement for core.DataService in sqlc feature
2 years ago
Michael Li 74ce4e5b10
merge from x/sqlx
2 years ago
Michael Li 5ce7ac54a1
Merge branch 'feature/mir' into x/sqlx
2 years ago
Michael Li 060840030e
sqlx: add all stub interface implement for core.DataService in sqlx feature
2 years ago
Michael Li c19d7107f2
Merge branch 'dev' into feature/mir
2 years ago
Michael Li aa7a0be729
sqlx: prepare base code for sqlx logic
2 years ago
Michael Li 365841c535
sqlc: add stub sample sqlc code for slonik
2 years ago
Michael Li dfe59ab947
merge from dev
2 years ago
Michael Li 745f3639d5
optimize phone sms verify logic code
2 years ago
Michael Li 72136a2266
use github.com/alimy/cfg as features configure help library
2 years ago
Michael Li 9e1d09a55d
use github.com/alimy/cfg as features configure help library
2 years ago
Michael Li 7636412940 mir: optimize source code layout for import go-mir
2 years ago
Michael Li fd665abb8b merge from dev branch
2 years ago
Michael Li bace5bf750 optimize features process logic to abstract in cfg pkg
2 years ago
Michael Li 5433eb9e8f prepare use mir
2 years ago
ROC fde5173e96
Merge pull request #192 from rocboss/feature/friendship
2 years ago
Michael Li 07c39ce91b Merge branch 'dev' into jc/alimy
2 years ago
Michael Li 87d9f61792 fixed zinc search engine add documents failure
2 years ago
Michael Li 4c0cfdd2b0 optimize core search interface and upgrade support meilisearch to 0.29.0
2 years ago
Michael Li e34af9a202 freindship: add frontend implement
2 years ago
Michael Li a269ad87a7 friendship: add backend api base implement
2 years ago
Michael Li 67c669f6c4 optimize search logic for bridge use two level channel to dynamic process docs update
2 years ago
Michael Li fda737a6e5 upgrade go version to go1.18 and github.com/go-gonic/gin to v1.8.1
2 years ago
Michael Li 879e49d29a feature[oss:tempdir] fixed persist object failed error in localoss implement
2 years ago
Michael Li bdaee860c0 just fixed S3Service off OSS initialize config error
2 years ago
Michael Li 395d8865ac fixed path error when use OSS:TempDir
2 years ago
Michael Li 8c32ff95d4 optimize localossObject implement logic
2 years ago
Michael Li 668239f88c optimize object storage service implement logic
2 years ago
Michael Li 1e9dd0fe5b just optimize #168
2 years ago
Michael Li 0033a1cdbd optimize create post/comment logic that tweet type is media contents
2 years ago
Michael Li 4232099036 support Huawei Cloud OBS as OSS service
2 years ago
ROC 986e80af32 feat: tencent cos support
2 years ago
Michael Li 5a45bc4885 single intilialize DataService/TweetSearchService/ObjectStorageService
2 years ago
alimy 0d21272c51 optimize #155 add miss method implements for LocalOSS
2 years ago
alimy dd53d048f6 optimize delete media content that had upload when create tweet failed
2 years ago
alimy ffb2bac3e0 optimize tweet delete logic
2 years ago
alimy 70f68a1c4e optimize BigCacheIndex logic
2 years ago
alimy d5b701864b optimize #148 lazy initial gorm db in first use
2 years ago
alimy 63310189f5 optimize core service implement logic
2 years ago
alimy 6c407cdef6 optimize core service define
2 years ago
alimy 83371edd32 optimize post cache index service integrate logic
2 years ago
alimy 5722fbfc7b optimize #141 fixed zinc search not in expect result
2 years ago
alimy e06abfb29c fixed get index post list error when not user cache index service
2 years ago
alimy c996830e8f support search private tweet and display private tweet in index page when user login or is admin
2 years ago
alimy 6bc7f5e636 optimize ip address location logic
2 years ago
alimy 6f73103300 optimize #129 make tweet search by tag more exact when use meilisearch
2 years ago
alimy 4742138c48 optimize #129 use new goroutine handle log in mieliLogHook fire
2 years ago
alimy 4a6eb41a36 fixed zinc add documents no effects error
2 years ago
alimy bed9bee806 support meilisearch as tweet search service
2 years ago
alimy 1facc41068 optimize #118 add backend worker update documents to search engine
2 years ago
alimy 2fc1fd2f9b optimize #118 wrap async interface for update documents to search engine
2 years ago
alimy edc52e71b1 optimize search abstract service interface
2 years ago
alimy 61342c13a8 optimize json encoding module that code from gin
2 years ago