summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Add more log formatting optionsWilliam Salmon2019-02-071-2/+15
* loadelement.py: Switch from roaringbitmap to pyroaringDaniel Silverstone2019-02-061-3/+3
* loadelement.py: Use roaring bitmaps in dep cacheDaniel Silverstone2019-02-051-3/+12
* Add --remote, -r option to bst build, inline with pull & pushTom Pollard2019-02-052-5/+18
* filter.py: Fail if declared domains do not exist in the parent elementjennis/warn_for_nonexistent_domainsJames Ennis2019-02-042-3/+29
* filter.py: Add an example to the documentationjennis/filter-docsJames Ennis2019-02-011-3/+105
* filter.py/filter.yaml: Documentation improvementsJames Ennis2019-02-012-21/+22
* Pass element directly to collect_elementbschubert/loaderBenjamin Schubert2019-01-311-13/+9
* Add LoadElement in dependency list for LoadElement idrectlyBenjamin Schubert2019-01-312-106/+80
* filter.py: don't recurse when staging dependenciesDor Askayo2019-01-301-1/+3
* BREAK:remove unconditional 'are you sure?' promptsAngelos Evripiotis2019-01-293-40/+0
* Fix type of error codes in CAS serverValentin David2019-01-291-3/+3
* Fix crash when spawned job completes very fastvalentindavid/crash_in_scheduler_857Valentin David2019-01-281-1/+1
* Download buildtrees on demand for bst shell --use-buildtreetpollard/829Tom Pollard2019-01-282-18/+53
* _stream.py: Add use_artifact_config opt arg for load_selection()Tom Pollard2019-01-281-2/+5
* Fixup refs to 'bst fetch'Angelos Evripiotis2019-01-283-4/+4
* Fixup refs to 'bst track'Angelos Evripiotis2019-01-2810-10/+10
* _artifactcache.py: Don't require the quota to be available on disk.tristan/cache-quota-max-onlyTristan Van Berkom2019-01-253-22/+45
* _profile.py: Update copyright statementjennis/add_new_profile_topicJames Ennis2019-01-251-0/+2
* _profile.py: Added a new profiling topic, load-selectionJames Ennis2019-01-252-0/+8
* _profile.py: Added a new profiling topic, schedulerJames Ennis2019-01-252-0/+7
* _artifactcache.py: Correcting API documenting comment for remove()Tristan Van Berkom2019-01-241-2/+1
* _scheduler/jobs/cleanupjob.py: Update cache size while processingTristan Van Berkom2019-01-241-1/+14
* _scheduler/jobs/job.py: Allow subclasses to message the frontendTristan Van Berkom2019-01-241-19/+50
* _artifactcache.py: Added client progress callback to ArtifactCache.clean()Tristan Van Berkom2019-01-241-1/+12
* _artifactcache.py: Add status messages in cache management operationsTristan Van Berkom2019-01-241-5/+53
* _frontend/status.py: Added Cache size usage indicator to status barTristan Van Berkom2019-01-241-7/+35
* _frontend/widget.py: Added cache usage entry in the startup headingTristan Van Berkom2019-01-241-0/+1
* _context.py: Added get_artifact_cache_usage()Tristan Van Berkom2019-01-241-1/+11
* _artifactcache.py: Added ArtifactCacheUsage()Tristan Van Berkom2019-01-241-0/+35
* _artifactcache.py: Refactored to use utils._get_volume_size()Tristan Van Berkom2019-01-241-17/+16
* utils.py: Add _get_volume_size()Tristan Van Berkom2019-01-241-2/+22
* _frontend/app.py: Initialize logging before preflighting the artifact cacheTristan Van Berkom2019-01-241-5/+7
* _frontend/widget.py: Render core messages more like other messagesTristan Van Berkom2019-01-242-19/+15
* _scheduler/scheduler.py: Run cache size exclusively at startupTristan Van Berkom2019-01-241-2/+59
* _scheduler/resources.py: Dont error out in unregister_exclusive_interest()Tristan Van Berkom2019-01-241-1/+1
* _frontend/cli.py: Ignore junctions in default targets where appropriateJürg Billeter2019-01-241-2/+17
* _stream.py: Add ignore_junction_targets parameterJürg Billeter2019-01-241-0/+15
* _project.py: Add get_default_target() and get_default_targets() methodsJürg Billeter2019-01-243-41/+115
* projectconfig.yaml: Add key for default targetsPhillip Smyth2019-01-242-1/+9
* _frontend/cli.py: Guess element also for bst build --allJürg Billeter2019-01-241-1/+1
* _artifactcache.py: Raise ArtifactError() when quota size exceeds disk space.tristan/insufficient-storage-errorTristan Van Berkom2019-01-231-10/+10
* _scheduler: Fix dont display a failure for terminated jobstristan/fix-terminated-statusTristan Van Berkom2019-01-222-1/+11
* cli.py: Add an obsoletion note to our deprecated commands.James Ennis2019-01-221-5/+5
* Change bst checkout/pull/push references to bst artifact checkout/pull/pushJames Ennis2019-01-222-3/+3
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-61/+27
* cli: Add artifact checkout subcommandJames Ennis2019-01-221-0/+69
* Move push and pull to the new artifact subcommand groupJames Ennis2019-01-221-72/+106
* using_commands.rst: Split out top level commands and subcommand groupsJames Ennis2019-01-221-1/+1
* _gitsourcebase.py: Fetch with explicit refspecsRichard Maw2019-01-211-1/+2