summaryrefslogtreecommitdiff
path: root/tests/frontend
Commit message (Expand)AuthorAgeFilesLines
* tests/frontend/remote-caches.py: Split test_source_artifact_cachesjuerg/source-pushJürg Billeter2020-07-061-4/+26
* Add `bst source push` commandJürg Billeter2020-07-061-0/+1
* tests/frontend/push.py: Add test_push_update_after_rebuildJürg Billeter2020-06-301-0/+40
* tests/frontend: Renaming some projects to avoid new conflictsTristan van Berkom2020-06-192-2/+2
* tests/frontend/workspace.py: Removing testsTristan van Berkom2020-06-111-30/+0
* cascache.py: Fix file modes in checkout()Jürg Billeter2020-06-101-6/+8
* tests/frontend/pull.py: Add test for dynamic build planJürg Billeter2020-05-271-0/+47
* Ensure there are no duplicates in Elements.dependencies()Chandan Singh2020-05-182-4/+21
* _frontend/cli: Support "build" and "run" values for `artifact push --deps`Chandan Singh2020-05-131-12/+23
* _frontend/cli: Support "build" and "run" values for `artifact pull --deps`Chandan Singh2020-05-131-8/+20
* _frontend/cli: Support "build" and "run" values for `source fetch --deps`Chandan Singh2020-05-137-0/+68
* _frontend/cli: Support "build" value for `bst build --deps`Chandan Singh2020-05-131-0/+16
* Update all packages requirementsBenjamin Schubert2020-05-113-5/+3
* plugin.py/pluginfactory.py: Implementing BST_MIN_VERSIONTristan Van Berkom2020-04-297-0/+21
* Plugin loading refactor, removing all versioningTristan Van Berkom2020-04-295-9/+7
* element.py: Drop BST_VIRTUAL_DIRECTORYJürg Billeter2020-04-281-2/+0
* Replace format-version with min-versionTristan Van Berkom2020-04-2531-41/+85
* tests: Correctly handle resources when opening files in testsbschubert/no-warningsBenjamin Schubert2020-04-231-39/+41
* tests: Stop using tmpdir_factory.mkdtemp("")bschubert/fix-mktemp-usageBenjamin Schubert2020-04-232-14/+15
* tests/frontend/push.py: Add test_push_after_rebuildjuerg/artifact-blob-not-foundJürg Billeter2020-04-203-1/+74
* tests/frontend/pull.py: Add test_pull_missing_blob_split_shareJürg Billeter2020-04-201-29/+63
* tests/frontend/buildcheckout.py: Add non-strict testJürg Billeter2020-04-161-0/+22
* tests/frontend/buildcheckout.py: Check mode and uid/gid in tarballjuerg/export-to-tarJürg Billeter2020-04-081-2/+13
* _workspaces.py: Drop `prepared`Jürg Billeter2020-02-111-2/+2
* _workspaces.py: Drop `running_files`Jürg Billeter2020-02-111-5/+2
* _workspaces.py: Increment format version, drop support for old versionsJürg Billeter2020-02-111-50/+4
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-2313-13/+13
* source.py: Remove 'get_consistency' completelyBenjamin Schubert2020-01-163-13/+4
* source.py: Remove the reliance on consistency to get whether a source is cachedBenjamin Schubert2020-01-165-2/+11
* source.py: Add a new 'is_resolved' to get whether a source is resolved.Benjamin Schubert2020-01-163-0/+9
* tests: Drop buildbox xfailsJürg Billeter2019-12-101-3/+0
* Add tests for interactive `bst init`Chandan Singh2019-12-051-0/+34
* tests/frontend/pull.py: Do not use checkout --hardlinksJürg Billeter2019-12-031-2/+2
* tests/frontend/buildcheckout.py: Cannot hardlink with CASD_SEPARATE_USERJürg Billeter2019-12-031-1/+7
* lint: Remove unnecessary list comprehensionsBenjamin Schubert2019-12-021-1/+1
* tests/frontend: Refactor tests for default targetsChandan Singh2019-11-2725-255/+197
* Fix stacktraces during element loadingTristan Maat2019-11-221-9/+1
* Reformat code using BlackChandan Singh2019-11-1433-3022/+2303
* tests/frontend/completions: Fix implicit string concatenationChandan Singh2019-11-121-2/+2
* Remove unnecessary ignore_workspaces kwargDarius Makovsky2019-11-061-2/+16
* 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