summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* _ostree.py: Remove unused function list_remote_refs()Jürg Billeter2018-05-111-20/+0
* _artifactcache/ostreecache.py: Do not use summary fileJürg Billeter2018-05-111-87/+18
* _artifactcache/artifactcache.py: Remove unused methodsJürg Billeter2018-05-111-35/+0
* element.py: Do not query remote artifact caches ahead of pull/pushJürg Billeter2018-05-114-74/+54
* _artifactcache: Add element paramater to has_fetch_remotes()Jürg Billeter2018-05-112-3/+15
* _artifactcache: Add bool return value to pull()Jürg Billeter2018-05-113-6/+11
* _stream.py: Remove unused downloadable parameter from load_selection()Jürg Billeter2018-05-111-4/+1
* _frontend/cli.py: Remove bst show --downloadable optionJürg Billeter2018-05-111-5/+2
* _pipeline.py: Allow pulling strict artifacts in non-strict modeJürg Billeter2018-05-111-3/+7
* _pipeline.py: Remove unused ignore_cache parameter from _PlannerJürg Billeter2018-05-111-7/+7
* _artifactcache/ostreecache.py: Fix global remotesJürg Billeter2018-05-111-2/+2
* _project.py: Remove unused internal function _extract_plugin_paths()Chandan Singh2018-05-111-8/+0
* Add soft reset functionality for workspacesTristan Van Berkom2018-05-102-4/+13
* buildstream/plugins/sources/_downloadablefilesource.py: Store etag along with...Valentin David2018-05-101-23/+42
* _frontend/app.py: Fixed ordering of initialization sequence.Tristan Van Berkom2018-05-101-14/+14
* _frontend/cli.py: Fetch all elements when tracking a build plantristan/pipeline-refactorTristan Van Berkom2018-05-081-0/+7
* _stream.py, _pipeline.py: Refactoring of the pipeline itselfTristan Van Berkom2018-05-085-540/+649
* _artifactcache: Added ArtifactCache.setup_remotes()Tristan Van Berkom2018-05-086-101/+128
* _frontend/app.py: Remove partially_initialized()Tristan Van Berkom2018-05-081-67/+42
* Moving 'fetch_subprojects' configuration to stream <--> loaderTristan Van Berkom2018-05-086-44/+53
* _stream.py, _frontend: Call Stream() APIs with CLI arguments directly.Tristan Van Berkom2018-05-084-319/+552
* _frontend: Early logging initializationTristan Van Berkom2018-05-083-147/+120
* _stream.py: Absorb workspace functionality from App.Tristan Van Berkom2018-05-083-157/+214
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-083-33/+44
* _stream.py: New Stream object, main calling interface for BuildStream coreTristan Van Berkom2018-05-086-380/+427
* Replace bwrap checks with calls to check_bwrap_versionmilloni2018-05-071-18/+2
* _site.py: Add check_bwrap_version() functionmilloni2018-05-071-0/+49
* app.py: Ensure an elements sub-dir is created upon project initialisationJames Ennis2018-05-071-0/+8
* Fix provenance in error message for undefined variables.Valentin David2018-05-062-4/+19
* element.py: Fix buildable check in non-strict modejuerg/non-strict-buildableJürg Billeter2018-05-031-1/+6
* _artifactcache/pushreceive.py: Modified incorrect error messagePhillip Smyth2018-05-011-1/+1
* element.py: Print info message when artifact was actually pushedJürg Billeter2018-04-301-1/+8
* _artifactcache/pushreceive.py: Do not return True for skipped pushJürg Billeter2018-04-301-1/+1
* _artifactcache/pushreceive.py: Fix commit object check in send_info()Jürg Billeter2018-04-301-1/+1
* _versions.py: Bumping format version for changes project.refs behaviorTristan Van Berkom2018-04-261-1/+1
* _loader.py: Removing special case error for junctions depending on elementsTristan Van Berkom2018-04-261-4/+0
* plugins/elements/junction.py: Forbid dependenciesTristan Van Berkom2018-04-261-0/+4
* element.py: Added BST_FORBID_BDEPENDS to compliment BST_FORBID_RDEPENDSTristan Van Berkom2018-04-261-1/+18
* Use versioneer instead of setuptools_scmTristan Van Berkom2018-04-264-4/+540
* Load and save junctioned source refs from/to junction.refsTristan Van Berkom2018-04-253-10/+37
* _loader: Give the loaded MetaSource objects the kind of the owning elementTristan Van Berkom2018-04-252-5/+7
* _projectrefs.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-251-18/+16
* plugins/elements/compose.py: Avoid losing files inside directory symlinksSam Thursfield2018-04-231-13/+20
* plugins/elements/compose.py: Only calculate snapshot when neededSam Thursfield2018-04-231-5/+8
* plugins/elements/compose.py: Use sets instead of lists where appropriateSam Thursfield2018-04-231-7/+8
* Add artifact cache receive profiling domainJim MacArthur2018-04-232-1/+16
* Overwrite sys.excepthook to handle exceptions in the main application.tristan/except-hook-no-testTristan Van Berkom2018-04-231-0/+21
* deb.py: Make pylint stop complaining about arpyTristan Maat2018-04-201-1/+1
* _scheduler/job.py: Disable attribute-defined-outside-init lint errorTristan Van Berkom2018-04-201-0/+1
* _artifactcache/pushreceive.py: Fixed ProcessWithPipes to declare attributes i...Tristan Van Berkom2018-04-201-0/+3