New releases: stratisd 0.5.2, stratis-cli 0.5.2, dbus-python-client-gen 0.7.0
by Andy Grover
Hi all,
We've just tagged some new releases. Special thanks to new contributor
Mateusz Mikuła!
We had a face-to-face earlier this month, which left a little less time
for development.
Thanks!
stratisd 0.5.2:
Andy Grover <agrover(a)redhat.com> (9):
Make StratisError equivalent to EngineError
Change EngineError to be a re-export of StratisError
Remove EngineError alias
Replace EngineResult usage with StratisResult
Use top-down approach for StratisResult/Error use statements
Fix clippy warning
Fix review issues
Try to get travis to cross-compiler to i686
version 0.5.2
Mateusz Mikuła <mati865(a)gmail.com> (3):
Build with dbus by default
Take reference as clippy suggests
Fix i686 build in Travis
Todd Gill <tgill(a)redhat.com> (1):
Add --target option to build
mulhern <amulhern(a)redhat.com> (15):
Reverse order of arguments to block_evaluate
Generate UML-diagram like graphs for all modules
Fix formattting
Update to new version of clippy
Get rid of nonminimal-bool clippy error
Adjust cleanup code in various ways
Strip out an allow but keep clippy happy
Update to new version of clippy
Extend a test to verify behavior on non-existent object path
Run clippy for bin/stratisd.rs
Tighten up a clippy collapsible-if
Turn loop expression into a while-let expression
Do not pass a mutable argument where only immutable one is needed
Pass Error argument by reference
Change write() to write_all()
stratis-cli 0.5.2 (from 0.5.0):
Andy Grover <agrover(a)redhat.com> (1):
version 0.5.2
Todd Gill <tgill(a)redhat.com> (4):
Add fmt and fmt-travis targets to Makefile for PEP8
checking/formatting
Reformat code to PEP8 formatting with yapf
Add yapf to the requirements.txt for automation testing.
Update .travis.yml to include invoking fmt-travis
mulhern <amulhern(a)redhat.com> (15):
Do not disable or ignore certain pylint errors
Remove unused errors
Do not disable bad-continuation warnings for pylint
Fix view target in Makefile
Remove return statements w/ no value
Catch DPClientGenerationError and raise StratisCliError
Add a FIXME
Change StratisCliRuntimeError to StratisCliEngineError
Make a StratisCliRuntimeError superclass of runtime exceptions
Make interface and spec public in StratisCliDbusLookupError
Clean up unit tests a bit
Print a list of error messages instead of just the top one
Catch the result of every failing action with an ActionError
Abstract generating error message into a separate method
Add a rudimentary attempt at error interpretation
pyup-bot <github-bot(a)pyup.io> (2):
create pyup.io config file
Pin tox to latest version 2.9.1
dbus-python-client-gen 0.7:
mulhern <amulhern(a)redhat.com> (15):
Use yapf for formatting
Remove pylint bad-continuation disable and make pylint happy again
Also remove duplicate-code disable
Catch and reraise from KeyError in two places
Improve DPClientGenerationError message for IntoDPPython error
Improve DPClientGenerationError messages for properties
Compute methods before creating function
No longer pass whole spec to method_builder and prop_builder
Get rid of invoker_builder method
Abstract selecting among property getters or setters
Hoist build_method and build_property up a level
Put as much info as possible into DPClientGenerationError messages
Add a view target to Makefile
Refine DPClientRuntimeError heirarchy
New version: 0.7
Regards -- Andy
5 years, 4 months
Change columns in stratis storage project table
by Anne Mulhern
Hi!
I think it would be nice to eliminate "Done" column, which doesn't tell much.
Add "To Be Reviewed" column, where the developer puts cards representing PRs that they would like reviewed.
Keep "In Review" column, but only put in that column PRs that are actually in the process of being reviewed.
I'm trying to use table to track PRs, but the conflation of "want review" with "are being reviewed" makes it
difficult for me.
- mulhern
5 years, 4 months