-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Issues that will be covered by this release
Scarab
- New authentication scheme project8/scarab#108 -- This will be made possible by the auth-upgrade branch
dripline-cpp
- amqp credentials from k8s secret dripline-cpp#25 -- This will be made possible by the new-auth branch
- Replace .project8_authentications.json with more general auth scheme dripline-cpp#34 -- This will be made possible by the new-auth branch
- Documentation update dripline-cpp#89 -- Should be able to knock this one out
- Invalid specifier should return an error dripline-cpp#92 -- Minor change; should be able to do this
- Standardize exception handling dripline-cpp#103 -- Would be nice to finish some or all of this
- Read mesh info from a settings file dripline-cpp#105 -- When framing a major version release of dl-py, changing how it's interacted with, this would be really good to have
dripline-python
- remove p8-auth file #1 -- Change in authentication means we don't need the auth file anymore
- fully parse git context #35 -- It would be nice to have this
- allow (require?) limiting of available cmd targets #67 -- At least point (1) from this could be implemented
- Broken link in Dripline Service doc #97 -- Change to the docs should have fixed this, but should be verified
- ✅ seemingly benign error when I run dl-serve command #98 -- This has been fixed in the new-auth branch
- Documentation for Interface #103 -- Interface needs to have sufficient documentation to use it, plus a link to other information
- self communication pattern #105 -- Should verify whether this is still an issue or not, and whether there's a clear way to solve it
- scarab error when implementing Ethernet endpoint #118 -- Should verify whether error handling is better now, and if not, should fix it
- Documentation for how to use lockout key #120 -- Check that lockout keys work in Python and document it properly
- ✅ importing dripline.core.Interface returns "fail!" message #121 -- This has been fixed in the new-auth branch
- Setting lockout_key in MsgRequest not handled properly #123 -- Seems related to Documentation for how to use lockout key #120
- Interface needs local and service exception support #124 -- This would be a good time to distinguish between internal and user use
- add send bindings to service #126 -- Just need to add service::send() binding
- ✔️ Endpoint should check that payloads can be converted to param #127 -- Verify, but I'm pretty sure this is done
- dripline-python version not parsed correctly when running dripline command #128 -- We get the version now, but the executable is wrong. Check this
- Service startup commands #136 -- Would be nice if we could do this
- ✅ Passed Configuration-Dictionary is inconsistent and not documented #147 -- This is fixed in the new-auth branch
- The error message for specifying an invalid broker should be more clear #148 -- This needs to be checked
- ✅ Service doesn't handle specifiers like Endpoint does #162 -- This is fixed in the new-auth branch
- Return types in Endpoint.on_get_request() should be expanded #163 -- Would be nice to get this in
- ✅ Add integration testing #165 -- This has been merged into the new-auth branch
- Standardize exception handling #166 -- This should be done as part of the generaly dl-py improvement
- Signal handling doesn't work in interactive Python session #167 -- This is being worked on
- postgres_interface has a number of functions with mutable default arguments #169 -- We should do this
- Impelement an HTTP Server #171 -- This is being worked on
Metadata
Metadata
Assignees
Labels
No labels