chrislu
2f9321086f
add version, add alpha, add link to enterprise version
1 month ago
chrislu
471910736d
remove ttl from collections
1 month ago
chrislu
757c436a82
collection has multiple disk types
1 month ago
chrislu
b2849ec435
set uid gid
1 month ago
chrislu
ae1d0a82ce
add bucket quota
1 month ago
chrislu
5c2b2e5513
clean up s3 bucket references
1 month ago
Chris Lu
1defee3d68
Add admin component ( #6928 )
* init version
* relocate
* add s3 bucket link
* refactor handlers into weed/admin folder
* fix login logout
* adding favicon
* remove fall back to http get topology
* grpc dial option, disk total capacity
* show filer count
* fix each volume disk usage
* add filers to dashboard
* adding hosts, volumes, collections
* refactor code and menu
* remove "refresh" button
* fix data for collections
* rename cluster hosts into volume servers
* add masters, filers
* reorder
* adding file browser
* create folder and upload files
* add filer version, created at time
* remove mock data
* remove fields
* fix submenu item highlighting
* fix bucket creation
* purge files
* delete multiple
* fix bucket creation
* remove region from buckets
* add object store with buckets and users
* rendering permission
* refactor
* get bucket objects and size
* link to file browser
* add file size and count for collections page
* paginate the volumes
* fix possible SSRF
https://github.com/seaweedfs/seaweedfs/pull/6928/checks?check_run_id=45108469801
* Update weed/command/admin.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update weed/command/admin.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix build
* import
* remove filer CLI option
* remove filer option
* remove CLI options
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 month ago
chrislu
e5adc3872a
ensure deleted entries are deleted
fix https://github.com/seaweedfs/seaweedfs/issues/6936
1 month ago
chrislu
060ee1b9d5
fix tests
1 month ago
chrislu
2d0d429d2f
fix disk space calculation
1 month ago
chrislu
a788d9ab53
remove unnecessary code
2 months ago
chrislu
3d519fa2a6
only leader master should send telemetry
2 months ago
chrislu
1733d0ce68
remove features and deployments fields
2 months ago
chrislu
166e36bcd3
use telemetry.seaweedfs.com
2 months ago
Chris Lu
a1aab8a083
add telemetry ( #6926 )
* add telemetry
* fix go mod
* add default telemetry server url
* Update README.md
* replace with broker count instead of s3 count
* Update telemetry.pb.go
* github action to deploy
2 months ago
chrislu
5e79436498
reference seaweedfs.com
2 months ago
chalet
877b9b788a
update s3 session cache key ( #6923 )
2 months ago
chrislu
ab49540d2b
use master.toml value if not empty
fix https://github.com/seaweedfs/seaweedfs/issues/6922
2 months ago
Chris Lu
95261a712e
Improve lock ring ( #6921 )
* fix flaky lock ring test
* add more tests
2 months ago
Aleksey Kosov
4511c2cc1f
Changes logging function ( #6919 )
* updated logging methods for stores
* updated logging methods for stores
* updated logging methods for filer
* updated logging methods for uploader and http_util
* updated logging methods for weed server
---------
Co-authored-by: akosov <a.kosov@kryptonite.ru>
2 months ago
dependabot[bot]
5f1d2a9745
chore(deps): bump github.com/parquet-go/parquet-go from 0.24.0 to 0.25.1 ( #6851 )
* chore(deps): bump github.com/parquet-go/parquet-go from 0.24.0 to 0.25.1
Bumps [github.com/parquet-go/parquet-go](https://github.com/parquet-go/parquet-go ) from 0.24.0 to 0.25.1.
- [Release notes](https://github.com/parquet-go/parquet-go/releases )
- [Changelog](https://github.com/parquet-go/parquet-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/parquet-go/parquet-go/compare/v0.24.0...v0.25.1 )
---
updated-dependencies:
- dependency-name: github.com/parquet-go/parquet-go
dependency-version: 0.25.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* adjust to updated API
Fixed Reader Construction: Updated to use parquet.OpenFile() instead of passing io.Reader directly to NewReader()
Fixed EOF Handling: Changed the order of operations to process rows before checking for EOF
Added Zero Row Count Check: Added explicit check for rowCount == 0 as an additional termination condition
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
2 months ago
chrislu
7324cb7171
3.92
2 months ago
Aleksey Kosov
90c128e7a6
Context-based logging with request ID ( #6899 )
2 months ago
Chris Lu
a72c442945
Fix chunked data reading if iam not enabled ( #6898 )
* fix chunked data reading if iam not enabled
* add unit test
2 months ago
SmoothDenis
abd5102819
ydb filer improvements ( #6890 )
* fix(ydb): table creation with params
* fix(ydb): migrate to new query client & prevent creation table-bucket on get request
* fix(ydb): use new query client with kv req
* fix(ydb): use directory in every query
* fix(ydb): del unused import
* fix(ydb): tests & default const usage
2 months ago
chrislu
da728750be
follow grow volume option version
2 months ago
chrislu
2f1b3d68d7
pass volume version when creating a volume
2 months ago
chrislu
87927d068b
display volume version when listing
2 months ago
chrislu
9a115068af
adding cassandra2
fix https://github.com/seaweedfs/seaweedfs/issues/6888
2 months ago
chrislu
748bf5e4d3
add default value when reading needle version
2 months ago
chrislu
c602f53a6e
tail-volume-uses-the-source-volume-version
2 months ago
chrislu
d2be5822a1
refactoring
2 months ago
chrislu
96632a34b1
add version to volume proto
2 months ago
Chris Lu
5d8a391b95
filer store: fix nil for mongodb ( #6886 )
fix https://github.com/seaweedfs/seaweedfs/issues/6885
2 months ago
Alexey
29d1701c34
Fix url scheme using for forwarded request with changed proto ( #6884 )
2 months ago
chrislu
78069605a6
sort lifecycles
2 months ago
chrislu
f0e987dc9d
ensure consistent testing
2 months ago
Erik Jacobson
77397be070
allow distro mount command to use disableXAttr ( #6872 )
2 months ago
Konstantin Lebedev
958d88cb85
[shell] volume copy add param noLock ( #6871 )
2 months ago
chrislu
c26299b05a
3.91
2 months ago
NyaMisty
f894e7b7a5
Support filtering source disk type in volume.tier.upload ( #6868 )
2 months ago
NyaMisty
53e5c84523
Fix wrong error handling in volume.tier.upload when stream == nil but copyErr != nil ( #6867 )
2 months ago
NyaMisty
cdc543aa9e
Correctly sort in volume.list to ensure output consistency ( #6866 )
2 months ago
Gerry Hernandez
e653de54b4
FUSE Mount: Fix buffer allocation during copy ( #6863 )
Fix buffer allocation during FUSE copy
2 months ago
chrislu
c79e73aa2a
mount: complete fix for freebsd
fix https://github.com/seaweedfs/seaweedfs/issues/6645
2 months ago
chrislu
e71d681fee
refactor
2 months ago
chrislu
7c4d98446b
refactor
2 months ago
chrislu
f27e195354
refactoring
2 months ago
Bruce Zou
fa730abec7
fix rocksdb enumerate ( #6858 )
2 months ago
chrislu
33ecc8442e
refactor
2 months ago