Roundup Tracker - Issues

Message7026

Author rouilj
Recipients rouilj
Date 2020-11-13.03:19:50
Message-id <1605237591.61.0.297916410727.issue2551103@roundup.psfhosted.org>
In-reply-to
The specification command in roundup-admin doesn't show protected 
properties. Also display is missing the protected properties as well.

There should be some way to access actor, creation ....

Either a different command (not really enthused about this)
or add a new command option:

  option show-protected True/False

that when enabled will make all command that deal with protected fields
display them. Since this can be turned on and off it provides a way
to manage the verboseness.

It can probably just toggle the proper option in:

  self.options['show-protected']

Then this can be passed to
cl.getproperties(protected=self.show-protected) replacing any
cl.properties references.

This is also maybe a good way to handle other visbility/options
going forward (e.g. rather than export and exporttable we have:

  option export-files False
  export

to produce the same operation as exporttables.

Also consider implementing a -O flag to roundup-admin to set options
on the command line for easier scripting.
History
Date User Action Args
2020-11-13 03:19:51rouiljsetrecipients: + rouilj
2020-11-13 03:19:51rouiljsetmessageid: <1605237591.61.0.297916410727.issue2551103@roundup.psfhosted.org>
2020-11-13 03:19:50rouiljlinkissue2551103 messages
2020-11-13 03:19:50rouiljcreate