Commit Graph

2580 Commits (3b77b5e3b356992860efb6366a2d2dc15e65cfbf)

Author SHA1 Message Date
Jakub Onderka 9db0ddd14d fix: [test] test_sharing_groups 2021-08-05 11:10:33 +02:00
iglocska 8729adaed1 chg: [authkey test] removed from testlive_comprehensive
- the default now enables advanced authkeys making the retriaval of keys impossible after the user creation
2021-08-05 11:10:33 +02:00
Jakub Onderka 7ccf4c15d2 chg: Do not load schema for event when not necessary 2021-08-05 11:10:33 +02:00
iglocska 9ea5ec8b1f Revert "chg: Remove legacy stix converter."
This reverts commit 94ce4a367b.

- breaks misp-stix converter, reverting it for now, let's find a way to deprecate this without outright removing it
2021-08-05 11:10:33 +02:00
Raphaël Vinot 9d5793fc5a chg: Bump deps 2021-08-05 11:10:33 +02:00
Jakub Onderka 1746138eb3 chg: `get_taxonomy` supports namespace 2021-08-05 11:10:33 +02:00
Jakub Onderka 2ecfc24c14 new: Method `organisation_exists` 2021-08-05 11:10:33 +02:00
Jakub Onderka 7dab091c85 new: Method `sharing_group_exists` 2021-08-05 11:10:31 +02:00
Jakub Onderka 88d0b4ac93 new: Method `update_sharing_group` 2021-08-05 11:09:33 +02:00
Raphaël Vinot a81d1f6792 Merge branch 'JakubOnderka-recommended_pymisp_version' 2021-08-05 11:07:20 +02:00
Raphaël Vinot d84a488dc3 fix: Typo in key name 2021-08-05 11:06:18 +02:00
Raphaël Vinot ee25f97478 chg: properly validate update_sharing_group without pythonify 2021-08-05 11:00:23 +02:00
Raphaël Vinot 64ef9fbcc5 chg: Bump missing dep 2021-08-05 11:00:23 +02:00
Raphaël Vinot a49705812c chg: Bump deps 2021-08-05 11:00:23 +02:00
iglocska 3bc9c93809 chg: [testlive_comprehensive] correct path to access sharing group releasability after edit 2021-08-05 11:00:20 +02:00
Jakub Onderka ce0ff86a6f fix: [test] test_sharing_groups again 2021-08-05 10:59:35 +02:00
Jakub Onderka e19d971daf fix: [test] test_sharing_groups 2021-08-05 10:59:35 +02:00
iglocska 6ca2917255 chg: [authkey test] removed from testlive_comprehensive
- the default now enables advanced authkeys making the retriaval of keys impossible after the user creation
2021-08-05 10:59:35 +02:00
Jakub Onderka 91673e9474 chg: Do not load schema for event when not necessary 2021-08-05 10:59:35 +02:00
iglocska 30e584a891 Revert "chg: Remove legacy stix converter."
This reverts commit 94ce4a367b.

- breaks misp-stix converter, reverting it for now, let's find a way to deprecate this without outright removing it
2021-08-05 10:59:35 +02:00
Raphaël Vinot b9349a84d9 chg: Bump deps 2021-08-05 10:59:35 +02:00
Jakub Onderka 4c7f2299c4 chg: `get_taxonomy` supports namespace 2021-08-05 10:59:35 +02:00
Jakub Onderka 6aa6c7d8bd new: Method `organisation_exists` 2021-08-05 10:59:35 +02:00
Jakub Onderka fcacc9274d new: Method `sharing_group_exists` 2021-08-05 10:59:30 +02:00
Jakub Onderka ceb34ecad0 new: Method `update_sharing_group` 2021-08-05 10:57:36 +02:00
Raphaël Vinot a158bcd83f chg: properly validate update_sharing_group without pythonify 2021-08-05 10:50:40 +02:00
Raphaël Vinot dbc18408c1 chg: Bump missing dep 2021-08-05 10:45:17 +02:00
Raphaël Vinot 695397391e chg: Bump deps 2021-08-05 09:33:38 +02:00
Raphaël Vinot 77f2f356fc
Merge pull request #771 from JakubOnderka/test-sharing-group-fix
fix: [test] test_sharing_groups again
2021-08-05 09:32:57 +02:00
Raphaël Vinot 6e8a7e1e53
Merge branch 'main' into test-sharing-group-fix 2021-08-05 09:23:55 +02:00
iglocska ee8e9398da
chg: [testlive_comprehensive] correct path to access sharing group releasability after edit 2021-07-27 13:47:14 +02:00
Jakub Onderka bcaa8e0429 fix: [test] test_sharing_groups again 2021-07-27 13:06:45 +02:00
Andras Iklody 35cefb3889
Merge pull request #770 from JakubOnderka/test-sharing-group-fix
fix: [test] test_sharing_groups
2021-07-27 11:52:35 +02:00
Jakub Onderka 5c5c30b238 fix: [test] test_sharing_groups 2021-07-26 17:11:40 +02:00
iglocska 6f12d3a6af
chg: [authkey test] removed from testlive_comprehensive
- the default now enables advanced authkeys making the retriaval of keys impossible after the user creation
2021-07-26 16:42:12 +02:00
Jakub Onderka 270d16cd4c new: `to_dict` method supports `json_format` parameter 2021-06-29 13:28:24 +02:00
Raphaël Vinot 22e1ae60fd
Merge pull request #764 from JakubOnderka/schema-lazy
chg: Do not load schema for event when not necessary
2021-06-28 10:18:01 -07:00
Jakub Onderka 82a6e488a3 chg: Do not load schema for event when not necessary 2021-06-28 18:39:55 +02:00
Jakub Onderka d44d3cd0e4 new: Save one REST call when initialize PyMISP class 2021-06-28 13:33:59 +02:00
iglocska 95f20939f2
Revert "chg: Remove legacy stix converter."
This reverts commit 94ce4a367b.

- breaks misp-stix converter, reverting it for now, let's find a way to deprecate this without outright removing it
2021-06-23 12:19:04 +02:00
Raphaël Vinot b4619780a4 chg: Bump deps 2021-06-22 11:33:30 -07:00
Raphaël Vinot bbe5aed31e Merge branch 'JakubOnderka-update_sharing_group' 2021-06-22 11:31:42 -07:00
Raphaël Vinot 1b963b6515 fix: flake8 stuff 2021-06-22 11:31:25 -07:00
Raphaël Vinot 9db81ed052
Merge branch 'main' into update_sharing_group 2021-06-22 11:26:06 -07:00
Raphaël Vinot 4c003ca810
Merge pull request #760 from JakubOnderka/get-taxonomy-namespace
chg: `get_taxonomy` supports namespace
2021-06-22 11:24:15 -07:00
Raphaël Vinot 862459ddcf
Merge pull request #759 from JakubOnderka/exists-method
New methods `sharing_group_exists` and `organisation_exists`
2021-06-22 11:23:24 -07:00
Jakub Onderka 77eeb10abb new: Method `update_sharing_group` 2021-06-22 17:48:53 +02:00
Jakub Onderka 3a92e343e5 chg: `get_taxonomy` supports namespace 2021-06-22 17:34:01 +02:00
Jakub Onderka a3bbecd55b new: Method `organisation_exists` 2021-06-22 17:20:53 +02:00
Jakub Onderka 6842a2e2f4 new: Method `sharing_group_exists` 2021-06-22 17:20:30 +02:00