Age | Commit message (Collapse) | Author |
|
import/create button
add detail views for repository and pubclients
rename import_* to *_import to match names for other methods on the same model
svn path=/branches/tk161/; revision=4238
|
|
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=4231
|
|
svn path=/branches/tk161/; revision=4230
|
|
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=4221
|
|
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=4211
|
|
add $Id$ string and set svn:keywords property
svn path=/branches/tk161/; revision=4209
|
|
svn path=/branches/tk161/; revision=4208
|
|
svn path=/branches/tk161/; revision=4207
|
|
svn path=/branches/tk161/; revision=4206
|
|
svn path=/branches/tk161/; revision=4202
|
|
disable admin url
change defaut location for /site_media/ to /usr/local/share/rpki/media/
svn path=/branches/tk161/; revision=4201
|
|
svn path=/branches/tk161/; revision=4200
|
|
svn path=/branches/tk161/; revision=4199
|
|
svn path=/branches/tk161/; revision=4198
|
|
svn path=/branches/tk161/; revision=4197
|
|
svn path=/branches/tk161/; revision=4196
|
|
svn path=/branches/tk161/; revision=4195
|
|
svn path=/branches/tk161/; revision=4193
|
|
svn path=/branches/tk161/; revision=4192
|
|
svn path=/branches/tk161/; revision=4191
|
|
move files in the portal-gui/apache/ subdirectory up one level
install data files to /usr/local/share/rpki/ rather than the /gui/ subdirectory
make install automatically creates /usr/local/share/rpki/media/ for serving css files needed by the web portal
svn path=/branches/tk161/; revision=4190
|
|
svn path=/branches/tk161/; revision=4189
|
|
svn path=/branches/tk161/; revision=4188
|
|
svn path=/branches/tk161/; revision=4187
|
|
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
|