summaryrefslogtreecommitdiff
path: root/source/bottlerock.py
Commit message (Expand)AuthorAgeFilesLines
* Remove broken assertionWill Holland2015-10-011-1/+0
* Fix publish being all wrongWill Holland2015-09-301-4/+1
* Pass more properties down pipeline to publishWill Holland2015-09-301-1/+18
* When a system is built add it to a listWill Holland2015-09-281-0/+3
* Change bottle back to 0.0.0.0Will Holland2015-09-251-1/+1
* Change host to ciat.baserock.orgWill Holland2015-09-251-1/+1
* Stop bottlerock using regex to parse urlsRichard Maw2015-09-211-2/+1
* Pass sha to get_defintionsWill Holland2015-09-211-2/+3
* Fix passing bare string to sendchange .. againWill Holland2015-09-211-1/+2
* Fix taking the wrong url as repo_nameWill Holland2015-09-211-1/+6
* Fix force buildWill Holland2015-09-211-1/+1
* Add additional slave and filter by branchWill Holland2015-09-211-2/+3
* If baseref changes, trigger firehoseWill Holland2015-09-211-1/+6
* Pass ref of repo if not definitionsWill Holland2015-09-211-1/+1
* Fix missing bracketWill Holland2015-09-211-1/+1
* Fix handing string when should be dictWill Holland2015-09-211-1/+2
* Fix misnamed variableWill Holland2015-09-211-1/+2
* Get the ref of definitions from the json from troveWill Holland2015-09-211-12/+12
* Fix not passing properties to sendchangeWill Holland2015-09-181-1/+1
* Add Column abstraction to buildbotWill Holland2015-09-181-1/+1
* Get categories from config fileWill Holland2015-09-171-8/+3
* Revert "Separate commandline args from flags"Will Holland2015-09-161-5/+5
* Revert "Separate args"Will Holland2015-09-161-8/+4
* Separate argsWill Holland2015-09-161-4/+8
* Separate commandline args from flagsWill Holland2015-09-161-5/+5
* Fix get_form not returningWill Holland2015-09-161-0/+1
* Fix property being called attrWill Holland2015-09-161-1/+1
* Fix passwd typoWill Holland2015-09-161-1/+1
* Rename port variable to avoid confusionWill Holland2015-09-161-2/+2
* Fix IP to be a stringWill Holland2015-09-161-1/+1
* Redo bottlerockWill Holland2015-09-161-52/+70
* Remove early returnWill Holland2015-09-161-1/+0
* Fix passing testing sha to testingWill Holland2015-09-161-0/+6
* Pass SHAs of state when build starts forwardsWill Holland2015-09-161-1/+16
* Add /force_build method to web interfaceWill Holland2015-09-151-0/+4
* Add force option to buildWill Holland2015-09-151-1/+1
* Pass artefact name not just buildnumberWill Holland2015-09-151-4/+4
* Pass the deploy buildnumber to testingWill Holland2015-09-151-1/+6
* Trigger testing when test repo changesWill Holland2015-09-141-0/+3
* Add deploy complete methodWill Holland2015-09-111-4/+1
* Remove comparing system to definitionsWill Holland2015-09-111-4/+1
* Fix wrong var being passed to deployWill Holland2015-09-111-1/+1
* Add method to interface for build completeWill Holland2015-09-111-7/+19
* Catch definitions update in the bottle interfaceWill Holland2015-09-101-4/+23
* Fix serving only on localhostWill Holland2015-09-091-1/+1
* Replace Popen with call for tidinessWill Holland2015-09-081-2/+1
* Fix typos in bottlerockWill Holland2015-09-081-2/+2
* Add HTTP POST interface, bottlerockWill Holland2015-09-081-0/+42