dbname=dashboarddb
# Database HostName - default is localhost
dbhost=localhost
# Database Port - default is 27017
dbport=27017
# MongoDB replicaset
dbreplicaset=[false if you are not using MongoDB replicaset]
dbhostport=[host1:port1,host2:port2,host3:port3]
# Database Username - default is blank
dbusername=dashboarduser
# Database Password - default is blank
dbpassword=dbpassword
# Proxy URL
github.proxy=xx.yy.zz
# Proxy Port
github.proxyPort=8080
# Proxy user if auth is required
github.proxyUser=
# Proxy password if auth is required
github.proxyPassword=
# Logging File location
logging.file=./logs/github.log
# Collector schedule (required)
github.cron=0 0/5 * * * *
github.host=https://github.com/abc11/dummyproject
# Maximum number of previous days from current date, when fetching commits
github.commitThresholdDays=730
# Optional: Error threshold count after which collector stops collecting for a collector item. Default is 2.
github.errorThreshold=2
# This is the key generated using the Encryption class in core
github.key=xyz
# Personal access token generated from github and used for making authentiated calls
github.personalAccessToken=abc
# Github repository Connect Timeout value in milliseconds, default value is 20000 (20s)
github.connectTimeout=20000
# Github repository Read Timeout value in milliseconds, default value is 20000 (20s)
github.readTimeout=20000
Command prompt logs:
Running the jar file starts the Tomcat server but the following details are not being pulled from Github Collector.
Repo Count = 1
New Commits = 0
New Pulls = 0
New issues = 0
UI details:
The following are the details configured on the UI dashboard,
Repo Type - Github
Repo URL - https://github.com/abc11/dummyproject
Branch - master
Could you let me know if the password above in UI should be in encoded form ?? Also an error message 'Error encrypting password' is displayed on saving the details in UI settings of github widget.
Note : No error is being displayed in the command prompt on running the jar file but just shows 0 count as mentioned above.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please find below github.properties file.
Database Name
Command prompt logs: Running the jar file starts the Tomcat server but the following details are not being pulled from Github Collector. Repo Count = 1 New Commits = 0 New Pulls = 0 New issues = 0
UI details: The following are the details configured on the UI dashboard, Repo Type - Github Repo URL - https://github.com/abc11/dummyproject Branch - master
Credentials : Username : abc11 Password : (not encoded) Personal Access Token -
Could you let me know if the password above in UI should be in encoded form ?? Also an error message 'Error encrypting password' is displayed on saving the details in UI settings of github widget.
Note : No error is being displayed in the command prompt on running the jar file but just shows 0 count as mentioned above.