Commit Graph

  • 4424809225 Fix tox config (coverage was incorrectly reported) Chris Lenk 2018-03-14 14:19:14 -0400
  • e91b71f300 Test adding a data source to the workbench Chris Lenk 2018-03-14 12:47:28 -0400
  • 5285934034 Make Workbench use implicit ObjectFactory Chris Lenk 2017-11-29 19:25:52 -0500
  • b2613ca62c Add Workbench wrapper functions Chris Lenk 2017-11-29 14:12:54 -0500
  • aeff8f4bc0 Create Workbench layer Chris Lenk 2017-11-29 08:58:01 -0500
  • 89cf4bc38f WIP:allow unknown custom objects to be processed by parse; WIP: splitting up parse utility into components; found bug in tests that wasnt providing for proper teardown cleaning, fixed = 2018-03-29 11:49:30 -0400
  • e92db2417a
    Merge pull request #147 from oasis-open/119-taxii-filters Greg Back 2018-03-28 15:24:28 -0500
  • 51dcd6c184 same as last commit = 2018-03-22 11:46:49 -0400
  • b1579ae265 same as last commit = 2018-03-22 11:36:35 -0400
  • 9f19245c8a modify tests for python 3.x acceptance = 2018-03-22 11:23:48 -0400
  • 536e56836c adding Filter check when the Filter property is 'type', checks the value has no underscores (issue #136) = 2018-03-22 10:59:07 -0400
  • 369eb604ef
    Merge pull request #146 from oasis-open/mbastian1135-patch-1 Greg Back 2018-03-22 07:55:53 -0500
  • 383bf5755e
    remove debug line Michael K 2018-03-21 22:06:46 -0400
  • 7880e4a89b passing TAXII query params in correct format to taxii2client; patching bug where TAXII query filters were being applied again locally to STIX objects via Filters (which doesnt work) = 2018-03-21 17:19:05 -0400
  • 3c2d877bc3
    Merge pull request #145 from oasis-open/138-non-json-files Greg Back 2018-03-21 13:37:27 -0500
  • 33cfc4bb27
    Merge pull request #143 from emmanvg/issue-134 Greg Back 2018-03-20 08:52:53 -0500
  • eeb34ebbef Change logic for case `isinstance(stix_data, list)`` Emmanuelle Vargas-Gonzalez 2018-03-19 12:03:25 -0400
  • 32cb62cca2 Make sure we return if there is nothing to add to the collection Emmanuelle Vargas-Gonzalez 2018-03-19 11:00:09 -0400
  • 4e5eb88458 Increase versioning code coverage slightly Chris Lenk 2018-03-16 16:38:29 -0400
  • 8248fa4859
    Merge pull request #144 from oasis-open/docs Greg Back 2018-03-16 15:29:36 -0500
  • 198b4ecffa Tweak property autodocumenter Chris Lenk 2018-03-16 16:10:53 -0400
  • c98abb18f5 Fix docs Emmanuelle Vargas-Gonzalez 2018-03-16 14:26:41 -0400
  • 740debe7dd Merge branch 'master' of github.com:oasis-open/cti-python-stix2 into issue-134 Emmanuelle Vargas-Gonzalez 2018-03-16 13:58:56 -0400
  • 1f5876d420
    Undo last commit Michael K 2018-03-16 10:57:31 -0400
  • bc72f93424 Add warning about TAXIICollection bug Chris Lenk 2018-03-15 18:06:08 -0400
  • 017df285f9 so pip installs will not include test data directory = 2018-03-15 16:11:22 -0400
  • 7f9a3c49ea Update TAXIICollectionSink.add() to use serialize(). Call parse() on dict objects. Pass UTF-8 strings to taxii2client. closes #134 Emmanuelle Vargas-Gonzalez 2018-03-15 13:51:47 -0400
  • 2fbde05e6c putting test files in stix type folder that exists on git (bc there are files in it) = 2018-03-14 19:34:07 -0400
  • f4558c0958 pre-commit errors = 2018-03-14 19:09:25 -0400
  • 6f762e7ea0 woops forgot file, recommit of: more type checking of filesystem json files; added corresponding tests = 2018-03-14 16:32:31 -0400
  • af14cd4f88 more type checking of filesystem json files; added corresponding tests = 2018-03-14 16:28:44 -0400
  • 5820fa0845 GH-138: ignore invalid JSON files. Greg Back 2018-03-14 10:06:03 -0500
  • bf233895ae
    Merge pull request #142 from oasis-open/docs Greg Back 2018-03-14 09:51:12 -0500
  • 955cad8385 Clarify serialization in documentation Chris Lenk 2018-03-13 16:01:42 -0400
  • f9523f24bf Bump version: 0.5.0 → 0.5.1 v0.5.1 Chris Lenk 2018-03-06 12:05:53 -0500
  • b613e2a66f Update CHANGELOG for v0.5.1 Chris Lenk 2018-03-06 12:05:25 -0500
  • 35679e6a6b Bump version: 0.4.0 → 0.5.0 v0.5.0 Chris Lenk 2018-03-06 10:16:57 -0500
  • 0e70e61451 Update CHANGELOG for v0.5.0 Chris Lenk 2018-03-06 10:16:04 -0500
  • 1e80086bdd
    Merge pull request #133 from oasis-open/126-assume_allow_custom Chris Lenk 2018-03-06 09:51:58 -0500
  • 5a71ef2e64 Fix allow_custom in functions calling new_version Chris Lenk 2018-03-02 11:32:07 -0500
  • 1eab9b2832 Assume custom properties allowable in add_markings Chris Lenk 2018-03-02 10:21:51 -0500
  • 4a9c38e0b5
    Merge pull request #132 from oasis-open/114-116-datastore-renaming Greg Back 2018-03-01 13:15:34 -0600
  • 307a85c8b1 Reorder modules for API documentation Greg Back 2018-03-01 13:15:02 -0600
  • eb2d87ce71 Rename "DataStore" class to "DataStoreMixin" Chris Lenk 2018-03-01 11:27:37 -0500
  • 5f703509be Rename "sources" subpackage to "datastore" Chris Lenk 2018-03-01 09:04:42 -0500
  • 9402cff110
    Merge pull request #131 from oasis-open/taxii_collection_source_404 Chris Lenk 2018-02-27 17:04:14 -0500
  • b6f14cdd4d Fix MemoryStore docstrings Chris Lenk 2018-02-27 16:53:05 -0500
  • 7bdf786f89 Remove deprecated tests Chris Lenk 2018-02-27 12:17:26 -0500
  • 554cd081b2
    Merge pull request #128 from oasis-open/120-attributes_atuodoc Greg Back 2018-02-27 10:24:57 -0600
  • 57eb709c48 Merge branch 'master' into taxii_collection_source_404 Chris Lenk 2018-02-26 17:08:28 -0500
  • df57f4d159 Fix typos in datasources Chris Lenk 2018-02-26 16:56:24 -0500
  • a780bcfe86
    Merge pull request #130 from emmanvg/stix2.1 Greg Back 2018-02-26 10:40:50 -0600
  • e23d937204 Fix isort Chris Lenk 2018-02-23 09:37:14 -0500
  • b6c22010bb Fix imports for test_location.py Emmanuelle Vargas-Gonzalez 2018-02-23 08:52:34 -0500
  • d51f1014c7 Fix InstrusionSet 'last_seen' in 2.1 Emmanuelle Vargas-Gonzalez 2018-02-23 08:24:26 -0500
  • 06974c72f5 Merge branch 'master' of github.com:oasis-open/cti-python-stix2 into stix2.1 Emmanuelle Vargas-Gonzalez 2018-02-23 08:21:16 -0500
  • aaff2a3a04 Appease pycodestyle Chris Lenk 2018-02-22 09:55:15 -0500
  • 2886ae9961 Add links to specs in STIX Objects' documentation Chris Lenk 2018-02-21 16:42:25 -0500
  • 6f35978ba6 Document STIX object properties' metadata Chris Lenk 2018-02-20 16:41:19 -0500
  • 3263c3848f List STIX objects' properties in documentation Chris Lenk 2018-02-20 14:48:53 -0500
  • f1813f17e0 Fix a couple links in documentation Chris Lenk 2018-02-20 12:16:15 -0500
  • c682838239
    Merge pull request #127 from oasis-open/122-new_version_with_related Greg Back 2018-02-21 11:20:58 -0600
  • 0ae44bc66e Merge branch 'master' into 122-new_version_with_related Greg Back 2018-02-21 11:05:50 -0600
  • b1a020bb38 Update imports to appease isort. Greg Back 2018-02-21 11:02:08 -0600
  • 99addbaada
    Allow Python nightly to fail in Travis Chris Lenk 2018-02-19 15:43:25 -0500
  • 5427e79d71 Fix pycodestyle/isort issues Chris Lenk 2018-02-19 15:03:20 -0500
  • 845934033e Avoid checking valid refs when deepcopying Chris Lenk 2018-02-19 14:44:28 -0500
  • a790d8f561
    Merge pull request #124 from m0jtaba/patch-1 Greg Back 2018-02-01 09:34:41 -0600
  • a758c7e1b2
    Update datastore.ipynb Mo 2018-01-31 17:24:57 +0000
  • e2c9354d14 GH-121: Use correct property name for IntrusionSet.last_seen Greg Back 2018-01-16 08:49:15 -0600
  • 722d46c6c5 Merge branch 'master' of github.com:oasis-open/cti-python-stix2 into stix2.1 Emmanuelle Vargas-Gonzalez 2017-12-08 09:36:59 -0500
  • da8ae6a621 Merge branch 'taxii_collection_source_404' of https://github.com/oasis-open/cti-python-stix2 into taxii_collection_source_404 = 2017-12-01 11:33:34 -0500
  • 0c8dd7f47c added docstring warning for utility function = 2017-12-01 11:30:41 -0500
  • 126094106e Merge branch 'master' into taxii_collection_source_404 Greg Back 2017-11-29 22:13:16 +0000
  • c0669d7a5f Drop support for Python 3.3 Greg Back 2017-11-29 22:11:40 +0000
  • 742d249ee0 trying to fix timing bug = 2017-11-29 12:50:13 -0500
  • 52a052d4dd removing debug lines; attemting to fix a Travis test error = 2017-11-29 12:27:20 -0500
  • 2399ee62ec adjusting tests = 2017-11-29 12:03:10 -0500
  • 98ca928dea
    Merge pull request #111 from oasis-open/89-relationships Greg Back 2017-11-27 14:19:29 +0000
  • db9c93d9e1 Add documentation for related object functions Chris Lenk 2017-11-21 17:32:17 -0500
  • 4a6bca4486 Merge branch 'master' into 89-relationships Chris Lenk 2017-11-21 16:37:58 -0500
  • d355d1827e Move `creator_of` to DataStore/DataSource Chris Lenk 2017-11-21 16:29:06 -0500
  • 078474259a Simplify `related_to` Chris Lenk 2017-11-21 16:19:15 -0500
  • 6446be310c Clean up relationships code Chris Lenk 2017-11-21 15:57:35 -0500
  • 0347bb52fd added remove_custom_stix() utility; tweaked new_version() to make it a little safer = 2017-11-21 14:39:50 -0500
  • 92f7e706bf Improve error handling in relationships/related_to Chris Lenk 2017-11-21 10:29:57 -0500
  • f481788e1e
    Merge pull request #112 from samcornwell/get_type_from_id Greg Back 2017-11-20 15:19:24 +0000
  • eff51a2bb8 fixed pycodestyle failure Sam Cornwell 2017-11-19 23:00:42 -0500
  • 78612530ff added tests for get_type_from_id Sam Cornwell 2017-11-19 22:27:31 -0500
  • 8930e72cc3 added get_type_from_id function to utils Sam Cornwell 2017-11-19 22:11:44 -0500
  • ea11163ae6
    Merge pull request #110 from emmanvg/issue-109 Greg Back 2017-11-17 23:15:34 +0000
  • 7e0f911972 Add relationship_type note to docstrings Chris Lenk 2017-11-17 17:30:24 -0500
  • ec42182cb1 issue #107 , also MemorySource.load_from_file() parses JSON into python-stix2 objects now = 2017-11-17 12:19:06 -0500
  • c03ecb5230 Update test modules Emmanuelle Vargas-Gonzalez 2017-11-17 08:50:40 -0500
  • da4e843993 issue #104 with TAXIICollectionSource tweak = 2017-11-16 17:47:27 -0500
  • 515ff1e53f Clean up test Chris Lenk 2017-11-16 16:50:27 -0500
  • cfa18bfd0d Improve Environment tests Chris Lenk 2017-11-16 16:38:11 -0500
  • f0331f8b9b Reorganize DataStore code for dereferencing Chris Lenk 2017-11-16 16:25:57 -0500
  • 29dec997a0 Add related_to() Chris Lenk 2017-11-16 14:58:59 -0500
  • 86f28644f9 Fix Python2 bug when filter value is unicode Chris Lenk 2017-11-15 16:56:55 -0500