summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* cascache.py: Modify messaging API callsJosh Smith2018-09-201-5/+2
* cascache.py: Move push/pull messaging to cascacheJosh Smith2018-09-202-8/+8
* element.py: Remove redundant timed_activityJosh Smith2018-09-191-9/+8
* Rework Skipped usageJosh Smith2018-09-199-44/+47
* _frontend/status.py: Completely remove the blessings dependency from BuildStreamTristan Van Berkom2018-09-192-7/+77
* _artifactcache/artifactcache.py: Error out gracefully when push remote is mal...Tristan Van Berkom2018-09-181-1/+11
* _project.py: Fix option resolution in element & source overridesTristan Van Berkom2018-09-181-0/+3
* buildstream/_frontend/complete.py: Added missing click license complianceTristan Van Berkom2018-09-161-2/+17
* element: validate configuration variablesTiago Gomes2018-09-142-1/+12
* docs: document protected variablesTiago Gomes2018-09-141-15/+0
* _artifactcache/artifactcache.py: Changes to mark_required_elements()Tristan Van Berkom2018-09-143-32/+53
* _artifactcache: There shalt be only one cache sizetristan/fix-cache-exclusivity-1.2Tristan Van Berkom2018-09-108-86/+84
* element.py: Remove _get_artifact_cache() accessor.Tristan Van Berkom2018-09-104-16/+16
* _scheduler/jobs/cleanupjob.py: Use Platform.get_platform() public accessorTristan Van Berkom2018-09-101-3/+5
* _scheduler/jobs/cachesizejob.py: Use Platform.get_platform() public accessorTristan Van Berkom2018-09-101-3/+5
* element.py: Remove _get_artifact_size()Tristan Van Berkom2018-09-103-36/+22
* _artifactcache/artifactcache.py: Sealing away some the estimated sizeTristan Van Berkom2018-09-104-28/+41
* _artifactcache/artifactcache.py: Removing unused variable.Tristan Van Berkom2018-09-101-1/+0
* _scheduler: API fixes; _check_cache_size_real() -> check_cache_size()Tristan Van Berkom2018-09-103-10/+34
* _artifactcache: Making public methods publicTristan Van Berkom2018-09-104-32/+35
* element.py: Adding missing API documenting commentTristan Van Berkom2018-09-101-0/+7
* _scheduler/scheduler.py: Make CacheSizeJob() not require the CACHE exclusivelyTristan Van Berkom2018-09-101-1/+0
* _scheduler/resources.py: Set CACHE max resources to 0Tristan Van Berkom2018-09-101-1/+1
* _scheduler/queues: Mark build and pull queue as requiring shared access to th...Tristan Van Berkom2018-09-102-2/+2
* source.py: Track marked URLs and assert they are marked during Plugin.configu...tristan/source-fetcher-changes-1.2Tristan Van Berkom2018-09-031-0/+20
* source.py: Added `primary` argument to URL marking APIsTristan Van Berkom2018-09-032-16/+37
* plugin.py: Added _configure() and _get_configuring() private APIsTristan Van Berkom2018-09-033-2/+29
* source.py: Documenting that marking download URLs is mandatoryTristan Van Berkom2018-09-031-6/+34
* source.py: Fixing docs link formatting to be consistent.Tristan Van Berkom2018-09-031-8/+10
* source.py: Document Source.get_source_fetchers() to return an iterableTristan Van Berkom2018-09-031-2/+9
* scheduler.py: Move cache_size logs into folderQinusty/cache-size-directory-backportJosh Smith2018-08-311-1/+1
* job.py: Modify retry messages to be FAILJosh Smith2018-08-311-7/+3
* _project.py: Adding FIXME comment to address #591 properlyTristan Van Berkom2018-08-311-1/+7
* buildstream/_project.py: Report if project.conf is missing nameTom Pollard2018-08-311-0/+5
* _artifactcache/artifactcache.py: Write the cache_size file atomicallytristan/atomic-cache-size-file-1.2Tristan Van Berkom2018-08-301-1/+1
* Report processing errors from trackingValentin David2018-08-301-12/+3
* Disable round-tripping when element is not modifiedValentin David2018-08-301-2/+3
* plugins/source/git.py: Fix formatting of url in trackingTristan Van Berkom2018-08-301-1/+3
* source.py: Move Source.mark_download_url() to the public methods.Tristan Van Berkom2018-08-301-13/+13
* source.py: Stylistic changes in Source.__do_fetch()Tristan Van Berkom2018-08-301-3/+15
* Add cyclic check within variable resolutionJosh Smith2018-08-302-4/+31
* Log not-found objects in the cache as SKIPPEDBenjamin Schubert2018-08-291-0/+7
* Prevent ValueError on URLs without an aliasJosh Smith2018-08-292-9/+13
* element.py: Do not attempt to pull workspaced elementsJürg Billeter2018-08-281-0/+4
* element.py: Schedule assemble for key of workspaced elementsJürg Billeter2018-08-281-7/+15
* CASCache: Fix cell-var-from-loop linting errorjuerg/cas-1.2Jonathan Maw2018-08-231-3/+3
* _artifactcache/casserver.py: Improve ByteStream error handlingJürg Billeter2018-08-231-19/+52
* _artifactcache/cascache.py: Fix resource_name format for blobsJürg Billeter2018-08-231-2/+6
* _artifactcache/casserver.py: Fix resource_name format for blobsJürg Billeter2018-08-231-6/+30
* Remove artifact extracts when artifact expires in cacheValentin David2018-08-231-0/+21