1d0471aebb 
								
									
								
							
								 
							
						 
						
							
							
								
								Improve admin urls ( #7370 )  
							
							
 
							
							
							* Improve Master and Volume URLs in admin dashboard
- Add clickable URL for master node.
- Refactor Volume server URL to use PublicURL if set. 'address' is used
  as fallback.
* Make volume servers show in consistent order
- Sort servers by name to ensure predictable order after each refresh.
* address comment
---------
Co-authored-by: chrislu <chris.lu@gmail.com> 
							
						 
						7 days ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								9d013ea9b8 
								
									
								
							
								 
							
						 
						
							
							
								
								Admin UI: include ec shard sizes into volume server info ( #7071 )  
							
							
 
							
							
							* show ec shards on dashboard, show max in its own column
* master collect shard size info
* master send shard size via VolumeList
* change to more efficient shard sizes slice
* include ec shard sizes into volume server info
* Eliminated Redundant gRPC Calls
* much more efficient
* Efficient Counting: bits.OnesCount32() uses CPU-optimized instructions to count set bits in O(1)
* avoid extra volume list call
* simplify
* preserve existing shard sizes
* avoid hard coded value
* Update weed/storage/erasure_coding/ec_volume_info.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update weed/admin/dash/volume_management.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update ec_volume_info.go
* address comments
* avoid duplicated functions
* Update weed/admin/dash/volume_management.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* simplify
* refactoring
* fix compilation
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> 
							
						 
						3 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								64c5dde2f3 
								
							
								 
							
						 
						
							
							
								
								support multiple masters  
							
							
 
							
							
							fix https://github.com/seaweedfs/seaweedfs/issues/6988  
							
						 
						4 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								49d43003e1 
								
							
								 
							
						 
						
							
							
								
								show volume size limit on dashboard  
							
							
								
 
							
							
						 
						4 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								51543bbb87 
								
									
								
							
								 
							
						 
						
							
							
								
								Admin UI: Add message queue to admin UI ( #6958 )  
							
							
 
							
							
							* add a menu item "Message Queue"
* add a menu item "Message Queue"
  * move the "brokers" link under it.
  * add "topics", "subscribers". Add pages for them.
* refactor
* show topic details
* admin display publisher and subscriber info
* remove publisher and subscribers from the topic row pull down
* collecting more stats from publishers and subscribers
* fix layout
* fix publisher name
* add local listeners for mq broker and agent
* render consumer group offsets
* remove subscribers from left menu
* topic with retention
* support editing topic retention
* show retention when listing topics
* create bucket
* Update s3_buckets_templ.go
* embed the static assets into the binary
fix https://github.com/seaweedfs/seaweedfs/issues/6964  
							
						 
						4 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2cfe079a1f 
								
							
								 
							
						 
						
							
							
								
								weed admin: remove system health status  
							
							
								
 
							
							
						 
						4 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ebb16f474c 
								
							
								 
							
						 
						
							
							
								
								remove status fields  
							
							
								
 
							
							
						 
						4 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b706f9ccd 
								
							
								 
							
						 
						
							
							
								
								rename files  
							
							
 
							
							
							*_server.go - main server files
*_management.go - business logic
*_data.go - data structures and types
*_middleware.go - middleware logic 
							
						 
						4 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f47c4aef5a 
								
							
								 
							
						 
						
							
							
								
								object store users  
							
							
								
 
							
							
						 
						4 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ae1d0a82ce 
								
							
								 
							
						 
						
							
							
								
								add bucket quota  
							
							
								
 
							
							
						 
						4 months ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5c2b2e5513 
								
							
								 
							
						 
						
							
							
								
								clean up s3 bucket references  
							
							
								
 
							
							
						 
						4 months ago  
				
					
						
							
							
								 
						
							
							
								
								
							
							
								
							
								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> 
							
						 
						4 months ago