# number of ingest processes at depot depth level ingestworkers=3 # base directory for all ingestion ingestroot=/tmp/test/ingest # directory of in-process ingestions ingesting=/tmp/test/ingesting # directory for completed ingestion logs ingested=/tmp/test/ingested # base directory for logs logroot=/tmp/test/ingestlogs # path to python converter auditconverter=auditconverter2.py # use audit converter 0=no 1=yes useauditconverter=1 # directory for ingest configurations ingestconf=conf # template configuration file for ingestion ingesttemplate=/opt/interset/analytics/conf/interset.conf # maximum depot depth for a project p4projectdepth=3 # global configuration settings for ingestion jobs #scmType=github_enterprise|perforce|repository scmtype=perforce repoformat=_,_,_,TIMESTAMP,_,_,USER,_,_,CLIENT_IP,_,_,_,ACTION,PROJECT,_ # tenant Identifier tenantid=0
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#5 | 18180 | Charlie McLouth | Made the ingesting directory configurable | ||
#4 | 18159 | Charlie McLouth |
Two changes: * Allow ingested directory (already processed) to be a configuration option * To prevent the overwriting of existing files, we will first brand all incoming files with a date and time. |
||
#3 | 18150 | Charlie McLouth | Add first level of support for auditconverter | ||
#2 | 18134 | Charlie McLouth | repoFormat is required for scmType perforce | ||
#1 | 18132 | Charlie McLouth | Adding tools for handing ingest configuration and job management |