summaryrefslogtreecommitdiff
path: root/src/buildstream/_frontend
Commit message (Expand)AuthorAgeFilesLines
* _frontend/cli.py: Make show() --use-buildtree respect pull semanticstpollard/shellbuildtreeTom Pollard2020-01-201-23/+62
* element.py: Remove _get_consistency and introduce explicit methodsBenjamin Schubert2020-01-161-4/+3
* element.py: Rename '_source_cached' to '_has_all_sources_in_source_cache'Benjamin Schubert2020-01-161-1/+1
* userconfig.yaml: Add bool for disabling console output throttlingtpollard/messagerateTom Pollard2020-01-151-2/+6
* _frontend/app.py: Make message printing tick drivenTom Pollard2020-01-151-12/+31
* scheduler.py: Handle exceptions that are caught under the event looptpollard/loop_exceptionTom Pollard2020-01-101-2/+5
* _frontend/widget.py: show_pipeline() Don't show buildable for junctionTom Pollard2020-01-092-2/+4
* Make PipelineSelection a proper enum typeTristan Maat2020-01-081-36/+73
* _stream.py: Remove dead code and comments about trackingBenjamin Schubert2019-11-251-13/+4
* Remove all `--track` optionsTristan Maat2019-11-221-32/+4
* Improve help message for workspace soft-resetDarius Makovsky2019-11-191-1/+5
* Reformat code using BlackChandan Singh2019-11-147-883/+1099
* Pass color setting to StatusDarius Makovsky2019-11-131-5/+3
* _frontend: Simplify color handlingChandan Singh2019-11-123-13/+12
* app.py: Also catch SystemError with click.AbortBenjamin Schubert2019-11-081-2/+8
* frontend: Remove tracking options from `bst build`Chandan Singh2019-11-041-29/+1
* _frontend/status.py: Complete names when rendering dynamic queue statusTom Pollard2019-10-251-3/+3
* cli: BST_FORCE_START_METHOD only sets if necessaryAngelos Evripiotis2019-10-181-10/+39
* cli.py: no fcntl on WindowsAngelos Evripiotis2019-10-081-9/+18
* Do not check for casd in bash completionTristan Maat2019-10-021-1/+1
* _stream.py: Load the appropriate PipelineSelection in checkoutJames Ennis2019-09-131-4/+1
* cli.py: Allow checkout to handle --deps allJames Ennis2019-09-131-2/+2
* cli.py: Add --compression option to source checkoutJames Ennis2019-09-121-1/+9
* cli.py: Make source checkout more consistent with artifact checkoutJames Ennis2019-09-121-12/+15
* cli.py: Fix typo in source checkout's doc stringJames Ennis2019-09-121-1/+1
* _context.py: Add 'dependencies' option to 'build' user configRaoul Hidalgo Charman2019-09-121-1/+4
* scheduler.py: Notification for interactive failure retryTom Pollard2019-09-101-5/+1
* _frontend/status.py: Fix non-formatted terminatorcoldtom/fix-status-job-renderThomas Coldrick2019-09-091-1/+1
* cli.py: remove superfluous kwargs for flagsDarius Makovsky2019-09-091-38/+38
* Address no-else-raise pylint warningJames Ennis2019-09-062-4/+4
* cli.py: Allow checkout to handle artifact refsJames Ennis2019-09-051-8/+8
* cli.py: Clean up dependency scope handling in checkoutJames Ennis2019-09-051-8/+2
* cli.py: Allow pull to handle artifact refsJames Ennis2019-09-051-5/+5
* cli.py: Allow push to handle artifact refsJames Ennis2019-09-051-5/+5
* _frontend/status.py: Readd cache usage to status barJürg Billeter2019-09-051-2/+33
* Add initial mypy configuration and typesChandan Singh2019-09-021-1/+3
* cli.py: Use Click's show_default for defaults in help textTom Mewett2019-09-021-35/+35
* Addition of --long option to list-contents:becky/list_contents_long_optionRebecca Grayson2019-09-022-8/+54
* Addition of --out option to bst artifact log:becky/artifact_log_file_optionRebecca Grayson2019-08-291-8/+35
* frontend: Remove build --all flag in favour of --deps all/plantmewett/build-deps-cliTom Mewett2019-08-281-4/+11
* _artifactcache.py: Add remote support to bst artifact showJames Ennis2019-08-271-0/+2
* cli.py: Introduce bst artifact showJames Ennis2019-08-272-0/+52
* cli.py: Implement --deps for artifact deleteJames Ennis2019-08-271-2/+5
* cli.py: Rewrite artifact log help text & move up to main subcommandTom Mewett2019-08-221-36/+27
* Remove support for pruning CAS cacheJürg Billeter2019-08-201-4/+2
* Remove CASQuota and CASCacheUsageJürg Billeter2019-08-202-27/+2
* _frontend/app.py: Don't determine queue for retrying in frontendTom Pollard2019-08-191-9/+7
* _frontend/app.py: Stop handling Element instances directlyTom Pollard2019-08-191-10/+11
* _frontend/app.py: shell_prompt() explicit name/key instead of ElementTom Pollard2019-08-192-6/+10
* _frontend/cli: support 'BST_FORCE_START_METHOD'Angelos Evripiotis2019-08-161-0/+13