summaryrefslogtreecommitdiff
path: root/src/buildstream/_state.py
Commit message (Expand)AuthorAgeFilesLines
* _state.py: Full type hintingtristan/refactor-retry-taskTristan van Berkom2020-12-101-130/+214
* Refactor: Use explicit invocation for retrying jobs.Tristan van Berkom2020-12-101-29/+0
* _state.py: Rename _Task -> TaskTristan van Berkom2020-12-101-3/+3
* _state.py: Use separate task identifierJürg Billeter2020-09-101-48/+30
* scheduler.py: Pass all 'retry' operations through the stateBenjamin Schubert2020-07-061-0/+32
* _state.py: Only use a single place of truth for the start timeBenjamin Schubert2020-07-061-0/+14
* _state: remove unused add_maximum_progresstraveltissues/remove-unusedDarius Makovsky2019-12-241-3/+0
* Reformat code using BlackChandan Singh2019-11-141-6/+7
* _frontend/status.py: Complete names when rendering dynamic queue statusTom Pollard2019-10-251-3/+6
* scheduler.py: Move elapsed_time() to shared State()Tom Pollard2019-09-101-2/+22
* _frontend/app.py: Stop handling Element instances directlyTom Pollard2019-08-191-1/+2
* _message.py: Use element_name & element_key instead of unique_idtpollard/messageobjectTom Pollard2019-08-081-5/+4
* Render progress information for loading and processing elementsJonathan Maw2019-07-261-10/+90
* Store core state for the frontend separatelyJonathan Maw2019-07-091-0/+310