summaryrefslogtreecommitdiff
path: root/src/buildstream/_frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing typos: comand corrected to commandRebecca Grayson2019-07-172-3/+3
* Store Platform reference in Context instance variableJürg Billeter2019-07-171-2/+1
* Allowing tar files to be compressedbecky/tar_compressionRebecca Grayson2019-07-161-17/+31
* cli.py: change is/is not None checksRebecca Grayson2019-07-161-2/+6
* cli.py: Use Context as context managerJürg Billeter2019-07-161-23/+23
* app.py: Use Context as context managerJürg Billeter2019-07-161-126/+129
* Checkout to default dir if no tar or directory:Rebecca Grayson2019-07-161-5/+6
* _frontend: Added toplevel `--max-jobs` configurationTristan Van Berkom2019-07-162-0/+3
* node: make 'assert_symbol_name' privateBenjamin Schubert2019-07-151-2/+2
* _yaml: Split Node-related parts into 'node.pyx'Benjamin Schubert2019-07-151-3/+3
* _yaml: rework 'assert_symbol_names' to not require provenanceBenjamin Schubert2019-07-151-1/+1
* _yaml: remove node_sanitizeBenjamin Schubert2019-07-151-6/+4
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-07-151-1/+1
* _frontend/cli.py: Exit with error if output streams are set to nonblockingTristan Van Berkom2019-07-101-0/+12
* _frontend: rm unused _line_length and Space widgetAngelos Evripiotis2019-07-092-10/+0
* Store core state for the frontend separatelyJonathan Maw2019-07-093-96/+116
* Queue: Make queues store counts of the number of skipped/processed elementsJonathan Maw2019-07-092-6/+6
* Refactor, use context.messenger directlyAngelos Evripiotis2019-07-051-2/+2
* Refactor: message handlers take 'is_silenced'Angelos Evripiotis2019-07-051-3/+3
* _context: remove unused self._directoryAngelos Evripiotis2019-07-021-1/+1
* runcli.py: Don't set project to 'None'AlexFazakas2019-07-022-6/+25
* Fetch sources as needed for bst source checkoutJürg Billeter2019-06-271-4/+1
* Handle subproject fetching in the Stream classJürg Billeter2019-06-251-1/+2
* app.py: Create stream before loading projectJürg Billeter2019-06-251-22/+24
* _stream/cli: Add pull option to shellRaoul Hidalgo Charman2019-06-241-10/+17
* cli.py/_stream.py: Add pull option to checkoutRaoul Hidalgo Charman2019-06-241-2/+6
* _frontend/cli.py: Tweak 'try' & 'always' bst shell buildtree handlingTom Pollard2019-06-191-4/+13
* _frontend/widget: match LogFile.render to base clsAngelos Evripiotis2019-06-181-3/+5
* _scheduler/scheduler.py: Remove unused elapsed_time() callstpollard/elapsedtimeTom Pollard2019-06-131-1/+1
* Refactor 'super(cls, self)' -> 'super()'aevri/supersuperAngelos Evripiotis2019-06-121-7/+7
* Use 'is' when comparing against JobStatusaevri/job_msg_enumAngelos Evripiotis2019-06-061-1/+1
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-218-0/+3980