Age | Commit message (Collapse) | Author |
|
ensure that the degenerate case where we see a BGP route for AS0 is
marked as invalid.
only select accepted ROAs, since cacheview also stores rejected ROAs for
debugging.
svn path=/branches/tk161/; revision=4178
|
|
remove default=0 value for timestamps, as that is not a valid initial
value for a datetime object.
since there is no default argument, the call to the Timestamp
constructor needs to specify the value.
svn path=/branches/tk161/; revision=4177
|
|
remove auto_add=True from DateTimeField, and make
rpki.gui.app.timestamp.update() set the timestamp value instead.
move external data timestamps to sidebar in route view
svn path=/branches/tk161/; revision=4176
|
|
add missing copyright notices
svn path=/branches/tk161/; revision=4175
|
|
__unicode__ for Timestamp now displays both name and ts value
svn path=/branches/tk161/; revision=4174
|
|
svn path=/branches/tk161/; revision=4173
|
|
provide __unicode__ for Timestamp
svn path=/branches/tk161/; revision=4172
|
|
django's template language doesn't allow use of dash in variable
expansions, so {{ timestamp.bgp-v4-import }} fails.
svn path=/branches/tk161/; revision=4171
|
|
svn path=/branches/tk161/; revision=4170
|
|
svn path=/branches/tk161/; revision=4169
|
|
svn path=/branches/tk161/; revision=4168
|
|
change dashboard template to inherit from app_base.html
add new block to app_base to allow child templates to add additional
content to the sidebar
change 'Route Views' to 'Route View'
change 'AS' to 'Origin AS' in the routes_view.html template
svn path=/branches/tk161/; revision=4167
|
|
svn path=/branches/tk161/; revision=4166
|
|
svn path=/branches/tk161/; revision=4165
|
|
modify cacheview schema to use bigint for ip address storage
modify rpkigui-rcynic to use a transaction-per-object to avoid huge
memory requirements
svn path=/branches/tk161/; revision=4164
|
|
refactor common IP range tables into rpki.gui.models.
rework import script to load data into a staging table and swap with the
active table upon completion.
use separate tables for v4 and v6.
svn path=/branches/tk161/; revision=4163
|
|
svn path=/branches/tk161/; revision=4162
|
|
fix broken <h1> tag
svn path=/branches/tk161/; revision=4161
|
|
remove index from model definition, and create it automatically after
bulk inserts to speed up processing
add family element to unique_together
svn path=/branches/tk161/; revision=4160
|
|
svn path=/branches/tk161/; revision=4159
|
|
svn path=/branches/tk161/; revision=4158
|
|
svn path=/branches/tk161/; revision=4157
|
|
svn path=/branches/tk161/; revision=4156
|
|
svn path=/branches/tk161/; revision=4155
|
|
svn path=/branches/tk161/; revision=4154
|
|
specified handles in synchronize(), wrapper functions for calling
rpkid and pubd. Also reworked a few things to reduce risk of using
stale BPKI certificates in long-lived processes.
svn path=/branches/tk100/; revision=4152
|
|
but note that I'm working this as part of #100 so it's on the tk100
branch, see #100).
This substantially completes #26 and #100, other than GUI integration.
Still some documentation and cleanup work to be done.
svn path=/branches/tk100/; revision=4150
|
|
svn path=/branches/tk100/; revision=4149
|
|
svn path=/branches/tk100/; revision=4148
|
|
svn path=/branches/tk100/; revision=4147
|
|
weird.
svn path=/branches/tk100/; revision=4146
|
|
svn path=/branches/tk139/; revision=4145
|
|
svn path=/branches/tk139/; revision=4144
|
|
svn path=/branches/tk100/; revision=4137
|
|
svn path=/branches/tk100/; revision=4136
|
|
svn path=/branches/tk100/; revision=4135
|
|
svn path=/branches/tk100/; revision=4134
|
|
with the same syntax into the same SQL table.
svn path=/branches/tk100/; revision=4133
|
|
problem; needs b etter fix, but want this fix in version control.
svn path=/branches/tk100/; revision=4132
|
|
new model.
svn path=/branches/tk100/; revision=4130
|
|
svn path=/branches/tk100/; revision=4129
|
|
gui and irdbd will share the same database, and the irdbd database is setup by $top/rpkid/rpki-sql-setup.py
svn path=/branches/tk139/; revision=4128
|
|
svn path=/branches/tk139/; revision=4127
|
|
svn path=/branches/tk100/; revision=4126
|
|
svn path=/branches/tk100/; revision=4125
|
|
svn path=/branches/tk100/; revision=4124
|
|
IRDB, which simplified the code considerably as a nice side effect.
svn path=/branches/tk100/; revision=4123
|
|
BPKI object creation logic. Move CSV code out of rpkic.
svn path=/branches/tk100/; revision=4122
|
|
new Django-model-based entitydb and IRDB.
svn path=/branches/tk100/; revision=4121
|
|
svn path=/branches/tk100/; revision=4120
|