Wykres commitów

  • 8849cf7883
    Merge 0e5554cef2 into cdcee7cbf8 Andrew Mirsky 2025-08-01 02:44:13 +0000
  • 0e5554cef2
    strenum for python 3.10 Andrew Mirsky 2025-07-31 22:44:04 -0400
  • b761a56608
    adding shadow plugin documentation Andrew Mirsky 2025-07-31 22:40:20 -0400
  • 075fec9aec
    Merge branch '0.11.3-rc.1' into plugin_shadows Andrew Mirsky 2025-07-30 15:08:29 -0400
  • 5f8e7e6fa6
    Merge c0f624c121 into cdcee7cbf8 Andrew Mirsky 2025-07-30 17:01:18 +0000
  • c0f624c121
    clarification on instructions, adding to toc Andrew Mirsky 2025-07-30 13:01:10 -0400
  • 467d19594a
    Merge branch '0.11.3-rc.1' into cert_auth_plugin Andrew Mirsky 2025-07-30 13:00:47 -0400
  • d7c7024c8c
    Merge 67e96ff00c into cdcee7cbf8 Andrew Mirsky 2025-07-30 12:44:14 -0400
  • 67e96ff00c
    Merge branch '0.11.3-rc.1' into session_persistence Andrew Mirsky 2025-07-30 12:43:56 -0400
  • a612f5db53
    Merge cdcee7cbf8 into 8a43153cb3 Andrew Mirsky 2025-07-30 16:01:21 +0000
  • cdcee7cbf8
    Merge pull request #281 from ajmirsky/plugin_docs 0.11.3-rc.1 Andrew Mirsky 2025-07-30 12:01:18 -0400
  • cee49ffba2
    migrate config to use the mkdocs material custom style templates. expand content. Andrew Mirsky 2025-07-30 11:54:20 -0400
  • 659805b490
    Merge branch '0.11.3-rc.1' into session_persistence Andrew Mirsky 2025-07-30 10:27:12 -0400
  • f6ccdbc51c
    splitting out contrib plugin documentation into separate pages Andrew Mirsky 2025-07-30 09:32:56 -0400
  • 1197e18296
    adding get/update message broadcast cleaning up shadow message generation using dataclasses adding json schema tests for shadow messages being receieved. Andrew Mirsky 2025-07-28 18:18:49 -0400
  • 70d701d0fa
    adding tests for shadow states and correcting use cases Andrew Mirsky 2025-07-28 14:48:28 -0400
  • 25d212ef0a
    adding shadow model Andrew Mirsky 2025-07-28 12:52:41 -0400
  • bcaa4bb2f9
    states and calculations for shadow plugin Andrew Mirsky 2025-07-27 19:03:08 -0400
  • c518b9b63f
    Fixes #247 : expire disconnected sessions (#279) Andrew Mirsky 2025-07-26 21:39:45 -0400
  • cd1f64f4f3
    adding back coverage options Andrew Mirsky 2025-07-26 21:34:15 -0400
  • 0df5da581a
    files that should have been removed when merged up Andrew Mirsky 2025-07-26 21:33:03 -0400
  • 5bbbce50c9
    removing debug messaging Andrew Mirsky 2025-07-26 18:46:07 -0400
  • e340095034
    more debugging Andrew Mirsky 2025-07-26 18:39:57 -0400
  • 0159e1cd40
    debug info Andrew Mirsky 2025-07-26 18:34:07 -0400
  • bcbfeb46c4
    more debugging Andrew Mirsky 2025-07-26 18:31:44 -0400
  • 60f65fd8e6
    Merge branch '0.11.3-rc.1' into session_persistence Andrew Mirsky 2025-07-26 18:26:18 -0400
  • b291ff49db
    trying to reproduce failure Andrew Mirsky 2025-07-26 18:19:43 -0400
  • a2d8b3b490
    'broker' section of client config can be empty, but connection will either be provided by the user or the default Andrew Mirsky 2025-07-26 17:49:42 -0400
  • 81beb7ebed
    adding additional debug Andrew Mirsky 2025-07-26 17:43:18 -0400
  • cdf6f0dfff
    post_init was not running on client config. cafile, keyfile, certfile are part of the connection section Andrew Mirsky 2025-07-26 17:36:20 -0400
  • 96e93984a0
    Merge remote-tracking branch 'source/0.11.3-rc.1' into cert_auth_plugin Andrew Mirsky 2025-07-26 17:11:43 -0400
  • a9c40220b6
    Merge branch '0.11.3-rc.1' into cert_auth_plugin Andrew Mirsky 2025-07-26 17:07:54 -0400
  • 744827cdd5
    Plugin: authentication against a relational database (#280) Andrew Mirsky 2025-07-26 17:04:14 -0400
  • 3f7ee5d5f7
    Merge branch '0.11.3-rc.1' into session_expiration Andrew Mirsky 2025-07-26 17:03:44 -0400
  • 164ffa14a2
    adding 'receive' action, added along with the http plugin Andrew Mirsky 2025-07-26 16:20:12 -0400
  • d7dfb6c46c
    Merge branch '0.11.3-rc.1' into auth_db Andrew Mirsky 2025-07-26 16:07:00 -0400
  • b7fd9e1afc
    Determine auth & topic access via external http server (#262) Andrew Mirsky 2025-07-26 15:47:49 -0400
  • c9cd19a94a
    resolve conflict from 0.11.3-rc.1 Andrew Mirsky 2025-07-26 12:43:20 -0400
  • 11f91182a3
    incorporated feedback Andrew Mirsky 2025-07-26 12:41:52 -0400
  • 585d772db9
    updated doc Andrew Mirsky 2025-07-26 12:40:34 -0400
  • 9370ad7f9a
    Structured broker and client configurations (#269) Andrew Mirsky 2025-07-26 12:37:25 -0400
  • 732f951936
    simplificiation based on feedback Andrew Mirsky 2025-07-26 12:29:25 -0400
  • d6bccfa3b0
    removing duplicate logger Andrew Mirsky 2025-07-26 12:05:35 -0400
  • 6329c9fbc1
    cleaning up documentation on the Topic ACL Plugin Andrew Mirsky 2025-07-25 13:36:31 -0400
  • ffa356a4dd
    Merge remote-tracking branch 'source/0.11.3-rc.1' into auth_db Andrew Mirsky 2025-07-25 12:05:56 -0400
  • ba088ac84b
    test.amqtt.io dashboard cleanup (#278) Andrew Mirsky 2025-07-25 12:05:33 -0400
  • 8a2a9f1017
    Yakifo/amqtt#259 separate plugin for DB topic-based checking. additional topic auth testing Yakifo/amqtt#259 updating uv.lock fixing lint and typing errors handling strenum for 3.10 updating documentation for topic and user auth plugins update user and topic manager scripts, add tests and fix bugs add tests for the user and topic mgr cli client connection timeout should yield a connecterror Andrew Mirsky 2025-07-23 15:22:45 -0400
  • 8dec9cd62b
    refining documentation Andrew Mirsky 2025-07-25 00:42:33 -0400
  • 2faed40a93
    adding documentation on the custom griffe extension to render the 'default_factory' for dataclass's 'field' Andrew Mirsky 2025-07-24 23:57:05 -0400
  • e0954eabec
    removing non-modified template files Andrew Mirsky 2025-07-24 23:41:24 -0400
  • dd10a904a2
    adding topic filter and test cases Andrew Mirsky 2025-07-23 11:13:51 -0400
  • bad4788e77
    Merge branch 'auth_db' into auth_db_topics Andrew Mirsky 2025-07-22 14:44:27 -0400
  • 411208bb42
    renaming scripts Andrew Mirsky 2025-07-22 14:34:06 -0400
  • 73b1b0bb62
    updating dependencies Andrew Mirsky 2025-07-22 14:16:33 -0400
  • a62a319a1c
    more renaming to leave space to expand to topic management Andrew Mirsky 2025-07-22 11:07:42 -0400
  • febf742a89
    moved auth db ui to a different branch. added a temp directory to the temp file used for sqlite tests Andrew Mirsky 2025-07-22 10:52:07 -0400
  • 2cf3348294
    renamed command line script Andrew Mirsky 2025-07-22 10:47:30 -0400
  • cd9000eeb2
    adding topic authentication to database plugin Andrew Mirsky 2025-07-22 10:46:04 -0400
  • c0bdbffa93
    moving DataClassListJson field to common location for reuse Andrew Mirsky 2025-07-22 10:35:11 -0400
  • 3ba7840486
    test case not cleaning up after itself Andrew Mirsky 2025-07-22 10:31:57 -0400
  • 8b2fac40bd
    fixed incorrect install of optional library for ci. auth db test wasn't shutting down broker, causing subsequent tests to fail" Andrew Mirsky 2025-07-22 10:26:47 -0400
  • 579c7009f6
    fixing class name change Andrew Mirsky 2025-07-22 10:22:05 -0400
  • b56600f752
    adding additional tests Andrew Mirsky 2025-07-22 10:18:45 -0400
  • f33284f67d
    Merge branch '0.11.3-rc.1' into cert_auth_plugin Andrew Mirsky 2025-07-22 09:52:39 -0400
  • 838d35824c
    Yakifo/amqtt#259 : need to install the 'contrib' extra package for the workflows Andrew Mirsky 2025-07-22 09:52:16 -0400
  • 397ac64585
    Yakifo/amqtt#259 : added tests for AuthDBPlugin as well as the UserManager. includes a command line interface for listing, adding, removing and updating users. added documentation. Andrew Mirsky 2025-07-21 17:16:15 -0400
  • 72301d47c7
    Yakifo/amqtt#259 : lint and type cleanup Andrew Mirsky 2025-07-21 14:06:44 -0400
  • 5444f28110
    basic cli functions for manipulating users Andrew Mirsky 2025-07-20 12:12:13 -0400
  • 220a90e5cc
    multi cli optional approaches Andrew Mirsky 2025-07-20 09:32:05 -0400
  • 67eba3c9e7
    updating count up display to handle bytes, kilobytes, etc Andrew Mirsky 2025-07-18 09:46:49 -0400
  • c14ea25074
    Merge branch '0.11.3-rc.1' into test_amqtt_dashboard_cleanup Andrew Mirsky 2025-07-17 21:25:00 -0400
  • f7ca6cd8e0
    adding broker configuration for local testing of test.amqtt.io Andrew Mirsky 2025-07-17 07:42:38 -0400
  • 54c6b13900
    Merge pull request #277 from ajmirsky/broker_script_logging Andrew Mirsky 2025-07-16 18:26:06 -0400
  • 358b1fcd39
    Merge pull request #271 from ajmirsky/test_amqtt_yaml_update Andrew Mirsky 2025-07-16 18:23:06 -0400
  • b1d106268a
    Revert "Improved broker script logging" revert-274-broker_script_logging Andrew Mirsky 2025-07-16 18:11:38 -0400
  • a64e7a6900
    Merge pull request #274 from ajmirsky/broker_script_logging Andrew Mirsky 2025-07-16 18:09:34 -0400
  • f6be2c3141
    improving amqtt script logging, silence 'transitions' module, additional info if debug is enabled Andrew Mirsky 2025-07-16 18:04:08 -0400
  • 5306dc65cc
    Yakifo/amqtt#247 : add configuration that specifies how long sessions should be retained. also, remove sessions where we're not retaining messages (aka anonymous or clean sessions) Andrew Mirsky 2025-07-16 17:43:19 -0400
  • 05e0605dee
    updating to handle username and acl datagrid Andrew Mirsky 2025-07-14 19:35:31 -0400
  • 886656d157
    including research associated with session auth for the admin ui Andrew Mirsky 2025-07-14 14:14:59 -0400
  • 72fbcf7133
    user management ui react app Andrew Mirsky 2025-07-14 14:06:19 -0400
  • 6aee338640
    separating out main grid layout into separate components and functions for readability Andrew Mirsky 2025-07-14 13:30:24 -0400
  • 9fff30e703
    removing all of the MUI components from their example dashboard that are no longer needed Andrew Mirsky 2025-07-14 12:48:51 -0400
  • 492597c557
    update the configuration for the broker running at test.amqtt.io to latest format Andrew Mirsky 2025-07-14 12:28:59 -0400
  • 369122b86a
    update the configuration for the broker running at test.amqtt.io to latest format Andrew Mirsky 2025-07-14 12:28:59 -0400
  • 9c7bc12c82
    create directory into module Andrew Mirsky 2025-07-14 12:24:32 -0400
  • 668608f893
    expanding to include a simple admin interface Andrew Mirsky 2025-07-14 12:21:57 -0400
  • 07cca7c4db
    Yakifo/amqtt#259 : db schema (orm) and authentication of users plugin, initial Andrew Mirsky 2025-07-14 11:49:16 -0400
  • bffe16b537
    added pip install line Andrew Mirsky 2025-07-13 19:23:03 -0400
  • ed7f854a06
    adding documentation for the various cli scripts and the CertificateAuthPlugin Andrew Mirsky 2025-07-13 19:21:44 -0400
  • 4e392b046b
    fix WriterAdapter used for testing Andrew Mirsky 2025-07-13 16:42:12 -0400
  • fdd7c7c5c6
    fixes to handle wonky yaml files config_dataclasses Andrew Mirsky 2025-07-13 16:38:08 -0400
  • c772b3e816
    python 3.10 fix Andrew Mirsky 2025-07-13 10:59:27 -0400
  • 450350b78e
    Merge branch '0.11.3-rc.1' into http_auth_acl Andrew Mirsky 2025-07-13 10:54:09 -0400
  • b5165b21b7
    lint and type checking fixes Andrew Mirsky 2025-07-13 10:53:53 -0400
  • 2632456485
    Merge branch '0.11.3-rc.1' into cert_auth_plugin Andrew Mirsky 2025-07-13 10:48:13 -0400
  • 0aabfa7e78
    updates to support python 3.10 Andrew Mirsky 2025-07-13 10:45:23 -0400
  • c8e97bd167
    Merge branch '0.11.3-rc.1' into config_dataclasses Andrew Mirsky 2025-07-13 10:41:48 -0400
  • fe64d011ec
    Merge branch 'main' into 0.11.3-rc.1 Andrew Mirsky 2025-07-13 10:40:28 -0400
  • 8a43153cb3
    Merge pull request #243 from Yakifo/0.11.2-rc main v0.11.2 Andrew Mirsky 2025-07-13 10:22:27 -0400