Commit Graph

1633 Commits

Author SHA1 Message Date
GitHubPang 0f2a6123df
Fix typo in UI help hint 2021-10-04 08:01:43 +08:00
Gabriele Santomaggio 23d0e4d458 Add counters on detail pages
closes https://github.com/rabbitmq/rabbitmq-server/issues/3416
2021-09-14 17:26:05 +02:00
Gabriele Santomaggio 756282b056 Add counters on detail pages
closes https://github.com/rabbitmq/rabbitmq-server/issues/3416
2021-09-14 17:25:34 +02:00
Gabriele Santomaggio 346adc86af Add counters on detail pages
closes https://github.com/rabbitmq/rabbitmq-server/issues/3416
2021-09-14 17:18:49 +02:00
Arnaud Cogoluègnes b5700751cf
Add HTTP endpoint for stream publishers
References #3389
2021-09-10 15:14:09 +02:00
Arnaud Cogoluègnes 0038573f89
Display stream publishers in queue management page
If the queue is a stream. WIP, currently all the stream publishers
are listed, a new publishers per stream endpoint is required.

References #3389
2021-09-09 17:41:38 +02:00
Karl Nilsson 4112cc6f77 Clarify x-max-age options in management ui 2021-05-24 14:31:32 +01:00
Arnaud Cogoluègnes c30e013d7a
Rename max-segment-size to stream-max-segment-size-bytes 2021-05-20 10:16:19 +02:00
Arnaud Cogoluègnes f6d4c4f55d
Merge pull request #3012 from rabbitmq/stream-move-messages
Move messages from stream queues on the management UI
2021-05-18 15:33:19 +02:00
Michael Klishin 5d15ffc5eb
Escape username before displaying it
All other values displayed in pop-ups are already
escaped.
2021-05-06 06:57:43 +03:00
Michal Kuratczyk c6902ac49f
Remove "requeue false"
As discussed, since requeuing is impossible with auto ack, let's remove this part.
2021-04-29 14:20:49 +02:00
Michal Kuratczyk 95ef9fb693
More accurate ack mode description in the UI
I ran into this when working on metrics. This option sets `no_ack = true` which means an automatic ack. However, the old description, `Ack message requeue false`, suggests to me that there is a manual ack. I spent a lot of time trying to find a bug in the metrics code that counted this as an auto-acked message, when in fact it was an auto-acked message. :)
2021-04-29 09:07:44 +02:00
dcorbacho de8dd5fb69 Move messages from stream queues on the UI
Requires support of consumer args in shovel
2021-04-27 12:07:23 +02:00
dcorbacho 1c696a3b9e Hide consumer capacity for stream queues 2021-04-13 16:42:09 +01:00
dcorbacho 7427efde60 Report number of consumers for stream queues
Or any other queue type that doesn't report a consumers count but has consumer details
2021-04-13 16:41:35 +01:00
dcorbacho d325daf052 Report number of readers for stream queues 2021-04-13 16:41:32 +01:00
dcorbacho 6ae0dfcb70 Hide message body stats for stream queues 2021-04-13 16:40:29 +01:00
Michael Klishin b04d1cc3db
Improve UI help hint for consumer capacity 2021-02-24 21:27:04 +03:00
dcorbacho 930c78795c Rename consumer_utilisation to consumer_capacity
Capacity is 100% when there are online consumers and no messages
2021-02-24 16:20:52 +01:00
Lajos Gerecs 8d1afe42e1 fix search field for values containing spaces
The value of the input field was not surrounded by quotes properly,
which made values containing spaces not show up correctly.
2021-02-17 13:30:38 +01:00
Arnaud Cogoluègnes 1e583abd43
Add help tooltip for consumers channel column
To explain the channel can actually be a stream connection.
2021-01-21 09:29:36 +01:00
Arnaud Cogoluègnes b88ad3d265
Adapt consumer link in queue details page
Depending on whether the "owner" of the consumer is a channel (for AMQP
consumers) or a connection (for stream consumers) and whether the stream
management plugin is enabled or not. The link will lead to the channel
page, the connection page, or the stream connection page.
2021-01-20 17:01:31 +01:00
Michael Klishin a28c554a89
Merge pull request #2680 from rabbitmq/rabbitmq-managenet-2615
HTTP API reference: add documentation for pagination parameters
2021-01-13 20:52:23 +03:00
Michael Klishin 2ade2bf67f
HTTP API doc reference: wording, markup 2021-01-13 20:50:22 +03:00
Arnaud Cogoluègnes cbd3c8dfdd
Merge branch 'master' into rabbitmq-stream-management 2021-01-04 09:50:47 +01:00
Gabriele Santomaggio c2cc4b75de Add documentation for the pagination
fixes: https://github.com/rabbitmq/rabbitmq-server/issues/2615
2020-12-14 15:30:15 +01:00
Arnaud Cogoluègnes 335c7b4270
Do not split user tags in management UI
As they are no longer a comma-separated list in a string.

