summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_cli
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused .github directoriesJean-Sébastien Pédron2020-11-173-82/+0
| | | | | They were valid until the switch to the "monorepository" when everything was merged into a single Git repository.
* Wording and additional usage docsMichael Klishin2020-11-171-2/+8
| | | | (cherry picked from commit 3e3ef927b2471ec90899f449919bbdfa74bc5311)
* Allow "all" as a feature flag nameMichal Kuratczyk2020-11-172-1/+19
| | | | | | | | | | | `rabbitmqctl enable_feature_flag all` enables all currently disabled feature flags. While https://github.com/rabbitmq/rabbitmq-cli/issues/455 asked for `--all`, I decided to just use "all" for consistency with `rabbitmq-queues rebalance all`. Closes rabbitmq/rabbitmq-cli#455 (cherry picked from commit af9e877848cfe4434de697d756e64014d180a945)
* Monorepo GitHub ActionsPhilip Kuryloski2020-11-131-0/+5
| | | | | | | | Add GitHub Actions workflows for Erlang/OTP 22.3 & 23.0. The workflows run tests for each component that is now part of this repo, with test suite parallelization specifically for the rabbit erlang application.
* Update rabbitmq-components.mkArnaud Cogoluègnes2020-11-031-0/+2
|
* Provide an extra hint in 'rabbitmqctl add_user' outputMichael Klishin2020-10-251-1/+20
| | | | | to give the user an idea that she would have to grant permissions to the newly added user.
* Merge pull request #460 from rabbitmq/queue-type-info-keysArnaud Cogoluègnes2020-10-221-1/+2
|\ | | | | Add relevant info keys for stream and quorum queues
| * Add relevant info keys for stream and quorum queuesdcorbacho2020-10-191-1/+2
| |
* | Update rabbitmq-components.mkMichael Klishin2020-10-211-2/+2
| |
* | Avoid Elixir compiler warnings about unknown modulesMichael Klishin2020-10-201-1/+30
| | | | | | | | | | Note that JSON and CSV are listed under deps/0 but the compiler seemingly fails to discover them.
* | List Elixir 1.11 as supportedMichael Klishin2020-10-201-1/+1
| |
* | Simplify node ID generation to just a random number [0, 1024]Michael Klishin2020-10-201-5/+6
| |
* | mix formatLuke Bakken2020-10-191-14/+28
| |
* | Use the current epoch seconds to generate CLI nameLuke Bakken2020-10-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | This will limit the number of CLI node names to 1024 by taking the current epoch seconds modulo a random number between 1 and 1024. Follow-up to the following: rabbitmq/rabbitmq-server#552 https://groups.google.com/d/msg/rabbitmq-users/aSnlC5hSvMk/sIWtv5fxCgAJ
* | Don't consider nodes in maintenance mode to be quorum criticalMichael Klishin2020-10-191-4/+22
|/ | | | | | | | they should have transferred their QQ replicas to its peers and won't be considered for new replica placement or Raft leader elections. Closes #2469.
* Merge pull request #450 from rabbitmq/auth-attempt-metricsMichael Klishin2020-10-147-0/+300
|\ | | | | Add enable/disable and list auth attempt metrics
| * Auth attempt command naming, add JSON --formatter supportMichael Klishin2020-10-147-14/+146
| |
| * Add --by-source option to list auth attempts commanddcorbacho2020-09-241-13/+27
| |
| * Rename auth attempt commandsdcorbacho2020-09-234-18/+20
| |
| * Add enable/disable and list auth attempt metricsdcorbacho2020-08-284-0/+152
| |
| * Avoid double spacing between command linesMichael Klishin2020-08-051-1/+1
| | | | | | | | | | when no arguments are provided. This makes the output consistent with that of `help' and `--help'.
| * Update rabbitmq-components.mkLuke Bakken2020-08-041-13/+26
| |
| * Include total amount of memory used into 'rabbitmq-diagnostics status' outputMichael Klishin2020-07-311-3/+6
| | | | | | | | | | | | --formatter=json already reports that value. Spotted by Jon P on rabbitmq-users and @lukebakken.
| * Update rabbitmq-components.mkJean-Sébastien Pédron2020-07-301-4/+11
| |
| * Update rabbitmq-components.mkLuke Bakken2020-07-291-9/+9
| |
| * Update erlang.mkdcorbacho2020-07-211-1/+2
| |
| * Update rabbitmq-components.mkMichael Klishin2020-07-211-1/+1
| |
| * Update rabbitmq-components.mkMichael Klishin2020-07-211-2/+2
| |
| * More reliable drain and revive command assertionsMichael Klishin2020-07-213-3/+20
| |
| * Revert drop of Exhibit B on MPL 2.0dcorbacho2020-07-201-2/+8
| |
| * Update LICENSEdcorbacho2020-07-201-0/+4
| |
* | mix formatLuke Bakken2020-10-123-62/+118
| |
* | Travis CI: Update config from rabbitmq-commonJean-Sébastien Pédron2020-10-121-1/+1
| |
* | Travis CI: Update config from rabbitmq-commonJean-Sébastien Pédron2020-10-122-19/+13
| |
* | test: Remove assertions around `mnesia_dir_not_found`Jean-Sébastien Pédron2020-10-123-7/+0
| | | | | | | | | | | | ... when no Mnesia directory is specified. The reason is that the default behavior changed: if the node is unavailable and no Mnesia directory is configured, we use the default directory.
* | mix formatLuke Bakken2020-10-121-27/+43
| |
* | Handle offline remote node in rename_cluster_nodeLuke Bakken2020-10-121-1/+1
| | | | | | | | | | If the remote node is unavailable, we use the default values of `mnesia_dir` and `feature_flags_file`
* | Squash a compiler warningMichael Klishin2020-10-051-1/+1
| |
* | mix.exs: Bump requirement to 1.10.4Jean-Sébastien Pédron2020-10-051-1/+1
| | | | | | | | | | We only test against 1.10.4, so there is no way we can claim compatibility with older versions.
* | Update minimum required Elixir versionLuke Bakken2020-10-011-1/+1
| | | | | | | | | | | | | | | | See https://github.com/rabbitmq/rabbitmq-ci/pull/33 Part of an effort to use Elixir 1.9 as the minimum. cc @dumbbell
* | Fix stream commandsdcorbacho2020-09-303-30/+14
| |
* | Move set stream retention policy to rabbitm-streamsdcorbacho2020-09-304-2/+116
| | | | | | | | Add forgotten tests
* | Add/delete stream replica commandsdcorbacho2020-09-306-4/+149
| | | | | | | | | | New ctl utility for stream queues [#171207068]
* | Set stream retention policy commanddcorbacho2020-09-302-0/+121
| | | | | | | | [#171207092]
* | Shrink quorum queues on forget cluster node commanddcorbacho2020-09-251-0/+9
| | | | | | | | | | When the node is offline we can only offer a warning - operator must use the shrink command once the node is restarted
* | Squash a couple of compiler warningsMichael Klishin2020-09-222-2/+2
| |
* | Handle cases when there's no message to peek atMichael Klishin2020-09-211-0/+10
| |
* | 'rabbitmq-queues peek': tighter position validation, basic JSON formatter ↵Michael Klishin2020-09-212-5/+63
| | | | | | | | support
* | 'rabbitmq-queues peek': use MergesDefaultVirtualHostMichael Klishin2020-09-201-2/+1
| |
* | peek command: limit to rabbitmq-queuesMichael Klishin2020-09-201-1/+7
| |