1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-07-26 21:42:48 +02:00
seaweedfs/weed/command
Chris Lu 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
2025-07-11 10:19:27 -07:00
..
scaffold remove sqlite due to GOOS support for freebsd and openbsd 2025-07-06 21:50:08 -07:00
admin.go Admin UI: Add message queue to admin UI (#6958) 2025-07-11 10:19:27 -07:00
autocomplete.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
backup.go pass volume version when creating a volume 2025-06-19 01:15:25 -07:00
benchmark.go change version directory 2025-06-03 22:46:10 -07:00
command.go Admin UI add maintenance menu (#6944) 2025-07-06 13:57:02 -07:00
compact.go pass volume version when creating a volume 2025-06-19 01:15:25 -07:00
download.go Added tls for http clients (#5766) 2024-07-16 23:14:09 -07:00
export.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filer.go * Fix undefined http serve behaiver (#6943) 2025-07-07 22:48:12 -07:00
filer_backup.go feat(filer.backup): add ignore errors option (#6235) 2024-11-14 08:40:55 -08:00
filer_cat.go Add context with request (#6824) 2025-05-28 11:34:02 -07:00
filer_copy.go added context to filer_client method calls (#6808) 2025-05-22 09:46:49 -07:00
filer_meta_backup.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
filer_meta_tail.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
filer_meta_tail_elastic.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filer_meta_tail_non_elastic.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filer_remote_gateway.go filer.remote.gateway not filer.remote.sync for filer.remote.gateway help string. (#5935) 2024-08-23 20:42:59 -07:00
filer_remote_gateway_buckets.go added context to filer_client method calls (#6808) 2025-05-22 09:46:49 -07:00
filer_remote_sync.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
filer_remote_sync_dir.go added context to filer_client method calls (#6808) 2025-05-22 09:46:49 -07:00
filer_replication.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
filer_sync.go filer sync: source path and exclude path support dir suffix (#6268) 2024-11-21 08:25:12 -08:00
filer_sync_jobs.go Fix filer sync set offset (#5197) 2024-01-12 10:57:18 -08:00
filer_sync_std.go go fmt 2021-09-01 02:45:42 -07:00
filer_sync_windows.go filer.backup: escape colon from path on windows 2021-05-29 06:45:27 -07:00
fix.go [Enhancement] support fix for remote files with command fix (#6961) 2025-07-10 06:13:16 -07:00
fuse.go Make fuse command linux/MacOS only (#6811) 2025-05-23 08:21:46 -07:00
fuse_notsupported.go Make fuse command linux/MacOS only (#6811) 2025-05-23 08:21:46 -07:00
fuse_std.go allow distro mount command to use disableXAttr (#6872) 2025-06-16 08:45:05 -07:00
iam.go * Fix undefined http serve behaiver (#6943) 2025-07-07 22:48:12 -07:00
imports.go Tarantool filer store (#6669) 2025-03-29 21:12:06 -07:00
master.go * Fix undefined http serve behaiver (#6943) 2025-07-07 22:48:12 -07:00
master_follower.go * Fix undefined http serve behaiver (#6943) 2025-07-07 22:48:12 -07:00
mount.go Ensure weed fuse master process exits after mounted (#6809) 2025-05-22 09:50:07 -07:00
mount_darwin.go remove dead code 2022-02-27 03:03:19 -08:00
mount_freebsd.go mount: complete fix for freebsd 2025-06-12 08:19:47 -07:00
mount_linux.go add more logs 2022-08-31 23:16:05 -07:00
mount_notsupported.go mount: complete fix for freebsd 2025-06-12 08:19:47 -07:00
mount_std.go mount: complete fix for freebsd 2025-06-12 08:19:47 -07:00
mq_agent.go Admin UI: Add message queue to admin UI (#6958) 2025-07-11 10:19:27 -07:00
mq_broker.go Admin UI: Add message queue to admin UI (#6958) 2025-07-11 10:19:27 -07:00
s3.go * Fix undefined http serve behaiver (#6943) 2025-07-07 22:48:12 -07:00
scaffold.go Add credential storage (#6938) 2025-07-02 18:03:17 -07:00
scaffold_test.go fix test 2019-11-28 18:44:27 -08:00
server.go add mq agent options to server.go 2025-07-09 09:02:26 -07:00
sftp.go change version directory 2025-06-03 22:46:10 -07:00
shell.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
update.go fix build 2025-06-03 22:50:45 -07:00
update_full.go Tarantool filer store (#6669) 2025-03-29 21:12:06 -07:00
upload.go merge current message queue code changes (#6201) 2024-11-04 12:08:25 -08:00
version.go reference seaweedfs.com 2025-06-26 11:09:17 -07:00
volume.go * Fix undefined http serve behaiver (#6943) 2025-07-07 22:48:12 -07:00
volume_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
webdav.go change version directory 2025-06-03 22:46:10 -07:00
worker.go Admin UI add maintenance menu (#6944) 2025-07-06 13:57:02 -07:00