Commit Graph

939 Commits

Author SHA1 Message Date
Michael Klishin 711d5ad1e3 Merge branch 'stable' into rabbitmq-management-65 2016-02-17 07:18:29 +03:00
Gabriele Santomaggio 41d390af27 added import vhost 2016-02-16 11:50:45 +01:00
Diana Corbacho a4b3016788 Escape vhost in URI 2016-02-15 16:33:01 +00:00
Gabriele Santomaggio 0dd0683914 added vhost on download definition function 2016-02-15 17:21:14 +01:00
Diana Corbacho 6c7ed5b6ad Add help for import/export on individual vhosts 2016-02-15 14:18:02 +00:00
Diana Corbacho 4ee6cbe88b Add import/export at vhost level to UI 2016-02-15 13:07:58 +00:00
Gabriele Santomaggio d07a5f5d1b updated sammy 0.7.6 2016-01-27 23:00:09 +01:00
Michael Klishin 1823333a40 Trailing ws 2016-01-26 01:51:53 +03:00
Gabriele Santomaggio 6303314adf redirect for currect_context 2016-01-25 09:58:09 +01:00
Gabriele Santomaggio fc659d282e fix IE enter key 2016-01-24 11:28:51 +01:00
Loïc Hoguin 67b060f105 Show an error on bad_request and not_found responses
Some validation can only be done server-side, therefore we need
to show a popup in some cases when the input was invalid.
2016-01-20 13:01:09 +01:00
Michael Klishin c637c4e188 Do not use for .. of from ECMAScript 2015
It is not supported by any Internet Explorer version:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of
2015-12-30 04:29:36 +03:00
chris 66698448a2 help toggle 2015-12-23 13:18:36 +00:00
Michael Klishin e3ca722005 Merge branch 'stable' 2015-11-27 03:11:08 +03:00
Philippe Serhal 3de1e3eab7 Fix backwards sort arrow icon.
It's conventional in GUIs to use a triangle or arrow icon to indicate how
data is currently sorted in a column - where the wide part of the triangle being
at the top and the narrow part at the bottom indicates that larger rows are above
(decreasing sort), and vice versa.  In other words, the direction in which the
icon width increases reflects the direction in which the values in the column increase.
2015-11-26 15:52:14 -08:00
Michael Klishin 8dd775472c Explain that this controls page size now 2015-11-27 02:27:46 +03:00
Gabriele Santomaggio afa77d38c7 fix connections 2015-11-20 09:57:22 +01:00
Gabriele Santomaggio 9d0c44ace2 fix redirect 2015-11-19 12:42:35 +01:00
Gabriele Santomaggio 2a5c2bbe47 changed redirect 2015-11-19 10:33:20 +01:00
Gabriele Santomaggio 27c4845733 unit tests 2015-11-18 16:42:01 +01:00
Gabriele Santomaggio 583b49a3ba removed unused variable 2015-11-17 17:31:55 +01:00
Gabriele Santomaggio 955286e0c6 pagination all contexts 2015-11-17 16:59:49 +01:00
Gabriele Santomaggio 05ebdae4e1 filter by name 2015-11-12 22:25:01 +01:00
Gabriele Santomaggio d3fa2ba2bd fix items 2015-11-11 14:50:05 +01:00
Michael Klishin 202f3672eb Fix autorefresh when a non-existent page is requested 2015-11-03 11:23:05 +03:00
Gabriele Santomaggio c6793e2ded fix spaces JS 2015-10-22 14:35:37 +02:00
Gabriele Santomaggio b7f1c524a1 fix code style 2015-10-22 12:51:56 +02:00
Gabriele Santomaggio b259ec9a64 fix code style 2015-10-22 12:46:52 +02:00
Gabriele Santomaggio 0bdb45a84d handle API errors 2015-10-22 09:55:36 +02:00
Gabriele Santomaggio 2f00265997 pages preferences 2015-10-15 12:44:36 +02:00
Gabriele Santomaggio f1ef53ec6b pagination UI 2015-10-13 15:53:20 +02:00
Jean-Sébastien Pédron d8e923605e Merge branch 'stable' 2015-09-11 18:52:48 +02:00
Jean-Sébastien Pédron cdaccb96eb priv/www/js/formatters.js: Remove duplicate of fmt_rate_num() 2015-09-11 13:55:39 +02:00
Gabriele Santomaggio 2138472eeb changed fmt_num_thousands issue 35. 2015-09-03 11:00:05 +01:00
Jean-Sébastien Pédron c9d16f56d1 Merge branch 'stable' 2015-05-20 09:47:44 +02:00
Jean-Sébastien Pédron ccb5806df0 partition.ejs: Be more constructive in the "partition detected" warning
Fixes #43.
2015-05-19 18:19:47 +02:00
Michael Klishin 029ac6f8ad Axe a path we ended up not using 2015-04-14 11:02:07 +03:00
Michael Klishin e2c1fd0cdb Introduce GET /api/vhosts/{vhost}/channels and /connections
Make lists of connections and channels honor the current vhost
scope when updating.

Fixes #34.
2015-04-14 00:22:19 +03:00
Simon MacMullen 513bc5e2a0 Oops, overview.ejs was missed out of 2e3edb4a
The comment for which was:
Simplify the mass of multiplying "updatable" divs (bug 26613)
If we make show/hide sections capable of being inside an updatable
div then we can wrap most of node.ejs in a single updatable rather
than having dozens of the things. This also means charts don't manage
their own updatability any more.
2015-03-04 12:28:07 +00:00
Simon MacMullen 1af90a8a8d Warn when stats db overloaded
Add the stats db queue length to the HTTP API, and display a warning
in the web UI if it seems to be getting out of hand.
2015-03-03 12:23:11 +00:00
Simon MacMullen 3821d1ed52 Add cluster link UI (bug 26598)
Make it possible to break out the chart header. Then use that to display
stats for cluster links.
2015-02-27 13:04:47 +00:00
Simon MacMullen 2e3edb4a03 Simplify the mass of multiplying "updatable" divs (bug 26613).
If we make show/hide sections capable of being inside an updatable
div then we can wrap most of node.ejs in a single updatable rather
than having dozens of the things. This also means charts don't manage
their own updatability any more.
2015-02-27 12:34:04 +00:00
Simon MacMullen 66320c2cac Consistency: everywhere else we use sentence case, not title-case 2015-02-20 12:50:17 +00:00
Simon MacMullen 3b939d00e0 Fix breakage introduced in bug 24781. 2015-02-18 13:43:51 +00:00
Simon MacMullen 45e34587f2 Support for x-max-priority in the management plugin. 2015-02-13 14:34:03 +00:00
Simon MacMullen c1354d9778 Small amount of doc. 2015-02-03 11:42:06 +00:00
Simon MacMullen 693243a885 Rename for consistency with other queue info items. 2015-02-03 11:11:19 +00:00
Simon MacMullen 843c5a9754 Add disk read and disk write message rates for queues. 2015-02-02 16:36:06 +00:00
Simon MacMullen e82c8691eb Don't use title case, we don't use it anywhere else. 2015-01-22 14:32:00 +00:00
Simon MacMullen c3ea0b7f14 Split out QI operations which apply to whole files at once. 2015-01-21 12:35:34 +00:00