summaryrefslogtreecommitdiff
path: root/buildstream/_frontend
Commit message (Expand)AuthorAgeFilesLines
* pylint - dealt with whitespace issues and disabled pep8 warningsJames Ennis2018-03-141-1/+1
* pylint - dealt with redefined-outer-name and redefined-built in warningsJames Ennis2018-03-142-42/+42
* pylint - dealt with import warningsJames Ennis2018-03-142-3/+5
* pylint - dealt with superfluous-parens warningJames Ennis2018-03-141-1/+1
* pylint - dealt with len-as-condition warningJames Ennis2018-03-142-4/+4
* pylint - dealt with bad-continuation warningJames Ennis2018-03-141-2/+1
* pylint - dealt with anomalous-backslash-in-string warningJames Ennis2018-03-141-1/+1
* Revert "Add sequence ID and widget for it."jmac/remove-sequence-idJim MacArthur2018-03-131-12/+0
* Remove other references to SequenceID from the code and testsJim MacArthur2018-03-131-2/+1
* _frontend/widget.py: Never abbreviate frontend messagesTristan Van Berkom2018-03-131-1/+4
* status.py: Restore brackets to time in job display areaJim MacArthur2018-03-071-2/+4
* Enhanced bst shell configuration and cli optionsTristan Van Berkom2018-03-042-4/+13
* _frontend/cli.py: Adjust help output for `bst shell`Tristan Van Berkom2018-03-021-1/+1
* _frontend/cli.py: Better help output for the `--option` main option.Tristan Van Berkom2018-03-021-1/+1
* Pipeline: Give more helpful errors when opening a workspace for an element th...Jonathan Maw2018-03-011-2/+1
* Remove brackets added inside widgetsJim MacArthur2018-03-012-20/+7
* Add logfile format tokeniserJim MacArthur2018-03-012-12/+45
* Add the FixedText and WallclockTime widgetsJim MacArthur2018-03-011-0/+21
* Add sequence ID and widget for it.Jim MacArthur2018-03-011-0/+12
* widget.py: Modify TimeCode to take a microseconds argumentJim MacArthur2018-03-011-1/+9
* widget.py: Make the displayed text for LogLine messages a widget tooJim MacArthur2018-03-011-10/+22
* _frontend: Added App.shell() to call instead of directly invoking the Element...Tristan Van Berkom2018-02-242-2/+20
* bst shell: Added --isolate option, disabled by default.tristan/isolate-shellTristan Van Berkom2018-02-232-7/+9
* _frontend/cli.py: Check for invalid --track-except or --track-savePhillip Smyth2018-02-131-0/+8
* _frontend/cli.py: Improve closing of non-existing workspacePhillip Smyth2018-02-131-0/+5
* Refactor CLI importscompletion-optimizationsTristan Maat2018-02-083-691/+710
* Add junction support for subprojectsJürg Billeter2018-02-082-9/+17
* Move element and source factories from Pipeline to ProjectJürg Billeter2018-02-081-2/+2
* Move cli_options from Context to ProjectJürg Billeter2018-02-081-4/+4
* Increase the soft limit for open file descriptorsjuerg/fuse-rlimitJürg Billeter2018-02-061-0/+9
* Make workspaces element-wide instead of source-specificChandan Singh2018-02-051-15/+7
* _frontend: remove unused 'ctx' param from overrideAngelos Evripiotis2018-01-312-13/+8
* _frontend: more doc on parametersAngelos Evripiotis2018-01-312-5/+24
* Get version number w/o pkg_resourcesGökçen Nurlu2018-01-312-7/+3
* Add explicit error handling for ElementErrors that happen as a result of stag...Jonathan Maw2018-01-251-1/+4
* Rename _force_inconsistent() to _schedule_tracking()Jürg Billeter2018-01-161-7/+7
* _frontend/main.py: Fix `inconsistent` argumentJürg Billeter2018-01-161-2/+2
* Update copyright years of files I have touchedSam Thursfield2018-01-111-1/+1
* Add `bst push --remote` and `bst pull --remote`Sam Thursfield2018-01-111-9/+25
* _frontend/main.py: Making error handling more consistentrefactor-error-detailsTristan Van Berkom2018-01-111-16/+27
* _frontend/widget.py: Change how we format failure messages.Tristan Van Berkom2018-01-111-11/+20
* _frontend/main.py: Fix issue #180 - Fail gracefully when preflight failsTristan Van Berkom2018-01-061-21/+18
* _frontend: Enable logging right away, fixes issue #168Tristan Van Berkom2017-12-133-149/+54
* _frontend/main.py: Rewording `--track-all` build optionTristan Van Berkom2017-12-131-2/+2
* main.py: Add `bst build --track-all`Tristan Maat2017-12-131-1/+6
* Add `bst build --track-except`Tristan Maat2017-12-131-3/+7
* Issue #117: Add `bst build --track`Tristan Maat2017-12-131-20/+29
* Issue #113: Split tracking and saving in `bst build`Tristan Maat2017-12-131-3/+8
* Remove unused importsGökçen Nurlu2017-12-074-17/+13
* _frontend/main.py: Adding --hardlinks option to `bst checkout`Tristan Van Berkom2017-12-051-2/+4