dependabot[bot]
cbce4dae87
feat(deps): bump the gomod-deps group with 17 updates ( #1913 )
...
Bumps the gomod-deps group with 17 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/OpenIMSDK/tools](https://github.com/OpenIMSDK/tools ) | `0.0.33` | `0.0.35` |
| [github.com/go-playground/validator/v10](https://github.com/go-playground/validator ) | `10.15.5` | `10.18.0` |
| [github.com/gorilla/websocket](https://github.com/gorilla/websocket ) | `1.5.0` | `1.5.1` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go ) | `7.0.63` | `7.0.67` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) | `1.17.0` | `1.18.0` |
| [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) | `1.12.1` | `1.14.0` |
| [golang.org/x/image](https://github.com/golang/image ) | `0.13.0` | `0.15.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) | `0.148.0` | `0.165.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go ) | `1.59.0` | `1.61.0` |
| google.golang.org/protobuf | `1.31.0` | `1.32.0` |
| [github.com/google/uuid](https://github.com/google/uuid ) | `1.5.0` | `1.6.0` |
| [github.com/IBM/sarama](https://github.com/IBM/sarama ) | `1.41.3` | `1.42.2` |
| [github.com/aliyun/aliyun-oss-go-sdk](https://github.com/aliyun/aliyun-oss-go-sdk ) | `2.2.9+incompatible` | `3.0.2+incompatible` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis ) | `9.2.1` | `9.4.0` |
| [github.com/tencentyun/cos-go-sdk-v5](https://github.com/tencentyun/cos-go-sdk-v5 ) | `0.7.45` | `0.7.46` |
| [golang.org/x/sync](https://github.com/golang/sync ) | `0.4.0` | `0.6.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra ) | `1.7.0` | `1.8.0` |
Updates `github.com/OpenIMSDK/tools` from 0.0.33 to 0.0.35
- [Release notes](https://github.com/OpenIMSDK/tools/releases )
- [Commits](https://github.com/OpenIMSDK/tools/compare/v0.0.33...v0.0.35 )
Updates `github.com/go-playground/validator/v10` from 10.15.5 to 10.18.0
- [Release notes](https://github.com/go-playground/validator/releases )
- [Commits](https://github.com/go-playground/validator/compare/v10.15.5...v10.18.0 )
Updates `github.com/gorilla/websocket` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/gorilla/websocket/releases )
- [Commits](https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.1 )
Updates `github.com/minio/minio-go/v7` from 7.0.63 to 7.0.67
- [Release notes](https://github.com/minio/minio-go/releases )
- [Commits](https://github.com/minio/minio-go/compare/v7.0.63...v7.0.67 )
Updates `github.com/prometheus/client_golang` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.17.0...v1.18.0 )
Updates `go.mongodb.org/mongo-driver` from 1.12.1 to 1.14.0
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.12.1...v1.14.0 )
Updates `golang.org/x/image` from 0.13.0 to 0.15.0
- [Commits](https://github.com/golang/image/compare/v0.13.0...v0.15.0 )
Updates `google.golang.org/api` from 0.148.0 to 0.165.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.148.0...v0.165.0 )
Updates `google.golang.org/grpc` from 1.59.0 to 1.61.0
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.59.0...v1.61.0 )
Updates `google.golang.org/protobuf` from 1.31.0 to 1.32.0
Updates `github.com/google/uuid` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/google/uuid/releases )
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/uuid/compare/v1.5.0...v1.6.0 )
Updates `github.com/IBM/sarama` from 1.41.3 to 1.42.2
- [Release notes](https://github.com/IBM/sarama/releases )
- [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md )
- [Commits](https://github.com/IBM/sarama/compare/v1.41.3...v1.42.2 )
Updates `github.com/aliyun/aliyun-oss-go-sdk` from 2.2.9+incompatible to 3.0.2+incompatible
- [Release notes](https://github.com/aliyun/aliyun-oss-go-sdk/releases )
- [Changelog](https://github.com/aliyun/aliyun-oss-go-sdk/blob/master/CHANGELOG.md )
- [Commits](https://github.com/aliyun/aliyun-oss-go-sdk/compare/v2.2.9...v3.0.2 )
Updates `github.com/redis/go-redis/v9` from 9.2.1 to 9.4.0
- [Release notes](https://github.com/redis/go-redis/releases )
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md )
- [Commits](https://github.com/redis/go-redis/compare/v9.2.1...v9.4.0 )
Updates `github.com/tencentyun/cos-go-sdk-v5` from 0.7.45 to 0.7.46
- [Release notes](https://github.com/tencentyun/cos-go-sdk-v5/releases )
- [Changelog](https://github.com/tencentyun/cos-go-sdk-v5/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tencentyun/cos-go-sdk-v5/compare/v0.7.45...v0.7.46 )
Updates `golang.org/x/sync` from 0.4.0 to 0.6.0
- [Commits](https://github.com/golang/sync/compare/v0.4.0...v0.6.0 )
Updates `github.com/spf13/cobra` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0 )
---
updated-dependencies:
- dependency-name: github.com/OpenIMSDK/tools
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gomod-deps
- dependency-name: github.com/go-playground/validator/v10
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod-deps
- dependency-name: github.com/gorilla/websocket
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gomod-deps
- dependency-name: github.com/minio/minio-go/v7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gomod-deps
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod-deps
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod-deps
- dependency-name: golang.org/x/image
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod-deps
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod-deps
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod-deps
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod-deps
- dependency-name: github.com/google/uuid
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod-deps
- dependency-name: github.com/IBM/sarama
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod-deps
- dependency-name: github.com/aliyun/aliyun-oss-go-sdk
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: gomod-deps
- dependency-name: github.com/redis/go-redis/v9
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod-deps
- dependency-name: github.com/tencentyun/cos-go-sdk-v5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gomod-deps
- dependency-name: golang.org/x/sync
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod-deps
- dependency-name: github.com/spf13/cobra
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gomod-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9 months ago
Xinwei Xiong
7921797294
Update and rename README-ES.md to README-e.md ( #1918 )
...
* Update and rename README-ES.md to README-e.md
* Rename README-e.md to README-es.md
* Update and rename README-FR.md to README-fr.md
* Update README-fr.md
* Rename README-es.md to README_es.md
* Rename README-fr.md to README_fr.md
9 months ago
Seal Bell
760fbc95e6
docs:add README_cs.md ( #1917 )
...
* docs:add README_cs.md
* Update .spelling_failures
* Update .spelling_failures
* Update .spelling_failures
---------
Co-authored-by: Xinwei Xiong <3293172751NSS@gmail.com>
9 months ago
longyuqing112
c63ea386af
docs: add README.md -FR ( #1901 )
...
* docs: add README-FR
Signed-off-by: Your Name <2631918708@qq.com>
* docs: add README-FR
Signed-off-by: longyuqing112 <2631918708@qq.com>
---------
Signed-off-by: Your Name <2631918708@qq.com>
Signed-off-by: longyuqing112 <2631918708@qq.com>
9 months ago
longyuqing112
bd354f9a62
docs: add README-ES ( #1896 )
...
Signed-off-by: kubbot & kubecub <3293172751ysy@gmail.com>
Co-authored-by: kubbot & kubecub <3293172751ysy@gmail.com>
9 months ago
Brabem
6186d657e2
feat: add docker-compse-1.yml and cancel the openim-admin annotate in docker-compose.yml ( #1881 )
...
* fix: del the manager config and manger init statement
* fix: fix the Manger judge condition
* fix: fix revokeMsg error
* fix: find erors
* fix: find error
* fix: fix the AdminAccount error
* fix: del the debug statement
* fix: fix the component check func
* fix: fix the get zkAddress error
* fix: fix the kafka client close error
* fix: add env in minio connected
* fix: del the minio env
* fix: fix the go.mod tools version
* fix: del get env in minio conneted
* feat: add GetUserToken api and add ex field in GetSortedConversationList resp
* fix: fix the go.mod version
* fix: add lack method
* fix: add a method
* fix: add lack implement
* fix: fix the tools pkg version
* fix: del the unuser pkg
* fix: add Limiting judgement of get admin token
* feat: add a yml of docker-compose-1.yml
* fix: add the lack content in docker-compose-1.yml
* fix: add the tips in docker-compose.yml
---------
Co-authored-by: OpenIM-Gordon <46924906+FGadvancer@users.noreply.github.com>
9 months ago
Seal Bell
5e7138034c
Docs: Modify the wrong file name ( #1914 )
9 months ago
xuan
90bd53b7dd
docs: renmae README files about other languages ( #1915 )
...
Signed-off-by: wxuanF <2569456943@qq.com>
9 months ago
Seal Bell
5046b3f6ce
docs:Modified the language naming of files and changed some error paths ( #1898 )
...
* Add Simplified Chinese README.md
* Add Ukrainian README.md
* Add Traditional Chinese README.md
* Add Czech README.md
* Add Hungarian README.md
* Add spanish README.md
* Add Persian README.md
* Add French README.md
* Add German README.md
* Add Japanese README.md
* Add Polish README.md
* Add Indonesian README.md
* Add Finnish README.md
* Add Malayalam README.md
* Add Dutch README.md
* Add Italian README.md
* Add Russian README.md
* Added Brazilian Portuguese README.md
* Add Esperanto README.md
* Add Korean README.md
* Add Vietnamese README.md
* Add Arabic README.md
* Add Danish README.md
* Add Greek README.md
* Add Turkish README.md
* Correct document suffix to distinguish language versions
* Improve path and file naming corrections
* Correct document suffix to distinguish language versions
* Improve path and file naming corrections
* Add Ukrainian README_uk.md
10 months ago
xuan
9dd44a75d0
docs: README KR ( #1895 )
...
Signed-off-by: wxuanF <2569456943@qq.com>
10 months ago
xuan
51faa9190d
docs: add README.md-TR ( #1900 )
...
Signed-off-by: wxuanF <2569456943@qq.com>
10 months ago
Xinwei Xiong
49610b5604
Fix Script Error and Enhance Code Robustness and Details ( #1890 )
...
* feat: add openim deployment tactics
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
* feat: add openim deployment tactics
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
* fix: set openim admin chat code
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
* fix: set openim admin chat code
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
* fix: fix openim msgtransfer code
* fix: fix openim msgtransfer code
---------
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
10 months ago
OpenIM Bot
5cb69b8742
cicd: bump League Patch ( #1892 )
10 months ago
xuan
7862fa5003
docs: add README.md JP ( #1891 )
...
* docs: README JP
Signed-off-by: wxuanF <2569456943@qq.com>
* Update openimci.yml
* Update golangci-lint.yml
* docs: README JP
Signed-off-by: wxuanF <2569456943@qq.com>
* docs: README JP
Signed-off-by: wxuanF <2569456943@qq.com>
* docs: README JP
Signed-off-by: wxuanF <2569456943@qq.com>
---------
Signed-off-by: wxuanF <2569456943@qq.com>
Co-authored-by: Xinwei Xiong <3293172751NSS@gmail.com>
10 months ago
OpenIM Bot
6c7b94f03f
[Auto PR 🤖 ] Bump League Patch auto PR ( #1884 )
...
* cicd: bump League Patch
* Update project-progress.yml
---------
Co-authored-by: Xinwei Xiong <3293172751NSS@gmail.com>
10 months ago
fengyun.rui
31381935f1
fix: graceful exit for kafka consumer of msgtransfer ( #1483 )
...
* fix: graceful exit for kafka consumer of msgtransfer
Signed-off-by: rfyiamcool <rfyiamcool@163.com>
* Update init.go
* Update init.go
---------
Signed-off-by: rfyiamcool <rfyiamcool@163.com>
Co-authored-by: OpenIM-Gordon <46924906+FGadvancer@users.noreply.github.com>
10 months ago
Xinwei Xiong
0865eb65b1
fix: kill 10 process optimization ( #1883 )
10 months ago
Brabem
ee24515761
feat: add getUserToken api and add ex field in getSortedConversationListResp ( #1880 )
...
* fix: del the manager config and manger init statement
* fix: fix the Manger judge condition
* fix: fix revokeMsg error
* fix: find erors
* fix: find error
* fix: fix the AdminAccount error
* fix: del the debug statement
* fix: fix the component check func
* fix: fix the get zkAddress error
* fix: fix the kafka client close error
* fix: add env in minio connected
* fix: del the minio env
* fix: fix the go.mod tools version
* fix: del get env in minio conneted
* feat: add GetUserToken api and add ex field in GetSortedConversationList resp
* fix: fix the go.mod version
* fix: add lack method
* fix: add a method
* fix: add lack implement
* fix: fix the tools pkg version
* fix: del the unuser pkg
* fix: add Limiting judgement of get admin token
10 months ago
Xinwei Xiong
311d42283b
feat: fix openim logs and ci ( #1878 )
10 months ago
Xinwei Xiong
9610da9123
fix(main): fix openim scripts start rpc log ( #1877 )
...
* Update start.go
* Update start.go
10 months ago
OpenIM Bot
8729f90d02
cicd: bump League Patch ( #1874 )
10 months ago
Xinwei Xiong
854f8dbd2f
feat: Optimize openim scripts and standard output logs ( #1866 )
...
* feat: add component check func
* fix: fix the outpu error
* fix: fix the stderr outpu
* fix: fix the component check func
* fix: fix the error
* fix: fix the output error
* fix: del the disruptions code
* fix the log output format
* fix: fix the tools version
* fix: fix the cycle detection
* fix: fix the error
* fix: fix the flag
* fix: add mongo ping detection
* fix: fix the tools pkg version
* fix: del the err
* feat: support openim readme docs
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
* feat: support openim readme docs
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
* feat: support openim readme docs
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
* fix: fix the minio nil error
* fix: del the repeated wrap and add err print
* fix: fix this bug scripts
* Revert "Check"
---------
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
Co-authored-by: luhaoling <2198702716@qq.com>
10 months ago
Xinwei Xiong
af878a96cf
feat: add architecture layers ( #1860 )
...
* feat: add architecture layers
* feat: add architecture layers
* feat: add architecture layers
* feat: add .gitignore file
* feat: add .gitignore file
* feat: fix openim logs and ci
* feat: fix openim logs and ci
* feat: support openim readme docs
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
* Update main.go
---------
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
10 months ago
Brabem
f551b50e79
fix: Refactoring the code for component detection ( #1868 )
...
* feat: add component check func
* fix: fix the outpu error
* fix: fix the stderr outpu
* fix: fix the component check func
* fix: fix the error
* fix: fix the output error
* fix: del the disruptions code
* fix the log output format
* fix: fix the tools version
10 months ago
OpenIM Bot
bb862bd207
cicd: bump League Patch ( #1863 )
10 months ago
OpenIM-Gordon
c55e03dc70
fix: process add errors wrap. ( #1862 )
...
* fix: process add errors wrap.
* fix: process add errors wrap.
10 months ago
Brabem
55ca661d13
Bug: replace the component check func by tools pkg ( #1846 )
...
* fix: del the manager config and manger init statement
* fix: fix the Manger judge condition
* fix: fix revokeMsg error
* fix: find erors
* fix: find error
* fix: fix the AdminAccount error
* fix: del the debug statement
* fix: fix the component check func
* fix: fix the get zkAddress error
* fix: fix the kafka client close error
* fix: add env in minio connected
* fix: del the minio env
* fix: fix the go.mod tools version
* fix: del get env in minio conneted
10 months ago
丛蛋白
551781a0ee
fix document parameter errors ( #1848 )
...
Co-authored-by: Xinwei Xiong <3293172751NSS@gmail.com>
10 months ago
Seal Bell
4c0121849d
docs:Add multi-language README.md in ./docs/ file ( #1852 )
...
* Add Simplified Chinese README.md
* Add Ukrainian README.md
* Add Traditional Chinese README.md
* Add Czech README.md
* Add Hungarian README.md
* Add spanish README.md
* Add Persian README.md
* Add French README.md
* Add German README.md
* Add Japanese README.md
* Add Polish README.md
* Add Indonesian README.md
* Add Finnish README.md
* Add Malayalam README.md
* Add Dutch README.md
* Add Italian README.md
* Add Russian README.md
* Added Brazilian Portuguese README.md
* Add Esperanto README.md
* Add Korean README.md
* Add Vietnamese README.md
* Add Arabic README.md
* Add Danish README.md
* Add Greek README.md
* Add Turkish README.md
10 months ago
Xinwei Xiong
42a3084a6f
Update environment.md fix environment mongo username ( #1847 )
10 months ago
Xinwei Xiong
c205013436
Update offline-deployment.md openim offine deployment docs ( #1843 )
10 months ago
Xinwei Xiong
18047859b8
Delete build/images/openim-rpc-encryption directory ( #1842 )
10 months ago
Xinwei Xiong
4ded2cffed
Delete build/images/openim-rpc-extend-msg directory ( #1841 )
10 months ago
OpenIM Bot
0a245df2f8
cicd: bump League Patch ( #1837 )
10 months ago
Xinwei Xiong
bd9e50d9e0
fix(docker-compose): Update the env template to uncomment the mongo port ( #1833 )
10 months ago
Brabem
32cd79044b
feat: del the manager configure and it's initializestatement ( #1830 )
...
* fix: del the manager config and manger init statement
* fix: fix the Manger judge condition
* fix: fix revokeMsg error
* fix: find erors
* fix: find error
* fix: fix the AdminAccount error
* fix: del the debug statement
10 months ago
dependabot[bot]
f94d8af737
chore(deps): bump google.golang.org/grpc in /tools/url2im ( #1283 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.56.2 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.56.2...v1.56.3 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
dependabot[bot]
34551a82a2
chore(deps): bump golang.org/x/crypto in /tools/data-conversion ( #1580 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.16.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
a3d21
b14c0475d2
fix duplicated offline push ( #1816 )
10 months ago
OpenIM Bot
1d5732c97e
cicd: bump League Patch ( #1828 )
10 months ago
Xinwei Xiong
7ef32bf8a0
[Auto PR] Bump League Patch in '"base branch' ( #1827 )
10 months ago
OpenIM Bot
19ffde3196
cicd: bump League Patch ( #1825 )
10 months ago
Xinwei Xiong
e79532aa93
feat: add pull request set workflows ( #1824 )
...
* feat: add pull request set workflows
* Update pull-request.yml
10 months ago
chao
c86df88b59
fix: conversation aggregate find error ( #1822 )
...
* fix: GroupApplicationAcceptedNotification
* fix: GroupApplicationAcceptedNotification
* fix: NotificationUserInfoUpdate
* cicd: robot automated Change
* fix: conversation aggregate find error
---------
Co-authored-by: withchao <withchao@users.noreply.github.com>
10 months ago
Xinwei Xiong
e2650add40
feat: Enhanced Automation for OpenIM Advanced CICD and GitOps Support ( #1819 )
...
* feat: add advanced version cicd
* fix: fix openim server deployment
10 months ago
AndrewZuo01
05e66e9f8d
Feature: add direct connect mode with zookeeper, etcd, and k8s ( #1775 )
...
* fix: fix the bug
* fix: fix the imAdmin permission and searchNoficitaion resp
* 2023 Annual Summary Reflections and Aspirations
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
* fix: dissmissGroup and lack of keyword bug (#1678 )
* Update docker-start-all.sh
* Update env-template.yaml
* Update docker-start-all.sh
* fix openim config mongo passwd env
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
* fix: fix some bug
* fix: group messages sync failed.
* fix: fix the valiable name
* fix: fix the getSortedConversation api
* fix: fix the mongo search error
* fix: GroupApplicationAcceptedNotification
(cherry picked from commit 4c3c4555a3
)
* fix: GroupApplicationAcceptedNotification
* fix update friends
* fix pageFindUser
* Delete .devcontainer directory
* fix find user
* Your commit message here
* feat: direct conn
* fix: direct conn message gateway array exceed length
* fix: direct conn message gateway array exceed length
* fix: direct conn cannot find name
* fix: direct conn cannot find name
* fix: direct conn cannot find name
* fix: direct conn cannot find name
* fix: direct conn cannot find name
* fix: direct conn cannot find name
* fix: direct conn cannot find name
* fix: direct conn cannot find name
* fix: direct conn cannot find name
* fix: operation id invalid
* feat: multiple address
* feat: multiple address
* feat: multiple address
* feat: multiple addresses
* feat: multiple addresses
* feat: multiple addresses
* feat: multiple addresses
* feat: multiple addresses
* feat: multiple addresses
* feat: multiple addresses
* feat: multiple addresses
* feat: multiple addresses
* feat: multiple addresses
* feat: multiple addresses
* feat: multiple addresses
* feat: multiple addresses
* feat: direct conn with multiple ports
* Update user.go
* feat: direct conn with multiple ports
* feat: remove checkServiceHealth
* feat: update fmt error
* feat: update .devcontainer
* feat: update .devcontainer
* feat: update fmt.Errorf(
---------
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
Co-authored-by: luhaoling <2198702716@qq.com>
Co-authored-by: Xinwei Xiong <3293172751@qq.com>
Co-authored-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
Co-authored-by: Brabem <69128477+luhaoling@users.noreply.github.com>
Co-authored-by: OpenIM Bot <124379614+kubbot@users.noreply.github.com>
Co-authored-by: OpenIM Robot <139873238+openimbot@users.noreply.github.com>
Co-authored-by: Gordon <46924906+FGadvancer@users.noreply.github.com>
Co-authored-by: withchao <993506633@qq.com>
10 months ago
Xinwei Xiong
9527278239
feat: fix openim logs and ci ( #1817 )
10 months ago
Xinwei Xiong
d356f7a035
feat(main): 🚀 Database Name Correction and S3 Module Int32 Overflow Fix with Go Routine Integration for Automated Checks and Script Optimization ( #1799 )
...
* feat: replace mongo database openIM_v3 to openim_v3
* openim-building-an-efficient-version-control-and-testing-workflow
* feat: complete openim source deployment rpc start timeout
* feat: optimize config
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
* feat: add scripts format
* feat: use scripts format code
* fix cos and minio etc to typecheck
* feat: scripts make verify check ci
* fix: make file verify spelling
* fix: make file verify spelling
* Concurrent Type Checking and Cross-Platform Development in Go
* feat: add copyright make lint and format
* feat: add config examples file
Signed-off-by: Xinwei Xiong <3293172751@qq.com>
* feat: add config examples file
Signed-off-by: Xinwei Xiong <3293172751@qq.com>
---------
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
Signed-off-by: Xinwei Xiong <3293172751@qq.com>
10 months ago
dependabot[bot]
fa55c44113
feat(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 ( #1579 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
Xinwei Xiong
e182d5e7df
feat: optimize mac deployment scripts ( #1795 )
10 months ago