summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix a double unmount in chroot sandboxvalentindavid/chroot_fixesValentin David2019-07-112-5/+6
* Catch unhandled exception when shell is not executable on chroot sandboxValentin David2019-07-111-0/+2
* src/buildstream/testing/_utils/site.py: Disable bwrap when not using sanboxValentin David2019-07-111-0/+4
* Add pull-artifact-files configuration option for remote executionRaoul Hidalgo Charman2019-07-112-3/+21
* _stream.py: Use build_all to determine required artifact files with RERaoul Hidalgo Charman2019-07-111-1/+3
* element.py: Add scope to _set_artifact_files_requiredRaoul Hidalgo Charman2019-07-111-3/+3
* _frontend/cli.py: Exit with error if output streams are set to nonblockingTristan Van Berkom2019-07-101-0/+12
* Option: rm unused self.descriptionAngelos Evripiotis2019-07-091-2/+5
* _casbaseddirectory: rm unused methodsAngelos Evripiotis2019-07-091-26/+0
* _casbaseddirectory: fix '_mark_changed' spellingAngelos Evripiotis2019-07-091-1/+1
* _casbaseddirectory: rm unused exception classesAngelos Evripiotis2019-07-091-29/+0
* source: rm unused _cache(), __source_cacheAngelos Evripiotis2019-07-091-6/+0
* element: rm unused __tracking_doneAngelos Evripiotis2019-07-091-2/+0
* _stream: rm unused _collect_sources()Angelos Evripiotis2019-07-091-11/+0
* _sourcecache: rm unused required_sourcesAngelos Evripiotis2019-07-091-12/+0
* scheduler: rm unused _exclusive_* membersAngelos Evripiotis2019-07-091-9/+0
* _plugincontext: rm unused self._dependenciesAngelos Evripiotis2019-07-091-3/+3
* _plugincontext: simplify if statementAngelos Evripiotis2019-07-091-3/+4
* _loader/loadelement: rm unused 'deps' memberAngelos Evripiotis2019-07-091-1/+0
* _frontend: rm unused _line_length and Space widgetAngelos Evripiotis2019-07-092-10/+0
* _exceptions: rm unused OSTREE ErrorDomain entryAngelos Evripiotis2019-07-091-9/+8
* cascache: rm unused link_ref(), available_spaceAngelos Evripiotis2019-07-091-15/+0
* Store core state for the frontend separatelyJonathan Maw2019-07-0912-143/+503
* Pipeline: Add a helper for adding lists of elements togetherJonathan Maw2019-07-092-1/+18
* Stream: Fix the existence of duplicate queuesJonathan Maw2019-07-092-8/+24
* Queue: Make queues store counts of the number of skipped/processed elementsJonathan Maw2019-07-093-15/+15
* _artifact: rm unused _artifacts memberaevri/rm_artifactsAngelos Evripiotis2019-07-091-1/+0
* _artifact.py: use utils._tempnamedfile_nameAngelos Evripiotis2019-07-091-4/+3
* utils: add _tempnamedfile_name for win32 happinessAngelos Evripiotis2019-07-091-0/+60
* utils: fix yield type of _tempnamedfileAngelos Evripiotis2019-07-091-1/+1
* utils: indent 'with' continuation lineAngelos Evripiotis2019-07-091-1/+1
* _yaml.pyx: Fix file index checks for synthetic nodesjuerg/yaml-synthetic-file-indexJürg Billeter2019-07-081-2/+2
* Source cache uses new proto methodsRaoul Hidalgo Charman2019-07-082-33/+183
* capabilities: Expand to include source serviceRaoul Hidalgo Charman2019-07-083-9/+66
* casserver.py: Add source serviceRaoul Hidalgo Charman2019-07-081-1/+39
* protos: Update generated grpc filesRaoul Hidalgo Charman2019-07-082-0/+284
* Add new source protoRaoul Hidalgo Charman2019-07-081-0/+61
* utils.py: Make `magic_timestamp` a public variableshashwatdalal/make-magic-timestamp-publicShahwat Dalal2019-07-054-11/+10
* _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-052-6/+0
* _messenger: refactor, pythonic _message_depthAngelos Evripiotis2019-07-051-9/+5
* job: only pass Messenger to child, not all ContextAngelos Evripiotis2019-07-051-6/+8
* Refactor, use context.messenger directlyAngelos Evripiotis2019-07-0516-176/+45
* Refactor: message handlers take 'is_silenced'Angelos Evripiotis2019-07-054-19/+29
* _context:extract _messenger.Messenger from ContextAngelos Evripiotis2019-07-052-149/+309
* _scheduler: don't pass whole queue to child jobAngelos Evripiotis2019-07-047-32/+65
* _scheduler/./queue.py: remove unused 'e' varsAngelos Evripiotis2019-07-041-2/+2
* utils.py: Add write permission to root path in _force_rmtreeshashwatdalal/tar-file-extractionShahwat Dalal2019-07-041-0/+2