Age | Commit message (Collapse) | Author |
|
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
|
|
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
|