chrislu
|
a5f48de7d6
|
add vacuum operation
|
3 months ago |
chrislu
|
84d4ea0995
|
show volume details
|
3 months ago |
chrislu
|
e89941f390
|
weed admin: minor
|
3 months ago |
chrislu
|
645b6d2603
|
weed admin: disk types card can also show all disk type values, not just a count.
|
3 months ago |
chrislu
|
5e6d94319b
|
weed admin: add version to volumes page
|
3 months ago |
chrislu
|
ebb16f474c
|
remove status fields
|
3 months ago |
chrislu
|
40e3eae21f
|
admin ui: filter by collection
|
3 months ago |
chrislu
|
2268d2f55e
|
add back dynamic columns
|
3 months ago |
chrislu
|
1cac3e73f9
|
show counts for rack and disk type
|
3 months 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 months 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 months ago |
chrislu
|
f47c4aef5a
|
object store users
|
3 months ago |
chrislu
|
d4f4c04361
|
remove ttl for collections
|
3 months ago |
chrislu
|
471910736d
|
remove ttl from collections
|
3 months ago |
chrislu
|
757c436a82
|
collection has multiple disk types
|
3 months ago |
chrislu
|
ae1d0a82ce
|
add bucket quota
|
3 months ago |
chrislu
|
5c2b2e5513
|
clean up s3 bucket references
|
3 months 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 months ago |