summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reset event loop in scheduler if subprocessed & pytest timeouttpollard/tempTom Pollard2019-11-273-1/+6
* Apply AsyncioSafeProcess to Stream's multiprocessTom Pollard2019-11-253-5/+4
* Add profile topic for subprocessed stream methodTom Pollard2019-11-252-1/+3
* Add some basic type hintingTom Pollard2019-11-254-23/+24
* Lint fixesTom Pollard2019-11-253-4/+2
* Fixup sched notification to frontendTom Pollard2019-11-251-1/+1
* Add support for logger print header displaying pipeline outputTom Pollard2019-11-254-2/+22
* Add support for dynamic queue status reporting to frontend State()Tom Pollard2019-11-254-18/+62
* basic async in streamTom Pollard2019-11-256-77/+196
* Failed shell to load via name if no plugintable stateTom Pollard2019-11-252-3/+16
* Move sched notification poll to loop readerTom Pollard2019-11-251-14/+16
* Make it more verbose with front & back notificationsTom Pollard2019-11-252-59/+56
* Add len of session/total elements members to StreamTom Pollard2019-11-254-6/+19
* Explicitly ensure failed build sources are not pushedTom Pollard2019-11-252-2/+3
* Add notifications for session_start & task_groupsTom Pollard2019-11-252-4/+22
* Introduce tblib to handle subprocess exceptionsTom Pollard2019-11-254-7/+38
* Add in dual queue implementation for subprocess build.Tom Pollard2019-11-258-39/+152
* scheduler.py: Notification for last_task_error propagationTom Pollard2019-11-254-6/+25
* .gitlab-ci.yml: Track new version of freedesktop-sdk to fix overnigth testJavier Jardón2019-11-251-1/+1
* doc/examples/flatpak-autotools: remove references to sdk.gnome.orgAbderrahim Kitouni2019-11-195-8/+8
* 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
|/
* Merge branch 'tpollard/profileerror' into 'master'bst-marge-bot2019-11-142-0/+30
|\