summaryrefslogtreecommitdiff
path: root/src/buildstream/_messenger.py
Commit message (Expand)AuthorAgeFilesLines
* _messenger.py: Adding convenience methods for issuing info and warn messagesTristan van Berkom2020-12-211-0/+65
* _messenger.py: Adding (almost) full pep484 type annotations.Tristan van Berkom2020-12-211-72/+104
* _state.py: Full type hintingtristan/refactor-retry-taskTristan van Berkom2020-12-101-1/+1
* scheduler.py: Use threads instead of processes for jobsBenjamin Schubert2020-12-041-31/+29
* Restore task element name / element name distinction in UITristan van Berkom2020-10-271-1/+7
* _messenger.py: Use kwargs in timed_activity() and simple_task()Tristan van Berkom2020-10-271-20/+19
* _state.py: Use separate task identifierJürg Billeter2020-09-101-2/+2
* _messenger.py: Make `timed_suspendable` public and use it in job.pybschubert/timed-suspendableBenjamin Schubert2020-08-221-30/+30
* Completely abolish job pickling.tristan/nuke-pickle-jobberTristan van Berkom2020-06-151-43/+0
* Reformat code using BlackChandan Singh2019-11-141-23/+24
* testing, messenger: make dummy_context picklableAngelos Evripiotis2019-10-291-0/+7
* _messenger.py: Don't display subtask information before 3 secondsJames Ennis2019-09-041-3/+10
* _message.py: Use element_name & element_key instead of unique_idtpollard/messageobjectTom Pollard2019-08-081-20/+19
* _messenger: Fix complex objects leaking into child jobsJonathan Maw2019-07-261-0/+7
* Render progress information for loading and processing elementsJonathan Maw2019-07-261-18/+144
* Make ChildJobs and friends picklableAngelos Evripiotis2019-07-241-0/+29
* _messenger: clarify silent_nested behaviouraevri/messengerAngelos Evripiotis2019-07-051-6/+11
* _messenger: _message_depth -> _silence_scope_depthAngelos Evripiotis2019-07-051-17/+10
* _messenger: use silence ctx, not *_message_depthAngelos Evripiotis2019-07-051-4/+2
* Remove unused Message.depth attributeAngelos Evripiotis2019-07-051-4/+0
* _messenger: refactor, pythonic _message_depthAngelos Evripiotis2019-07-051-9/+5
* Refactor, use context.messenger directlyAngelos Evripiotis2019-07-051-3/+3
* Refactor: message handlers take 'is_silenced'Angelos Evripiotis2019-07-051-8/+13
* _context:extract _messenger.Messenger from ContextAngelos Evripiotis2019-07-051-0/+292