summaryrefslogtreecommitdiff
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* If baseref changes, trigger firehoseWill Holland2015-09-212-1/+7
|
* Pass ref of repo if not definitionsWill Holland2015-09-212-2/+3
|
* 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-212-13/+13
|
* Fix not passing properties to sendchangeWill Holland2015-09-181-1/+1
|
* Fix random bracketWill Holland2015-09-181-1/+1
|
* Fix properties arriving in the wrong orderWill Holland2015-09-181-12/+12
|
* Fix missing commaWill Holland2015-09-181-1/+1
|
* Make build and deploy get definitionWill Holland2015-09-181-2/+4
|
* Fix trigger looking in the wrong placeWill Holland2015-09-181-1/+1
|
* Add Column abstraction to buildbotWill Holland2015-09-183-89/+72
| | | | This will make it easier to tweak CIAT
* Move buildbot web frontend user details to configWill Holland2015-09-172-1/+3
|
* Move buildslave-scripts to configWill Holland2015-09-172-4/+5
|
* Add build and deploy timeouts to configWill Holland2015-09-172-2/+7
|
* Get categories from config fileWill Holland2015-09-173-28/+29
| | | | So that bottlerock and master.cfg share categories
* Remove unneeded scriptsWill Holland2015-09-174-52/+0
| | | | what these do is now done in bottlerock.py
* Fix categories in master.cfgWill Holland2015-09-171-4/+4
|
* 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-162-1/+7
|
* Set -xWill Holland2015-09-164-4/+4
|
* Send testing SHA to masterWill Holland2015-09-161-1/+1
|
* Fix missing closing quotesWill Holland2015-09-161-1/+1
|
* Pass SHAs of state when build starts forwardsWill Holland2015-09-164-5/+33
| | | | | The SHAs of definitions, buildslave-scripts and ciat-testing are passed along the pipeline for consistency
* Change the names of the buildersWill Holland2015-09-161-8/+8
| | | | This will appear in the waterfall columns
* Add /force_build method to web interfaceWill Holland2015-09-151-0/+4
|
* Add force option to buildWill Holland2015-09-154-4/+6
| | | | And have changes in test repo trigger forced build
* Fix typo in artefactWill Holland2015-09-151-1/+1
|
* Pass artefact name not just buildnumberWill Holland2015-09-153-7/+7
|
* Pass the deploy buildnumber to testingWill Holland2015-09-153-3/+10
|
* Pass buildnumber to deployWill Holland2015-09-151-2/+3
|
* Rename builders so they keep their order in the webWill Holland2015-09-141-8/+8
|
* Reorder factoriesWill Holland2015-09-141-8/+8
| | | | This will hopefully change the order in the web frontend
* Trigger testing when test repo changesWill Holland2015-09-141-0/+3
|
* Add deploy complete methodWill Holland2015-09-112-4/+13
|
* Fix not passing system over httpWill Holland2015-09-111-1/+1
|
* Reorder schedulers for consistencyWill Holland2015-09-111-5/+5
|
* reorder buildersWill Holland2015-09-111-4/+4
| | | | so that it looks better in the web frontend
* Pass system through master.cfgWill Holland2015-09-111-1/+3
|