Konstantin Lebedev
|
edee91ef0e
|
fix has changes false if deleted result size eq zero (#4909)
* fix has changes false if deleted result size eq zero
https://github.com/seaweedfs/seaweedfs/issues/4171
* fix change respos status 202 to 304 if the file has already been deleted
https://github.com/seaweedfs/seaweedfs/issues/4171
* fix delete if set apply changes
https://github.com/seaweedfs/seaweedfs/issues/4171
---------
Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
|
2023-10-12 08:15:20 -07:00 |
|
chrislu
|
35b5264ab7
|
rename
|
2023-10-11 21:44:56 -07:00 |
|
dependabot[bot]
|
fb450b2a5d
|
Bump golang.org/x/net from 0.15.0 to 0.17.0 (#4908)
|
2023-10-11 17:40:13 -07:00 |
|
Amir H. Yeganemehr
|
3e8604a4c5
|
add fs.mergeVolumes command into shell (#4907)
* add fs.compact command into shell
* rename fs.compact to fs.mergeVolumes
|
2023-10-10 12:47:18 -07:00 |
|
dependabot[bot]
|
08a45d6c84
|
Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#4906)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.16.0...v1.17.0)
---
updated-dependencies:
- dependency-name: github.com/spf13/viper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-09 10:01:51 -07:00 |
|
dependabot[bot]
|
c2d338160e
|
Bump github.com/aws/aws-sdk-go from 1.45.19 to 1.45.24 (#4904)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.45.19 to 1.45.24.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.45.19...v1.45.24)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-09 09:59:56 -07:00 |
|
dependabot[bot]
|
9662d71a3a
|
Bump github.com/rabbitmq/amqp091-go from 1.8.1 to 1.9.0 (#4905)
Bumps [github.com/rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/rabbitmq/amqp091-go/releases)
- [Changelog](https://github.com/rabbitmq/amqp091-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rabbitmq/amqp091-go/compare/v1.8.1...v1.9.0)
---
updated-dependencies:
- dependency-name: github.com/rabbitmq/amqp091-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-09 09:59:44 -07:00 |
|
dependabot[bot]
|
9242a6cc5d
|
Bump google.golang.org/api from 0.141.0 to 0.146.0 (#4903)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.141.0 to 0.146.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.141.0...v0.146.0)
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-09 09:59:24 -07:00 |
|
dependabot[bot]
|
49a0ee60b3
|
Bump github.com/tidwall/gjson from 1.16.0 to 1.17.0 (#4902)
Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.16.0 to 1.17.0.
- [Commits](https://github.com/tidwall/gjson/compare/v1.16.0...v1.17.0)
---
updated-dependencies:
- dependency-name: github.com/tidwall/gjson
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-09 09:59:15 -07:00 |
|
Konstantin Lebedev
|
2b3e39397e
|
fix: skipping checking active volumes with the same number of files at the moment (#4893)
* fix: skipping checking active volumes with the same number of files at the moment
https://github.com/seaweedfs/seaweedfs/issues/4140
* refactor with comments
https://github.com/seaweedfs/seaweedfs/issues/4140
* add TestShouldSkipVolume
---------
Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
|
2023-10-09 09:57:26 -07:00 |
|
Yuval Yacoby
|
3fe00996b2
|
added healthz endpoint to filer (#4899)
|
2023-10-08 07:03:18 -07:00 |
|
Andrew Garrett
|
082f67bfe9
|
Fix filer.backup local sink to propagate file mode changes (#4896)
|
2023-10-06 05:40:20 -07:00 |
|
chrislu
|
0fd7222d65
|
default to skip if less than 4 nodes
|
2023-10-05 11:13:48 -07:00 |
|
chrislu
|
7b3c63a8af
|
handle wrapped errors
|
2023-10-05 08:15:11 -07:00 |
|
chrislu
|
4e493d596c
|
minor
|
2023-10-05 08:13:53 -07:00 |
|
Yuval Yacoby
|
659133fb68
|
Helm chart jwt signing configuration (#4894)
* add helm chart config to customize jwt signing
* restore values
---------
Co-authored-by: Yuval Yacoby <yyacoby@paloaltonetworks.com>
|
2023-10-05 07:46:28 -07:00 |
|
Lars Lehtonen
|
530bdedf76
|
weed/operation: fix dropped error (#4888)
|
2023-10-03 10:55:20 -07:00 |
|
chrislu
|
6ebe26a765
|
Revert "Revert "Revert "Add disk type to prometheus metrics" (#4777)""
This reverts commit 567d788928.
|
2023-10-03 08:28:52 -07:00 |
|
chrislu
|
7540d43ee9
|
Revert "Revert "fix compilation""
This reverts commit f9abfd0b03.
|
2023-10-03 08:28:02 -07:00 |
|
chrislu
|
249c0e06ef
|
Revert "fix compilation"
This reverts commit 451ec6504d.
|
2023-10-03 08:27:50 -07:00 |
|
chrislu
|
a78c4141e5
|
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
|
2023-10-03 08:15:20 -07:00 |
|
chrislu
|
451ec6504d
|
fix compilation
|
2023-10-03 08:15:18 -07:00 |
|
chrislu
|
f9abfd0b03
|
Revert "fix compilation"
This reverts commit 0483ba3889.
|
2023-10-03 07:58:11 -07:00 |
|
fibbanachi
|
763d1946f9
|
add ingress for seaweedfs s3 (#4887)
|
2023-10-03 07:35:52 -07:00 |
|
chrislu
|
0483ba3889
|
fix compilation
|
2023-10-02 11:55:50 -07:00 |
|
chrislu
|
567d788928
|
Revert "Revert "Add disk type to prometheus metrics" (#4777)"
This reverts commit 9215ba24be.
|
2023-10-02 11:49:54 -07:00 |
|
chrislu
|
b5070d6280
|
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
|
2023-10-02 10:52:40 -07:00 |
|
dependabot[bot]
|
5fb90a3157
|
Bump github.com/aws/aws-sdk-go from 1.44.314 to 1.45.19 (#4886)
|
2023-10-02 08:46:53 -07:00 |
|
dependabot[bot]
|
a16c0fabca
|
Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (#4884)
|
2023-10-02 08:46:40 -07:00 |
|
dependabot[bot]
|
58b46229aa
|
Bump gocloud.dev/pubsub/natspubsub from 0.33.0 to 0.34.0 (#4883)
|
2023-10-02 08:46:25 -07:00 |
|
dependabot[bot]
|
c49dee4dad
|
Bump cloud.google.com/go/storage from 1.32.0 to 1.33.0 (#4882)
|
2023-10-02 08:46:07 -07:00 |
|
dependabot[bot]
|
f7ad82e03d
|
Bump golang.org/x/image from 0.11.0 to 0.12.0 (#4885)
|
2023-10-02 08:45:33 -07:00 |
|
Konstantin Lebedev
|
dffe00a822
|
fix: logger place msg (#4880)
|
2023-10-02 08:29:09 -07:00 |
|
chrislu
|
bf13f3ced7
|
add subscriber coordinator
|
2023-10-02 01:02:27 -07:00 |
|
chrislu
|
734178093e
|
refactor TopicPartition struct
|
2023-10-02 01:01:45 -07:00 |
|
chrislu
|
2a578b9033
|
refactor
|
2023-10-01 11:59:19 -07:00 |
|
chrislu
|
321fda552c
|
comment
|
2023-10-01 11:36:27 -07:00 |
|
chrislu
|
b02fdeabff
|
RetryForever => RetryUntil
|
2023-10-01 11:33:56 -07:00 |
|
chrislu
|
ebd6f96d35
|
adjust mq.proto
|
2023-09-30 21:47:57 -07:00 |
|
chrislu
|
02cb799481
|
add a test framework for grpc
|
2023-09-30 21:36:58 -07:00 |
|
chrislu
|
c4e6545197
|
fix compilation
|
2023-09-30 21:26:09 -07:00 |
|
chrislu
|
358cba43ef
|
update proto generated files
|
2023-09-30 13:19:25 -07:00 |
|
chrislu
|
597ab1e4bf
|
add design for mq balancer
|
2023-09-30 13:19:05 -07:00 |
|
chrislu
|
d7c211fe8c
|
adjust mq proto
|
2023-09-30 13:18:49 -07:00 |
|
chrislu
|
40888b5612
|
align 64bit atomic operation
fix https://github.com/seaweedfs/seaweedfs/issues/4878
|
2023-09-28 07:58:43 -07:00 |
|
aronneagu
|
abe599ee4a
|
Allow override internalTrafficPolicy (#4877)
|
2023-09-28 06:18:54 -07:00 |
|
Konstantin Lebedev
|
dd580190b4
|
fix: avoid deleting one replica without sync (#4875)
* fix: avoid deleting one replica without sync
https://github.com/seaweedfs/seaweedfs/issues/4647
* Update weed/shell/command_volume_fix_replication.go
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
* fix: revert this existing do option to positive
---------
Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
|
2023-09-27 23:12:10 -07:00 |
|
Konstantin Lebedev
|
44906f1f3b
|
fix: avoid error file name too long when writing a file (#4876)
|
2023-09-27 05:40:51 -07:00 |
|
chrislu
|
9d589b48e6
|
rename function
|
2023-09-26 15:17:33 -07:00 |
|
chrislu
|
17a0f3b0e0
|
adjust parameter names
|
2023-09-26 15:17:12 -07:00 |
|