| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | convert error fromating to %w everywhere (#6995) | Chris Lu | 2 | -2/+2 | |
| 2023-09-25 | weed/replication/sub: fix dropped error (#4865) | Lars Lehtonen | 1 | -1/+4 | |
| 2022-09-14 | refactor(notification_kafka): `parition` -> `partition` (#3663) | Ryan Russell | 1 | -2/+2 | |
| 2022-08-31 | Bump gocloud.dev/pubsub/rabbitpubsub from 0.25.0 to 0.26.0 (#3541) | dependabot[bot] | 1 | -1/+1 | |
| * Bump gocloud.dev/pubsub/rabbitpubsub from 0.25.0 to 0.26.0 Bumps [gocloud.dev/pubsub/rabbitpubsub](https://github.com/google/go-cloud) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: gocloud.dev/pubsub/rabbitpubsub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update code * more code fix Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.com> | |||||
| 2022-08-17 | also migrate jsonpb | chrislu | 1 | -1/+1 | |
| 2022-08-17 | move proto package | chrislu | 4 | -4/+4 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 5 | -14/+14 | |
| 2022-07-06 | rabbitpubsub enable durable | Konstantin Lebedev | 1 | -4/+4 | |
| 2022-04-21 | conditionally build elastic, gocdk to reduce binary size | chrislu | 1 | -0/+3 | |
| 2022-02-04 | change to util.WriteFile | chrislu | 1 | -1/+1 | |
| 2021-10-14 | refactor: move from io/ioutil to io and os package | Eng Zer Jun | 1 | -3/+3 | |
| The io/ioutil package has been deprecated as of Go 1.16, see https://golang.org/doc/go1.16#ioutil. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> | |||||
| 2021-09-01 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2021-08-25 | cloud drive: add support for Wasabi | Chris Lu | 1 | -0/+1 | |
| * disable md5, sha256 checking to avoid reading one chunk twice * single threaded upload to avoid chunk swapping (to be enhanced later) | |||||
| 2021-02-11 | Do reconnect to RabbitMQ | Konstantin Lebedev | 1 | -9/+24 | |
| https://github.com/google/go-cloud/issues/2958 https://github.com/chrislusf/seaweedfs/issues/1773 | |||||
| 2021-02-10 | restart replication if RabbitMQ connection closed | Konstantin Lebedev | 1 | -0/+4 | |
| https://github.com/google/go-cloud/issues/2958 | |||||
| 2021-02-03 | fix log warn | Konstantin Lebedev | 1 | -1/+1 | |
| 2021-02-03 | RabbitMQ delay retry with Dead Letter Exchange | Konstantin Lebedev | 1 | -5/+89 | |
| https://github.com/chrislusf/seaweedfs/issues/1773 https://github.com/google/go-cloud/issues/2952 | |||||
| 2021-01-26 | notification add ack and nack | Chris Lu | 5 | -8/+25 | |
| 2020-04-10 | fix sqs message reading | Chris Lu | 1 | -1/+3 | |
| 2020-01-29 | support env variables to overwrite toml file | Chris Lu | 5 | -23/+23 | |
| 2019-11-18 | WIP | Chris Lu | 1 | -3/+3 | |
| 2019-07-17 | disable azure due to api changes | Chris Lu | 1 | -1/+1 | |
| 2019-04-05 | fix typo | Jonathan Amsterdam | 1 | -1/+1 | |
| 2019-04-04 | replication: add GoCDK PubSub support | Jonathan Amsterdam | 1 | -0/+50 | |
| 2018-11-01 | go fmt | Chris Lu | 2 | -6/+6 | |
| 2018-11-01 | separate into notification.toml, add gcp pub/sub message queue | Chris Lu | 1 | -0/+109 | |
| 2018-10-31 | support AWS SQS as file change notification message queue | Chris Lu | 3 | -0/+287 | |
