chrislu
|
9025b72241
|
left menu can scroll now
|
3 weeks ago |
chrislu
|
7c4e44875f
|
refactor
|
3 weeks ago |
chrislu
|
74146870c5
|
remove v2 reference
|
3 weeks ago |
chrislu
|
165cf79b35
|
refactor
|
3 weeks ago |
chrislu
|
49338df3e2
|
remove unused
|
3 weeks ago |
chrislu
|
9cd3e613a5
|
remove
remove
|
3 weeks ago |
chrislu
|
b1296a0050
|
use volumeSizeLimitMB
|
3 weeks ago |
chrislu
|
699b28af14
|
use vacuumDetector
|
3 weeks ago |
chrislu
|
e1036f1b37
|
checkECEncodingCandidate use ecDetector
|
3 weeks ago |
chrislu
|
f7140d4577
|
reduce duplication
|
3 weeks ago |
chrislu
|
6659c213c3
|
config
|
3 weeks ago |
chrislu
|
a38465d04c
|
use schema defined defaults
|
3 weeks ago |
chrislu
|
319aa61dab
|
MaintenanceConfig use ConfigField
|
3 weeks ago |
chrislu
|
4e21b3de78
|
ensure correct default value
|
3 weeks ago |
chrislu
|
a24561797f
|
show default values
|
3 weeks ago |
chrislu
|
68d86af501
|
fix ec volumes list
|
3 weeks ago |
chrislu
|
13c0826f2f
|
display ec shard sizes
|
3 weeks ago |
chrislu
|
965ec4f51b
|
garbage percentage threshold
|
3 weeks ago |
chrislu
|
600bfbf671
|
rename
|
3 weeks ago |
chrislu
|
019de6dc7a
|
interval field UI component
|
3 weeks ago |
chrislu
|
8dd9b7cccf
|
show ec volumes
|
3 weeks ago |
chrislu
|
3b2c75d2bd
|
ec is mostly working now
* distribution of ec shards needs improvement
* need configuration to enable ec
|
3 weeks ago |
chrislu
|
379d585cc7
|
local copy, ec. Need to distribute.
|
3 weeks ago |
chrislu
|
0247bf2873
|
listing ec shards
|
3 weeks ago |
chrislu
|
ffd91383c6
|
worker can run ec work and report status
but:
1. one volume should not be repeatedly worked on.
2. ec shards needs to be distributed and source data should be deleted.
|
3 weeks ago |
chrislu
|
a3d727034a
|
clean up logs
|
3 weeks ago |
chrislu
|
c557ec0062
|
worker reconnect to admin
|
3 weeks ago |
chrislu
|
63817fe7ee
|
test canScheduleTaskNow
|
3 weeks ago |
chrislu
|
afdca513ac
|
sticky worker id
|
3 weeks ago |
chrislu
|
14e95186d6
|
skip task ID column
|
3 weeks ago |
chrislu
|
960acc031e
|
rendering pending tasks
|
3 weeks ago |
chrislu
|
6cf78754b2
|
build and restart
|
3 weeks ago |
chrislu
|
e7084c5b7e
|
compiles
|
3 weeks ago |
chrislu
|
16a29b57f9
|
compiles, detection uses volumeSizeLimitMB from master
|
3 weeks ago |
chrislu
|
a1966e9692
|
working worker and admin. Task detection is not working yet.
|
3 weeks ago |
chrislu
|
cd28ce7786
|
admin start wtih grpc port. worker has its own working directory
|
3 weeks ago |
chrislu
|
a4cf55a741
|
remove "enhanced" reference
|
3 weeks ago |
chrislu
|
30ad65bb5f
|
integration test. ec worker task
|
3 weeks ago |
chrislu
|
0d8e1f8a17
|
reorganized the codebase to move the simulation framework and tests into their own dedicated package
|
3 weeks ago |
chrislu
|
a0874d201c
|
added simulation as tests
|
3 weeks ago |
chrislu
|
add122484c
|
initial design
|
3 weeks ago |
Chris Lu
|
c6a22ce43a
|
Fix get object lock configuration handler (#6996)
* fix GetObjectLockConfigurationHandler
* cache and use bucket object lock config
* subscribe to bucket configuration changes
* increase bucket config cache TTL
* refactor
* Update weed/s3api/s3api_server.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* avoid duplidated work
* rename variable
* Update s3api_object_handlers_put.go
* fix routing
* admin ui and api handler are consistent now
* use fields instead of xml
* fix test
* address comments
* Update weed/s3api/s3api_object_handlers_put.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update test/s3/retention/s3_retention_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update weed/s3api/object_lock_utils.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* change error style
* errorf
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
4 weeks ago |
Chris Lu
|
69553e5ba6
|
convert error fromating to %w everywhere (#6995)
|
4 weeks ago |
chrislu
|
64c5dde2f3
|
support multiple masters
fix https://github.com/seaweedfs/seaweedfs/issues/6988
|
4 weeks ago |
chrislu
|
406aaf7c14
|
increase upload limit via browser
|
1 month ago |
chrislu
|
e7dfc3552c
|
admin ui adds object lock permissions
|
1 month ago |
Chris Lu
|
7cb1ca1308
|
Add policy engine (#6970)
|
1 month ago |
Chris Lu
|
687a6a6c1d
|
Admin UI: Add policies (#6968)
* add policies to UI, accessing filer directly
* view, edit policies
* add back buttons for "users" page
* remove unused
* fix ui dark mode when modal is closed
* bucket view details button
* fix browser buttons
* filer action button works
* clean up masters page
* fix volume servers action buttons
* fix collections page action button
* fix properties page
* more obvious
* fix directory creation file mode
* Update file_browser_handlers.go
* directory permission
|
1 month ago |
chrislu
|
49d43003e1
|
show volume size limit on dashboard
|
1 month ago |
chrislu
|
4fcbdc1f61
|
tweaking dashboard UI
|
1 month ago |