Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/appleboy/gorush

A push notification server written in Go (Golang).
https://github.com/appleboy/gorush

ci: refactor testing workflow and environment

- Update the testing workflow to use Node.js version `16-bullseye` instead of `10.18-jessie` in ...

a81f182f52dcef1c0c4449a3b773e39a5002c473 authored 9 months ago by Bo-Yi Wu <[email protected]>
chore: refactor FCM and update dependencies

- Update Go version from `1.18` to `1.21`
- Upgrade various dependencies to newer versions
- Rem...

6e4608d6f980baa473993aee112ba2478f97d58e authored 9 months ago by Bo-Yi Wu <[email protected]>
chore: improve .goreleaser.yaml configuration

- Standardize quotation marks in `.goreleaser.yaml` checksums name template
- Add changelog conf...

01d8775459e99923228a91baf3b397b1838598f4 authored 9 months ago by Bo-Yi Wu <[email protected]>
ci: update workflows and actions for CI/CD optimization

- Update GitHub CodeQL actions from v2 to v3 in codeql.yaml workflow
- Remove and re-add Go setu...

51c80a034156ed711e527f156e110bf41463c36b authored 9 months ago by Bo-Yi Wu <[email protected]>
ci: enhance CI testing workflow and dependencies

- Rename GitHub workflow file from `lint.yml` to `testing.yml`
- Add checkout step to the testin...

