chrislu
9025b72241
left menu can scroll now
2025-07-27 02:40:36 -07:00
chrislu
7c4e44875f
refactor
2025-07-27 02:10:03 -07:00
chrislu
74146870c5
remove v2 reference
2025-07-27 00:50:17 -07:00
chrislu
165cf79b35
refactor
2025-07-27 00:28:15 -07:00
chrislu
49338df3e2
remove unused
2025-07-26 23:48:42 -07:00
chrislu
9cd3e613a5
remove
...
remove
2025-07-26 23:27:16 -07:00
chrislu
b1296a0050
use volumeSizeLimitMB
2025-07-26 23:04:24 -07:00
chrislu
699b28af14
use vacuumDetector
2025-07-26 22:45:27 -07:00
chrislu
e1036f1b37
checkECEncodingCandidate use ecDetector
2025-07-26 22:42:59 -07:00
chrislu
f7140d4577
reduce duplication
2025-07-26 22:16:24 -07:00
chrislu
6659c213c3
config
2025-07-26 22:06:31 -07:00
chrislu
a38465d04c
use schema defined defaults
2025-07-26 21:27:02 -07:00
chrislu
319aa61dab
MaintenanceConfig use ConfigField
2025-07-26 21:23:19 -07:00
chrislu
4e21b3de78
ensure correct default value
2025-07-26 20:10:22 -07:00
chrislu
a24561797f
show default values
2025-07-26 19:16:25 -07:00
chrislu
68d86af501
fix ec volumes list
2025-07-26 19:06:14 -07:00
chrislu
13c0826f2f
display ec shard sizes
2025-07-26 16:04:18 -07:00
chrislu
965ec4f51b
garbage percentage threshold
2025-07-26 13:28:52 -07:00
chrislu
600bfbf671
rename
2025-07-26 13:23:13 -07:00
chrislu
019de6dc7a
interval field UI component
2025-07-26 09:22:59 -07:00
chrislu
8dd9b7cccf
show ec volumes
2025-07-26 08:55:39 -07:00
chrislu
3b2c75d2bd
ec is mostly working now
...
* distribution of ec shards needs improvement
* need configuration to enable ec
2025-07-25 22:02:28 -07:00
chrislu
379d585cc7
local copy, ec. Need to distribute.
2025-07-25 20:49:48 -07:00
chrislu
0247bf2873
listing ec shards
2025-07-25 19:46:21 -07:00
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.
2025-07-25 15:24:31 -07:00
chrislu
a3d727034a
clean up logs
2025-07-25 13:16:59 -07:00
chrislu
c557ec0062
worker reconnect to admin
2025-07-25 02:12:51 -07:00
chrislu
63817fe7ee
test canScheduleTaskNow
2025-07-25 01:59:54 -07:00
chrislu
afdca513ac
sticky worker id
2025-07-25 01:59:22 -07:00
chrislu
14e95186d6
skip task ID column
2025-07-25 00:53:54 -07:00
chrislu
960acc031e
rendering pending tasks
2025-07-25 00:48:19 -07:00
chrislu
6cf78754b2
build and restart
2025-07-24 23:50:22 -07:00
chrislu
e7084c5b7e
compiles
2025-07-24 22:55:22 -07:00
chrislu
16a29b57f9
compiles, detection uses volumeSizeLimitMB from master
2025-07-24 22:37:09 -07:00
chrislu
a1966e9692
working worker and admin. Task detection is not working yet.
2025-07-24 21:58:08 -07:00
chrislu
cd28ce7786
admin start wtih grpc port. worker has its own working directory
2025-07-24 19:43:10 -07:00
chrislu
a4cf55a741
remove "enhanced" reference
2025-07-24 08:07:50 -07:00
chrislu
30ad65bb5f
integration test. ec worker task
2025-07-24 07:50:03 -07:00
chrislu
0d8e1f8a17
reorganized the codebase to move the simulation framework and tests into their own dedicated package
2025-07-24 01:08:10 -07:00
chrislu
a0874d201c
added simulation as tests
2025-07-24 01:00:25 -07:00
chrislu
add122484c
initial design
2025-07-24 00:37:02 -07:00
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 >
2025-07-18 02:19:50 -07:00
Chris Lu and GitHub
69553e5ba6
convert error fromating to %w everywhere ( #6995 )
2025-07-16 23:39:27 -07:00
chrislu
64c5dde2f3
support multiple masters
...
fix https://github.com/seaweedfs/seaweedfs/issues/6988
2025-07-15 10:51:07 -07:00
chrislu
406aaf7c14
increase upload limit via browser
2025-07-14 08:42:15 -07:00
chrislu
e7dfc3552c
admin ui adds object lock permissions
2025-07-13 20:29:25 -07:00
Chris Lu and GitHub
7cb1ca1308
Add policy engine ( #6970 )
2025-07-13 16:21:36 -07:00
Chris Lu and GitHub
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
2025-07-12 01:13:11 -07:00
chrislu
49d43003e1
show volume size limit on dashboard
2025-07-11 19:37:09 -07:00
chrislu
4fcbdc1f61
tweaking dashboard UI
2025-07-11 13:11:39 -07:00