Roundup Tracker - Issues

Message7654

Author rouilj
Recipients ber, rouilj
Date 2022-10-27.13:31:53
Message-id <20221027133146.EE47E6A0014@pe15.cs.umb.edu>
In-reply-to <202210271509.02941.bernhard@intevation.de>
Hi Bern:

>What about installing sqlite3 in this situation?
>(I fear that we need to provide too much for a situation that is too rare.)

They could install the sqlite3 command line tools and then remove them
from the container. With the current docker container based on alpine
the package manager should make this easy. However the container does
need network access to the alpine repos. Also if somebody opts to
build on a different container base, they might not have easy access
to the sqlite3 cli package.

Tthe implementation of this in roundup-admin should be as simple as
setting up the command framework and calling

  self.db.sql('string passed from trusted user on command line')

along with adding docstrings etc.

It does complicate the UI with a new command. Also man pages and other
docs need updating. I also agree this is a bit of an edge case.
History
Date User Action Args
2022-10-27 13:31:53rouiljsetrecipients: + rouilj, ber
2022-10-27 13:31:53rouiljlinkissue2551235 messages
2022-10-27 13:31:53rouiljcreate