summaryrefslogtreecommitdiff
path: root/tests/frontend
Commit message (Expand)AuthorAgeFilesLines
* tests: Add tests for configurable warningsJosh Smith2018-08-158-0/+155
* _project.py: Add fatal-warnings configuration itemJosh Smith2018-08-151-10/+17
* Test we can discovered submodules on fallback mirrored git repositoriesValentin David2018-08-141-0/+96
* Test git mirroring fallback on submodules when main repo is not mirrored.Valentin David2018-08-141-0/+97
* tests: Add a test of the git source with submodulesJonathan Maw2018-08-143-0/+80
* tests: Test that fetching passes when upstream is absentJonathan Maw2018-08-141-0/+61
* tests/frontend/mirror.py: Re-enable a test for gitValentin David2018-08-141-4/+0
* Fix tracking of junctions used in project.conf.Valentin David2018-08-131-0/+22
* Implementing relative workspacesrelative_workspacesPhillip Smyth2018-08-101-11/+52
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-022-2/+293
* Move tests.frontend.generate_junction to test.testutilsValentin David2018-08-028-48/+12
* local plugin: validate project pathsTiago Gomes2018-08-021-11/+11
* element.py: Raise an exception on unbuilt element checkoutMartin Blanchard2018-08-011-0/+10
* tests: Add mirrored fetching and tracking testsJonathan Maw2018-07-272-0/+487
* _stream.py: Added functionality for workspace open -fPhillip Smyth2018-07-251-0/+52
* tests/frontend/show.py: Add test case for maximum recursion depth being exceededPhil Dawson2018-07-251-2/+58
* Add support for creating a tarball on bst checkouttiagogomes/tarball_checkoutTiago Gomes2018-07-201-1/+108
* tests/frontend/buildcheckout.py: Added tests for "Add a `--deps` flag to `bst...add_flag_to_checkoutPhillip Smyth2018-07-171-0/+36
* tests/frontend/pull.py: Add pull test for missing blobs on the serverJürg Billeter2018-07-171-0/+42
* tests/frontend/push.py: Remove xfail mark from LRU cache testJürg Billeter2018-07-171-4/+0
* tests: Test push/pull on all platformsJürg Billeter2018-07-172-11/+0
* tests/frontend/push.py: Use ArtifactShare statvfs mockingJürg Billeter2018-07-171-29/+9
* tests: Use context manager for ArtifactShareJürg Billeter2018-07-172-422/+426
* tests/frontend/push.py: Add missing skip annotation for non-Linux468-source-bundle-except-argument-is-ignoredJürg Billeter2018-07-091-0/+1
* tests: Remove unneeded ArtifactShare.update_summary() methodJürg Billeter2018-07-092-24/+0
* Allow tracking dependencies within sub-projects.Valentin David2018-06-082-0/+199
* Handle cross junction elements in workspaces.Valentin David2018-06-081-0/+117
* Interpret names as colon separated junction path in loader.Valentin David2018-06-085-4/+159
* pushreceive.py: Ensure huge artifacts are not pushedJames Ennis2018-06-071-1/+0
* push.py: Add tests to test remote cache expiryJames Ennis2018-06-071-1/+184
* element.py: Fix consistency of workspaced elements when ref is missingChandan Singh2018-05-171-0/+32
* bst-init: Ensure --element-path is respected by the commandchandan/fix-bst-init-element-path288-kill-element-normal_name-variableChandan Singh2018-05-111-0/+3
* _stream.py: Do not force `PipelineSelection.ALL` for build with trackingJürg Billeter2018-05-111-1/+1
* tests: Do not rely on 'downloadable' statusJürg Billeter2018-05-112-16/+22
* _stream.py, _pipeline.py: Refactoring of the pipeline itselfTristan Van Berkom2018-05-081-59/+27
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-085-9/+9
* Use versioneer instead of setuptools_scmTristan Van Berkom2018-04-261-1/+1
* Load and save junctioned source refs from/to junction.refsTristan Van Berkom2018-04-253-3/+3
* tests/frontend/track.py: Added test for `bst track --deps none`Tristan Van Berkom2018-04-191-0/+40
* _frontend/cli.py: Add option to reset multiple workspacesChandan Singh2018-04-171-0/+52
* tests/frontend/workspace.py: Added tests for force opening workspacestristan/fix-workspace-force-openTristan Van Berkom2018-04-171-0/+21
* tests/frontend/buildcheckout.py: Added regression tests for workspaced junctionsTristan Van Berkom2018-04-161-0/+109
* _frontend/app.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-151-5/+5
* tests/frontend/show.py: Removing some unused variablesTristan Van Berkom2018-04-141-2/+0
* tests/frontend/workspace.py: Test new workspace format versionTristan Maat2018-04-131-0/+24
* tests/frontend/workspace.py: Automatically update versionTristan Maat2018-04-131-5/+6
* tests: Check that output includes log files of failed buildsRichard Maw2018-04-121-0/+28
* _frontend/cli.py, _pipeline.py: Add options for cross junction tracking.Tristan Van Berkom2018-04-121-9/+26
* tests/frontend/workspace.py: Test that we detect modifications made to a work...352-race-condition-incorrect-saving-of-running-files-in-workspaces-yml-local-state-file311-opening-a-workspace-with-a-cached-buildTristan Van Berkom2018-04-091-0/+77
* tests/frontend/workspace.py: Fixed test_build to make the right assertionTristan Van Berkom2018-04-091-1/+1