Commit Graph

639 Commits (1ff5576915967c0ecc39a95bdabd0bfd3d70c8f2)

Author SHA1 Message Date
mokaddem d653a1cf86
chg: [diagnostic:fixDBSchema] Support of missing table + support of
non-critical warnings
2019-11-19 16:14:51 -05:00
mokaddem b8b5880ef6
chg: [diagnostic:db_schema] Added support of default_value and quick fix 2019-11-19 12:07:30 -05:00
mokaddem bcd5ce2362
Merge branch '2.4' of github.com:MISP/MISP into feature-fix-db-inconsistencies 2019-11-19 09:20:42 -05:00
mokaddem 69746c8d4f
new: [server:fixDBSchema] Preliminary work to fix database schema 2019-11-18 19:06:41 -05:00
iglocska 8008bbbd26
new: [sql diagnostics] Started work on a system to automatically generate scripts to fix issues
- currently somewhat limited
- requires additional input to generate correct queries, needs an update for the default schemas
- generated, but not exposed for now
2019-11-18 11:36:31 +01:00
iglocska 382b57102b
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-11-13 19:27:02 +01:00
iglocska 0c15043cfa
new: [sync] view remote user tool added to the server index
- should help with debugging what user is being used
2019-11-13 19:09:37 +01:00
mokaddem 2f3c4778f4
chg: [diagnostic:dbSchema] Whitelist columns to ignore and highlight
critical differences
2019-11-13 16:38:30 +01:00
mokaddem 1234e9b03e
chg: [dbDiagnostic] Removed datefield precision as it's only available
on MySQL 5.6+
2019-11-13 12:28:15 +01:00
mokaddem 28abffd6a2
chg: [dbDiagnostic] Diagnostic result is stored in a keyed array instead
of indexed array
2019-11-13 12:21:19 +01:00
iglocska a7aad6f042
fix: [temporary] Dirty fix for the diagnostic page failing on MySQL < 5.6 2019-11-13 10:05:25 +01:00
mokaddem 3babd222ac
Merge branch '2.4' of github.com:MISP/MISP into revisedUpdateProcess 2019-11-08 11:42:27 +01:00
iglocska d24f23b5bd
Merge branch '2.4' into sightingdb 2019-11-06 21:22:00 +01:00
iglocska c4f1d4d15e
new: [SightingDB] Added integration with SightingDB
- Added configuration tool
- Added lookups from the event view
- Added includeSightingdb flag for the restSearch searches
- Added SightingDB search tool
- Added SightingDB connection test tool
2019-11-06 21:20:04 +01:00
mokaddem b78d7825b9
Merge branch '2.4' of github.com:MISP/MISP into revisedUpdateProcess 2019-11-05 13:48:39 +01:00
Alexandre Dulaunoy 983a58afba
chg: [default] old default 'TLP Amber' is now 'tlp:amber' to be consistent and use MISP taxonomy naming 2019-11-04 12:41:52 +01:00
mokaddem d63f81076b
Merge branch '2.4' of github.com:MISP/MISP into revisedUpdateProcess 2019-10-30 13:58:43 +01:00
mokaddem 0087a49fcc
chg: Usage of camelCase instead of snake_case 2019-10-29 09:57:25 +01:00
Andras Iklody 77ac6e6525
Merge pull request #5348 from JanSkalny/2.4
new: [cli] server connectivity test
2019-10-29 09:32:33 +01:00
Jan Skalny 0ef0cf49cb new: [cli] server connectivity test 2019-10-22 20:13:11 +02:00
chrisr3d 103355c67a
fix: Bumped latest stix2 python version + Updated expected version in the diagnostic 2019-10-22 13:40:25 +02:00
mokaddem e058c7a302
chg: [update] Improved feedback for update lock type in the UI 2019-10-15 11:31:22 +02:00
chrisr3d 086965347c
fix: [stix diagnostic] Updated the latest stix2 version 2019-10-15 10:39:10 +02:00
Jakub Onderka 3dbc6c0221
chg: [sync] Code cleanup 2019-10-03 19:58:15 +02:00
mokaddem 0f6f5d6291
chg: [dbSchemaDiagnostic] show remaining time before update unlock and
columns that should not be there
2019-10-01 15:22:29 +02:00
mokaddem 6fd52393b7
chg: [update] Added new worker type `update` to perform updates 2019-10-01 13:36:37 +02:00
mokaddem e124c8186f
chg: [dbSchemaDiagnostic] Improved wording 2019-09-30 11:44:58 +02:00
mokaddem 900317d5fe
Merge remote-tracking branch 'origin/2.4' into revisedUpdateProcess 2019-09-30 10:40:01 +02:00
mokaddem 006279f91f
fix: [update] Fixed bad merge and added more comments 2019-09-30 10:30:41 +02:00
iglocska d92fa3d281
Merge branch 'cacert' into 2.4 2019-09-30 09:48:03 +02:00
iglocska 07e76dd2e3
new: [ca_path] added setting in setting manager 2019-09-30 09:47:40 +02:00
iglocska a20a49ffcb
fix: [internal] removed debug calls 2019-09-29 21:49:51 +02:00
Andras Iklody 7a71d76d82
Merge pull request #5198 from JakubOnderka/redis-info
new: [internal] Redis diagnostic
2019-09-27 22:19:05 +02:00
mokaddem 76092c741a
chg: [dbSchemaDiagnostic] Improved code quality 2019-09-27 13:16:29 +02:00
mokaddem b031422dfa
chg: [dbSchemaDiagnostic] Catches errors and display them in the UI 2019-09-26 15:58:45 +02:00
mokaddem 84290eaae6
chg: [dbSchemaDiagnostic] Added support of db_version 2019-09-26 15:20:32 +02:00
mokaddem 80b345c24e
chg: [dbSchemaDiagnostic] Improved parsing and UI - WiP 2019-09-26 14:34:05 +02:00
mokaddem c72f04dd90
Merge branch '2.4' into revisedUpdateProcess 2019-09-26 12:13:49 +02:00
Jakub Onderka 22aac8e235
chg: [internal] Use checkMISPVersion rather than duplicate impl 2019-09-24 18:30:19 +02:00
Jakub Onderka 2abe4c5946 chg: [internal] Do not log passwords 2019-09-23 07:49:42 +02:00
Jakub Onderka 84d100e982 new: [internal] Redis diagnostic 2019-09-21 07:43:35 +02:00
chrisr3d 9741a3a305
fix: [diagnostic] Fixed stix python libraries requirements 2019-09-20 15:30:56 +02:00
chrisr3d 950e3db485
fix: [diagnostic] Updated expected stix2 library version 2019-09-20 09:45:11 +02:00
iglocska 626e190afb
fix: [server prio] Don't block the reordering even when the requested move is invalid
- helps with fixing misaligned server lists
2019-09-13 15:03:24 +02:00
iglocska b31ea8c18f
fix: [server prio] reprioritise should be more lenient if there's a messed up priority order as the starting point
- should still return false for the rearranging, but should re-set the priority list based on the current positions
2019-09-13 14:53:36 +02:00
iglocska 7db73b1ee5
fix: [server prio] Automatically put new servers to lowest prio instead of highest 2019-09-13 13:21:46 +02:00
iglocska 850159627a
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2019-09-13 11:51:05 +02:00
iglocska ffc9147018
new: [sync] Added sync priority system to prioritise the order of instances to push to 2019-09-13 11:49:12 +02:00
mokaddem cfafc2e51f
Merge branch '2.4' of github.com:MISP/MISP into decaying 2019-09-12 13:35:35 +02:00
mokaddem fd3eef1151
chg: [dbSchemaDiagnostic] changing diagnostic - WiP 2019-09-12 09:11:15 +02:00