-
Notifications
You must be signed in to change notification settings - Fork 2
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
Optionally import RIPE routes #23
Open
kamil-certat
wants to merge
7
commits into
Intevation:master
Choose a base branch
from
certat:prepare-for-upstream
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on May 10, 2021
-
ripe-import: optionally import RIPE route data
The ripe importer can now optionally import RIPE route data. In the context of IntelMQ, this information is useful to e.g. map IP addresses to ASNs which in turn can be mapped to contact information for notifications. This commit contains the changes for main part of this: * The download script also downloads the ripe.db.route.gz and ripe.db.route6.gz files * The database schema has a new table and index for the route information * The import code optionally loads these files and saves it into the database Notably missing is the database upgrade. Related to Intevation#15
Configuration menu - View commit details
-
Copy full SHA for 9d98a6b - Browse repository at this point
Copy the full SHA 9d98a6bView commit details
Commits on May 20, 2021
-
ripe-import: Add DB update script for route_automatic
This adds an update script for the new route_automatic table. The name script file does not include a version number like the other update scripts because it's not clear yet which version this file will be included in. Related to Intevation#15
Configuration menu - View commit details
-
Copy full SHA for 8d4c4f6 - Browse repository at this point
Copy the full SHA 8d4c4f6View commit details
Commits on Jun 14, 2021
-
ripe-import: Add --before-commit-command option
The RIPE importer has a new command line option, --before-commit-command, whose argument is an SQL statement that is executed by the importer before the transaction that updates the RIPE data is committed. This command can be used to e.g. cleanup data that depends on the RIPE data, but which cannot be automatically updated with 'ON DELETE CASCADE' for foreign keys or similar mechanisms.
Configuration menu - View commit details
-
Copy full SHA for 4f5b665 - Browse repository at this point
Copy the full SHA 4f5b665View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4571064 - Browse repository at this point
Copy the full SHA 4571064View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c1d0b4 - Browse repository at this point
Copy the full SHA 4c1d0b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a76ce29 - Browse repository at this point
Copy the full SHA a76ce29View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a2a6f2 - Browse repository at this point
Copy the full SHA 1a2a6f2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.