summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEWS: Describe new subcommandsrichardmaw/artifact-subcommandsRichard Maw2019-01-071-0/+17
* contrib/bst-docker-import: use bst artifact checkoutRichard Maw2019-01-071-1/+1
* tests: Use bst artifact checkout instead of bst checkoutRichard Maw2019-01-0736-116/+123
* cli: Add artifact diff subcommandRichard Maw2019-01-031-1/+46
* cli: Add artifact list-contents subcommandRichard Maw2019-01-031-0/+31
* cli: Add artifact list subcommandRichard Maw2019-01-031-0/+24
* cli: Add artifact delete subcommandRichard Maw2019-01-031-0/+28
* cli: Add artifact checkout subcommandRichard Maw2019-01-031-0/+81
* cli: Factor virtual directory loading out of artifact_logRichard Maw2019-01-031-24/+31
* cli: Split classify_artifacts helper upRichard Maw2019-01-031-20/+32
* cli: Make artifact log guess a default elementRichard Maw2019-01-031-0/+5
* cli.py: Separate target and artifact ref completionRichard Maw2019-01-031-7/+5
* caches: Allow flagging in context whether to require read-only accessRichard Maw2019-01-033-10/+61
* Merge branch 'chandan/toxify' into 'master'Tristan Van Berkom2019-01-0312-77/+211
|\
| * CONTRIBUTING.rst: Add instructions to recreate tox environmentchandan/toxifyChandan Singh2019-01-031-0/+6
| * Move sphinx build functionality to toxChandan Singh2019-01-033-31/+33
| * Move all requirements files into "tools" directoryChandan Singh2019-01-039-11/+11
| * CONTRIBUTING.rst: Add steps for installing non-python build dependenciesChandan Singh2019-01-031-5/+32
| * CONTRIBUTING.rst: Updated to reflect running tests using tox.Tristan Van Berkom2019-01-031-12/+40
| * .gitlab-ci.yml: Run tests using toxChandan Singh2019-01-031-13/+10
| * Add tox.ini to enable running tests using toxChandan Singh2019-01-023-0/+15
| * Add requirements files for install, test and plugin dependenciesChandan Singh2019-01-028-29/+88
|/
* Merge branch 'jjardon/pycodestyle' into 'master'Tristan Maat2019-01-027-27/+17
|\
| * Use pycodestyle instead of pep8Javier Jardón2019-01-026-19/+9
| * .gitlab-ci.yml: Use new testsuite images with pycodestyle 1.4.0Tristan Maat2019-01-021-8/+8
|/
* Merge branch 'chandan/update-doc-makefile-note' into 'master'Chandan Singh2019-01-021-4/+4
|\
| * doc/Makefile: Update comment about sphinx entrypointchandan/update-doc-makefile-noteChandan Singh2019-01-021-4/+4
|/
* Merge branch 'chandan/element-filename-requirements' into 'master'Tristan Van Berkom2018-12-317-18/+127
|\
| * doc: Add note about valid element namesChandan Singh2018-12-311-0/+24
| * tests/buildcheckout.py: Add tests for invalid chars in filenameChandan Singh2018-12-314-0/+27
| * _loader/loader.py: Add warnings about invalid characters in filenameChandan Singh2018-12-312-0/+43
| * _loader/loader.py: Refactor warnings about element names in one methodChandan Singh2018-12-311-18/+33
|/
* Merge branch 'tristan/junction-tests' into 'master'Tristan Van Berkom2018-12-312-40/+47
|\
| * tests/loader/junctions.py: Test the error we expect when a cross junction ele...Tristan Van Berkom2018-12-312-1/+23
| * tests/loader/junctions.py: Use Result checking APIs instead of manuallyTristan Van Berkom2018-12-311-39/+24
|/
* Merge branch 'tristan/fix-netrc-crasher' into 'master'Tristan Van Berkom2018-12-263-3/+28
|\
| * tests/sources/tar.py: Test that we don't crash when HOME is unsetTristan Van Berkom2018-12-261-0/+16
| * tests/testutils/runcli.py: Fixed broken environment handlingTristan Van Berkom2018-12-261-2/+5
| * _downloadablefilesource.py: Avoid crashes when HOME is unsetTristan Van Berkom2018-12-261-1/+7
|/
* Merge branch 'tristan/test-fixes' into 'master'Tristan Van Berkom2018-12-2610-21/+11
|\
| * dev-requirements.txt: Remove the restriction on pylint.tristan/test-fixesTristan Van Berkom2018-12-261-1/+1
| * dev-requirements.txt: Require new version of pytest-datafilesTristan Van Berkom2018-12-261-1/+1
| * buildstream/storage/_casbaseddirectory.py: Fixing new (unnecessary-pass) lint...Tristan Van Berkom2018-12-261-5/+0
| * plugins/elements/import.py: Fixing new (duplicate-string-formatting-argument)...Tristan Van Berkom2018-12-261-1/+1
| * _frontend/widget.py: Fixing new (wrong-import-order) linter errorTristan Van Berkom2018-12-261-1/+1
| * _frontend/complete.py: Fixing new (simplifiable-if-expression) linter errorTristan Van Berkom2018-12-261-1/+1
| * _frontend/cli.py: Fixing new (unnecessary-pass) linter errorsTristan Van Berkom2018-12-261-3/+0
| * _artifactcache/casserver.py: Fixed new (wrong-import-order) linter errorTristan Van Berkom2018-12-261-1/+1
| * source.py: Fixing new (unnecessary-pass) linter errorTristan Van Berkom2018-12-261-1/+0
| * element.py: Fixing new (unnecessary-pass) and (simplifiable-if-expression) li...Tristan Van Berkom2018-12-261-3/+2