References #2667
2020-12-11 16:57:33 +01:00
Arnaud Cogoluègnes 7bbbe3bb12
Add proper title to stream connections page 2020-12-09 09:29:47 +01:00
Arnaud Cogoluègnes 3f1d010ecd
Add stream connection consumers REST endpoint 2020-12-07 15:56:23 +01:00
Arnaud Cogoluègnes 23d7e8114c
Introduce stream management plugin 2020-11-19 14:48:25 +01:00
dcorbacho a1f2284479 Hide Purge option for stream queues 2020-11-17 13:26:06 +00:00
Arnaud Cogoluègnes 2479628d05 Arrange queue arguments in UI
References rabbitmq/rabbitmq-server#2471
2020-10-21 16:41:54 +02:00
dcorbacho e395a5223c Add missing queue arguments for stream and quorum queues 2020-10-20 13:33:55 +01:00
Michael Klishin 4fd2ec4acf Clarify 2020-10-19 08:25:06 +03:00
Michael Klishin 9f4cea0f98 Further updates to health check endpoint docs
* Remove documentation to the now deprecated One True Health Check™.
   It is too intrusive and too prone to false positives to recommend.
 * Aliveness test is also a health check, and will respond with a 200
   or 503 as of #856
2020-10-19 08:13:54 +03:00
Michael Klishin c1a1bc9393 Simpler wording for new health check endpoint docs 2020-10-19 07:57:15 +03:00
dcorbacho ea37d7dd67 Document new health check endpoints 2020-10-16 11:48:56 +01:00
Michael Klishin 5377d5e7fb /auth-attempts => /auth/attempts in one more place 2020-10-14 20:27:07 +03:00
Michael Klishin b6f775fa24 /api/auth-attempts/ => /api/auth/attempts 2020-10-14 08:03:17 +03:00
dcorbacho 2947906180 Document auth attempts endpoints 2020-10-14 05:18:49 +03:00
dcorbacho e11f517a87 Add stream policies 2020-09-30 14:29:01 +01:00
dcorbacho 3cca5fc685 Stream queues memory breakdown 2020-09-30 14:29:01 +01:00
dcorbacho 95ec943ced Hide 'Get messages' drop down for stream queues
basic.get operation is not supported
2020-09-30 14:29:01 +01:00
dcorbacho 0686190f15 Stream queue
[#171206871]
2020-09-30 14:29:01 +01:00
kjnilsson 6920728bc6 Allow QQs to use expired/queue ttl 2020-09-07 09:45:18 +01:00
kjnilsson 78fd7a3c36 Allow quorum queues to use reject-publish 2020-09-07 09:45:18 +01:00
Ayanda-D ed7f9709a9 Per-user limits preload users select list 2020-08-31 09:02:46 +03:00
Ayanda-D 8164a97123 Per user-limits API documentation 2020-08-31 09:02:46 +03:00
Ayanda-D d21229832d Per user-limits frontend UI 2020-08-31 09:02:45 +03:00
Lajos Gerecs 5325692a09 fix zero time formatted as empty string
Previously the check was using non-strict equality, which meant that empty
string was displayed instead of 0. This can mislead users to think that
no value is set while actually, for example, the federation message expiry is
set to 0.
2020-08-24 14:57:27 +02:00