Commit Graph

11 Commits

Author SHA1 Message Date
David Ansari 579c58603e Support AMQP over WebSocket (OSS part) 2025-01-27 17:50:47 +01:00
Loïc Hoguin d4222f8216
make: Remove emptied rabbitmq-tools.mk 2024-08-29 15:19:14 +02:00
Rin Kuryloski 4ec33c8678
Fix some dialyzer build system errors in make (#11014)
* make amqp10_common dialyze green in make

* make rabbitmq_ct_client_helpers dialyze green with make

* fixup rabbitmq_prelaunch path ref

* Cleanup unused dep_* vars

* Fixup xref for rabbitmq_ct_helpers

I could not figure out how to make xref aware of the cli code without
also checking the cli code as well, and reporting additional errors

* remove unused file

* fix make diaylze for rabbitmq_stream_common

* update deps/oauth2_client/Makefile to match Bazel
2024-04-16 13:26:51 +02:00
Loïc Hoguin dc70cbf281
Update Erlang.mk and switch to new xref code 2022-05-31 13:51:12 +02:00
Michael Klishin 7c47d0925a
Revert "Correct a double quote introduced in #4603"
This reverts commit 6a44e0e2ef.

That wiped a lot of files unintentionally
2022-04-20 16:05:56 +04:00
Michael Klishin 6a44e0e2ef
Correct a double quote introduced in #4603 2022-04-20 16:01:29 +04:00
Philip Kuryloski 1ad078e4e6 Remove extra copies of rabbitmq-components.mk & erlang.mk 2022-03-24 15:20:09 +01:00
Jean-Sébastien Pédron bc70b14b14 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:55:00 +01:00
Jean-Sébastien Pédron 0d614b33a1 Keep only files related to Erlang client helpers
[#134347953]
2016-11-15 16:42:30 +01:00
Jean-Sébastien Pédron b95f8740c7 New PropEr helpers from branch rabbitmq-management-236 in rabbitmq-common
[#130086871]
2016-09-27 11:14:19 +02:00
Jean-Sébastien Pédron 15bb6984da Initial import of all testsuite helpers
[#130086871]
2016-09-15 11:51:31 +02:00