Skip to content

Commit

Permalink
DOC: minor hand-edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLLentz committed Sep 27, 2023
1 parent fa7eebd commit 0517301
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Bugfixes
- Fixes bug where `happi transfer` was not filling default values properly
- Fixes conftest.trim_split_output, which was effectively a no-op. Touches up affected tests
- Issue 302: Add functionality to happi 'repair' that ensures that the name and id fields of a device are the same.
- Remove an extra pcdsutils import from test_cli.py that is not properly caught by error handling
- Removes an extra pcdsutils import from test_cli.py that is not properly caught by error handling

Maintenance
-----------
Expand All @@ -24,12 +24,12 @@ Maintenance
- Tests modified to no longer assert stdout matches expected strings. Rather the effect of the
command being tested is verified independently. The `assert_match_expected` helper is still
used, but will now print mismatches instead of asserting them.
- Allow `happi update` to handle json-backend-type payloads
- Add pcdsutils and pcdsdevices to environment requirements in conda recipe and dev requirements
- Remove pcdsutils and pcdsdevices from extra testing requirements in github workflow
- Allows `happi update` to handle json-backend-type payloads
- Adds pcdsutils and pcdsdevices to environment requirements in conda recipe and dev requirements
- Removes pcdsutils and pcdsdevices from extra testing requirements in github workflow
- The ``happi audit`` CLI entrypoint has been modified to use
``happi.audit.audit()``.
- Update mongo backend to handle authSource, require connection information (host, user, etc)
- Updates mongo backend to handle authSource, require connection information (host, user, etc)
- Documents bson dependency. Bson is vendored by pymongo, which instructs
users to not install bson from pypi (`pymongo readme <https://github.com/mongodb/mongo-python-driver/tree/master#installation>`)

Expand Down

0 comments on commit 0517301

Please sign in to comment.