summaryrefslogtreecommitdiff
path: root/tests/frontend
Commit message (Expand)AuthorAgeFilesLines
* Use 119 line lengthchandan/blackChandan Singh2019-11-0530-1274/+305
* Blacken codebaseChandan Singh2019-11-0535-3005/+3502
* frontend: Remove tracking options from `bst build`Chandan Singh2019-11-044-513/+54
* local.py: use extended API, set BST_NO_PRESTAGE_KEYDarius Makovsky2019-10-302-10/+61
* tests: add test for soft workspace resettraveltissues/1140-softresetDarius Makovsky2019-10-161-0/+52
* node.pyx: Make 'strip_node_info' publicBenjamin Schubert2019-10-161-3/+3
* Improve progress testsTristan Maat2019-10-106-44/+149
* tests: unmark tests passing with buildboxDarius Makovsky2019-10-091-1/+2
* tests/frontend/buildcheckout.py: Create required symlinks on the flybschubert/fix-windows-symlinkBenjamin Schubert2019-10-082-1/+16
* element.py: remove concept of key instabilityDarius Makovsky2019-10-051-10/+35
* element.py: always check sources for cachingDarius Makovsky2019-09-241-3/+20
* cli.py: Allow checkout to handle --deps allJames Ennis2019-09-131-3/+3
* source_checkout.py: Add --compression tests for source checkoutJames Ennis2019-09-121-0/+34
* source_checkout.py: Add test for --tar/--directory conflictJames Ennis2019-09-121-0/+17
* cli.py: Make source checkout more consistent with artifact checkoutJames Ennis2019-09-121-13/+24
* source_checkout.py: Remove commented out touch() and add commentJames Ennis2019-09-121-1/+1
* Fail if we try to build a BST_FORMAT_VERSION we do not support anymorejjardon/BST_FORMAT_VERSIONJavier Jardón2019-09-122-2/+2
* Add tests/frontend/large_directory.pyJürg Billeter2019-09-102-0/+90
* Change unfitting function nameTristan Maat2019-09-063-3/+3
* Allow splitting artifact cachesTristan Maat2019-09-061-1/+10
* buildcheckout.py: Add tests which checkout artifact depsjennis/update_checkoutJames Ennis2019-09-051-0/+37
* cli.py: Allow checkout to handle artifact refsJames Ennis2019-09-051-1/+1
* _stream.py: Remove separate handling of ArtifactElementsJames Ennis2019-09-051-1/+1
* cli.py: Allow pull to handle artifact refsJames Ennis2019-09-051-0/+42
* _project.py: Don't only load cached artifactsJames Ennis2019-09-051-1/+1
* cli.py: Allow push to handle artifact refsJames Ennis2019-09-051-0/+102
* Addition of --long option to list-contents:becky/list_contents_long_optionRebecca Grayson2019-09-021-0/+42
* Splitting up tests/frontend/artifact.pyRebecca Grayson2019-09-024-241/+334
* tests/frontend/show.py: Test that strict dependencies behave as expectedTristan Van Berkom2019-08-316-0/+71
* Addition of --out option to bst artifact log:becky/artifact_log_file_optionRebecca Grayson2019-08-291-2/+33
* frontend: Remove build --all flag in favour of --deps all/plantmewett/build-deps-cliTom Mewett2019-08-282-2/+3
* tests/frontend/artifact.py: Add tests for bst artifact showJames Ennis2019-08-271-1/+104
* cli.py: Introduce bst artifact showJames Ennis2019-08-271-0/+1
* tests/frontend/artifact.py: test artifact delete with --deps optionsJames Ennis2019-08-271-0/+91
* Load artifact refs the same way we load element namesJames Ennis2019-08-271-4/+4
* casserver.py: Use quota instead of headroomJürg Billeter2019-08-201-16/+9
* casserver.py: Remove CacheCleanerJürg Billeter2019-08-201-0/+3
* tests/frontend/buildcheckout.py: Stop using explicit cache keysJames Ennis2019-08-191-5/+5
* Addition of bst artifact list-contents:Rebecca Grayson2019-08-162-0/+68
* _stream.py: Ensure push does not fail if artifact not cachedjennis/push_unbuilt_artifactJames Ennis2019-08-141-0/+85
* workspace: Add test to ensure we can show logs from a workspaced builddanielsilverstone-ct/missing-sh-fixBenjamin Schubert2019-08-142-0/+43
* Frontend: Fix bst artifact logJames Ennis2019-08-091-0/+3
* _message.py: Use element_name & element_key instead of unique_idtpollard/messageobjectTom Pollard2019-08-081-1/+1
* Bst artifact subcommands take artifact ref names.Rebecca Grayson2019-07-261-0/+59
* tests: Check that progress tallies are correct, including across junctionsJonathan Maw2019-07-261-0/+44
* Mark buildbox tests as xfail if they require non implemented featuresWilliam Salmon2019-07-251-0/+2
* Implmented export_to_tar for casbaseddirectoryWilliam Salmon2019-07-255-0/+49
* tests: Add regression test for issue #1086Chandan Singh2019-07-192-0/+25
* node: Add 'get_str_list' on 'MappingNode'Benjamin Schubert2019-07-171-1/+1
* Allowing tar files to be compressedbecky/tar_compressionRebecca Grayson2019-07-161-0/+95