summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* _artifactcache/cascache.py: Use BatchUpdateBlobsjuerg/cas-batch-1.2Jürg Billeter2018-10-031-4/+74
* _artifactcache/casserver.py: Implement BatchUpdateBlobsJürg Billeter2018-10-031-2/+43
* cascache.py: Preparation for remote executionJim MacArthur2018-10-031-94/+111
* source.py: Silence messages while consuming source fetcherstristan/fix-status-messages-1.2Tristan Van Berkom2018-10-021-17/+37
* git.py: Added timed activity around fetching, displaying the URL being fetched.Tristan Van Berkom2018-10-021-4/+12
* _artifactcache/cascache.py: Use BatchReadBlobsJürg Billeter2018-09-301-12/+137
* _artifactcache/casserver.py: Harmonize payload size limitJürg Billeter2018-09-301-5/+6
* _artifactcache/cascache.py: Increase payload size limit for uploadsJürg Billeter2018-09-301-2/+7
* _artifactcache/cascache.py: Add _ensure_blob helperJürg Billeter2018-09-301-24/+33
* artifactcache: rename get_quota_exceeded()Tiago Gomes2018-09-303-5/+5
* artifactcache: improve _fetch_directory()Tiago Gomes2018-09-301-6/+19
* artifactcache: improve _create_tree()Tiago Gomes2018-09-301-4/+19
* artifactcache: fix oversightTiago Gomes2018-09-301-1/+1
* Fix outside-of-project check when project path is not canonical.valentindavid/silverblue-path-1.2Valentin David2018-09-281-1/+1
* _frontend/app.py: Remove leftover blessings importMathieu Bridon2018-09-241-1/+0
* source.py: Fix re-instantiationTristan Van Berkom2018-09-211-11/+34
* _artifactcache/casserver.py: Implement BatchReadBlobsJürg Billeter2018-09-201-0/+25
* _artifactcache/casserver.py: Implement Capabilities serviceJürg Billeter2018-09-201-0/+24
* 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