summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* plugins/elements/cmake.yaml: allow using ninja instead of make (#279)abderrahim/cmake-ninjaAbderrahim Kitouni2018-04-143-8/+12
* _artifactcache/tarcache.py: Extracting a missing artifact is a bugTristan Van Berkom2018-04-141-2/+2
* _artifactcache/ostreecache.py: Extracting a missing artifact is a bugTristan Van Berkom2018-04-141-2/+2
* element.py: Rename _get_full_display_key() -> _get_display_key()Tristan Van Berkom2018-04-143-6/+6
* element.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-141-569/+611
* buildelement.py: Use Element.get_variable() instead of poking at private thingTristan Van Berkom2018-04-141-2/+1
* source.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-141-16/+17
* buildelement.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-141-11/+10
* tests/format/variables.py: Ported from old style testsTristan Van Berkom2018-04-1416-79/+64
* tests/frontend/show.py: Removing some unused variablesTristan Van Berkom2018-04-141-2/+0
* Add NEWS entryelement-prepareTristan Maat2018-04-131-0/+6
* Update plugin documentationTristan Maat2018-04-132-3/+19
* tests/frontend/workspace.py: Test new workspace format versionTristan Maat2018-04-131-0/+24
* tests/frontend/workspace.py: Automatically update versionTristan Maat2018-04-131-5/+6
* integration/workspace.py: Test that configure commands run only onceTristan Maat2018-04-132-0/+55
* Add element.prepare methodTristan Maat2018-04-134-15/+70
* buildelement.py: Documentation improvementsTristan Van Berkom2018-04-131-73/+55
* source.py: Enhanced documentationTristan Van Berkom2018-04-131-73/+136
* element.py: Documentation improvementsTristan Van Berkom2018-04-131-81/+123
* plugin.py: Documentation improvements.Tristan Van Berkom2018-04-131-67/+110
* .gitlab-ci.yml: Show which coverage reports are getting combined in CITristan Van Berkom2018-04-131-0/+1
* .gitlab-ci.yml: Fix coverage jobjjardon/ci_fedora_27Javier Jardón2018-04-121-4/+3
* .gitlab-ci.yml: Change jobs from <distro>-tests to tests-<distro>Javier Jardón2018-04-121-6/+6
* .gitlab-ci.yml: Run tests in Fedora:27 as wellJavier Jardón2018-04-121-0/+5
* .gitlab-ci.yml: Create template for linux-tests jobJavier Jardón2018-04-121-2/+6
* NEWS: Mention failed job summaryRichard Maw2018-04-121-0/+4
* tests: Check that output includes log files of failed buildsRichard Maw2018-04-121-0/+28
* frontend: Redisplay failure messages in result summaryRichard Maw2018-04-121-1/+12
* frontend: Control indentations of multi-line valuesRichard Maw2018-04-121-0/+5
* frontend: Summarise build log output in --no-verbose modeRichard Maw2018-04-121-10/+18
* frontend: Use textwrap.indent to indentRichard Maw2018-04-121-1/+2
* frontend: capture errors for later useRichard Maw2018-04-121-1/+12
* _scheduler/trackqueue.py: Mark skipped elements as tracked.Tristan Van Berkom2018-04-131-0/+3
* Fix disaster while making cross junction tracking optional.Tristan Van Berkom2018-04-133-85/+83
* _pipeline.py: Fix inconsistent element error to print element fullnames.Tristan Van Berkom2018-04-131-1/+1
* mount: Wrap yields in context managers with try-finallyRichard Maw2018-04-122-17/+19
* NEWS: Added news entry detailing that cross-junction tracking is disabled by ...Tristan Van Berkom2018-04-121-0/+6
* _frontend/cli.py, _pipeline.py: Add options for cross junction tracking.Tristan Van Berkom2018-04-125-50/+112
* _frontend/widget.py: Fixed regression in logfile abbreviations.Tristan Van Berkom2018-04-121-0/+4
* _frontend/status.py: Fixed status widgets to show full element names.Tristan Van Berkom2018-04-121-2/+2
* buildstream/_versions.py: Increment BST_CORE_ARTIFACT_VERSIONTristan Van Berkom2018-04-1126-26/+26
* element.py, source.py: Cleanup how Source cache keys are calculated.Tristan Van Berkom2018-04-1127-46/+30
* element.py: Restructure artifact metadataTristan Van Berkom2018-04-111-87/+184
* source/install.rst: Update ArchLinux installation instructionsJavier Jardón2018-04-111-2/+2
* doc/source/install.rst: Update list of base requirementsJavier Jardón2018-04-111-2/+3
* tests/integration/shell.py: Test that workspaced files are visible in a bst s...Tristan Van Berkom2018-04-112-0/+91
* element.py: Preserve workspace state in failed build sandboxes.Tristan Van Berkom2018-04-111-0/+28
* HACKING.rst: Add integration and pytest notesTristan Maat2018-04-111-0/+19
* _frontend/widget.py: Correct log line if logdir is emptyjmac/logfile-widget-correctionJim MacArthur2018-04-101-2/+3
* _workspaces.py: Assert that configuration is only saved in the main process.Tristan Van Berkom2018-04-101-0/+2