chrislu
8493871406
remove sqlite due to GOOS support for freebsd and openbsd
3 weeks ago
chrislu
a7c57caa3f
3.93
3 weeks ago
Konstantin Lebedev
fd4154cfed
fix: s3 return BadDigest ( #6714 )
* fix: s3 return BadDigest
* adjust error message checking
---------
Co-authored-by: chrislu <chris.lu@gmail.com>
3 weeks ago
chrislu
798f797158
use float for sleep seconds
fix https://github.com/seaweedfs/seaweedfs/pull/6795
3 weeks ago
Chris Lu
9b7f3b78b7
enhance remote.cache to sync meta only, delete local extra ( #6941 )
3 weeks ago
Chris Lu
aa66852304
Admin UI add maintenance menu ( #6944 )
* add ui for maintenance
* valid config loading. fix workers page.
* refactor
* grpc between admin and workers
* add a long-running bidirectional grpc call between admin and worker
* use the grpc call to heartbeat
* use the grpc call to communicate
* worker can remove the http client
* admin uses http port + 10000 as its default grpc port
* one task one package
* handles connection failures gracefully with exponential backoff
* grpc with insecure tls
* grpc with optional tls
* fix detecting tls
* change time config from nano seconds to seconds
* add tasks with 3 interfaces
* compiles reducing hard coded
* remove a couple of tasks
* remove hard coded references
* reduce hard coded values
* remove hard coded values
* remove hard coded from templ
* refactor maintenance package
* fix import cycle
* simplify
* simplify
* auto register
* auto register factory
* auto register task types
* self register types
* refactor
* simplify
* remove one task
* register ui
* lazy init executor factories
* use registered task types
* DefaultWorkerConfig remove hard coded task types
* remove more hard coded
* implement get maintenance task
* dynamic task configuration
* "System Settings" should only have system level settings
* adjust menu for tasks
* ensure menu not collapsed
* render job configuration well
* use templ for ui of task configuration
* fix ordering
* fix bugs
* saving duration in seconds
* use value and unit for duration
* Delete WORKER_REFACTORING_PLAN.md
* Delete maintenance.json
* Delete custom_worker_example.go
* remove address from workers
* remove old code from ec task
* remove creating collection button
* reconnect with exponential backoff
* worker use security.toml
* start admin server with tls info from security.toml
* fix "weed admin" cli description
3 weeks ago
chrislu
302e62d480
link to volume details
3 weeks ago
chrislu
df30737505
adjust enterprise link
3 weeks ago
chrislu
fc55d2d8e0
link to volume detail page
3 weeks ago
chrislu
d8da465cd3
fix link to volume server; display volume space usage
3 weeks ago
chrislu
e85fbd29a1
refactor
3 weeks ago
chrislu
a5f48de7d6
add vacuum operation
3 weeks ago
chrislu
0c1d4b2d08
tweak ui
3 weeks ago
chrislu
84d4ea0995
show volume details
3 weeks ago
chrislu
2cfe079a1f
weed admin: remove system health status
3 weeks ago
chrislu
e89941f390
weed admin: minor
3 weeks ago
chrislu
645b6d2603
weed admin: disk types card can also show all disk type values, not just a count.
3 weeks ago
chrislu
5e6d94319b
weed admin: add version to volumes page
3 weeks ago
chrislu
ebb16f474c
remove status fields
3 weeks ago
chrislu
40e3eae21f
admin ui: filter by collection
3 weeks ago
chrislu
2268d2f55e
add back dynamic columns
3 weeks ago
chrislu
1cac3e73f9
show counts for rack and disk type
3 weeks ago
Chris Lu
080dce80eb
weed admin UI dynamically show columns ( #6939 )
* show counts for rack and disk type
* dynamically display columns if more than one value
* adjust ui
3 weeks ago
chrislu
ac82dd7c07
Delete admin
3 weeks ago
Konstantin Lebedev
93007c1842
[volume] refactor and add metrics for flight upload and download data limit condition ( #6920 )
* refactor concurrentDownloadLimit
* fix loop
* fix cmdServer
* fix: resolve conversation pr 6920
* 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>
* Improve lock ring (#6921 )
* fix flaky lock ring test
* add more tests
* fix: build
* fix: rm import util/version
* fix: serverOptions
* refactoring
---------
Co-authored-by: Aleksey Kosov <rusyak777@list.ru>
Co-authored-by: akosov <a.kosov@kryptonite.ru>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: chrislu <chris.lu@gmail.com>
3 weeks ago
Chris Lu
1db7c2b8aa
Add credential storage ( #6938 )
* add credential store interface
* load credential.toml
* lint
* create credentialManager with explicit store type
* add type name
* InitializeCredentialManager
* remove unused functions
* fix missing import
* fix import
* fix nil configuration
3 weeks ago
chrislu
6b706f9ccd
rename files
*_server.go - main server files
*_management.go - business logic
*_data.go - data structures and types
*_middleware.go - middleware logic
3 weeks ago
chrislu
f47c4aef5a
object store users
3 weeks ago
chrislu
4aec3c3fb9
purge unused
3 weeks ago
chrislu
76d773bf88
viewer, download, properties
3 weeks ago
chrislu
d4f4c04361
remove ttl for collections
3 weeks ago
chrislu
2f9321086f
add version, add alpha, add link to enterprise version
3 weeks ago
chrislu
471910736d
remove ttl from collections
3 weeks ago
chrislu
757c436a82
collection has multiple disk types
3 weeks ago
chrislu
b2849ec435
set uid gid
3 weeks ago
chrislu
ae1d0a82ce
add bucket quota
3 weeks ago
chrislu
5c2b2e5513
clean up s3 bucket references
3 weeks 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>
3 weeks ago
chrislu
e5adc3872a
ensure deleted entries are deleted
fix https://github.com/seaweedfs/seaweedfs/issues/6936
3 weeks ago
chrislu
060ee1b9d5
fix tests
3 weeks ago
chrislu
2d0d429d2f
fix disk space calculation
3 weeks ago
chrislu
a788d9ab53
remove unnecessary code
4 weeks ago
chrislu
3d519fa2a6
only leader master should send telemetry
4 weeks ago
chrislu
1733d0ce68
remove features and deployments fields
4 weeks ago
chrislu
166e36bcd3
use telemetry.seaweedfs.com
4 weeks 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
4 weeks ago
chrislu
5e79436498
reference seaweedfs.com
4 weeks ago
chalet
877b9b788a
update s3 session cache key ( #6923 )
4 weeks ago
chrislu
ab49540d2b
use master.toml value if not empty
fix https://github.com/seaweedfs/seaweedfs/issues/6922
4 weeks ago
Chris Lu
95261a712e
Improve lock ring ( #6921 )
* fix flaky lock ring test
* add more tests
4 weeks ago