File tree Expand file tree Collapse file tree
bluesky_queueserver/manager Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - id : end-of-file-fixer
99 - id : trailing-whitespace
1010 - repo : https://github.com/ambv/black
11- rev : 26.1.0
11+ rev : 26.3.1
1212 hooks :
1313 - id : black
1414 - repo : https://github.com/pycqa/flake8
1515 rev : 7.3.0
1616 hooks :
1717 - id : flake8
1818 - repo : https://github.com/pycqa/isort
19- rev : 7 .0.0
19+ rev : 8 .0.1
2020 hooks :
2121 - id : isort
2222 - repo : https://github.com/kynan/nbstripout
23- rev : 0.9.0
23+ rev : 0.9.1
2424 hooks :
2525 - id : nbstripout
Original file line number Diff line number Diff line change 1-
21def to_boolean (value ):
32 """
43 Returns ``True`` or ``False`` if ``value`` is found in one of the lists of supported values.
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ Added
1010-----
1111
1212- New ``re_metadata `` manager API endpoint that allows clients to query the current Run Engine metadata
13- dictionary. The metadata dictionary is filtered based on the list of permitted metadata keys defined
13+ dictionary. The metadata dictionary is filtered based on the list of permitted metadata keys defined
1414 in the manager configuration. If the list of permitted keys is empty, then all metadata keys are allowed.
1515
1616- New CLI command ``qserver re metadata `` for querying the current Run Engine metadata dictionary.
1717
1818- New ``permitted_re_metadata_keys `` parameter for RE Manager configuration that allows to control which
19- metadata keys are allowed to be included in the messages sent by Run Engine callbacks.
20- The option can be set using CLI parameter ``--permitted-re-metadata-keys `` or environment variable
19+ metadata keys are allowed to be included in the messages sent by Run Engine callbacks.
20+ The option can be set using CLI parameter ``--permitted-re-metadata-keys `` or environment variable
2121 ``QSERVER_PERMITTED_RE_METADATA_KEYS ``.
2222
2323v0.0.24 (2026-01-21)
You can’t perform that action at this time.
0 commit comments