Skip to content

Interacting with Library History

A report of what was imported during the most recent render of the current product


Columns

Columns are automatically generated when library_history.new() is called. Additional columns are not supported and may result in an error when parsing.

Column Description
instance_name documentation needed
mpn documentation needed
item_type documentation needed
lib_repo documentation needed
lib_subpath documentation needed
lib_desc documentation needed
lib_latest_rev documentation needed
lib_rev_used_here documentation needed
lib_status documentation needed
lib_releaseticket documentation needed
lib_datestarted documentation needed
lib_datemodified documentation needed
lib_datereleased documentation needed
lib_drawnby documentation needed
lib_checkedby documentation needed
project_editable_lib_modified documentation needed

Commands:

Use the following functions by first importing the module in your script like this:

from harnice.lists import library_history
then use as written.

library_history.new()

Documentation needed.

library_history.append(instance_name, instance_data)

Documentation needed.