summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* _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
* _pipeline.py: Fix the planner to retain the original order when depth sortingTristan Van Berkom2019-01-101-1/+2
* element.py: Accept architecture aliases for sandbox configjuerg/archJürg Billeter2019-01-101-1/+7
* _options/optionarch.py: Accept architecture aliasesJürg Billeter2019-01-101-1/+30
* _platform/platform.py: Add canonicalize_arch() methodJürg Billeter2019-01-101-14/+28
* sandboxremote.py: Rename 'instance_name' option to 'instance-name'jmac/rename_instance_nameJim MacArthur2019-01-091-2/+2
* buildstream/plugins/elements/script.py: Mark script as BST_VIRTUAL_DIRECTORYvalentindavid/script_virtual_directoryValentin David2019-01-091-0/+3
* Add support for https channel to remote execution and actions serversvalentindavid/remote_execution_configurationValentin David2019-01-091-8/+35
* Add support for user remote execution configurationValentin David2019-01-093-4/+20
* Use relative path to project directory for remote execution certificates/keysValentin David2019-01-091-0/+10
* sandbox/sandbox.py: Use assertions for programming errors instead of BstErrors.tristan/sandbox-programming-errorTristan Van Berkom2019-01-081-4/+4
* element.py: remove reference to source bundle commandphil/remove-source-bundle-referencePhil Dawson2019-01-081-1/+1
* sandbox/sandbox.py: Fix regression of command loggingTristan Van Berkom2019-01-071-1/+1
* _scheduler/jobs/job.py: Removed 'skipped' propertyTristan Van Berkom2019-01-072-20/+2
* Scheduler: Introduced JobStatus instead of simple success booleanTristan Van Berkom2019-01-0713-38/+68
* _scheduler/scheduler.py: Only run one cache size job at a timeTristan Van Berkom2019-01-071-8/+45
* _scheduler/scheduler.py: Make _schedule_jobs() privateTristan Van Berkom2019-01-071-16/+18
* Fix stack traces discovered with ^C forceful termination.tristan/keyboard-interrupt-stack-traceTristan Van Berkom2019-01-072-10/+6
* _frontend/app.py: Use buildtree for interactive shell on build failureJürg Billeter2019-01-061-1/+1
* _frontend/cli.py: Reinstate support for guessing targetsjuerg/source-guess-targetJürg Billeter2019-01-041-0/+10