summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* buildstream/_artifactcache/cascache.py: Set 0644 rights to pulled filesvalentindavid/pull-chmod-bug-1.2Valentin David2019-02-131-5/+16
* filter.py: don't recurse when staging dependenciesdoraskayo/filter-indirect-deps-fix-1.2Dor Askayo2019-02-051-2/+4
* Force updating tags when fetching git repositoryValentin David2018-12-111-1/+1
* plugins/sources/git.py: Avoid downloading unused submodulesTristan Van Berkom2018-12-101-7/+15
* Lock cache cleanup in cas servervalentindavid/cache_server_fill_up-1.2Valentin David2018-11-291-46/+56
* Cleanup cache in cas server more agressivelyValentin David2018-11-291-63/+86
* Move cas server from ref-based to object-based garbage collection.Valentin David2018-11-292-3/+46
* Update mtimes of objects for requested references.Valentin David2018-11-292-11/+28
* "Fallocate" object disk space to avoid getting NOSPC error when writingValentin David2018-11-291-6/+24
* Avoid copying temporary file when adding object to CAS in server.Valentin David2018-11-192-18/+26
* Fix type error in RPC messagesValentin David2018-11-191-2/+2
* Make cache clients not fail when a blob is not available.Valentin David2018-11-191-0/+14
* Use f_bavail to query available space. Not f_bfree.Valentin David2018-11-191-1/+1
* Fix cache corruption by scripts when layout and integration commands are usedvalentindavid/script-artifact-corruption-1.2Valentin David2018-11-081-8/+12
* Ensure `--deps=none` option works for `bst checkout`Chandan Singh2018-10-291-11/+15
* Catch correct exception from shutil.rmtreevalentindavid/rmtree_oserror-1.2Valentin David2018-10-041-1/+1
* utils.py: Document _get_dir_size() expectations.Tristan Van Berkom2018-10-031-0/+3
* _artifactcache/cascache.py: Don't create temporary files in the CAS storageTristan Van Berkom2018-10-031-1/+1
* utils.py: Give save_file_atomic() a tempdir argumentTristan Van Berkom2018-10-031-3/+4
* _scheduler/scheduler.py: Ignore interrupt events while terminating.Tristan Van Berkom2018-10-031-0/+9
* _scheduler: Fix bookkeeping of terminated jobsTristan Van Berkom2018-10-032-9/+24
* _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