summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* _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
* element.py: Do not implicitly import sources into source cacheJürg Billeter2019-07-031-2/+2
* loader.py: Check source cache for subproject fetchingJürg Billeter2019-07-031-1/+1
* element.py: Consider workspaced elements source_cached()Jürg Billeter2019-07-031-1/+1
* _context: rm stray break in comment blockaevri/context_nitpicksAngelos Evripiotis2019-07-021-1/+0
* _context: remove unused self._directoryAngelos Evripiotis2019-07-022-6/+2
* runcli.py: Don't set project to 'None'AlexFazakas2019-07-023-8/+26
* tar.py: Make link target renaming work between base-dirsTristan Maat2019-07-021-9/+36
* platform: re-scope set_resource_limitsAngelos Evripiotis2019-07-022-13/+32
* cascache: add_object, assert path if link_directlyAngelos Evripiotis2019-06-271-0/+3
* cascache: refactor, rm some unused exception varsAngelos Evripiotis2019-06-271-2/+2
* Fetch sources as needed for bst source checkoutJürg Billeter2019-06-272-10/+3
* artifact.proto: Remove ArtifactStatus methodraoul/915-capabilities-serviceRaoul Hidalgo Charman2019-06-263-111/+4
* _artifactcache.py: Use capabilities serviceRaoul Hidalgo Charman2019-06-261-6/+11
* casserver.py: Add buildstream capabilities serviceRaoul Hidalgo Charman2019-06-261-0/+17
* protos: Update generated grpc filesRaoul Hidalgo Charman2019-06-2611-3/+197
* buildstream.proto: Add capabilities serviceRaoul Hidalgo Charman2019-06-261-0/+23
* _basecache.py: Remove duplicate logicJames Ennis2019-06-261-5/+1
* _basecache.py: Don't leak the project specific remote cachesJames Ennis2019-06-261-2/+2
* _yaml: Remove useless calls to '_yaml.node_sanitize'Benjamin Schubert2019-06-252-2/+1
* _stream.py: Use scheduler to fetch subprojectsJürg Billeter2019-06-251-2/+8
* Handle subproject fetching in the Stream classJürg Billeter2019-06-254-8/+23
* app.py: Create stream before loading projectJürg Billeter2019-06-252-26/+39
* Always fetch subprojects as neededJürg Billeter2019-06-256-71/+28
* element.py: Notify reverse deps when ready for runtime and cachedjennis/notify_reverse_depsJames Ennis2019-06-242-23/+86
* element.py: cache key should be set in __update_cache_keysJames Ennis2019-06-241-1/+6
* element.py: Set can_query_cache_callback to None when calledJames Ennis2019-06-241-0/+1
* _stream/cli: Add pull option to shellRaoul Hidalgo Charman2019-06-242-15/+30
* cli.py/_stream.py: Add pull option to checkoutRaoul Hidalgo Charman2019-06-242-6/+24
* _artifactcache.py: fix find_missing_blobs methodRaoul Hidalgo Charman2019-06-212-5/+8
* _frontend/cli.py: Tweak 'try' & 'always' bst shell buildtree handlingTom Pollard2019-06-192-9/+14
* _sandboxremote.py: Guard against gRPC channels in the main processjuerg/grpcJürg Billeter2019-06-191-0/+3
* casremote.py: Guard against gRPC channels in the main processJürg Billeter2019-06-191-0/+3
* jobs/job: send ChildJob the context, not schedulerAngelos Evripiotis2019-06-191-6/+6
* _fuse/hardlinks: don't return result of os.unlinkAngelos Evripiotis2019-06-181-1/+1
* _options: match methods to base classAngelos Evripiotis2019-06-185-5/+19
* testing/_utils: match git methods to base classAngelos Evripiotis2019-06-181-1/+4
* CliIntegration: match methods to base classAngelos Evripiotis2019-06-181-2/+12
* _filebaseddirectory: match methods to base classAngelos Evripiotis2019-06-181-10/+10