11 Commits

Author SHA1 Message Date
Troy McConaghy
232ddc00a0 Two changes to Release_Process.md
1. Merge the new version's branch into the master branch
2. Added a helper line about how to use twine to upload to PyPI
2017-02-06 19:54:53 +01:00
Troy McConaghy
1e7adabc35 Branch names should have the form X.Y.Z 2017-02-06 18:43:34 +01:00
Troy McConaghy
553db6e342 Update version.py step in Release_Process.md 2017-02-06 16:21:16 +01:00
libscott
736ecb0bc8 Update Release_Process.md 2017-01-30 12:04:07 +01:00
libscott
f6a6b72a9c Update Release_Process.md 2017-01-27 17:48:11 +01:00
Scott Sadler
aa3a525dc1 Release process changes for Minor and Patch version 2017-01-27 15:27:44 +01:00
Scott Sadler
b2f2ce3523 hotfix release process since old step left in by mistake 2016-12-01 16:27:00 +01:00
Troy McConaghy
a8f6e25962 Fixed typo and string formatting 2016-11-24 15:26:53 +01:00
libscott
8343bab89f Schema definition (#798)
Commit messages for posterity:

* wip transaction schema definition
* test for SchemaObject
* test SchemaObject definions meta property
* schema documentation updates
* test for basic validation
* commit before change to .json file definiton + rst generation
* move to straight .json schema, test for additionalProperties on each object
* add asset to transaction definiton
* remove outdated tx validation
* make all tests pass
* create own exception for validation error and start validating transactions
* more tx validation fixes
* move to yaml file for schema
* automatic schema documentation generator
* remove redundant section
* use YAML safe loading
* change current_owners to owners_before in tx schema
* re-run tests and make correct yaml schema
* fix some broken tests
* update Release_Process.md
* move tx validation into it's own method
* add jsonschema dependency
* perform schema validation after ID validation on Transaction
* Release_Process.md, markdown auto numbering
* remove old transaction.json
* resolve remaining TODOs in schema docuementation
* add `id` and `$schema` to transaction.yaml
* add transaction.yaml to setup.py so it gets copied
* address some concernes in PR for transaction.yaml
* address more PR concerns in transaction.yaml
* refactor validtion exceptions and move transaction schema validation into it's own function in bigchaindb.common.schema.__init__
* add note to generated schema.rst indicating when and how it's generated
* move tx schema validation back above ID validation in Transaction.validate_structure, test that structurally invalid transaction gets caught and 400 returned in TX POST handler
* remove timestamp from transaction schema index
* Add README.md to bigchaindb.common.schema for introduction to JSON Schema and reasons for YAML
* Use constant for schema definitions' base prefix
* Move import of ValidationError exception into only the tests that require it
* Move validate transaction test helper to tests/common/util.py
* move ordered transaction schema load to generate_schema_documentation.py where it's needed
* use double backticks to render terms in schema docs
* change more backticks and change transaction version description in transaction schema
* make details a mandatory property of condition
* Many more documentation fixes
* rename schema.rst to schema/transaction.rst
* Fix documentation for Metadata
* Add more links to documentation
* Various other documentation fixes
* Rename section titles in rendered documentation
* use  to manage file handle
* fix extrenuous comma in test_tx_serialization_with_incorrect_hash args
* 'a' * 64
* remove schema validation until we can analyze properly impact on downstream consumers
* fix flake8 error
* use `with` always
2016-11-22 11:17:06 +01:00
troymc
c30c32bcd5 In Release_Process.md, noted we use semantic versioning 2016-11-10 16:44:42 +01:00
Troy McConaghy
ed09cf3c8e Created a file to outline our release process 2016-11-09 18:40:16 +01:00