23f872127b
feat(scan_server): added support for plugins
2024-04-19 10:56:50 +02:00
b7bd584898
refactor: minor cleanup
2024-04-19 10:56:50 +02:00
1f21b90ba3
refactor: moved to dot notation for specifying device classes
2024-04-19 10:56:50 +02:00
7f1b78978b
feat(bec_lib): added plugin helper
2024-04-19 10:56:50 +02:00
semantic-release
eedf806abe
2.5.0
...
Automatically generated by python-semantic-release
2024-04-18 15:28:57 +00:00
f7f7eba231
build: moved to pyproject
2024-04-17 13:54:42 +02:00
c9818c35e4
build(bec_lib): upgraded to fpdf2
2024-04-16 17:26:13 +02:00
semantic-release
eae6a7fa22
2.4.2
...
Automatically generated by python-semantic-release
2024-04-16 15:05:11 +00:00
d3ad8ca432
refacto: bec_client renamed bec_ipython_client
2024-04-16 16:59:38 +02:00
5547793375
tests: new fixtures 'test_config_yaml' and device manager
2024-04-16 16:59:38 +02:00
66fa9394db
tests: move end2end fixtures to bec client
2024-04-16 16:59:38 +02:00
semantic-release
3bf51f9ecf
2.4.1
...
Automatically generated by python-semantic-release
2024-04-16 09:04:59 +00:00
semantic-release
967b1fecf9
2.4.0
...
Automatically generated by python-semantic-release
2024-04-15 14:54:20 +00:00
semantic-release
f8b3d290e7
2.3.0
...
Automatically generated by python-semantic-release
2024-04-12 15:46:44 +00:00
0a832a149d
refactor: use callback_handler for namespace updates of clients and add tests
2024-04-12 17:10:50 +02:00
6974cb2f13
feat: rename spec_hli to bec_hli, add load_hli function to BECIPythonCLient; closes #263
2024-04-12 17:10:50 +02:00
semantic-release
cd1149a67f
2.2.1
...
Automatically generated by python-semantic-release
2024-04-12 12:43:15 +00:00
52b33d8b65
fix(client): removed outdated bec plotter; to be replaced by BECFigure once ready
2024-04-12 13:33:51 +02:00
semantic-release
03bbcea548
2.2.0
...
Automatically generated by python-semantic-release
2024-04-11 18:13:55 +00:00
329e9eda5b
feat: add bec_service names to log files
2024-04-11 19:51:24 +02:00
semantic-release
09853791ec
2.1.0
...
Automatically generated by python-semantic-release
2024-04-11 16:31:29 +00:00
eb9c812529
fix(test_fake_redis): TestMessage fixed to pydantic BaseModel
2024-04-11 15:03:37 +02:00
d2942b1436
fix(redis_connector): support dict in convert_endpointinfo
2024-04-11 15:03:37 +02:00
93a5a2854b
refactor: (un)register to work with pub/sub or stream endpoints
2024-04-11 15:03:37 +02:00
c1c7dd7bea
fix: .shutdown() will cleanly stop all threads
2024-04-11 15:03:37 +02:00
e1ad412be7
refactor: make '(un)register_stream' similar to pub/sub registration API
...
- StreamTopicInfo renamed to StreamSubscriptionInfo
- "cb" field renamed to "cb_ref" (because it is really a weakref)
- removed StreamRegisterMixin class
- merged with RedisConnector, since there is no other class to mix
with
- removed need for custom stream listeners
- differenciation between 'direct' reading and 'bunch' reading is
made with a specialized StreamSubscriptionInfo object called
'DirectReadingStreamSubscriptionInfo'
- use a single events queue for all messages
- all messages callbacks treated the same, by the same thread
- pay attention to registering multiple times a stream to the same
callback, and prevent newest_only=True streams to also be registered
with the same callback with newest_only=False
2024-04-11 15:03:37 +02:00
dc85f494ed
fix: ensure "newest_only" works as expected in test
2024-04-11 15:03:37 +02:00
913dd6dca2
tests: improve test_redis_connector_register_stream_newest_only
2024-04-11 15:03:37 +02:00
e87812a816
feat(connector): add 'unregister' method to cancel subscription to pub/sub
2024-04-11 15:03:37 +02:00
1ddc7eec53
feat(redis connector): add _execute_callback method, to be able to overwrite how callbacks are run
2024-04-11 15:03:37 +02:00
344ef508c0
fix(redis connector): prevent multiple identical connections in 'register'
2024-04-11 15:03:37 +02:00
semantic-release
f58fed2c7d
2.0.3
...
Automatically generated by python-semantic-release
2024-04-11 12:57:33 +00:00
semantic-release
34989a0b9d
2.0.2
...
Automatically generated by python-semantic-release
2024-04-11 08:36:42 +00:00
0a9a6747da
fix: add raise condition for fetching path from service_config for recovery_device_config dumps
2024-04-11 10:30:39 +02:00
semantic-release
5b42f9cf8d
2.0.1
...
Automatically generated by python-semantic-release
2024-04-11 06:21:52 +00:00
semantic-release
f23dda606b
2.0.0
...
Automatically generated by python-semantic-release
2024-04-10 16:03:32 +00:00
405d12e74a
refactor!: moved services to bec_server
...
All services are now in the bec_server package. This is a breaking change as the standalone import of the services will no longer work.
2024-04-10 17:15:48 +02:00
semantic-release
0c441e3a3f
1.24.1
...
Automatically generated by python-semantic-release
2024-04-10 15:06:09 +00:00
semantic-release
614bc108ac
1.24.0
...
Automatically generated by python-semantic-release
2024-04-10 13:44:05 +00:00
2317fd3df7
feat: Add check for logger to load correct config, add tests
2024-04-10 15:13:19 +02:00
3fa544bef9
tests: fix logger config in scihub
2024-04-10 13:10:10 +02:00
95ac2055eb
refactor: moved messages to pydantic
2024-04-10 10:28:14 +02:00
semantic-release
315c5dd41d
1.23.1
...
Automatically generated by python-semantic-release
2024-04-09 16:40:51 +00:00
be2330c221
refactor(bec_lib): prevent devices to appear in multiple args
2024-04-08 19:48:08 +02:00
d08526f6e9
refactor: renamed pointID to point_id
2024-04-08 17:07:00 +02:00
semantic-release
77292640b2
1.23.0
...
Automatically generated by python-semantic-release
2024-04-08 15:05:58 +00:00
9ad68ab69a
fix: Fix .deepcopy vs copy for metadata from client
2024-04-08 15:37:19 +02:00
246f271bc9
feat: adapt file writing; log files to common dir and refactoring of filewriter
2024-04-08 14:30:59 +02:00
semantic-release
4eeaddf8d0
1.22.2
...
Automatically generated by python-semantic-release
2024-04-08 10:11:19 +00:00
semantic-release
4929a0200e
1.22.1
...
Automatically generated by python-semantic-release
2024-04-04 14:29:50 +00:00