Jean-Sébastien Pédron
1ea05e6098
Update rabbitmq-components.mk
2017-10-13 12:15:39 +02:00
Daniil Fedotov
6676eb8335
Update rabbitmq-components.mk
2017-09-20 16:34:23 +01:00
Daniil Fedotov
511a4d32ce
Fix segmented cache expiration timeouts.
2017-09-20 15:59:42 +01:00
Jean-Sébastien Pédron
abb6f3d1af
Makefile: Update to the best practices
...
The content of `rabbitmq_auth_backend_cache.app.src` is integrated into
the `Makefile`.
While here, move testsuites from `test/src` to `test.
(cherry picked from commit fdcae62b683d675fb6b0b07a8837b58d6e9ee360)
2017-09-20 14:25:07 +02:00
Michael Klishin
f1266b7aab
Update rabbitmq-components.mk
2017-09-13 17:45:22 -04:00
Michael Klishin
cbcb3d46fc
Update rabbitmq-components.mk
2017-09-12 12:41:44 -04:00
Daniil Fedotov
bd495cdac5
Tweak more timeouts in tests
2017-09-12 14:37:48 +01:00
Daniil Fedotov
d21439145d
Tune timeout in tests.
...
This is not a recommended backend, so we don't care
if it's not precise.
2017-09-12 14:20:30 +01:00
Daniil Fedotov
b43eb0d547
Support R16B03
2017-08-31 12:31:27 +01:00
Daniil Fedotov
bdd9e39b0e
Add missing end_per_suite.
2017-08-31 11:41:58 +01:00
Daniil Fedotov
8e9acf1a76
Add test deps
2017-08-31 11:13:44 +01:00
Daniil Fedotov
ae42d319cc
Update erlang.mk
2017-08-30 18:46:43 +01:00
Michael Klishin
f99a61de05
Update rabbitmq-components.mk
2017-07-26 02:26:59 +03:00
Michael Klishin
35bcf27b88
Update rabbitmq-components.mk
2017-06-12 18:35:34 +03:00
Michael Klishin
516323ae7f
Update rabbitmq-components.mk
2017-06-02 17:51:21 +03:00
Michael Klishin
b0fb783cbf
Update rabbitmq-components.mk
2017-06-02 00:43:16 +03:00
Jean-Sébastien Pédron
3c5d53325f
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:24:41 +02:00
Jean-Sébastien Pédron
addd3db228
Update erlang.mk
2017-05-16 17:24:35 +02:00
Jean-Sébastien Pédron
fb34f1ff92
Remove build.config re-update erlang.mk
2017-04-19 12:27:48 +02:00
Jean-Sébastien Pédron
ab85ad7ddc
Update erlang.mk
2017-04-19 12:00:07 +02:00
Michael Klishin
1aa99fbfd4
Sync README.md with master
2017-04-11 19:38:52 +03:00
Michael Klishin
0eb3572257
(c) year
2017-04-02 21:47:03 +03:00
Michael Klishin
83274e801a
Update rabbitmq-components.mk
2017-02-08 16:38:09 +03:00
Michael Klishin
6da17e48a9
Update rabbitmq-components.mk
2017-02-06 19:23:47 +03:00
Arnaud Cogoluègnes
0d08a767a5
Update rabbitmq-components.mk
2017-02-01 09:39:46 +01:00
Arnaud Cogoluègnes
b36ef56b5f
Fix build
...
Update erlang.mk, rabbitmq-components.mk, and add
rabbitmq_ct_helpers as a test dependency.
2017-01-31 14:12:03 +01:00
Michael Klishin
ee432acfa9
Update README.md
2016-07-21 14:53:56 +03:00
Michael Klishin
2851eb9cac
Sync rabbitmq-components.mk
2016-07-21 14:41:30 +03:00
Jean-Sébastien Pédron
beb23cb1b7
Testsuite: Adapt to the plugins-related changes in rabbit_ct_broker_helpers
2016-06-14 17:21:25 +02:00
Michael Klishin
92fa979164
Update README.md
2016-06-07 11:55:07 +03:00
Michael Klishin
b172249016
Update README.md
2016-06-07 11:54:05 +03:00
Daniil Fedotov
0950ff943d
Compatibility with master
2016-06-02 11:47:26 +01:00
Daniil Fedotov
28d22cdca4
Segment optimisation for segmented ets backends
2016-06-02 11:39:42 +01:00
Daniil Fedotov
be1bea1f99
Move expiration functions to rabbit_auth_cache
2016-06-02 11:24:45 +01:00
Daniil Fedotov
dd9db448f9
Move expiration out of gen_server for ets cache backend
2016-06-01 13:37:03 +01:00
Daniil Fedotov
bdad054fd7
Specify plugins as list of atoms
2016-06-01 13:19:08 +01:00
Daniil Fedotov
34c6d5b807
Ensure cache backend is loaded
2016-06-01 13:13:07 +01:00
Michael Klishin
5c54bf0a31
Update rabbitmq-components.mk
2016-06-01 02:07:14 +03:00
Daniil Fedotov
7219dbd2c4
Mention full ets cache backend
2016-05-19 13:15:16 +01:00
Daniil Fedotov
118a6648ec
rabbit_auth_cache behaviour
2016-05-19 10:18:02 +01:00
Daniil Fedotov
e2b27f5e15
Garbage collected cache implementation with minimal gen_server use
2016-05-18 15:30:06 +01:00
Daniil Fedotov
932a66ab3a
Added experimental section
2016-05-17 17:48:45 +01:00
Daniil Fedotov
960669c0d9
Support separate authn and authz backends
2016-05-17 17:44:20 +01:00
Daniil Fedotov
10518c3468
Added README
2016-05-17 17:36:29 +01:00
Daniil Fedotov
7d101f2c95
Functional tests for auth backend
2016-05-17 17:00:17 +01:00
Daniil Fedotov
649efd9f06
Specify TTL in put
2016-05-17 15:12:30 +01:00
Daniil Fedotov
a664302846
Basic cache tests
2016-05-17 11:35:08 +01:00
Daniil Fedotov
a8b2727ac3
init.
2016-05-16 15:28:28 +01:00