Commit Graph

14 Commits

Author SHA1 Message Date
David Ansari 60ae4d4eca
Support SASL mechanism EXTERNAL in Erlang AMQP 1.0 client (#11984)
* Support SASL mechanism EXTERNAL in Erlang AMQP 1.0 client

* Move test to plugin rabbitmq_auth_mechanism_ssl

In theory, there can be other plugin that offer SASL mechanism EXTERNAL.
Therefore, instead of adding a test dependency from app rabbit to app
rabbitmq_auth_mechanism_ssl, it's better to test this plugin specific
functionality directly in the plugin itself.
2024-08-14 18:18:00 +02:00
Rin Kuryloski eb94a58bc9 Add a workflow to compare the bazel/erlang.mk output
To catch any drift between the builds
2023-05-15 13:54:14 +02:00
Loïc Hoguin dc70cbf281
Update Erlang.mk and switch to new xref code 2022-05-31 13:51:12 +02:00
Philip Kuryloski a63f169fcb Remove duplicate rabbitmq-components.mk and erlang.mk files
Also adjust the references in rabbitmq-components.mk to account for
post monorepo locations
2021-03-22 15:40:19 +01:00
Jean-Sébastien Pédron 4126c28f32 Merge branch 'stable' 2017-05-16 18:01:20 +02:00
Jean-Sébastien Pédron 06ec7ca3cc Makefile: Load the new `rabbitmq-early-plugin.mk` early-stage plugin
See the corresponding commit in rabbitmq-common for an explanation.

[#144697185]
2017-05-16 17:29:44 +02:00
Jean-Sébastien Pédron 21f651151a Merge branch 'stable' 2016-12-07 15:33:34 +01:00
Jean-Sébastien Pédron b1fa335c46 Move from .app.src to Makefile variables
This is the recommended way with Erlang.mk.

By default, the version is inherited from rabbitmq-server-release when
the source archive is created, or computed from git-describe(1) (see
`rabbitmq-components.mk`). One can override the version from the command
line by setting the `PROJECT_VERSION` variable.

[#130992027]
2016-12-06 15:34:43 +01:00
Jean-Sébastien Pédron 90ddf232d2 Makefile: Remove rabbitmq_ct_helpers from TEST_DEPS for now
... because there is no testsuite.

[#130086871]
2016-09-19 13:17:27 +02:00
Jean-Sébastien Pédron 05cda840c9 Makefile: Explicitely list all DEPS
Sync rabbitmq-components.mk with rabbitmq-common to remove automatic
DEPS handling.

[#130086871]
2016-09-19 13:13:05 +02:00
Jean-Sébastien Pédron cf4e1ab76e DEPS: Remove rabbit 2015-10-26 18:11:30 +01:00
Jean-Sébastien Pédron d33f8635d6 Initla move to erlang.mk 2015-10-19 10:56:49 +02:00
David Wragg bd86e601cc Integrate with bug23568 2011-01-20 17:18:21 +00:00
Simon MacMullen a72d050e39 Create plugin for SASL EXTERNAL mechanism. 2011-01-10 12:17:06 +00:00