# # P4 Properties # # P4PORT to connect to. # p4.port=perforce.example.com:1666 # P4USER to run as. # p4.user=p4bugzilla # P4CLIENT to use. # p4.client=p4bugzilla # Counter to be used by the reviewer process for determining changes. Use p4bugzilla_test for testing. # p4.counter=p4bugzilla # Bugzilla host. # bugzilla.host=http://bugzilla.example.com/bugzilla/rest # Bugzilla user # bugzilla.user=p4bugzilla # Bugzilla password # bugzilla.password=change_this_value # Swarm code review URL # swarm.url=https://swarm.workshop.perforce.com/projects/warwick_hunter-p4bugzilla/reviews/
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 21161 | Warwick Hunter |
P4 Bugzilla v2.1 - Use the new Bugzilla REST API instead of the old XMLRPC API. - Use the latest P4 Java API. - Build with gradle and gradlew. - Integrate with the latest systemd Linux daemon startup environment found on Fedora 21+ systems. - Simplified the code to focus on just the job at hand. |
||
#1 | 16479 | Warwick Hunter | Lets try that again | ||
//guest/warwick_hunter/main/p4bugzilla/p4bugzilla.conf | |||||
#1 | 16478 | Warwick Hunter | Move to a main subdirectory to work with Swarm | ||
//guest/warwick_hunter/p4bugzilla/p4bugzilla.conf | |||||
#2 | 16450 | Warwick Hunter |
v1.2 - Remove the list of users, support all users. Having a list is an admin nuisance. - Allow up to 100 bugs per commit. |
||
#1 | 8009 | Warwick Hunter | Initial drop of p4bugzilla |