Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Add test examples for geomodel alerts #1462

Merged
merged 56 commits into from
Oct 3, 2019
Merged

Commits on Sep 20, 2019

  1. Configuration menu
    Copy the full SHA
    c7fdd17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb85d15 View commit details
    Browse the repository at this point in the history
  3. Fixup pep8 formatting errors

    pwnbus committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    9d46bf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cf17a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb624f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Configuration menu
    Copy the full SHA
    1ae3cfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a9f0e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d7a37b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4820c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c65341a View commit details
    Browse the repository at this point in the history
  6. Consider localities the same if they are close; do math using m/s ins…

    …tead of km/h for better accuracy
    arcrose committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    de8af4f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'fixup_duplicates_geomodel' of github.com:mozilla/MozDef…

    … into fixup_duplicates_geomodel
    arcrose committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    f16472a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    43c2629 View commit details
    Browse the repository at this point in the history
  2. remove outdated localities before trying to alert so that doing so af…

    …ter doesn't cause problems
    arcrose committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    70ee3a9 View commit details
    Browse the repository at this point in the history
  3. Resolve lint errors

    arcrose committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    8483234 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dd2851 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cb5a33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e64495c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c392c5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8407bba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b309045 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    ec5d2d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a717c8a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fixup_duplicates_geomodel' of github.com:mozilla/MozDef…

    … into fixup_duplicates_geomodel
    arcrose committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    956deee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4f3752 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0e8233 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    c0f2e93 View commit details
    Browse the repository at this point in the history
  2. Fixed a typo

    arcrose committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    c79ef44 View commit details
    Browse the repository at this point in the history
  3. Intermediate commit; trying to understand why events are being droppe…

    …d if I modify timestamps
    arcrose committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    04ce21c View commit details
    Browse the repository at this point in the history
  4. Remove debugger

    arcrose committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    f5b8d94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4253f8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b0de0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a41d58 View commit details
    Browse the repository at this point in the history
  8. Call alert correctly

    arcrose committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    672bb09 View commit details
    Browse the repository at this point in the history
  9. Appease the Linter gods

    arcrose committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    5692d01 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b359e01 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    739fa77 View commit details
    Browse the repository at this point in the history
  12. Fixed syntax error

    arcrose committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    782c96e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b765b6a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    de2f19a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    071b417 View commit details
    Browse the repository at this point in the history
  2. Only allow one query to be configured.

    When there are multiple queries, GeoModel will try to avoid processing
    events that it may have already processed in previous iterations.
    Rather than building a tagging system to track this internally, we will
    restrict the number of queries that can be run so that this condition is
    impossible.  Queries against multiple sources can be written using OR,
    such as in "tags:auth0 OR tags:duo"
    arcrose committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    8655acc View commit details
    Browse the repository at this point in the history
  3. Parse lastaction from receivedtimestamp in from_events because we exp…

    …ect it to be more accurate
    arcrose committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    07cfd7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e4b398 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    a9dbb45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d94dc49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a75fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07bc4d9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fixup_duplicates_geomodel' of github.com:mozilla/MozDef…

    … into fixup_duplicates_geomodel
    arcrose committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    c6cd733 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c640ffc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e05330a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8260353 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    0c9c145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6778a28 View commit details
    Browse the repository at this point in the history
  3. Add type_ field back

    arcrose committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    a356a0d View commit details
    Browse the repository at this point in the history
  4. Fixing linting errors

    arcrose committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    7e9e6de View commit details
    Browse the repository at this point in the history