Commit Graph

1173 Commits (4be80d39a80d4375dc80a45e43d8e67db0125793)

Author SHA1 Message Date
Jakub Onderka 67eeb9df9d chg: [internal] Use Attribute::fetchAttributesInChunks for correlations 2024-01-28 22:12:17 +01:00
Jakub Onderka 7b0ebfae5c chg: [internal] PHP 7.4 is required, so we can remove hacks for older versions vol. 2 2024-01-14 17:35:25 +01:00
Jakub Onderka 324039f9b7 fix: [internal] Attachment scanning 2024-01-09 16:06:34 +01:00
Jakub Onderka 405b918580 new: [CLI] IP address normalization script 2024-01-05 17:38:05 +01:00
Jakub Onderka 8678da10d8 chg: [internal] Optimise reportValidationIssuesAttributes 2024-01-05 16:40:49 +01:00
iglocska 8c50a86bc0
fix: [attribute bulk update] separate out tag deletion as it builds a ridiculously large query at times 2023-12-05 16:08:40 +01:00
iglocska b38878b963
fix: [attributes] type field added to editable fields 2023-11-29 11:25:41 +01:00
Sami Mokaddem d758516042
fix: [Attribute:editPostProcessing] Fixed sighting capture 2023-11-27 11:23:30 +01:00
Sami Mokaddem f8f02b053a
fix: [Attribute:EditPostProcessing] Make sure the ID is set 2023-11-27 10:26:41 +01:00
Sami Mokaddem c14c6efde0
fix: [attribute:validation] Typo in function name 2023-11-27 08:46:26 +01:00
Sami Mokaddem 91e6a4ba4a
fix: [attribute:editPostProcessing] Fixed typo in condition preventing tags to be detached 2023-11-27 08:45:07 +01:00
iglocska 5ec0ac952d
chg: [bulk update] simplified 2023-11-25 11:42:28 +01:00
iglocska 1de6b9ec04
fix: [bulksave] valiadate only only works with saveAll() 2023-11-25 11:31:02 +01:00
iglocska 10bcdff8ea
chg: [bulksave] tuning 2023-11-25 11:07:47 +01:00
iglocska 7b209e726e
fix: [bulksave] doesn't save with a single invalid attribute 2023-11-25 10:59:26 +01:00
iglocska 4f36105d56
chg: [fast_update] Only run recorrelation on attributes that need to be recorrelated 2023-11-23 12:28:53 +01:00
iglocska 79cd0015a1
fix: [fast_update] recorrelation typo 2023-11-23 10:26:17 +01:00
iglocska dfe3b786a9
Merge branch 'nohooks' into develop 2023-11-23 09:18:57 +01:00
iglocska f66c336c7c
chg: [cleanup] of temporary paths 2023-11-23 09:18:20 +01:00
iglocska babf2b73b0
chg: [fast_update] recalculate attribute count + regenerate correlations 2023-11-23 09:14:58 +01:00
iglocska d015f9cae7
new: [WiP] edit refactor 2023-11-20 14:13:15 +01:00
iglocska d744e6f3d5
new: [event edit] skip validation hooks on demand
- WiP for bulk ingestion of minor changes
2023-11-15 07:37:11 +01:00
Luciano Righetti e1f99a2824 fix: api order not working because of dropped param/incorrect handling, related to #9359 2023-11-09 09:56:57 +01:00
iglocska 075a68f187
Merge branch 'llm_tests' into develop 2023-10-31 15:04:27 +01:00
iglocska d4256ad87a
fix: [llm test] should work nao 2023-10-18 16:45:50 +02:00
Sami Mokaddem cc4a51aea4
fix: [attribute] Log entry with the correct action 2023-10-18 16:14:01 +02:00
iglocska a9f40fe91c
Merge branch '2.4' into develop 2023-05-31 09:01:30 +02:00
iglocska 709a9e270a
fix: [Attribute index] moved to light pagination 2023-05-30 09:01:30 +02:00
Christophe Vandeplas c5483cf4b5 fix: [cleanup] removes some TODO messages #103 2023-05-21 10:09:05 +02:00
Luciano Righetti db47d7f285 chg: move breakOnDuplicate check to Attribute::captureAttribute 2023-04-07 15:29:36 +02:00
Luciano Righetti e62e1b00db fix: handle when a batch of attributes is sent and only a subset has breakOnDuplicate=false 2023-04-07 11:28:16 +02:00
Luciano Righetti 4acc24580d fix: remove unused line 2023-04-06 15:38:52 +02:00
Luciano Righetti d2ecd00e8e cgh: add named param support for attributes:add() breakOnDuplicate 2023-03-23 15:34:56 +01:00
Luciano Righetti bedd889fae chg: handle breakOnDuplicate parameter in Attribute:add() to perform upserts instead of failing 2023-03-23 11:20:29 +01:00
Sami Mokaddem 2c30e9af7e
fix: [attribute:bro] Restored bro export
The broExport should probably be rewritten to sue the standard restSearch export later on
2023-02-17 16:14:00 +01:00
Jakub Onderka ece4a716a6 fix: [UI] Description for attributes 2022-12-15 10:04:45 -05:00
iglocska afbe08d256
chg: [attribute] rearranging fixed 2022-11-28 11:05:34 +01:00
iglocska 24f656ac3f
new: [restsearch] added optional ordering
- available on event/attribute restsearch
- uses the new findOrder() internal function to have consistent filtering
2022-11-27 11:15:47 +01:00
iglocska 8ac4a9481c
new: [attribute type] azure-application-id added
- En taro @xg5_datafiend
2022-11-11 12:36:31 +01:00
iglocska 66c627ce4f
chg: [attribute restsearch] x-result-count calculation reworked
- show a fake number that still forces tools to keep pagination until needed
- massive performance gain
- fake it till you make it
2022-11-10 14:54:06 +01:00
Jakub Onderka 41aa9d225f fix: [security] Check user permission when attaching clusters 2022-10-25 13:22:11 +02:00
Jakub Onderka 0227ee734a
Merge pull request #8687 from JakubOnderka/full-correlation
new: [correlation] Do not correlate over correlating value again
2022-10-20 10:05:22 +02:00
Jakub Onderka 9770ee17a9 new: [correlation] Do not correlate over correlating value again for full correlation
Should help with #8685
2022-10-20 09:55:39 +02:00
Jakub Onderka 136085088f chg: [internal] Delete attribute code cleanup 2022-10-19 18:40:43 +02:00
Jakub Onderka aae65c42c6
Merge pull request #8653 from JakubOnderka/workflow-fixes
fix: [workflow] Basic cleanup
2022-10-18 21:20:40 +02:00
Jakub Onderka c5e2b39a9a chg: [api] Better specify what `last` attribute means 2022-10-17 16:59:23 +02:00
Jakub Onderka 6d6af58af0 fix: [internal] Less fragile event unpublishing 2022-10-13 09:39:15 +02:00
Jakub Onderka 47ab2bb72e chg: [internal] Speedup saving attributes when workflow is disabled 2022-10-10 22:12:32 +02:00
Jakub Onderka f89c71b63b
Merge pull request #8638 from JakubOnderka/unknown-type
Unknown type
2022-10-05 21:52:34 +02:00
Sami Mokaddem e5fc50736d
chg: [tag:attach/detach] Added support of relationship and locality 2022-10-05 14:48:18 +02:00