summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Implementing relative workspacestristan/bst-1/relative-workspacesPhillip Smyth2019-08-041-11/+52
* Cache Keys: Update to use JSON rather than pickleDaniel Silverstone2019-08-0429-26/+29
* tests/sources/git.py: Add track and fetch test with and without tagJürg Billeter2019-08-041-0/+47
* testutils/repo/git.py: Add add_tag() methodJürg Billeter2019-08-041-0/+3
* tests/sources/git.py: Test invalid submodules warning appearing after trackTristan Van Berkom2019-08-031-59/+57
* tests/sources/git.py: Test unlisted submodules warning appearing after trackTristan Van Berkom2019-08-031-0/+63
* tests/sources/git.py: Testing the git:invalid-submodule warningTristan Van Berkom2019-08-031-0/+71
* tests/sources/git.py: Testing the git:unlisted-submodule warningTristan Van Berkom2019-08-031-0/+73
* tests/testutils/repo/git.py: Adding remove_path() helperTristan Van Berkom2019-08-031-0/+6
* tests/sources/git.py: Add tests for REF_NOT_IN_TRACKTom Pollard2019-08-041-0/+68
* tests: Fix the fatal-warnings initial test pluginsTristan van Berkom2019-08-033-1/+29
* tests: Add tests for configurable warningsJosh Smith2019-08-039-2/+201
* tests/frontend/overlaps.py: Fixed test case after implementing fatal warningsTristan van Berkom2019-08-031-2/+2
* _project.py: Add fatal-warnings configuration itemJosh Smith2019-08-0327-36/+43
* loader: Allow dependencies to use ":" to refer to junctioned elementsChandan Singh2019-07-251-0/+136
* tests: Add tests for loading builddeps and runtime depsJonathan Maw2019-07-258-4/+78
* source.py: ensure previous track refs are updatedRaoul Hidalgo Charman2019-07-163-2/+13
* Add pip source pluginChandan Singh2019-07-1618-1/+211
* Allow source plugins to access previous sourcesChandan Singh2019-07-165-0/+151
* tests/frontend/show.py: Test proper resolution of max-jobsTristan Van Berkom2019-07-151-0/+51
* _frontend: Added toplevel `--max-jobs` configurationTristan Van Berkom2019-07-141-0/+1
* tests/artifactcache/expiry.py: Disable test failing on buildersvalentindavid/disable-test_expiry_orderValentin David2019-06-281-0/+1
* tests/frontend/show.py: Test behavior of unfetched/inconsistent workspaced ju...tristan/fix-workspaced-junctions-1.2Tristan Van Berkom2019-05-241-6/+37
* Adding test for Invalid Yamlknownexus2019-05-103-0/+16
* tests/frontend/buildtrack.py: Test that tracking builds in non-strict mode ac...tristan/fix-build-track-all-no-strict-1.2Tristan Van Berkom2019-05-091-1/+77
* tests/frontend/buildtrack.py: Extending tests to ensure we build after trackingTristan Van Berkom2019-05-091-2/+15
* tests/integration/workspace.py: Test that we don't crash when workspace artif...Tristan Van Berkom2019-05-061-0/+33
* tests/testutils/runcli.py: Fix remove_artifact_from_cache() to work with subd...Tristan Van Berkom2019-05-061-2/+2
* tests/frontend/push.py: Test pushing artifacts in non-strict modetristan/fix-non-strict-push-1.2Tristan Van Berkom2019-04-151-0/+46
* tests/testutils/artifactshare.py: Add message handlertristan/platform-cache-quota-1.2Tristan Van Berkom2019-04-141-0/+9
* _artifactcache.py: Raise ArtifactError() when quota size exceeds disk space.Tristan Van Berkom2019-04-142-11/+24
* _artifactcache.py: Refactored to use utils._get_volume_size()Tristan Van Berkom2019-04-142-2/+56
* tests/testutils: Use Context for artifact cache creationJürg Billeter2019-04-141-2/+1
* tests/frontend/track.py: Use test_track_recurse() to stress test SourcesTristan Van Berkom2019-04-141-13/+47
* testutils/runcli.py: Added cli.get_element_states()Tristan Van Berkom2019-04-141-0/+22
* tests/frontend/workspace.py: Test that all elements build with workspace in playtristan/backport-update-state-changes-1.2Tristan Van Berkom2019-03-2423-0/+157
* tests/format/junctions.py: Added tests for missing files across junction boun...Tristan Van Berkom2019-03-1211-1/+67
* tests/format/project.py: Added tests for missing files and missing junctionsTristan Van Berkom2019-03-125-0/+31
* tests/testutils/artifactshare.py: Support optional coverageTristan Van Berkom2019-03-051-2/+7
* tests/frontend/overlaps.py: Added regression test for cross project overlapsTristan Van Berkom2019-02-227-8/+61
* buildstream/_artifactcache/cascache.py: Set 0644 rights to pulled filesvalentindavid/pull-chmod-bug-1.2Valentin David2019-02-131-0/+68
* filter.py: don't recurse when staging dependenciesdoraskayo/filter-indirect-deps-fix-1.2Dor Askayo2019-02-053-0/+39
* Force updating tags when fetching git repositoryValentin David2018-12-112-1/+112
* Cleanup cache in cas server more agressivelyValentin David2018-11-292-4/+21
* Update mtimes of objects for requested references.Valentin David2018-11-291-0/+9
* Fix cache corruption by scripts when layout and integration commands are usedvalentindavid/script-artifact-corruption-1.2Valentin David2018-11-089-0/+145
* Ensure `--deps=none` option works for `bst checkout`Chandan Singh2018-10-293-12/+19
* Change URL to the Alpine tarballValentin David2018-10-171-1/+1
* Fix outside-of-project check when project path is not canonical.valentindavid/silverblue-path-1.2Valentin David2018-09-281-0/+12
* cascache.py: Move push/pull messaging to cascacheJosh Smith2018-09-201-1/+1