Age | Commit message (Collapse) | Author |
|
svn path=/branches/tk161/; revision=4237
|
|
multi-table inheritance from irdb.models.GhostbusterRequest.
forms.GhostbusterRequest can be a plain class instead of a callable by setting the .queryset attribute on the field during __init__
svn path=/branches/tk161/; revision=4236
|
|
svn path=/branches/tk161/; revision=4234
|
|
svn path=/branches/tk161/; revision=4233
|
|
svn path=/branches/tk161/; revision=4232
|
|
svn path=/branches/tk161/; revision=4229
|
|
obj.as_resource_range results in an empty string because it has no such method
prefix AS value with the string "AS" because resource_range_as doesn't included it (unlike ResourceRangeAS objects)
svn path=/branches/tk161/; revision=4228
|
|
adding an existing object
fields for prefixes are prefix_min and prefix_max, not min and max
svn path=/branches/tk161/; revision=4227
|
|
that collapses adjacent ranges and can compute missing ranges
svn path=/branches/tk161/; revision=4225
|
|
svn path=/branches/tk161/; revision=4222
|
|
svn path=/branches/tk161/; revision=4218
|
|
svn path=/branches/tk161/; revision=4216
|
|
svn path=/branches/tk161/; revision=4215
|
|
svn path=/branches/tk161/; revision=4214
|
|
rpki.gui.models so it can be reused.
svn path=/branches/tk161/; revision=4213
|
|
were added to the concrete models in #4210
svn path=/branches/tk161/; revision=4212
|
|
svn path=/branches/tk161/; revision=4208
|
|
svn path=/branches/tk161/; revision=4207
|
|
svn path=/branches/tk161/; revision=4202
|
|
svn path=/branches/tk161/; revision=4199
|
|
svn path=/branches/tk161/; revision=4198
|
|
svn path=/branches/tk161/; revision=4193
|
|
svn path=/branches/tk161/; revision=4192
|
|
svn path=/branches/tk161/; revision=4189
|
|
svn path=/branches/tk161/; revision=4188
|
|
svn path=/branches/tk161/; revision=4186
|
|
svn path=/branches/tk161/; revision=4185
|
|
remove old forms for dealing with the now removed models.AddressRange
svn path=/branches/tk161/; revision=4184
|
|
models.RoaRequestPrefix.get_absolute_url restored since the /delete URL depends on it
svn path=/branches/tk161/; revision=4183
|
|
svn path=/branches/tk161/; revision=4181
|
|
svn path=/branches/tk161/; revision=4180
|
|
remove breadcrumb from template
svn path=/branches/tk161/; revision=4179
|
|
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
|
|
svn path=/branches/tk161/; revision=4170
|
|
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=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
|
|
svn path=/branches/tk161/; revision=4159
|
|
svn path=/branches/tk161/; revision=4158
|
|
svn path=/branches/tk161/; revision=4157
|