Jean-Sébastien Pédron
b5d5a8ac3e
Update rabbitmq-components.mk
2017-10-13 14:13:26 +02:00
Jean-Sébastien Pédron
11938a68de
Update rabbitmq-components.mk
2017-10-13 12:15:50 +02:00
Michael Klishin
44b0b38cf1
Update rabbitmq-components.mk
2017-09-13 17:54:39 -04:00
Michael Klishin
de242754b4
Update rabbitmq-components.mk
2017-09-13 17:45:42 -04:00
Michael Klishin
dce975c92a
Update rabbitmq-components.mk
2017-09-12 19:53:30 -04:00
Michael Klishin
df58b47b52
Update rabbitmq-components.mk
2017-09-12 12:42:02 -04:00
Michael Klishin
189c85eb80
Merge branch 'stable'
2017-09-08 14:51:49 -04:00
Michael Klishin
9a4b3f630e
More README updates
2017-09-08 14:51:37 -04:00
Michael Klishin
b5ce6c5109
Merge branch 'stable'
2017-09-08 14:36:25 -04:00
Michael Klishin
033ec93e8e
Update LICENSE
2017-09-08 14:36:17 -04:00
Daniil Fedotov
7f7ad335f1
Merge branch 'stable'
2017-08-30 19:20:45 +01:00
Daniil Fedotov
706d21e968
Update erlang.mk
2017-08-30 18:46:44 +01:00
Michael Klishin
e6b172c81b
Erlang/OTP 19.2 is now the minimum supported version.
...
Part of rabbitmq/rabbitmq-server#1305.
[#149563549 ]
2017-07-26 19:03:11 +03:00
Michael Klishin
8e27dce27a
Update rabbitmq-components.mk
2017-07-26 03:48:36 +03:00
Michael Klishin
dae12452b9
Update rabbitmq-components.mk
2017-07-26 02:27:14 +03:00
Michael Klishin
6c7fb63156
Update rabbitmq-components.mk
2017-06-12 20:17:06 +03:00
Michael Klishin
97bdbd4161
Update rabbitmq-components.mk
2017-06-12 18:35:46 +03:00
Michael Klishin
da0f26e633
Merge branch 'stable'
2017-06-02 18:11:26 +03:00
Michael Klishin
d12e030caf
Update rabbitmq-components.mk
2017-06-02 17:51:33 +03:00
Michael Klishin
1da6382e38
Update rabbitmq-components.mk
2017-06-02 00:43:29 +03:00
Michael Klishin
7d4d8c76a5
Update rabbitmq-components.mk
2017-06-01 18:01:47 +03:00
Jean-Sébastien Pédron
a2100fde8a
Merge branch 'stable'
2017-05-16 18:10:41 +02:00
Jean-Sébastien Pédron
e6c3c3797f
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:36:34 +02:00
Jean-Sébastien Pédron
05e90efb4b
Update erlang.mk
2017-05-16 17:36:34 +02:00
Jean-Sébastien Pédron
f9d14d80f2
Merge branch 'stable'
2017-04-19 12:53:07 +02:00
Jean-Sébastien Pédron
22eab2d133
Update erlang.mk
2017-04-19 12:04:06 +02:00
Michael Klishin
05545c12fa
Merge branch 'stable'
2017-04-02 22:02:41 +03:00
Michael Klishin
67128d311f
(c) year
2017-04-02 21:49:00 +03:00
Michael Klishin
6d74d8167b
Update rabbitmq-components.mk
2017-02-11 23:29:36 +03:00
Michael Klishin
0183b43ea0
Update rabbitmq-components.mk
2017-02-10 11:16:37 +03:00
Michael Klishin
2bbbee55c6
Update rabbitmq-components.mk
2017-02-10 03:06:30 +03:00
Michael Klishin
d6595e8408
merge branch 'stable'
2017-02-08 16:56:56 +03:00
Michael Klishin
468a133f7b
Update rabbitmq-components.mk
2017-02-08 16:38:20 +03:00
Michael Klishin
f32ba468f7
merge branch 'stable'
2017-02-06 19:51:40 +03:00
Michael Klishin
a3c77a0965
Update rabbitmq-components.mk
2017-02-06 19:23:59 +03:00
Jean-Sébastien Pédron
0ed9a6db6a
Update rabbitmq-components.mk
2017-02-02 17:17:13 +01:00
Michael Klishin
d46ef4e7d7
merge branch 'stable'
2017-01-31 18:19:38 +03:00
Michael Klishin
daffe666ca
Update rabbitmq-components.mk
2017-01-31 18:06:33 +03:00
Jean-Sébastien Pédron
6cd8a34eb7
Travis CI: Import changes from rabbitmq-auth-backend-amqp
2016-12-12 14:24:24 +01:00
Jean-Sébastien Pédron
6ffb4d1427
Merge branch 'stable'
2016-12-09 19:24:39 +01:00
Jean-Sébastien Pédron
af15966641
Update rabbitmq-components.mk
2016-12-08 19:14:50 +01:00
Jean-Sébastien Pédron
014c426ad1
Travis CI: Use Ubuntu Trusty image to have access to Elixir
...
Also, required `sudo` so a VM is used instead of a container. This makes
the test much longer, but allows us to install non-whitelisted packages
such as xsltproc.
2016-12-08 17:50:25 +01:00
Jean-Sébastien Pédron
41d460d770
Merge branch 'stable'
2016-12-07 15:48:35 +01:00
Jean-Sébastien Pédron
28898975d1
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 16:33:03 +01:00
Michael Klishin
0235b7c054
Merge branch 'stable'
2016-11-29 21:19:19 +03:00
Michael Klishin
09940f0677
Update rabbitmq-components.mk
2016-11-29 20:59:36 +03:00
Jean-Sébastien Pédron
5ad1c391b8
Merge branch 'stable'
2016-11-25 11:48:06 +01:00
Jean-Sébastien Pédron
2207f59bd7
Update rabbitmq-components.mk
2016-11-25 10:51:00 +01:00
Jean-Sébastien Pédron
0054c53d18
Merge branch 'stable'
2016-11-25 10:36:36 +01:00
Jean-Sébastien Pédron
568fcb4da8
Update rabbitmq-components.mk
2016-11-25 10:08:21 +01:00
Jean-Sébastien Pédron
21f3a99088
Merge branch 'stable'
2016-11-24 10:35:24 +01:00
Jean-Sébastien Pédron
ae084b3c90
Add rabbitmq_ct_client_helpers to TEST_DEPS
2016-11-24 10:35:18 +01:00
Jean-Sébastien Pédron
c473c337e8
Update rabbitmq-components.mk
2016-11-23 18:06:05 +01:00
Gerhard Lazu
3f67128e96
Merge branch 'stable'
2016-11-22 16:53:28 +00:00
Gerhard Lazu
b5e89ab016
Update erlang.mk
2016-11-22 16:19:59 +00:00
Gerhard Lazu
7da6d9ede5
Update rabbitmq-components.mk
2016-11-22 16:16:39 +00:00
Jean-Sébastien Pédron
12c16ad94e
Update erlang.mk
2016-11-14 11:57:28 +01:00
Jean-Sébastien Pédron
a2c0d98f84
Update rabbitmq-components.mk
2016-11-10 16:56:46 +01:00
Jean-Sébastien Pédron
fe8c388c81
Merge branch 'stable'
2016-09-23 16:18:10 +02:00
Jean-Sébastien Pédron
9f16407830
Update rabbitmq-components.mk
2016-09-23 11:23:08 +02:00
Jean-Sébastien Pédron
f146d4f411
Update erlang.mk
2016-09-22 17:56:54 +02:00
Jean-Sébastien Pédron
2d3fff3cbd
rabbitmq_recent_history_exchange.app: Depend on rabbit_common
2016-09-20 11:39:35 +02:00
Jean-Sébastien Pédron
aa4f3a3675
Makefile: Explicitely list all DEPS
...
Sync rabbitmq-components.mk with rabbitmq-common to remove automatic
DEPS handling.
[#130086871 ]
2016-09-20 11:39:21 +02:00
Jean-Sébastien Pédron
7209a48b62
Update erlang.mk
2016-09-20 11:38:36 +02:00
Jean-Sébastien Pédron
414bb20e2c
Merge branch 'stable'
2016-09-15 16:41:46 +02:00
Jean-Sébastien Pédron
279eccf756
Update rabbitmq-components.mk
2016-09-15 15:50:30 +02:00
Jean-Sébastien Pédron
14268b9dd8
Travis CI: Test on Erlang 18.3 and 19.0 only
2016-09-06 12:19:42 +02:00
Jean-Sébastien Pédron
71d91af9ab
Merge branch 'stable'
2016-09-06 12:19:28 +02:00
Jean-Sébastien Pédron
49c365d325
Travis CI: Initial configuration, copied from rabbitmq-shovel
2016-09-06 12:16:58 +02:00
Jean-Sébastien Pédron
59570fc978
Merge branch 'stable'
2016-09-02 16:07:36 +02:00
Jean-Sébastien Pédron
0a3957a57c
Update rabbitmq-components.mk
2016-09-02 13:22:26 +02:00
Jean-Sébastien Pédron
61b8ff1ee7
Update rabbitmq-components.mk
2016-09-02 12:03:32 +02:00
Michael Klishin
bd767e7702
Update rabbitmq-components.mk
2016-07-14 15:44:13 +03:00
Michael Klishin
feb067923e
Update rabbitmq-components.mk
2016-07-14 15:37:34 +03:00
Michael Klishin
4a1743e672
Update rabbitmq-components.mk
2016-07-14 13:40:54 +03:00
Michael Klishin
cb7b62d894
Update rabbitmq-components.mk
2016-07-14 13:20:02 +03:00
kjnilsson
43549191f9
Merge branch 'stable'
2016-06-23 09:22:38 +01:00
Michael Klishin
309b1285fa
Use a separate exchange per test
2016-06-22 22:41:39 +03:00
Michael Klishin
eea95714c8
Merge pull request #18 from fenollp/patch-1
...
.gitignore: make absolute paths relative
2016-06-22 17:46:51 +03:00
Michael Klishin
3ae4892227
Switch test suite to Common Test
...
Fixes #23 .
2016-06-22 17:45:59 +03:00
Michael Klishin
677d2ce5f2
Merge pull request #20 from rabbitmq/rabbitmq-delayed-message-exchange-3
...
Stub for type specific exchange info
2016-06-02 16:33:05 +03:00
Michael Klishin
c49c85d907
Merge branch 'stable'
2016-05-29 23:35:51 +03:00
Michael Klishin
faec5cc726
Update rabbitmq-components.mk
2016-05-29 23:21:55 +03:00
Michael Klishin
369bd5c7d4
Update CONTRIBUTING.md, add CODE_OF_CONDUCT.md
2016-05-28 09:55:46 -07:00
Michael Klishin
67edf6d6cd
Update CONTRIBUTING.md, add CODE_OF_CONDUCT.md
2016-05-28 14:22:50 +03:00
Daniil Fedotov
987aa65f6d
Stub for type specific exchange info
2016-05-20 12:09:54 +01:00
kjnilsson
cda42f0bc4
Merge branch 'stable'
2016-05-18 13:22:06 +01:00
Karl Nilsson
fbd7ee3b81
Update rabbitmq-components.mk
2016-05-18 12:48:01 +01:00
Michael Klishin
bcbba12022
Update rabbitmq-components.mk
2016-05-17 11:17:54 +03:00
Michael Klishin
e5a874b6fe
Update rabbitmq-components.mk
2016-05-17 10:16:10 +03:00
Daniil Fedotov
03e70ee90b
Stub for broker_version_requirements
2016-04-22 14:42:18 +01:00
Michael Klishin
8bda16b536
Merge branch 'stable'
2016-03-23 17:20:57 +03:00
Michael Klishin
fddbcc298c
Update rabbitmq-components.mk
2016-03-23 17:13:41 +03:00
Michael Klishin
718a99dbeb
Merge branch 'stable'
2016-01-01 13:10:51 +03:00
Michael Klishin
28c547c21e
Update (c) info
2016-01-01 12:59:18 +03:00
Pierre Fenoll
c1ae59ebf2
.gitignore: make absolute paths relative
2015-12-28 17:18:11 +01:00
Michael Klishin
00da8df381
Update README.md
2015-12-27 17:38:33 +03:00
Jean-Sébastien Pédron
4380968205
Rmove `rabbit` from the DEPS
2015-12-21 17:36:09 +01:00
Jean-Sébastien Pédron
f46c97547d
Update erlang.mk
2015-12-18 20:34:16 +01:00
Jean-Sébastien Pédron
4c0f9c2122
Sync with upstream build.config
2015-12-18 20:33:03 +01:00
Jean-Sébastien Pédron
519b6f1521
Update rabbitmq-components.mk
2015-12-18 19:08:09 +01:00
Alvaro Videla
06edc6788a
port tests to erlang.mk
2015-12-09 14:35:19 +01:00
Alvaro Videla
697e7cfdf3
port to erlang.mk
2015-12-09 14:35:00 +01:00
Alvaro Videla
9c3db64019
fixes connection leaking on tests
2015-09-16 15:22:02 +03:00
Alvaro Videla
04c4005c6d
bumps app version to 1.2.1
2015-05-22 11:23:27 +02:00
Alvaro Videla
bd6b0e0b76
updates install instructions
2015-04-14 16:10:24 +02:00
Alvaro Videla
347dadf09b
removes binaries
2015-04-14 16:07:48 +02:00
Carl Hörberg
226ce17c42
indentation styling
2015-04-14 10:48:04 +08:00
Carl Hörberg
f6907c6b48
Save the full message as is in mnesia
2015-04-14 10:04:09 +08:00
Carl Hörberg
866a64e802
Store the routing key along with the message
...
Fixes #13
2015-04-13 11:53:12 +08:00
Alvaro Videla
2da3459bc6
fixes bug that won't replicatee tables to other nodes
2014-09-25 15:31:50 +02:00
Alvaro Videla
73f580fd98
adds multinode tests
2014-09-23 19:16:25 +02:00
Alvaro Videla
5e28a61b2f
adds new binary
2014-06-19 12:31:38 +02:00
Alvaro Videla
468d403989
bumps app version
2014-06-19 11:34:45 +02:00
Alvaro Videla
8389c950f3
fixes #8
2014-06-19 11:28:13 +02:00
Alvaro Videla
d747e24be5
fixes test for older versions of Erlang
2014-06-16 12:19:34 +02:00
Alvaro Videla
ff2923864f
adds 3.3.1 version
2014-05-16 16:26:55 +02:00
Alvaro Videla
00f9a4720e
adds new binary
2014-04-03 15:51:05 +02:00
Alvaro Videla
76e6a5a9cc
bumps plugin version
2014-04-03 15:49:44 +02:00
Alvaro Videla
8c70aaa881
updates to current rabbit_basic API
2014-04-03 15:44:37 +02:00
Alvaro Videla
66f56bd548
updates README
2014-03-28 19:09:11 +01:00
Alvaro Videla
147df0724a
adds new binary
2014-03-28 19:01:09 +01:00
Alvaro Videla
5f9eaf4a5d
bumps version
2014-03-28 18:59:42 +01:00
Alvaro Videla
3af395fa4d
makes sure Length is > 0
2014-03-28 18:54:26 +01:00
Alvaro Videla
3282315dbe
adds validation for length param
2014-03-28 18:51:04 +01:00
Alvaro Videla
b103d2ff67
removes wrong copyright header
2014-03-27 16:33:41 +01:00
Alvaro Videla
fd3989619b
updats README
2014-03-26 20:52:32 +01:00
Alvaro Videla
59eec7fc5b
adds binary version
2014-03-26 20:44:22 +01:00
Alvaro Videla
b2daa1f4b9
bumps version number
2014-03-26 20:37:20 +01:00
Alvaro Videla
5434832dd6
adds disable_plugin function
2014-03-26 20:32:29 +01:00
Alvaro Videla
691a6b060d
updated README
2014-03-26 20:25:38 +01:00
Alvaro Videla
b20c70fc77
makes eunit run the tests for better reporting
2014-03-26 20:21:06 +01:00
Alvaro Videla
06d90916be
updates README
2014-03-26 20:15:33 +01:00
Alvaro Videla
b2e7cdba31
adds no-store tests
2014-03-26 20:15:25 +01:00
Alvaro Videla
ec5b42d66e
changes no-store to true
2014-03-26 20:15:03 +01:00
Alvaro Videla
11b77d1a50
updates readme
2014-03-26 20:05:06 +01:00
Alvaro Videla
65eb8206b6
updates tests
2014-03-26 20:04:52 +01:00
Alvaro Videla
85df42417f
changes argument name
2014-03-26 20:04:31 +01:00
Alvaro Videla
bbf57760ad
delivery API is not yet released
2014-03-26 20:03:50 +01:00
Alvaro Videla
4bedb6d448
allows controlling amount of cached msgs with argument
2014-03-26 19:51:55 +01:00
Alvaro Videla
22c1094e62
adds cache length argument handling
2014-03-26 18:27:30 +01:00
Alvaro Videla
19fbdc71ba
fixes boot step
2014-03-26 18:27:08 +01:00
Alvaro Videla
2fbfc2a8c4
cosmetics
2014-03-26 16:01:13 +01:00
Alvaro Videla
6dc68a01f8
Merge pull request #6 from mweibel/dont-store-if-header-set
...
If header 'X-Recent-History-Store' set, don't store the message
2014-03-26 15:54:38 +01:00
Michael Weibel
a1a81d31ad
Update rabbit_exchange_type_recent_history.erl
2014-03-25 12:09:31 +01:00
Michael Weibel
857c8bc686
Update README.md
2014-03-25 12:08:59 +01:00
Tim Watson
d8ae051267
Add a cleanup step to unregister the exchange
2014-03-18 21:54:58 +00:00
Michael Weibel
311d7d99fe
If header 'X-Recent-History-Store' set, dont store
...
Using the header `X-Recent-History-Store` users of the recent history
exchange can specify whether a message should be stored or not.
If set to false, the message with this header will not be stored.
2013-11-28 07:50:47 +01:00
Michael Weibel
bba2332ccf
Fix missing validate_binding for RMQ 3.1.0
2013-09-07 11:52:56 +02:00
Alvaro Videla
8f1c6ea839
updates to new deliver API
2012-11-08 11:41:24 +00:00
Alvaro Videla
09747b323f
updates exchange functions to latest rabbitmq release
2012-10-23 01:30:01 +04:00
Alvaro Videla
5c118c7738
updates to latest rabbit release
2012-10-22 02:37:43 +04:00
Alvaro Videla
fede7fb10c
fixes typo
2011-10-30 21:27:44 +01:00
Alvaro Videla
7aa7dce589
removes unused arguments
2011-10-30 21:18:28 +01:00
Alvaro Videla
5b6cf72903
fixes assert equivalence implementation
2011-10-30 21:18:20 +01:00
Alvaro Videla
d5ce65cf26
refactoring
2011-10-15 17:14:42 +02:00
Alvaro Videla
e222c56b94
fixes load_from_content function
2011-10-15 14:43:56 +02:00
Alvaro Videla
b0eedb5b18
fixed module name bug when registering the plugin
2011-10-15 00:03:56 +02:00
Alvaro Videla
b2d3c9f4f5
adds erl_crash.dump to .gitignore
2011-10-15 00:02:55 +02:00
Alvaro Videla
ae12f4d708
updates old code
2011-10-15 00:01:57 +02:00
Alvaro Videla
497d06873c
updates installation instructions
2011-10-14 23:58:22 +02:00
Alvaro Videla
17fcd6b7f3
changes module name according to file name
2011-10-14 23:54:48 +02:00
Alvaro Videla
df7e3a01d2
renames exchange module
2011-10-14 23:54:03 +02:00
Alvaro Videla
c1e3bc5fa7
renames app
2011-10-14 23:52:49 +02:00
Alvaro Videla
9d73685023
refactors exchange module
2011-10-14 23:52:39 +02:00
Alvaro Videla
5172610194
converts plugin to rabbitmq-public-umbrella
2011-10-14 23:52:26 +02:00
Alvaro Videla
ceab583305
new .gitignore rules
2011-10-14 23:52:09 +02:00
Alvaro Videla
826e876c88
renames & deletes files
2011-10-14 23:50:22 +02:00
Magnus Henoch
d3503e093d
* Makefile (REBAR): Fix case where rebar is not in path.
2011-06-13 11:17:06 +01:00
Alvaro Videla
dcebf0aa18
improves rebar handling
2011-06-13 09:01:35 +01:00
Alvaro Videla
f68de97975
fixed README
2011-05-06 13:40:33 +02:00
Alvaro Videla
31b4385307
first import
2011-05-06 13:38:48 +02:00