summaryrefslogtreecommitdiff
path: root/src/buildstream/_frontend
Commit message (Expand)AuthorAgeFilesLines
* fix tab-completion: hardcode default min versiondwinship/fix-tab-completionDouglas Winship2020-07-141-13/+1
* Don't strip '.bst' from user-supplied checkout dirDouglas Winship2020-07-101-2/+2
* _state.py: Only use a single place of truth for the start timeBenjamin Schubert2020-07-062-3/+3
* app.py: Remove unnecessary operation in _message()Benjamin Schubert2020-07-061-2/+1
* Add `bst source push` commandJürg Billeter2020-07-061-0/+52
* _loader: Adding LoadContexttristan/load-contextTristan van Berkom2020-06-161-1/+0
* Completely abolish job pickling.tristan/nuke-pickle-jobberTristan van Berkom2020-06-151-42/+0
* _frontent/cli.py: Removed message to user informing the workspace is closed.Tristan van Berkom2020-06-111-13/+0
* Optimize variable flatteningValentin David2020-06-031-1/+1
* _pluginfactory: Delegating the work of locating plugins to the PluginOriginTristan van Berkom2020-05-281-3/+4
* _frontend/profile: Use non-greedy search to substitute variablesChandan Singh2020-05-181-1/+1
* _frontend/cli: Support "build" and "run" values for `artifact push --deps`Chandan Singh2020-05-131-1/+6
* _frontend/cli: Support "build" and "run" values for `artifact pull --deps`Chandan Singh2020-05-131-1/+6
* _frontend/cli: Support "build" and "run" values for `source fetch --deps`Chandan Singh2020-05-131-1/+12
* _frontend/cli: Support "build" value for `bst build --deps`Chandan Singh2020-05-131-1/+4
* Remove bst shell --sysrootJürg Billeter2020-04-251-13/+1
* Replace format-version with min-versionTristan Van Berkom2020-04-252-51/+67
* Fix typo namspaceing -> namespacingSean Borg2020-04-211-1/+1
* _frontend/cli.py: Fix formatting for `bst show` help textChandan Singh2020-03-041-6/+5
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+2
* _frontend/cli.py: Make show() --use-buildtree respect pull semanticsTom Pollard2020-01-211-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