Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-03 | remove support for virtualenv. | Michael Elkins | |
closes #504 svn path=/trunk/; revision=5269 | |||
2013-04-03 | allow rpkigui-import-routes to be invoked with zero arguments, in which it ↵ | Michael Elkins | |
will download the routeview.org data from the default URL see #502 svn path=/trunk/; revision=5267 | |||
2013-04-03 | add support for automatically fetching routeviews.org dumps specified by URL | Michael Elkins | |
see #502 svn path=/trunk/; revision=5266 | |||
2013-04-03 | merge /branches/tk500 | Michael Elkins | |
closes #500 svn path=/trunk/; revision=5264 | |||
2013-04-03 | merge /trunk | Michael Elkins | |
svn path=/branches/tk500/; revision=5263 | |||
2013-04-03 | put badge inside of <a> element so it displays on the same line as the ↵ | Michael Elkins | |
'alert' text. needed since .nav>li>a has a "display:block" style svn path=/branches/tk500/; revision=5262 | |||
2013-04-03 | omit resource holder specific options from the sidebar when the user hasn't ↵ | Michael Elkins | |
selected a resource holder to manage svn path=/branches/tk500/; revision=5261 | |||
2013-04-03 | remove get_email_list() and replace with calls to Conf.send_alert() | Michael Elkins | |
svn path=/branches/tk500/; revision=5260 | |||
2013-04-03 | add Conf.send_alert() to store an alert for a resource holder. takes care ↵ | Michael Elkins | |
of storing it in the db for presentation to the user in the gui as well as emailing contacts in ghostbusters move definition of Alert above Conf so that Conf.send_alert() can reference Alert in send_alert() svn path=/branches/tk500/; revision=5259 | |||
2013-04-03 | add support for deleting alerts | Michael Elkins | |
print unread alert account in the sidebar, with color indicating the highest level alert svn path=/branches/tk500/; revision=5258 | |||
2013-04-03 | Use rpki.autoconf instead of whacky generated script headers. More | Rob Austein | |
cleanup along these lines still to be done, but this is a start. svn path=/trunk/; revision=5257 | |||
2013-04-03 | intial support for storing alerts and displaying them in the gui | Michael Elkins | |
svn path=/branches/tk500/; revision=5256 | |||
2013-04-02 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5254 | |||
2013-04-02 | Clean up a couple of deprecated scripts. | Rob Austein | |
svn path=/trunk/; revision=5253 | |||
2013-04-02 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5252 | |||
2013-04-01 | Clean up various old messes in how we configure listener server and | Rob Austein | |
port in daemons. svn path=/trunk/; revision=5251 | |||
2013-04-01 | warn about stale rcynic and bgp data in the nightly expiration cron job. ↵ | Michael Elkins | |
currently set to warn when the last import was more than 12 hours ago. svn path=/trunk/; revision=5250 | |||
2013-04-01 | add /etc/rpki/default_settings.py to rpki-ca installed files list | Michael Elkins | |
closes #499 svn path=/trunk/; revision=5249 | |||
2013-03-30 | Add --missing_only and --mysql_defaults to rpki-sql-setup. | Rob Austein | |
svn path=/trunk/; revision=5248 | |||
2013-03-29 | a roa only matches a route if it exactly matches or is an aggregrate. if ↵ | Michael Elkins | |
the route is an aggregate of the roa, it does not match. svn path=/trunk/; revision=5247 | |||
2013-03-29 | use nav-list css class for sidebar entries | Michael Elkins | |
svn path=/trunk/; revision=5246 | |||
2013-03-29 | in the route detail view, view roa list by page since the list may be quite ↵ | Michael Elkins | |
large (e.g. viewing 0.0.0.0/0) svn path=/trunk/; revision=5245 | |||
2013-03-29 | fix bug in orm query where roas covering a subset of a route were ignored | Michael Elkins | |
svn path=/trunk/; revision=5244 | |||
2013-03-29 | the pager should display links for the first and last page if they are not ↵ | Michael Elkins | |
visible svn path=/trunk/; revision=5243 | |||
2013-03-28 | drop "requests" in a few more places in the html templates | Michael Elkins | |
svn path=/trunk/; revision=5242 | |||
2013-03-28 | drop the word 'request' from the GUI since users do not understand the ↵ | Michael Elkins | |
distinction svn path=/trunk/; revision=5241 | |||
2013-03-28 | allow user to create roas by selecting entries from the route view | Michael Elkins | |
see #325 svn path=/trunk/; revision=5240 | |||
2013-03-28 | Clean a lot of OpenSSL-related historical baggage out of sample rpki.conf. | Rob Austein | |
svn path=/trunk/; revision=5239 | |||
2013-03-27 | no longer necessary to build aux scripts that won't be installed. | Michael Elkins | |
svn path=/trunk/; revision=5237 | |||
2013-03-26 | set rpki.config.default_dirname from rpki.gui.autoconf.sysconfdir to the ↵ | Michael Elkins | |
need to any calling scripts to do the same thing svn path=/trunk/; revision=5236 | |||
2013-03-26 | auto generate rpki.gui.autoconf with the expansions of all the standard ↵ | Michael Elkins | |
variables so they can be accessed by other modules svn path=/trunk/; revision=5235 | |||
2013-03-26 | remove some variables no longer required in settings.py.in | Michael Elkins | |
svn path=/trunk/; revision=5234 | |||
2013-03-26 | convert the two remaining scripts using ↵ | Michael Elkins | |
$top/buildtools/make-django-script.py to using rpki.gui.script_util.setup() instead so we can get rid of the build script svn path=/trunk/; revision=5233 | |||
2013-03-26 | setting INSTALLED_APPS is not required when accessing existing db tables. | Michael Elkins | |
svn path=/trunk/; revision=5232 | |||
2013-03-26 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5231 | |||
2013-03-26 | Doh, want to keep buildtools current too. | Rob Austein | |
svn path=/trunk/; revision=5230 | |||
2013-03-26 | Remove restriction on Django 1.5. See #443 and #495. | Rob Austein | |
svn path=/trunk/; revision=5229 | |||
2013-03-26 | change default loglevel to ERROR when importing routes since this is invoked ↵ | Michael Elkins | |
by cron svn path=/trunk/; revision=5228 | |||
2013-03-26 | fix missing import sys | Michael Elkins | |
svn path=/trunk/; revision=5227 | |||
2013-03-26 | use rpki.gui.script_util.setup() to configure the django orm. | Michael Elkins | |
generate the scripts using ${COMPILE_PYTHON} since ${COMPILE_DJANGO} is no longer required svn path=/trunk/; revision=5226 | |||
2013-03-26 | add new rpki.gui.script_util.setup() that does the ORM setup for standalone ↵ | Michael Elkins | |
scripts so that we don't need to set $DJANGO_SETTINGS_MODULE or $PYTHONPATH. this is similar to what irdbd does. svn path=/trunk/; revision=5225 | |||
2013-03-26 | need to return a byte string instead of long now that we are no longer ↵ | Michael Elkins | |
converting binary db fields to hex should have been included in [5223]. svn path=/trunk/; revision=5224 | |||
2013-03-26 | rollback the change in [5093] since that only applied to DEBUG=True and we ↵ | Michael Elkins | |
no longer are shipping that way. svn path=/trunk/; revision=5223 | |||
2013-03-26 | set default loglevel for rpki.gui.* to WARNING, otherwise the auxillary ↵ | Michael Elkins | |
scripts are too verbose svn path=/trunk/; revision=5222 | |||
2013-03-26 | conditional get support is no longer needed. it was added for the long ↵ | Michael Elkins | |
forgotten rpkitest command line util svn path=/trunk/; revision=5221 | |||
2013-03-26 | configure logging support to go both to apache.log and to email the admins ↵ | Michael Elkins | |
upon ERROR put static configuration into ${sysconfdir}/rpki/default_settings.py to avoid issue with %() expansion when settings.py is generated closes #496 svn path=/trunk/; revision=5220 | |||
2013-03-26 | add templates for 404 and 500 error reporting to the user | Michael Elkins | |
see #496 svn path=/trunk/; revision=5219 | |||
2013-03-26 | send email error reports to root@localhost by default | Michael Elkins | |
see #496 svn path=/trunk/; revision=5218 | |||
2013-03-26 | we should not be shipping the gui with DEBUG=True | Michael Elkins | |
closes #494 svn path=/trunk/; revision=5217 | |||
2013-03-26 | Don't overwrite existing rcynic crontab. Fixes #493. | Rob Austein | |
svn path=/trunk/; revision=5216 |