14 Commits

Author SHA1 Message Date
06f2d781ae refactor: rename module BECMessage -> messages
This should help to avoid confusion between BECMessage module and
BECMessage class located in the same module
2023-11-10 10:28:53 +01:00
524ef24da0 refactor: flatten bec_lib structure 2023-11-10 10:24:33 +01:00
de5da559a6 refactor: move bec_lib test utils out of core folder 2023-11-10 10:22:51 +01:00
146898ec3f refactor: run isort on all files
$ isort . --profile=black --line-width=100 --multi-line=3 --trailing-comma
2023-11-10 10:22:47 +01:00
734c6d0a36 test: added config handler tests 2023-07-04 14:29:27 +02:00
a944e43e1a feat: renamed bec_client_lib to bec_lib 2023-06-28 11:04:24 +02:00
f43d4ebac6 refactor: moved utils into bec_client_lib 2023-06-01 18:01:42 +02:00
2f61b328cf fix: fixed bugs related to refactoring 2023-03-05 17:30:15 +01:00
d0134ca4be refactor: changes related to new config management 2023-03-03 10:36:07 +01:00
d846d55cde feat: decoupled scibec from core services; added config to redis 2023-02-26 17:33:24 +01:00
2474cc7ff6 fixed tests 2022-10-26 13:46:37 +02:00
4c84377604 bug fixes related to new config 2022-10-26 13:34:38 +02:00
2246a7c46e updated tests to work with new config 2022-10-26 12:48:58 +02:00
44323ddf3b added config handler test 2022-10-14 21:01:36 +02:00