summaryrefslogtreecommitdiff
path: root/src/buildstream/_frontend/app.py
Commit message (Expand)AuthorAgeFilesLines
* _loader: Adding LoadContexttristan/load-contextTristan van Berkom2020-06-161-1/+0
* Replace format-version with min-versionTristan Van Berkom2020-04-251-43/+50
* Fix typo namspaceing -> namespacingSean Borg2020-04-211-1/+1
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+2
* 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
* Reformat code using BlackChandan Singh2019-11-141-193/+263
* _frontend: Simplify color handlingChandan Singh2019-11-121-6/+4
* app.py: Also catch SystemError with click.AbortBenjamin Schubert2019-11-081-2/+8
* scheduler.py: Notification for interactive failure retryTom Pollard2019-09-101-5/+1
* Address no-else-raise pylint warningJames Ennis2019-09-061-1/+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-191-5/+6
* _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-081-13/+10
* app: Show stacktrace on exception when "--debug" is Truebschubert/debug-show-traceBenjamin Schubert2019-07-301-1/+11
* context: Move scheduler actions to an EnumBenjamin Schubert2019-07-291-3/+4
* Render progress information for loading and processing elementsJonathan Maw2019-07-261-0/+3
* app: Fix "earily" typoalexfazakas/fix-frontend-typoAlexandru Fazakas2019-07-191-1/+1
* Fixing typos: comand corrected to commandRebecca Grayson2019-07-171-1/+1
* Store Platform reference in Context instance variableJürg Billeter2019-07-171-2/+1
* app.py: Use Context as context managerJürg Billeter2019-07-161-126/+129
* _frontend: Added toplevel `--max-jobs` configurationTristan Van Berkom2019-07-161-0/+1
* 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
* Store core state for the frontend separatelyJonathan Maw2019-07-091-23/+42
* 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-021-3/+20
* 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
* _scheduler/scheduler.py: Remove unused elapsed_time() callstpollard/elapsedtimeTom Pollard2019-06-131-1/+1
* Use 'is' when comparing against JobStatusaevri/job_msg_enumAngelos Evripiotis2019-06-061-1/+1
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+870