Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Route ROA checker #1416

Merged
merged 55 commits into from
Apr 16, 2024
Merged

Route ROA checker #1416

merged 55 commits into from
Apr 16, 2024

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    111a76c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a78606 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. feat: fix ITs

    MiguelAHM committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    88a4b53 View commit details
    Browse the repository at this point in the history
  2. feat: add more tests

    MiguelAHM committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bafe2de View commit details
    Browse the repository at this point in the history
  3. feat: create the validator

    MiguelAHM committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e5493f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39b5818 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b0fb2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61db61e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. feat: fix conflicts

    MiguelAHM committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c44316d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c27dd40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2db7bc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    607a329 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea8abb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    095701f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f386982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24cbc26 View commit details
    Browse the repository at this point in the history
  4. feat: fix ITs

    MiguelAHM committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    14b95be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f45fc79 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. feat: fix ITs

    MiguelAHM committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e844ec2 View commit details
    Browse the repository at this point in the history
  2. feat: refactor

    MiguelAHM committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    169397b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad5c241 View commit details
    Browse the repository at this point in the history
  4. feat: rename

    MiguelAHM committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    72e3c34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43b4b86 View commit details
    Browse the repository at this point in the history
  6. feat: rename

    MiguelAHM committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4f24215 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    da65fed View commit details
    Browse the repository at this point in the history
  2. Return 404 on invalid NRTMv4 notification file path (#1422)

    * _check_valid_notification_file
    
    * refactor
    
    ---------
    
    Co-authored-by: Ed Shryane <eshryane@ripe.net>
    2 people authored and MiguelAHM committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4059fd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c40ee90 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    d58fe00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04c8bc3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. remove_unused_code (#1429)

    * remove_unused_code
    
    * fix_tests
    maggarwal13 authored and MiguelAHM committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ce0a9ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11d66b2 View commit details
    Browse the repository at this point in the history
  3. Handle Multiple Delivery Status Notification Failure Responses for th…

    …e Same Email Address (#1417)
    
    * feat: remove message after error and catch DuplicateKeyException
    
    * feat: split the changes, just leave Catch in this PR
    
    * feat: catch the exception by email, no for all the emails. Turn the warn into debug
    
    * feat: put white space after try and before bracket
    
    * feat: just loop once
    
    * Added test to make sure the message doesn't get stuck
    
    * Fix test (rs.next() behaves the same if there is a result row or not)
    
    ---------
    
    Co-authored-by: Ed Shryane <eshryane@ripe.net>
    MiguelAHM and eshryane committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    af967b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83f0ab3 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Fix tests (#1433)

    * fix tests
    
    * fix tests
    maggarwal13 authored and MiguelAHM committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    76d9535 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56dbc2e View commit details
    Browse the repository at this point in the history
  3. Set memory limit for test elasticsearch instance (#1436)

    * Set memory limit for test elasticsearch instance
    
    * Move ES memlimit to ENV variable
    
    * Reduce elasticsearch memory limit
    
    ---------
    
    Co-authored-by: Ed Shryane <eshryane@ripe.net>
    2 people authored and MiguelAHM committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a610dcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4ca185 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bcf6f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5590d8f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2aa2f02 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    ce6770c View commit details
    Browse the repository at this point in the history
  2. feat: add missing return

    MiguelAHM committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f7b54de View commit details
    Browse the repository at this point in the history
  3. feat: rpki service should be a @service and RpkiRoaChecker a componen…

    …t because performance issues, pulling all roas each call
    MiguelAHM committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3d54e92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9afd37 View commit details
    Browse the repository at this point in the history
  5. feat: remove unused imports

    MiguelAHM committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    490defd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    2369c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c91ba6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b0912b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43a9df9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0594bc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe2692f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b877d56 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    89cf578 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    482b831 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    353bfc1 View commit details
    Browse the repository at this point in the history