summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* _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
* widget.py: Avoid "showing 0 lines" messages when there are no linesTristan Maat2019-01-181-2/+3
* Derive import plugin from Element instead of BuildElementChandan Singh2019-01-181-9/+2
* _cas/cascache.py: Use utils._tempdir() and utils._tempnamedfile()Tristan Van Berkom2019-01-181-6/+5
* utils.py: Added _tempnamedfile()Tristan Van Berkom2019-01-181-0/+30
* _cas/cascache.py: Cleanup directories when removing refsTristan Van Berkom2019-01-181-5/+51
* cli.py: add a hint about '--' to 'bst shell' helpAngelos Evripiotis2019-01-181-0/+6
* bzr source plugins: Remove all of the atomic backup directory business logicTristan Van Berkom2019-01-181-74/+18
* bzr source plugin: Use lock files to avoid corrupting the source cacheTristan Van Berkom2019-01-181-6/+29
* _profile.py: Write binaries as well as logsjennis/profiling_outputs_binariesJames Ennis2019-01-171-2/+14
* _profile.py: Add timestamp to the logsJames Ennis2019-01-171-4/+4
* sandbox/sandbox.py: Display failed commands in the detail stringtristan/error-message-regressionTristan Van Berkom2019-01-162-6/+7
* element.py: Cleanup temporary staging directories on terminationTristan Van Berkom2019-01-162-31/+28
* _artifactcache/artifactcache.py: Rephrase failure messageTristan Van Berkom2019-01-161-1/+1
* _scheduler: Refactor of queues and resources.Tristan Van Berkom2019-01-167-239/+287
* cas: move remote only functions to CASRemoteRaoul Hidalgo Charman2019-01-164-144/+148
* casremote.py: Move remote CAS classes into its own fileRaoul Hidalgo Charman2019-01-164-257/+283
* _cas: Rename artifactcache folder and move that to a root moduleRaoul Hidalgo Charman2019-01-166-11/+11
* _context.py: Add documentation to get_workspaces() commandJames Ennis2019-01-161-0/+7
* _context.py: Doc fix: get_toplevel_project() returns object not listJames Ennis2019-01-161-1/+1
* buildstream/_gitsourcebase.py: Fix case where HEAD is taggedValentin David2019-01-161-13/+18
* buildstream/_gitsourcebase.py: Reduce git history for git describe.Valentin David2019-01-161-1/+2
* _frontend/cli.py: Also check original args for --config in bash completionJürg Billeter2019-01-141-7/+20
* _scheduler/queues/queue.py: Put elements in the skip list, not jobsTristan Van Berkom2019-01-121-1/+1