b74d17f9cd7b704d556e80ba4db5faf044dc38b4 authored 9 months ago by Bo-Yi Wu <[email protected]>
docs(readme): fix typo (#758)

Signed-off-by: guoguangwu <[email protected]>

61814ba20fcb9dc12f701bb7fe858e1cbcbc117c authored about 1 year ago by guangwu <[email protected]>
ci: update setup-go action to version 5 in multiple files

- Update the `setup-go` action to version 5 in `goreleaser.yml`
- Update the `setup-go` action t...

b537728f04c2386c400bea42325de3e2b8f6e2a8 authored about 1 year ago by Bo-Yi Wu <[email protected]>
feat: update GRPC server to support minimum TLS version TLS 1.2

- Add support for minimum TLS version TLS 1.2 in the GRPC server

Signed-off-by: Bo-Yi Wu <apple...

86af425149b7dccea76fe9ce59e0c1c3fbb06b1b authored about 1 year ago by Bo-Yi Wu <[email protected]>
feat(grpc): add TLS support (#755)

80509be761dfba7d67f5c3ac0165687b02416feb authored about 1 year ago by buzzy <[email protected]>
chore(dev): add air command for develop

Signed-off-by: appleboy <[email protected]>

855abf48e37532460dd96146fabdcf3ac6c00ed4 authored about 1 year ago by appleboy <[email protected]>
chore(CI): update checkout version

Signed-off-by: appleboy <[email protected]>

9a3f66a9d7ad79dc8209dd32f8d58f417c966131 authored about 1 year ago by appleboy <[email protected]>
chore(deps): bump dependency

Signed-off-by: appleboy <[email protected]>

05bddc870342d9723ce1b3c5c818f8d5a5bbfb7a authored about 1 year ago by appleboy <[email protected]>
chore(docker): upgrade alpine to 3.18 version

Signed-off-by: appleboy <[email protected]>

35bcd2b9c2485119f965072295df2272169f507e authored about 1 year ago by appleboy <[email protected]>
feat: refactor functions to include context.Context parameter

- Change the function signature of `DispatchFeedback` to include a `context.Context` parameter
-...

18b8be4e9c1ab38259160b891c39c953b1001de3 authored about 1 year ago by Bo-Yi Wu <[email protected]>
docs: add homebrew installation instructions to README

- Add a section for installing from homebrew in the README.md file

Signed-off-by: Bo-Yi Wu <app...

8507bcb3bfa00716d7882643569036bba2444dc5 authored about 1 year ago by Bo-Yi Wu <[email protected]>
chore: remove Homebrew formula for gorush

- Delete the file `HomebrewFormula/gorush.rb`

Signed-off-by: Bo-Yi Wu <[email protected]>

2aea0471c53fcc0ec77c21f8b7dc9d6263343eef authored about 1 year ago by Bo-Yi Wu <[email protected]>
feat: update deployment configurations for Gorush and Gorush Redis

- Change the number of replicas from 3 to 2 in `k8s/gorush-deployment.yaml`
- Update the image v...

182dfc6fec7e83dc850a65dd5bb73846d1c76abf authored about 1 year ago by Bo-Yi Wu <[email protected]>
chore: update GitHub Actions configuration

- Change the cron schedule from `'30 1 * * 0'` to `"30 1 * * 0"` in `.github/workflows/codeql.ya...

d1891f97201d9ae06a793191b33aa9329686bb65 authored about 1 year ago by Bo-Yi Wu <[email protected]>
chore: update resource requests and limits for gorush deployments

- Increase CPU request for gorush-deployment.yaml to "250m"
- Increase memory request for gorush...

60834b3db09071f935a0b6beaa1d49a7816e68fd authored about 1 year ago by Bo-Yi Wu <[email protected]>
build: update download links for `gorush` to version 1.16.3 for multiple platforms

- Update the download link for `gorush` to version 1.16.3 for Linux amd64
- Update the download ...

e9bd77cbcc156296d0e18dee5322f6341ff06b35 authored about 1 year ago by Bo-Yi Wu <[email protected]>
chore: update dependencies to latest versions

- Update the version of `github.com/spf13/viper` from `v1.16.0` to `v1.17.0`
- Update the versio...

5f3f44197b7373c2f8abdf1e41e0654fbbb37a88 authored about 1 year ago by Bo-Yi Wu <[email protected]>
chore: update dependencies to latest versions

- Update the version of `github.com/gin-contrib/logger` from `v0.2.5` to `v0.2.6`
- Update the v...

a91e6a0fec87f5bdb1702cf516b237e185852a41 authored about 1 year ago by Bo-Yi Wu <[email protected]>
refactor: refactor global variables and constants in notify package

- Remove unused `feedbackClient` variable and `init` function in `notify/feedback.go`
- Add `tra...

a3bf25aa4d37921b079ea91ef978de9f92cfde5b authored about 1 year ago by Bo-Yi Wu <[email protected]>
refactor: refactor function signatures and imports in notify and router packages

- Remove the import of `github.com/appleboy/gorush/logx` in `notify/feedback.go`
- Add the impor...

d7a0cb5b671021c7b5e187dca8a87ce975e23e8d authored about 1 year ago by Bo-Yi Wu <[email protected]>
fix #751: Use one http.Client instance for feedback callbacks (#752)

Co-authored-by: Закиров Алихан <[email protected]>

d4af7bccf051a4995477728fd28d677f10658dd4 authored about 1 year ago by alikhanz <[email protected]>
docs: Fixed README section about running docker container with custom config (#747)

4a73a2b3e02beb2904b71bd39872d7fb8cb4e294 authored over 1 year ago by Muhammed Mujtaba Roohani <[email protected]>
ci(lint): improve error handling and linting configuration

- Remove `depguard` from the linters in `.golangci.yml`
- In `notification_fcm.go`, replace empt...

812e45ebc910380476678b6f400a32d93de6e84e authored over 1 year ago by Bo-Yi Wu <[email protected]>
ci(netlify): update Go version and improve test accuracy

- Update the Go version from `1.18` to `1.20` in the netlify configuration

Signed-off-by: Bo-Yi...

2eda39aa928ac74a5d3f895a46dbda2d85ae4209 authored over 1 year ago by Bo-Yi Wu <[email protected]>
docs(readme): "Enhance core configuration and response handling"

- Reformat the comments for `sync` and `feedback_hook_url` in the `core` section for better read...

c5082dedf19cdd012ce2803d26f5b842d481e022 authored over 1 year ago by Bo-Yi Wu <[email protected]>
chore(feedbak): refactor feedback dispatch and configuration handling (#745)

fix #686

- Removed `nolint` comment from `config.go`
- Reorganized and added comments for `...

caac8d0612ff91d1a2a03db586bc45a4fd30cb81 authored over 1 year ago by Bo-Yi Wu <[email protected]>
build: refactor build configuration and remove unused sections

- Remove comments from `.goreleaser.yaml`
- Add support for FreeBSD, ppc64le, s390x, and more AR...

781cf8f04293bb524a5a5062ce0b9cc790ac153c authored over 1 year ago by Bo-Yi Wu <[email protected]>
chore: update Go dependencies to latest versions

- Update github.com/mattn/go-isatty from v0.0.17 to v0.0.18
- Update google.golang.org/grpc from...

af7cc889a494d122925ca88ef3462fb1210cb982 authored over 1 year ago by Bo-Yi Wu <[email protected]>
chore(deps): upgrade github actions module

b5f576467857d4e1c5867d00b53c56bc2cb863f2 authored almost 2 years ago by Bo-Yi Wu <[email protected]>
chore(deps): upgrade go module

97a397bf05ee9ff293dab3c08c5866c90355d3dd authored almost 2 years ago by Bo-Yi Wu <[email protected]>
chore: Updating external dependencies.: update Golang dependencies to latest versions

- Update `golang.org/x/crypto` from v0.6.0 to v0.7.0
- Update `golang.org/x/net` from v0.7.0 to ...

ded3bb5854ae13f5c81d2bc646660493bede0649 authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
[Snyk] Upgrade minimist from 1.2.6 to 1.2.8 (#728)

Co-authored-by: snyk-bot <[email protected]>

415a8ca7eb29d7952969c0ece9406def203708a0 authored almost 2 years ago by Bo-Yi Wu <[email protected]>
chore(deps): upgrade gin to 1.9.0

Signed-off-by: Bo-Yi.Wu <[email protected]>

85fe50f3b4366f24d88385c5561935be3c417c94 authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
chore(docker): run as non root user in container (#727)

7c039f9b375d62a352dcf62b441f53d3e19cdf3e authored almost 2 years ago by Bo-Yi Wu <[email protected]>
chore(CI): add goreleaser config

5a8b7afa28a411c2df68a2d9feb2926585ef76ce authored almost 2 years ago by Bo-Yi Wu <[email protected]>
chore(binary): support LDFLAGS by goreleaser

fix https://github.com/appleboy/gorush/issues/713

5af237945ec6646176c77de3b54377d8e0c41cf2 authored almost 2 years ago by Bo-Yi Wu <[email protected]>
docs(readme): update binary link.

9b67d16e170350f9237df3f3defdd93904c78038 authored almost 2 years ago by Bo-Yi Wu <[email protected]>
chore(docker): support multiple platform

fix https://github.com/appleboy/gorush/issues/720

f434c97a683fbb4db65d39d63a3b6b6767c27b0d authored almost 2 years ago by Bo-Yi Wu <[email protected]>
chore(lint): should be written without leading space

Signed-off-by: Bo-Yi.Wu <[email protected]>

a493ed67ba161909314644fec9e25ac71c3e518f authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
chore(message): Add option to redact contents of messages in logs (#719)

a35fc9fbd2c6e6eef641ffe5f745f2ddfef72f1e authored almost 2 years ago by Ethan Nguyen <[email protected]>
chore(deps): upgrade go module

Signed-off-by: Bo-Yi.Wu <[email protected]>

131e8a156b6475433ffc1b5497f2ddbc45b4576c authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
chore(deps): upgrade action package

af06a3d0d196b490f459044733f858b50489e12d authored almost 2 years ago by Bo-Yi Wu <[email protected]>
chore(deps): upgrade go package

3b4a53d3bbce41d04c55c5cf36c84e3975420ab7 authored almost 2 years ago by Bo-Yi Wu <[email protected]>
docs(readme): add lint and testing badge

Signed-off-by: Bo-Yi.Wu <[email protected]>

3d74660e8ef2d1d7f2dda0937dae6d85d860c2de authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
docs(readme): remove yaml checker

Signed-off-by: Bo-Yi.Wu <[email protected]>

20715b8179f5002b2d8008ea1678909442814cd5 authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
chore(CI): remove deepsource and snyk config

Signed-off-by: Bo-Yi.Wu <[email protected]>

002a9392d6f5759e06ee5f0adf9cc1f1ee1074f4 authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
chore(CI): rename workerflow

Signed-off-by: Bo-Yi.Wu <[email protected]>

de72aa68b1112d1d62f132efe716081fc06e1cb4 authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
chore(CI): update build docker image

Signed-off-by: Bo-Yi.Wu <[email protected]>

d114bd40d824cb61de12ed3dfee68bdb651a88b0 authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
chore(deps): Bump github.com/gin-gonic/gin from 1.8.1 to 1.8.2 (#708)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

e5ed68665f994200ba585cb303f208653b78a914 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
docs(readme): remove drone badge.

Signed-off-by: Bo-Yi.Wu <[email protected]>

2a9a32be483b42e7359f1e55c7e9f20d79a285ff authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
docs(readme): add 1.16.0 binary link

Signed-off-by: Bo-Yi.Wu <[email protected]>

b0a94500ea06de01078d2dddfb99a1d1da67048d authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
chore(CI): update setup-go version

Signed-off-by: Bo-Yi.Wu <[email protected]>

1d3c5bba4781fc86368246f319d51a85ec8bf689 authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
chore(CI): add enable check for raw data

Signed-off-by: Bo-Yi.Wu <[email protected]>

b0f414bc7f588e698dd304fe910f85610c7391e6 authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
chore(CI): rename

Signed-off-by: Bo-Yi.Wu <[email protected]>

982b31a1f6d6b64e820066a4783d79ec7c437582 authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
chore(CI): remove drone build config files

https://github.com/appleboy/gorush/issues/704

Signed-off-by: Bo-Yi.Wu <[email protected]>

18826b8afbd113b21e5d85f83935ac64031ae85f authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
chore(CI):support docker build in GitHub Actions

https://github.com/appleboy/gorush/issues/704

Signed-off-by: Bo-Yi.Wu <[email protected]>

6b6ef695db5e94892809d5a6881c856c30726d8f authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
chore(CI): add binary build step in GitHub Actions

https://github.com/appleboy/gorush/issues/704

Signed-off-by: Bo-Yi.Wu <[email protected]>

7101fbd9c8405b7786425ac7e2f7ce956abe22da authored almost 2 years ago by Bo-Yi.Wu <[email protected]>
docs: remove buy me coffee

951f698014198346402fc8ce1be9dab2767d6aff authored about 2 years ago by Bo-Yi Wu <[email protected]>
chore(deps): Bump minimatch from 3.0.4 to 3.1.2 in /rpc/example/node (#699)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored...

c51a6e368c078fd24c0d159d4e5d534b3d00e94b authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(security): upgrade badger package

3bbc62c2bb817aac65837ddc2842417ececb3006 authored about 2 years ago by Bo-Yi Wu <[email protected]>
chore(CI): Upload coverage to Codecov

https://github.com/appleboy/gorush/issues/704

250033ba6c7eea804e3e9f8fd3930d11cdd0786e authored about 2 years ago by Bo-Yi Wu <[email protected]>
chore(CI): Add testing

https://github.com/appleboy/gorush/issues/704

Signed-off-by: Bo-Yi.Wu <[email protected]>

b83b45814789a2a2b6aa544e4ecd273046ae34a8 authored about 2 years ago by Bo-Yi.Wu <[email protected]>
fix(lint): warning from golangci-lint tool

https://github.com/appleboy/gorush/issues/704

Signed-off-by: Bo-Yi.Wu <[email protected]>

4ef30a0cdcfe4ab684b12a767df4777634a7a5d9 authored about 2 years ago by Bo-Yi.Wu <[email protected]>
chore(CI): add check documentation using embedmd command

https://github.com/appleboy/gorush/issues/704

Signed-off-by: Bo-Yi.Wu <[email protected]>

89bc97d15eab65ed93d5d10b9aac3f73db8d62f0 authored about 2 years ago by Bo-Yi.Wu <[email protected]>
fix(lint): from golangci-lint warning.

https://github.com/appleboy/gorush/issues/704

0f6a5ac6c5d66416d4db58d6273d8940ab8f4668 authored about 2 years ago by Bo-Yi Wu <[email protected]>
chore(deps): update github actions dependency.

99f9956b481245181a60684e684d754bca9ff56b authored about 2 years ago by Bo-Yi Wu <[email protected]>
fix(lint): update some warning from golangci-lint

https://github.com/appleboy/gorush/issues/704

Signed-off-by: Bo-Yi.Wu <[email protected]>

83a6e63af9fd140aadfcc5a71300c02c2e848895 authored about 2 years ago by Bo-Yi.Wu <[email protected]>
chore(CI/CD): add golangci-lint for github actions

https://github.com/appleboy/gorush/issues/704

Signed-off-by: Bo-Yi.Wu <[email protected]>

577083639c0106b2d4d953513c1c6f05d621801a authored about 2 years ago by Bo-Yi.Wu <[email protected]>
fix(lint): golangci-lint warning.

Signed-off-by: Bo-Yi.Wu <[email protected]>

fe402a578a8bc2675c453337840aeefe3719567a authored about 2 years ago by Bo-Yi.Wu <[email protected]>
chore(gRPC): a new unary server interceptor for panic recovery (#703)

fix #691

6fa9769a31a41afde2898e6eef127b478b0361c4 authored about 2 years ago by Bo-Yi Wu <[email protected]>
[Snyk] Upgrade google-protobuf from 3.21.1 to 3.21.2 (#700)

Co-authored-by: Bo-Yi Wu <[email protected]>

673f552d2901f533354c93183dcda6748a0fec49 authored about 2 years ago by Snyk bot <[email protected]>
chore(gRPC): add PushType and Development (#702)

fix #697

1d839f56c52f702cedcc8aa82ba178ea5f10c229 authored about 2 years ago by Bo-Yi Wu <[email protected]>
chore(CI): disabled build linux arm version in drone

Signed-off-by: Bo-Yi.Wu <[email protected]>

a8ad48cb113ea02f7f75ff3605914c27d184d76c authored about 2 years ago by Bo-Yi.Wu <[email protected]>
chore(CI): upgrade golang to v1.19

Signed-off-by: Bo-Yi.Wu <[email protected]>

61adf6c2bb55a1b64142ba00cf0fd263a49673f8 authored about 2 years ago by Bo-Yi.Wu <[email protected]>
docs: fix starchart link

Signed-off-by: Bo-Yi.Wu <[email protected]>

ab2731687f19477755098c55428c713ec1be31d8 authored about 2 years ago by Bo-Yi.Wu <[email protected]>
chore(deps): upgrade go dependency version

Signed-off-by: Bo-Yi.Wu <[email protected]>

fe330dc28d06e2de288e2c5dd1f2ba5d93a329f5 authored about 2 years ago by Bo-Yi.Wu <[email protected]>
fix(redis-stream): upgrade to v0.0.3 version

fix #693
fix #689

Signed-off-by: Bo-Yi.Wu <[email protected]>

dd8de531e2f41b6684d04773d5611d0fece9ca25 authored about 2 years ago by Bo-Yi.Wu <[email protected]>
refactor: import order.

d801a47c963c2f68a923b8c0b2f0a516151ec7b5 authored about 2 years ago by Bo-Yi Wu <[email protected]>
[Snyk] Upgrade google-protobuf from 3.21.0 to 3.21.1 (#694)

Snyk has created this PR to upgrade google-protobuf from 3.21.0 to 3.21.1.

See this package i...

ebe37233194236ca0bc94f4a9aff184dec9963dd authored about 2 years ago by Snyk bot <[email protected]>
chore(deps): update go dependency

1e99a9c67fe0ad868153c4680442b9a124fa73ed authored about 2 years ago by Bo-Yi Wu <[email protected]>
refactor(gRPC): update go proto file

8b4424c518ef0892fbd32adc3bca6a35ade0cc5b authored about 2 years ago by Bo-Yi Wu <[email protected]>
refactor(rcp): move health interface to core package

e13a05bc082e6e32983bcf307237c4c6db48fa9a authored about 2 years ago by Bo-Yi Wu <[email protected]>
refactor(storage): move interface to core package

4be2c8036db74bcc0637eeb3f59c815ba64933fd authored about 2 years ago by Bo-Yi Wu <[email protected]>
docs(config.yml): update comment.

Signed-off-by: Bo-Yi.Wu <[email protected]>

111a7cce49436fd42780be7e4b544f543312f7a7 authored about 2 years ago by Bo-Yi.Wu <[email protected]>
docs(config): Add comments that sync mode only works if the queue engine is local. (#692)

Co-authored-by: yukia3e <[email protected]>

24d2861f1c30ecaba2487ec7621f4915b8cd0245 authored about 2 years ago by Yuki Abe <[email protected]>
[Snyk] Upgrade google-protobuf from 3.20.1 to 3.21.0 (#687)

7f4a6670a9822e7f326c622e77a68585abdee8f1 authored over 2 years ago by Snyk bot <[email protected]>
fix: hadolint missing pkg version

Signed-off-by: Bo-Yi Wu <[email protected]>

2c29b4b6582fb79b30660dcdfd1cc9acf82fe49c authored over 2 years ago by Bo-Yi Wu <[email protected]>
Fixes #676: Update dockerfile; Update alpine base images; Fix multiple CVEs (#677)

Co-authored-by: Bo-Yi Wu <[email protected]>

409c0d76b53a3cae506d8c354d6ca8de8bfac43b authored over 2 years ago by Hilário Coelho <[email protected]>
Fixes #661: iOS interruption level support (#679)

Co-authored-by: Ever <[email protected]>
Co-authored-by: Bo-Yi Wu <ap...

cf67458c43c55610eb6a5674fb3991224ec44fc2 authored over 2 years ago by Hilário Coelho <[email protected]>
[Snyk] Upgrade google-protobuf from 3.20.0 to 3.20.1 (#680)

Co-authored-by: Bo-Yi Wu <[email protected]>

754e50d482d01169574e6edf3260844903ce5a5d authored over 2 years ago by Snyk bot <[email protected]>
[Snyk] Upgrade async from 3.2.3 to 3.2.4 (#682)

Co-authored-by: snyk-bot <[email protected]>

372c8f45237df73a7382f04f9bc595743527be95 authored over 2 years ago by Bo-Yi Wu <[email protected]>
chore: upgrade all dependency version (#683)

fix #675 #682 #680 issue

b8697e69b51cb8c07c17cb3892bef02c488f338d authored over 2 years ago by Bo-Yi Wu <[email protected]>
chore(mod): upgrade yaml version

Signed-off-by: Bo-Yi Wu <[email protected]>

625cf1c2967e4839ceda1964258d51b30fada86d authored over 2 years ago by Bo-Yi Wu <[email protected]>
chore(gin): upgrade to v1.8.0

Signed-off-by: Bo-Yi Wu <[email protected]>

ae8806b20d4da9dad48c1ae8950e2d469b32676a authored over 2 years ago by Bo-Yi Wu <[email protected]>
chore: enable open collective for sponsor

Signed-off-by: Bo-Yi Wu <[email protected]>

5998dc1e6f0f30c0b7c081c87009a68ec54bc930 authored over 2 years ago by Bo-Yi Wu <[email protected]>
Update FUNDING.yml

e871bd3e8bb8e7e799ec621efcefef3949e5f162 authored over 2 years ago by Bo-Yi Wu <[email protected]>