Tom King
1ac66a927a
chg: Add in test case
2022-06-06 11:51:41 +01:00
Alexandre Dulaunoy
156f6d9083
chg: [tests] reverted
2022-03-21 15:33:41 +01:00
Alexandre Dulaunoy
c5646d7463
chg: [tests] subversion are supported
2022-03-17 09:22:39 +01:00
Alexandre Dulaunoy
94a65c578a
fix: [tests] check if the version is a substring as PyMISP might contain sub version
2022-03-09 12:38:56 +01:00
Raphaël Vinot
24e79c8340
new: get_new_authkey for a user
2022-03-03 15:07:28 +01:00
Raphaël Vinot
bc37a03174
fix: Update live tests to support proper format of SGs
2021-11-30 11:41:53 +01:00
Raphaël Vinot
2bc689e3c7
chg: Slight changes regarding timezones
2021-10-28 16:11:46 -04:00
Jakub Onderka
aba02ecd8c
fix: [tests] Remove debug prints
2021-10-19 15:54:30 +02:00
Raphaël Vinot
ec4172dfba
Merge pull request #795 from tomking2/feature/sharing_group_improvements
...
Improve sharing groups, new get_sharing_group and return sharing group orgs
2021-10-14 14:51:11 +02:00
Raphaël Vinot
e84d5a11f3
Merge pull request #794 from tomking2/feature/org_user_search
...
chg: Add ability to search against orgs and users by freetext search (both) or organisation (users)
2021-10-14 14:46:34 +02:00
Tom King
1248dd459f
chg: Add in test case for searching against orgs and users
2021-10-13 11:33:07 +01:00
Tom King
12c92ca83a
chg: Add in test case for get_sharing_group and validate orgs are present
2021-10-13 11:23:04 +01:00
Jakub Onderka
5064107093
Merge pull request #783 from JakubOnderka/fixes-149
...
Changes for upcoming MISP 2.4.150
2021-10-08 16:38:50 +02:00
chrisr3d
fa68b58b66
fix: [tests] Fixed stix test
2021-10-08 14:54:03 +02:00
Raphaël Vinot
253730759a
fix: Upload of STIX document with non-ascii characters
...
Due to: https://github.com/psf/requests/issues/5560
TL;DR: a variable of type str passed to data in a POST request will be
silently re-encoded to ISO-8859-1, making MISP barf on the other side.
2021-09-09 16:58:27 +02:00
Raphaël Vinot
0bdfb3892d
chg: Bump live tests
2021-09-07 14:26:22 +02:00
Raphaël Vinot
8e5f4b7aba
new: test cases for edit objects and upload stix
2021-09-03 15:25:45 +02:00
Jakub Onderka
545f149480
chg: [test] Check if all category types exists
2021-08-31 16:56:28 +02:00
Jakub Onderka
0abe34f106
fix: [test] Remove debug print
2021-08-31 16:55:25 +02:00
Jakub Onderka
2e698d70ba
fix: [test] Correct error messages for blocked event
2021-08-31 16:54:46 +02:00
Raphaël Vinot
735fb88c37
chg: Remove test files
2021-08-17 12:51:04 +02:00
Raphaël Vinot
a2dc13c5e5
chg: Automatically pull the malwares repo when running tests/testlive_comprehensive.py
2021-08-17 12:45:27 +02:00
Raphaël Vinot
4ec01bb096
chg: Add test for updating a objects from a custom template
...
Related: #776
2021-08-09 09:16:04 +02:00
Raphaël Vinot
81e7db14bb
Merge branch 'JakubOnderka-to_dict_json_format'
2021-08-05 11:22:45 +02:00
Raphaël Vinot
630cb73dec
chg: Remove duplicates tests
2021-08-05 11:19:58 +02:00
iglocska
70d716622e
chg: [testlive_comprehensive] correct path to access sharing group releasability after edit
2021-08-05 11:12:54 +02:00
Jakub Onderka
475525429a
fix: [test] test_sharing_groups
2021-08-05 11:11:42 +02:00
Jakub Onderka
9e71e859e9
new: Method `sharing_group_exists`
2021-08-05 11:11:42 +02:00
Jakub Onderka
b963c41716
new: Method `update_sharing_group`
2021-08-05 11:11:40 +02:00
Raphaël Vinot
7f53761403
chg: properly validate update_sharing_group without pythonify
2021-08-05 11:11:06 +02:00
Raphaël Vinot
71ea0cc19d
chg: Bump missing dep
2021-08-05 11:11:06 +02:00
iglocska
0bcd293c01
chg: [testlive_comprehensive] correct path to access sharing group releasability after edit
2021-08-05 11:11:04 +02:00
Jakub Onderka
379e1ded0a
fix: [test] test_sharing_groups again
2021-08-05 11:10:33 +02:00
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
Jakub Onderka
1746138eb3
chg: `get_taxonomy` supports namespace
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
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
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
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
Raphaël Vinot
9db81ed052
Merge branch 'main' into update_sharing_group
2021-06-22 11:26:06 -07:00