summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP: job.py: Queue -> Pipejuerg/wslJürg Billeter2019-11-201-8/+15
* WIP: element.py: Optimize fetch_done() and assemble_done()Jürg Billeter2019-11-203-15/+22
* Timeout early for buildbox pipeline debugTom Pollard2019-11-203-3/+14
* Apply AsyncioSafeProcess to Stream's multiprocessTom Pollard2019-11-193-5/+4
* Add profile topic for subprocessed stream methodTom Pollard2019-11-192-1/+3
* Add some basic type hintingTom Pollard2019-11-194-23/+24
* Lint fixesTom Pollard2019-11-193-4/+2
* Fixup sched notification to frontendTom Pollard2019-11-191-1/+1
* Add support for logger print header displaying pipeline outputTom Pollard2019-11-194-2/+22
* Add support for dynamic queue status reporting to frontend State()Tom Pollard2019-11-194-18/+62
* basic user SIG interrupt handling in StreamTom Pollard2019-11-192-4/+34
* basic async in streamTom Pollard2019-11-196-63/+130
* Failed shell to load via name if no plugintable stateTom Pollard2019-11-192-3/+16
* Move sched notification poll to loop readerTom Pollard2019-11-191-14/+16
* Make it more verbose with front & back notificationsTom Pollard2019-11-192-59/+56
* Add len of session/total elements members to StreamTom Pollard2019-11-194-6/+19
* Explicitly ensure failed build sources are not pushedTom Pollard2019-11-192-2/+3
* Add notifications for session_start & task_groupsTom Pollard2019-11-192-4/+22
* Introduce tblib to handle subprocess exceptionsTom Pollard2019-11-194-7/+38
* Add in dual queue implementation for subprocess build.Tom Pollard2019-11-198-39/+152
* scheduler.py: Notification for last_task_error propagationTom Pollard2019-11-194-6/+25
* Merge branch 'traveltissues/1170' into 'master'bst-marge-bot2019-11-192-2/+6
|\
| * Improve help message for workspace soft-resetDarius Makovsky2019-11-192-2/+6
|/
* Merge branch 'tlater/annihilate_update_state' into 'master'bst-marge-bot2019-11-186-136/+254
|\
| * element.py: Refactor __update_ready_for_runtime()Tristan Maat2019-11-181-19/+30
| * element.py: Refactor __update_strict_cache_key_of_rdeps()Tristan Maat2019-11-181-14/+26
| * element.py: Reduce calls to __update_cache_key_non_strictTristan Maat2019-11-182-3/+24
| * element.py: Make ex-_update_state() components privateTristan Maat2019-11-181-17/+19
| * element.py: Remove `_update_state()`Tristan Maat2019-11-181-16/+3
| * element.py: Only run `_schedule_assemble()` when necessaryTristan Maat2019-11-181-29/+27
| * element.py: Only `element.__update_artifact_state` when necessaryTristan Maat2019-11-181-7/+9
| * element.py: Only run `element.__update_cache_keys` when necessaryTristan Maat2019-11-181-13/+29
| * Create _initialize_state() to capture an _update_state() use caseTristan Maat2019-11-185-20/+73
| * Only run `element.__update_source_state` when necessaryTristan Maat2019-11-185-7/+24
| * element.py: Remove workspace-specific codeTristan Maat2019-11-182-36/+13
| * element.py: Refactor `_schedule_assemble`Tristan Maat2019-11-181-10/+32
|/
* Merge branch 'chandan/re-enable-import-check' into 'master'bst-marge-bot2019-11-181-1/+1
|\
| * plugins/sources/deb: Re-enable import check for arpyChandan Singh2019-11-151-1/+1
|/
* Merge branch 'tlater/fix-test-env' into 'master'bst-marge-bot2019-11-151-4/+4
|\
| * cascache.py: Use a shebang that won't fail on /bin/bash-less systemsTristan Maat2019-11-151-4/+4
|/
* Merge branch 'traveltissues/1171' into 'master'bst-marge-bot2019-11-151-1/+1
|\
| * _stream: Force workspace removalDarius Makovsky2019-11-151-1/+1
|/
* Merge branch 'chandan/black' into 'master'Chandan Singh2019-11-15285-14002/+12216
|\
| * Start linting doc/source/conf.pyChandan Singh2019-11-142-45/+40
| * doc/source/hacking: Remove pycodestyle, add BlackChandan Singh2019-11-142-16/+26
| * Reformat code using BlackChandan Singh2019-11-14275-13933/+12097
| * .gitlab-ci.yml: Check code formatting as part of CIChandan Singh2019-11-141-1/+4
| * Remove pycodestyleChandan Singh2019-11-144-8/+0
| * .pylintrc: Disable formatting messagesChandan Singh2019-11-141-1/+13
| * Add configuration to run BlackChandan Singh2019-11-142-0/+38
|/