cti-python-stix2/stix2
Michael Chisholm ee57596d6a Implemented clenk's suggested changes in multi-version filesystem
store:
- Use utils.get_type_from_id() instead of my own (I didn't know it
  was already there)
- Use dict-style instead of attribute-style access to get stix
  object properties
- Convert timezone-aware timestamps to UTC in _timestamp2filename()
  to ensure that different times always result in different
  filenames.

Also added a couple new tests for _timestamp2filename(), which
exercises the timezone conversion code.
2018-11-01 20:25:00 -04:00
..
datastore Implemented clenk's suggested changes in multi-version filesystem 2018-11-01 20:25:00 -04:00
markings Fix allow_custom in functions calling new_version 2018-03-02 11:32:07 -05:00
test Implemented clenk's suggested changes in multi-version filesystem 2018-11-01 20:25:00 -04:00
v20 Fix `created` millisecond precision in TLPs 2018-10-25 13:58:21 -04:00
__init__.py WIP- getting close though 2018-04-13 11:08:03 -04:00
base.py python 3.7 support 2018-10-03 18:00:38 +02:00
core.py Pass allow_custom to object dicts in a Bundle 2018-05-16 15:37:30 -04:00
environment.py still WIP 2018-04-12 12:03:07 -04:00
exceptions.py Disallow missing 'type' property with allow_custom 2018-04-13 11:18:56 -04:00
patterns.py added to pattern guide; reverting pattern str conversion (as was already proper) 2018-08-30 11:57:20 -04:00
properties.py Merge pull request #204 from oasis-open/refactor-properties 2018-07-05 17:16:25 -05:00
utils.py Add multi-version support to the filesystem datastore. 2018-11-01 20:25:00 -04:00
version.py Bump version: 1.0.2 → 1.0.3 2018-10-31 13:46:47 -04:00
workbench.py Pass allow_custom to ExtensionsProperty 2018-05-16 12:14:33 -04:00