Commit Graph

10 Commits (8a1e7c0164b4a5b4a5426eaeadc936015386d1ec)

Author SHA1 Message Date
Jakub Onderka f2580dda7a chg: [internal] Top correlations cleanup 2022-05-09 14:34:38 +02:00
Jakub Onderka a007089486 chg: [internal] Do not use ajax layout 2022-04-28 14:51:21 +02:00
Jakub Onderka b100377a73 chg: [internal] Do not modify session when not necessary 2021-11-25 11:58:32 +01:00
Luciano Righetti 3a81f0d236 fix: bug correlation exclusion comment overriding value 2021-09-15 09:34:36 +02:00
Jakub Onderka 439ec5cceb fix: [internal] Code cleanup 2021-08-23 17:03:44 +02:00
iglocska d61ebc9905
new: [correlation exclusions] now have an optional comment field
- explain why you exclude a value for easier maintenance
- edit existing exclusions to add those comments after the fact
2021-04-27 10:52:53 +02:00
iglocska 0d348bfd01
new: [Correlations] Added cached toplist
- stored via zset in redis
- very fast, but needs to be generated
- generation background processed
2021-04-27 00:40:40 +02:00
iglocska b8781fa91c
fix: [correlation exclusions] controller comment fixed 2021-04-25 19:49:08 +02:00
iglocska 15fc60ebbf
new: [Correlations] refactor / rework
- moved to own controller and model
- refactored several long incomprehensible functions

- extracted reused tasks from functions and made them reusable
- added a way to correlate individual values as opposed to attributes

- Added top correlations index
2021-04-25 17:36:29 +02:00
iglocska b8823b86e2
new: [correlation] added system to exclude certain values from the correlation engine
- simply add values at /exclude_correlations
- new values coming in will not correlate if they trip over the values listed there
- to remove existing correlations run the cleaner tool on the above endpoint

- values can be 1:1 matches, or substring searches (denoted with a leading, ending, or both '%')
  - https://www.google.com/%  will match anything starting with https://www.google.com/
  - %google.com% will match anything that contains google.com
2021-01-07 09:31:38 +01:00