summaryrefslogtreecommitdiff
path: root/source/bottlerock.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This list can be used to evaluate which clusters can be deployed
* 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
| | | | This will make it easier to tweak CIAT
* Get categories from config fileWill Holland2015-09-171-8/+3
| | | | So that bottlerock and master.cfg share categories
* Revert "Separate commandline args from flags"Will Holland2015-09-161-5/+5
| | | | This reverts commit bade881690fe1af6b484f5f1706eaa8c08997b39.
* Revert "Separate args"Will Holland2015-09-161-8/+4
| | | | This reverts commit 720478f48b32208e9ff7cb3a48801c882e758509.
* 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
| | | | | To make it use the same terminology as master.cfg and cut out the intermediate scripts
* 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
| | | | | The SHAs of definitions, buildslave-scripts and ciat-testing are passed along the pipeline for consistency
* Add /force_build method to web interfaceWill Holland2015-09-151-0/+4
|
* Add force option to buildWill Holland2015-09-151-1/+1
| | | | And have changes in test repo trigger forced build
* 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
| | | | Because this makes no sense
* 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
This is so that hooks running in the Trove sandbox can trigger buildbot