summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* _stream.py: Pull missing artifacts in push()juerg/pushJürg Billeter2020-09-292-12/+2
* tests/format/dependencies.py: Test bad filename configurationTristan van Berkom2020-09-282-0/+24
* tests/format/dependencies.py: Testing shorthand dependency configurationsTristan van Berkom2020-09-289-0/+51
* tests/format/dependencies3/elements/supported2.bst: Adding commentTristan van Berkom2020-09-281-0/+6
* tests/integration/filter.py: Add test_filter_pass_integration_uncachedJürg Billeter2020-09-241-0/+32
* tests/frontend/track.py: Test behavior of SKIP messagesTristan van Berkom2020-09-241-0/+79
* tests/integration/manual.py: Test staging files in custom directoriesTristan van Berkom2020-09-183-0/+37
* tests/cachekey: Added new cachekey test for new BuildElement configurationTristan van Berkom2020-09-184-1/+16
* buildelement.py: Remove legacy command stepsTristan van Berkom2020-09-183-3/+3
* ScriptElement: Porting to new APITristan van Berkom2020-09-188-44/+20
* tests/frontend/overlaps.py: Test multiple calls to Element.stage_dependency_a...Tristan van Berkom2020-09-188-2/+192
* tests/format/dependencies.py: Adding tests for dependency `config` attributesTristan van Berkom2020-09-189-0/+119
* tests/format/dependencies.py: Test merging of multiple dependenciesTristan van Berkom2020-09-183-0/+34
* tests/format/dependencies.py: Remove tests for LoadErrorReason.DUPLICATE_DEPE...Tristan van Berkom2020-09-189-97/+0
* tests/frontend/overlaps.py: Test CoreWarnings.UNSTAGED_FILESTristan van Berkom2020-09-186-2/+38
* tests/frontend/overlaps.py: Minor cleanup and refactoringTristan van Berkom2020-09-181-37/+32
* tests/elements/filter/basic/element_plugins/dynamic.py: Stage in Element.stage()Tristan van Berkom2020-09-181-5/+2
* tests/frontend/rebuild.py: Add test_modify_and_revertJürg Billeter2020-09-161-0/+41
* tests/frontend/rebuild.py: Add assertion for built elementsJürg Billeter2020-09-161-0/+8
* tests/frontend/push.py: Test artifact push with globJürg Billeter2020-09-101-0/+30
* tests/frontend/buildcheckout.py: Add non-strict cache key testjuerg/cache-keyJürg Billeter2020-09-081-0/+34
* element.py: Hide dependencies which are irrelevant to the ElementTristan van Berkom2020-09-042-4/+5
* Element.dependencies() now yields ElementProxy wrappers by default.Tristan van Berkom2020-09-041-1/+1
* Move handling of the source `directory` configuration to ElementSourcesjuerg/element-source-cacheJürg Billeter2020-09-0328-28/+28
* Add ElementSourcesCacheJürg Billeter2020-09-034-20/+44
* tests/sourcecache: Do not inspect uninitialized elementsJürg Billeter2020-09-033-0/+10
* tests/sourcecache/push.py: Add test_push_missing_source_after_build()Jürg Billeter2020-09-011-0/+30
* runcli.py: Configurable index/storage artifact typesJosh Smith2020-08-261-0/+8
* _elementsources.py: Fix source names in unique keyjuerg/source-cache-keyJürg Billeter2020-08-2528-28/+28
* _fixtures.py: Only get the normal number of threads at the start of sessionBenjamin Schubert2020-08-231-1/+5
* buildstream/element.py: Consider "build-root" variable in the cache key uncon...tristan/build-root-cache-keyTristan van Berkom2020-08-2028-28/+28
* tests/cachekey/cachekey.py: Use the same project name for cache key testsTristan van Berkom2020-08-201-1/+1
* Bump minimum version requirement for ruamel.yamlchandan/upgrade-ruamelChandan Singh2020-08-182-0/+36
* _frontend/cli: Add --deps `build` & `run` values for `source track --deps`Chandan Singh2020-08-148-2/+65
* regression-test for ".bst" artifact checkout bugdwinship/test_for_dot_bst_artifact_checkout_bugDouglas Winship2020-08-131-0/+24
* casserver.py: Drop BuildStream Artifact and Source servicesJürg Billeter2020-08-131-107/+0
* _sourcecache.py: Use AssetRemoteJürg Billeter2020-08-131-11/+23
* _artifactcache.py: Use AssetRemoteJürg Billeter2020-08-131-11/+38
* tests/frontend/push.py: Pull complete artifactJürg Billeter2020-08-131-7/+8
* Completely remove MetaElementTristan van Berkom2020-08-131-2/+2
* element.py: Early return in _initialize_state()Tristan van Berkom2020-08-131-3/+1
* Add tests for checking the working of a remote cacheWilliam Salmon2020-08-1111-0/+194
* _frontend/cli.py: Fix `artifact checkout` with no argumentsChandan Singh2020-08-111-0/+12
* _yaml.pyx: Make shortname a mandatory argument to _yaml.load()Tristan van Berkom2020-08-107-46/+46
* Extract ElementSources classjuerg/element-sourcesJürg Billeter2020-08-061-1/+1
* element.py: Drop cache checks from `_tracking_done()`Jürg Billeter2020-08-061-3/+2
* source.py: Validate cache when it's used, not in `_is_cached()`Jürg Billeter2020-08-061-31/+17
* tests/format/variables.py: Increase timeoutTristan van Berkom2020-08-031-1/+1
* tests/integration/interactive_build.py: make a new test for retrying failed b...abderrahim/cached-failureAbderrahim Kitouni2020-07-291-1/+16
* tests/format/include.py: Test preservation of conditionals at include timetristan/options-orderTristan van Berkom2020-07-2926-0/+179