Commit Graph

2639 Commits (19c2e90e3b0dda81af3078b0ba9e796abd5469b5)

Author SHA1 Message Date
Steve Peak 19c2e90e3b Create .coveragerc 2015-09-27 10:55:55 +02:00
Steve Peak b40d0a1df9 Debugging coverage 2015-09-27 10:45:51 +02:00
Iglocska 24ff042749 Merge branch 'hotfix-2.3.134' 2015-09-24 11:27:00 +02:00
Iglocska 5f1196eba5 Fix to an issue that blocked event blacklist entries from being added manually, fixes #676 2015-09-24 11:26:23 +02:00
Iglocska 88fcf39194 Merge branch 'hotfix-2.3.133' 2015-09-24 10:37:51 +02:00
Iglocska 4a75b1d2b5 Fixed an issue where the recorrelation of all events would run into memory issues
- before the recorrelation admin tool would load all attributes into memory in one go
- now it loads them in chunks of 1k attributes at a time
2015-09-24 10:36:02 +02:00
Iglocska 043fd84161 Merge branch 'hotfix-2.3.132' 2015-09-23 12:32:22 +02:00
Iglocska a55e38ffda Fix to the previous commit 2015-09-23 12:32:00 +02:00
Iglocska b998394943 Merge branch 'hotfix-2.3.132' 2015-09-23 12:16:13 +02:00
Iglocska 6ef7772e0b Fixed an issue with old upgraded instances that didn't use the db session handler
- diagnostic tool would throw exceptions because the db session tables are still missing in some older instances
- if a different session handler is used, the test is skipped
2015-09-23 12:14:32 +02:00
Iglocska 4a16fb3941 Changed behaviour where REST delete returns the index on success, fixes #673
- REST delete of events lacked an API specific response
- simply redirected to the index

- it now returns eitehr "Event deleted" or "Event was not deleted" depending on the outcome
2015-09-22 19:41:24 +02:00
Raphaël Vinot 0d032a618e Merge pull request #673 from Rafiot/travis
Add some submodules to the travis run
2015-09-22 17:47:39 +02:00
Raphaël Vinot b2876c6959 Update default version for cakephp, make sure PyMISP follows master 2015-09-22 17:36:41 +02:00
Raphaël Vinot 84b414e284 add codecov 2015-09-22 17:18:17 +02:00
Raphaël Vinot fe875c27ba Add pymisp as a submodule 2015-09-22 17:05:28 +02:00
Raphaël Vinot e3dcb6a93c Add coveralls 2015-09-22 16:40:35 +02:00
Raphaël Vinot ca93b2d8aa Merge pull request #672 from Rafiot/travis
Move test cases to PyMISP
2015-09-22 16:11:46 +02:00
Raphaël Vinot 5a97e684a6 Move test cases to PyMISP 2015-09-22 16:04:48 +02:00
iglocska b449dcdac2 Merge branch 'hotfix-2.3.131' 2015-09-21 09:22:24 +02:00
iglocska 6fa13b4ad0 Fix to the text export ignoring the rule to exclude unpublished and non-IDS flagged data, fixes #646 2015-09-18 10:53:03 +02:00
iglocska 3234aaf887 Fixes to the user index, fixes #556
- index can now be sorted case insensitive
- removed a notice error during sorting (sorting parameters should not be displayed as a filter)
2015-09-18 10:42:50 +02:00
iglocska f15fcf0584 Started admin FAQ section, added info on resetting a password using the command line, fixes #624 2015-09-18 10:23:55 +02:00
iglocska 8d824ddf1a Merge branch 'hotfix-2.3.130' 2015-09-17 16:28:13 +02:00
iglocska 6d4678a688 Version bump 2015-09-17 16:28:01 +02:00
iglocska a9006dd671 Merge branch 'hotfix-2.3.130' 2015-09-17 11:30:20 +02:00
iglocska cfec8d65e4 Fix to an issue introduced in 2.3.128 that incorrectly causes MISP to not sync due to a version mismatch 2015-09-17 11:28:57 +02:00
iglocska 7f3996f43b Added an API to quickly check the current MISP version, fixes #664 2015-09-17 00:21:08 +02:00
iglocska 1d4e07d965 Merge branch 'master' of https://github.com/MISP/MISP 2015-09-16 19:07:21 +02:00
iglocska c07aadbd0c Merge branch 'hotfix-2.3.128' 2015-09-16 18:56:06 +02:00
iglocska 1079c4a1ea Added a diagnostic to check and purge overgrown session tables 2015-09-16 18:55:28 +02:00
Andras Iklody e1965a7f05 Merge pull request #663 from MISP/Rafiot-patch-1
Fix #654
2015-09-16 16:12:51 +02:00
Raphaël Vinot 7b1155599b Fix #654
At least, I think so, please review :)
2015-09-16 16:04:12 +02:00
iglocska dfdcc722d6 Merge branch 'hotfix-2.3.127' 2015-09-16 15:34:32 +02:00
iglocska 14188f1367 Fix to a new bug introduced with the correlation engine
- an attribute could correlate with another attribut of the same event
2015-09-16 15:34:00 +02:00
iglocska b8fae35f34 Added ID in the response of the upload sample API
- it now also returns the ID of the created/updated event
2015-09-16 14:54:07 +02:00
iglocska 88c62c8129 Merge branch 'master' of https://github.com/MISP/MISP 2015-09-16 14:36:56 +02:00
iglocska d1c4a789dc Merge branch 'hotfix-2.3.126' 2015-09-16 14:36:13 +02:00
iglocska 0fe9794370 Removed redirect to the news page 2015-09-16 14:35:56 +02:00
iglocska 3f6cca5c98 Removed junk file 2015-09-16 14:31:23 +02:00
iglocska 6e61c50867 Collection of changes / fixes
- Event blacklist functionality extended
    - Several context fields added
    - edit existing entries to change the context fields

- removed the deprecated news page

- hash attribute types get validated against empty values

- fixed an excepion on REST add of attributes when the validation stops an attribute from being entered

- fixed the parameters in some exports being ignored after a recent patch

- added an admin tool to prune orphaned attributes

- cleanup and move of the database update methods - they are now accessible from any model

- Footer now shows MISP version including sub version
2015-09-16 14:24:44 +02:00
iglocska c06e687b5e Event blacklist context completed 2015-09-16 14:19:22 +02:00
iglocska 26e640e19c Further progress on several issues 2015-09-16 12:15:43 +02:00
Raphaël Vinot bfeac5ffa4 Merge pull request #658 from Rafiot/master
Fix pull request
2015-09-15 20:37:35 +02:00
David André a5e6fd2f2d Added gcc in dependencies (related to https://github.com/MISP/MISP/issues/302) 2015-09-15 20:33:33 +02:00
David André f34a108138 Added gcc in dependencies (related to #302) 2015-09-15 20:33:25 +02:00
Iglocska df59748719 progress on several issues
- switching workstations, this is all WiP
2015-09-15 15:11:08 +02:00
Raphaël Vinot d8530815f5 Merge pull request #653 from Rafiot/master
[Travis] Fix DB
2015-09-12 22:29:14 +02:00
Raphaël Vinot 7922b20585 [Travis] Fix DB 2015-09-12 22:23:07 +02:00
Raphaël Vinot 8ebc9bf0cf Merge pull request #652 from Rafiot/travis2
[Travis] Big update, Almost ready to run tests.
2015-09-11 19:29:59 +02:00
Raphaël Vinot 3e4364dd6c Big update, Almost ready to run tests. 2015-09-11 19:23:20 +02:00