util.pubsub: Fix item store resize to "max"
|
Kim Alvefur |
2022-01-06 |
util.pubsub: Add support for limiting number of items to retrieve
|
Kim Alvefur |
2021-09-05 |
util.pubsub: Signal that 'persistent-items' is unsupported when disabled
|
Kim Alvefur |
2021-07-22 |
util.pubsub: Fix behavior of persist_items disabled
|
Kim Alvefur |
2021-07-22 |
util.pubsub: Ignore unused argument in tests [luacheck]
|
Kim Alvefur |
2019-12-29 |
util.pubsub: Cover subscription filter in a partial test
|
Kim Alvefur |
2019-12-26 |
tests: Silence [luacheck] warnings
|
Kim Alvefur |
2019-12-23 |
util.pubsub, pubsub.lib and tests: Add text to precondition-not-met error (fixes #1455)
|
Matthew Wild |
2019-10-27 |
util.pubsub: Validate node configuration on node creation (fixes #1328)
0.11
|
Kim Alvefur |
2019-03-03 |
util.pubsub: Add support for requesting multiple specific items (needed for #1305)
0.11
|
Kim Alvefur |
2019-01-28 |
util.pubsub: Restore subscription index from stored data (fixes #1281)
0.11
|
Kim Alvefur |
2018-12-29 |
util.pubsub: Allow publishing with a config that should be used as defaults only
|
Matthew Wild |
2018-10-18 |
util.pubsub tests: Ensure necessary tests run in the defined order
|
Matthew Wild |
2018-10-01 |
util.pubsub tests: Fix whitespace
|
Kim Alvefur |
2018-08-18 |
util.pubsub tests: Add tests for get_items()
|
Matthew Wild |
2018-08-18 |
Pubsub: Add tests for :get_last_item() and fix for non-persistent nodes
|
Matthew Wild |
2018-08-18 |
util.pubsub: Silence warnings in tests [luacheck]
|
Kim Alvefur |
2018-08-16 |
util.pubsub tests: Add TODO
|
Matthew Wild |
2018-08-12 |
util.pubsub tests: Add tests to confirm new access model is enforced on config change
|
Matthew Wild |
2018-08-12 |
util.pubsub tests: Add initial node config tests
|
Matthew Wild |
2018-08-12 |
util.pubsub tests: Extend publishing tests to check for correct notification behaviour on subscribe/unsubscribe
|
Matthew Wild |
2018-08-12 |
util.pubsub tests: Add tests for publish_model (publishers, open, subscribers)
|
Matthew Wild |
2018-08-12 |
util.pubsub tests: Add some initial access model tests (open and whitelist)
|
Matthew Wild |
2018-08-11 |
util.pubsub: Drop now redundant capabilities from tests
|
Kim Alvefur |
2018-08-08 |
util_pubsub_spec: Add test for #1082
|
Kim Alvefur |
2018-07-09 |
spec/util_pubsub: Test whether someone can subscribe to a node
|
Kim Alvefur |
2018-05-20 |
util.pubsub: Add simple test covering publishing and retrieving an item
|
Kim Alvefur |
2018-03-21 |
util_pubsub_spec: Move util.pubsub import into a setup block
|
Kim Alvefur |
2018-03-07 |
util_pubsub_spec: Beginnings of tests for util.pubsub
|
Kim Alvefur |
2018-03-03 |