summaryrefslogtreecommitdiff
path: root/tests/frontend
Commit message (Expand)AuthorAgeFilesLines
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-016-14/+14
* loader: Allow dependencies to use ":" to refer to junctioned elementsChandan Singh2019-02-261-0/+136
* tests/frontend/overlaps.py: Added regression test for cross project overlapsTristan Van Berkom2019-02-227-7/+60
* context: remove artifactdirRaoul Hidalgo Charman2019-02-191-2/+2
* cachedir: add new dir option that's default root to other dirsRaoul Hidalgo Charman2019-02-191-14/+14
* tests: Don't use integration test for artifact logJürg Billeter2019-02-191-0/+64
* element.py: Expect absolute paths in overlap whitelistsValentin David2019-02-193-4/+4
* userconfig: rm really-workspace-close-project-inaccessibleare_you_sure2Angelos Evripiotis2019-02-151-0/+2
* storage.Directory.export_to_tar: mtime=_magic...aevri/mtime1Angelos Evripiotis2019-02-151-0/+20
* Add cli main & user conf option for 'cache-buildtrees' contextTom Pollard2019-02-131-0/+2
* buildstream/_cas/cascache.py: Set 0644 rights to pulled filesvalentindavid/pull-chmod-bugValentin David2019-02-121-0/+72
* _frontend: Allow printing dependencies using `bst show`Chandan Singh2019-02-121-0/+25
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-0823-25/+41
* Add more log formatting optionsWilliam Salmon2019-02-071-2/+4
* Add --remote, -r option to bst build, inline with pull & pushTom Pollard2019-02-053-1/+85
* Fixup refs to 'bst track'Angelos Evripiotis2019-01-281-1/+1
* _frontend/widget.py: Render core messages more like other messagesTristan Van Berkom2019-01-241-2/+2
* tests/frontend/buildcheckout.py: Add default target test with junctionJürg Billeter2019-01-244-0/+56
* tests/frontend/pull.py: Add default target test for bst push/pullJürg Billeter2019-01-241-0/+50
* tests/frontend/fetch.py: Add default target test for bst source fetchJürg Billeter2019-01-241-0/+35
* tests/frontend: Add default target tests for bst show and buildPhillip Smyth2019-01-2419-0/+179
* tests: Test that fetching an open workspace will fetch its dependenciesJonathan Maw2019-01-241-21/+34
* Test that tracking in workspaces actually worksJonathan Maw2019-01-241-4/+12
* tests/frontend/track.py: test_track_error_cannot_write_file() fixupTristan Van Berkom2019-01-241-4/+3
* tests/frontend/workspace.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-12/+16
* tests/frontend/track.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-8/+12
* tests/frontend/push.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-6/+9
* tests/frontend/pull.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-4/+4
* tests/testutils/runcli.py: Make get_element_states() take a list of targetsTristan Van Berkom2019-01-241-2/+2
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-225-30/+35
* Move push and pull to the new artifact subcommand groupJames Ennis2019-01-225-24/+25
* tests/frontend/workspace.py: Skip test_open_multi_unwritable when rootRichard Maw2019-01-211-0/+1
* tests/frontend/track.py: Use test_track_recurse() to stress test SourcesTristan Van Berkom2019-01-181-13/+47
* tests: Migrate `--except` testing to tests/frontend/show.pyTristan Van Berkom2019-01-1614-9/+134
* tests: Migrate completions test to tests/frontendTristan Van Berkom2019-01-1624-0/+504
* tests/frontend/order.py: Enable the test for build and fix the fetch testsTristan Van Berkom2019-01-161-18/+19
* tests/frontend/order.py: Adding tests ensuring stable element processing orderTristan Van Berkom2019-01-101-0/+109
* tests/frontend/buildcheckout.py: Fix bad filename issue for WindowsChandan Singh2019-01-032-5/+23
* tests/buildcheckout.py: Add tests for invalid chars in filenameChandan Singh2018-12-314-0/+27
* tests/frontend/logging.py: Fix regex Deprecation WarningChandan Singh2018-12-201-2/+2
* Introduce new "source" command groupChandan Singh2018-12-1411-69/+71
* Remove source bundle commandPhil Dawson2018-12-122-49/+0
* Add option to source-checkout command to generate build scriptsPhil Dawson2018-12-121-0/+35
* Add --force / -f option to source-checkout commandPhil Dawson2018-12-121-0/+17
* Add --tar option to source-checkout commandPhil Dawson2018-12-121-0/+18
* tests: Add tests for guessing element namesJonathan Maw2018-12-112-22/+48
* tests: Test bst commands from an external workspaceJonathan Maw2018-12-112-5/+162
* Fix bst source-checkout not working with open workspacesJonathan Maw2018-12-061-1/+8
* Add `--deps build` option to `bst checkout`Chandan Singh2018-12-031-2/+12
* Ensure `--deps=none` option works for `bst checkout`Chandan Singh2018-12-031-12/+8