summaryrefslogtreecommitdiff
path: root/src/buildstream/_frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Addition of bst artifact list-contents:Rebecca Grayson2019-08-162-0/+52
* Frontend: Fix bst artifact logJames Ennis2019-08-091-19/+7
* _frontend/app.py: Fixup node._assert_symbol_name() positional argsTom Pollard2019-08-091-1/+1
* _message.py: Use element_name & element_key instead of unique_idtpollard/messageobjectTom Pollard2019-08-082-36/+27
* cli.py: Require artifact file contents to be present for `bst show`Jürg Billeter2019-08-081-3/+0
* app: Show stacktrace on exception when "--debug" is Truebschubert/debug-show-traceBenjamin Schubert2019-07-301-1/+11
* context: Move 'CacheBuildTrees' to a FastEnumBenjamin Schubert2019-07-291-2/+2
* context: Move scheduler actions to an EnumBenjamin Schubert2019-07-292-4/+20
* Bst artifact subcommands take artifact ref names.Rebecca Grayson2019-07-261-1/+1
* Render progress information for loading and processing elementsJonathan Maw2019-07-262-18/+90
* app: Fix "earily" typoalexfazakas/fix-frontend-typoAlexandru Fazakas2019-07-191-1/+1