summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up rabbit_fifo_usage table on queue.deletecleanup-rabbit-fifo-usagedcorbacho2021-02-252-2/+7
* rabbit_env: Use consistent styleJean-Sébastien Pédron2021-02-251-6/+4
* rabbitmq_stream_management: Ignore more dirs created by `gmake dist`Jean-Sébastien Pédron2021-02-251-1/+5
* mk/rabbitmq-run.mk: Compute rabbitmq_stream TCP port based on $(RABBITMQ_NODE...Jean-Sébastien Pédron2021-02-251-0/+3
* rabbit_env: pass Dialyzer againMichael Klishin2021-02-251-0/+3
* rabbit_env: remove one more direct call to os:list_env_vars/0Michael Klishin2021-02-251-1/+1
* Try ignore_xrefMichael Klishin2021-02-251-5/+12
* Pass xref on OTP 22 and 23Michael Klishin2021-02-251-7/+5
* os:list_env_vars/0 was renamed to os:env/0 in OTP 24Michael Klishin2021-02-251-1/+10
* Squash a warning on OTP 24Michael Klishin2021-02-251-1/+1
* As of Lager 3.8.2, Lager has a log_root defaultMichael Klishin2021-02-252-13/+10
* OTP 22 compatibilityMichael Klishin2021-02-241-2/+2
* Merge pull request #2842 from rabbitmq/mk-vesc-1003-shorter-direct-reply-to-keyMichael Klishin2021-02-245-22/+177
|\
| * Adapt to the types used by string:lexemes/2Michael Klishin2021-02-241-5/+4
| * Correctly use string:lexemes/2Michael Klishin2021-02-241-2/+2
| * Revisit type signatures that tripped up DialyzerMichael Klishin2021-02-241-8/+8
| * Fall back to v1 direct reply-to encodingMichael Klishin2021-02-242-14/+35
| * Limit direct reply-to identifier length growthMichael Klishin2021-02-245-9/+120
| * Extract direct reply-to PID encoding into a new moduleMichael Klishin2021-02-242-14/+38
|/
* Bump observer_cli to 1.6.0Michael Klishin2021-02-2440-40/+40
* Bump Lager to 3.8.2 for OTP 24 compatibilityMichael Klishin2021-02-2443-43/+55
* Merge pull request #2838 from rabbitmq/rabbitmq-server-2837Gabriele Santomaggio2021-02-231-14/+20
|\
| * Fix the docker image for use with uncompressed pluginsrabbitmq-server-2837Philip Kuryloski2021-02-231-14/+20
|/
* Adjust the version and tag selection mechanism for `make docker-image`Philip Kuryloski2021-02-231-2/+23
* `make docker-image` no longer pushes the image by defaultPhilip Kuryloski2021-02-232-1/+7
* Remove directories used by the server release pipelinePhilip Kuryloski2021-02-2332-2814/+0
* Remove redundant SOURCE_DIST_FILEGerhard Lazu2021-02-231-3/+0
* Build the docker image, don't just echoGerhard Lazu2021-02-232-4/+4
* Fix OPENSSL_PGP_KEY_IDS ENV in DockerfileGerhard Lazu2021-02-231-23/+1
* Use same docker config as the official rabbitmq imageGerhard Lazu2021-02-233-15/+48
* Revert "Remove the packaging directory"Philip Kuryloski2021-02-2349-0/+4368
* Log Shovel restart eventsMichael Klishin2021-02-231-0/+1
* Merge pull request #2791 from Appva/feature/jwksMichael Klishin2021-02-236-16/+495
|\
| * Enable jwks_http to run embedded without requiring a separate OTP applicationTeo Klestrup Röijezon2021-02-183-20/+8
| * Move jwks_http modules into the test folderTeo Klestrup Röijezon2021-02-183-0/+0
| * Document JWKS supportTeo Klestrup Röijezon2021-02-051-0/+16
| * JWKS testsTeo Klestrup Röijezon2021-02-055-0/+446
| * Support fetching JWT signing keys from JWKS endpointTeo Klestrup Röijezon2021-02-031-16/+45
* | Merge pull request #2833 from rabbitmq/oauth2-cuttlefish-supportMichael Klishin2021-02-227-0/+162
|\ \
| * | Destructure in the function headMichael Klishin2021-02-221-5/+3
| * | Remove a clause that would never matchMichael Klishin2021-02-221-23/+18
| * | Bindings in Erlang use CamelCaseMichael Klishin2021-02-221-2/+2
| * | cuttlefish:unvalid/1 expects a stringMichael Klishin2021-02-221-2/+2
| * | Make the tests greenMichal Kuratczyk2021-02-221-3/+19
| * | WIP: cuttlefish support for oauth2 pluginMichal Kuratczyk2021-02-227-0/+153
* | | No global response code for metadata in stream protocolArnaud Cogoluègnes2021-02-221-1/+0
* | | Fix stream protocol documentation after reviewArnaud Cogoluègnes2021-02-221-3/+4
* | | Merge pull request #2830 from rabbitmq/fix-amqp1_0_reader-crashesMichael Klishin2021-02-221-3/+7
|\ \ \
| * | | Don't crash on rabbit_net:setoptsLoïc Hoguin2021-02-221-2/+6
| * | | Fix conserve_resources alarm handlingLoïc Hoguin2021-02-221-1/+1