summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
...
* _platform/linux.py: Do not disable push globallyJürg Billeter2019-04-141-1/+1
* _platform/linux.py: Remove redundant messageJürg Billeter2019-04-141-7/+2
* element.py: Validate sandbox configJürg Billeter2019-04-141-1/+17
* _platform: Add check_sandbox_config() methodJürg Billeter2019-04-143-1/+26
* bzr source plugins: Remove all of the atomic backup directory business logicTristan Van Berkom2019-04-141-74/+18
* bzr source plugin: Use lock files to avoid corrupting the source cacheTristan Van Berkom2019-04-141-6/+29
* _artifactcache/artifactcache.py: Rephrase failure messageabderrahim/backport-scheduler-fixesTristan Van Berkom2019-04-121-1/+1
* _scheduler: Refactor of queues and resources.Tristan Van Berkom2019-04-126-239/+286
* _scheduler/jobs/job.py: Removed 'skipped' propertyTristan Van Berkom2019-04-122-20/+2
* Scheduler: Introduced JobStatus instead of simple success booleanTristan Van Berkom2019-04-1213-37/+68
* _scheduler/scheduler.py: Only run one cache size job at a timeTristan Van Berkom2019-04-121-8/+45
* _scheduler/scheduler.py: Make _schedule_jobs() privateTristan Van Berkom2019-04-121-16/+18
* Fix stack traces discovered with ^C forceful termination.Tristan Van Berkom2019-04-122-10/+6
* scheduler: minor cleanups to CleanupJobTiago Gomes2019-04-122-10/+2
* element.py: Add _fetch_done method and use this to update the stateBenjamin Schubert2019-03-242-1/+10
* Don't update state before summary. It should be consistentBenjamin Schubert2019-03-241-12/+1
* Stop updating state in queue.status()Benjamin Schubert2019-03-246-12/+214
* plugin.py: make _unique_id accessible to the coreBenjamin Schubert2019-03-245-16/+9
* plugin.py: move the creation and handling of the plugin table in PluginBenjamin Schubert2019-03-244-49/+51
* _loader/loader.py: Specify junction name in missing file errors where appropr...Tristan Van Berkom2019-03-121-3/+12
* _loader/loader.py: Include provenance in missing file errorsTristan Van Berkom2019-03-121-3/+9
* _yaml.py: Report more accurate provenance informationTristan Van Berkom2019-03-121-1/+5
* element.py: Observe fail-on-overlap policy on building element's projectTristan Van Berkom2019-02-221-2/+2
* 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