lp:~fusion-developers/entropy-store/1026265-shannon-core
- Get this branch:
- bzr branch lp:~fusion-developers/entropy-store/1026265-shannon-core
Branch merges
- Tristan Seligmann: Approve
-
Diff: 954 lines (+896/-1)10 files modifiedmisc/shannon-1.cql (+24/-0)
setup.py (+2/-1)
shannon/cassandra.py (+271/-0)
shannon/client.py (+111/-0)
shannon/main.py (+238/-0)
shannon/test/test_cassandra.py (+88/-0)
shannon/test/test_util.py (+53/-0)
shannon/util.py (+67/-0)
shannon/web.py (+26/-0)
xmantissa/plugins/shannonoff.py (+16/-0)
Branch information
Recent revisions
- 66. By Darren Dormer
-
- Added missing docstrings.
- Updated incomplete docstrings.
- Removed un-used getAppStore.
- Fixed test_time. - 65. By Darren Dormer
-
- Fixed wrong casing for shannonEncoder.
- Removed CoreResource from the Mantissap appPowerups list.
- Renamed SimpleSiteFactory to ShannonSiteFactory.
- Added attributes to configure the Cassandra connection on ShannonSiteFactory.
- InvalidUUID sets the status code to 404.
- _writeRequest defaults the status code to 200, and sets it to 500 when a failure is passed in. - 63. By Darren Dormer
-
- Added docstrings.
- Added tests for _writeRequest and shannonEncode
- _writeRequest now writes JSON to the request.
- _writeRequest converts Failures to JSON.
- Render methods have been updated to use _writeRequest.
- Renamed a few things. - 62. By Darren Dormer
-
- Added cql to the setup.py list of dependencies.
- Replaced Nevow with Twisted.web
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:entropy-store