summaryrefslogtreecommitdiff
path: root/tests/frontend
Commit message (Expand)AuthorAgeFilesLines
* Bump minimum version requirement for ruamel.yamlchandan/upgrade-ruamelChandan Singh2020-08-182-0/+36
* _frontend/cli: Add --deps `build` & `run` values for `source track --deps`Chandan Singh2020-08-148-2/+65
* regression-test for ".bst" artifact checkout bugdwinship/test_for_dot_bst_artifact_checkout_bugDouglas Winship2020-08-131-0/+24
* tests/frontend/push.py: Pull complete artifactJürg Billeter2020-08-131-7/+8
* _frontend/cli.py: Fix `artifact checkout` with no argumentsChandan Singh2020-08-111-0/+12
* _yaml.pyx: Make shortname a mandatory argument to _yaml.load()Tristan van Berkom2020-08-103-13/+13
* element.py: Drop cache checks from `_tracking_done()`Jürg Billeter2020-08-061-3/+2
* tests/frontend/overlaps.py: Test undefined variablesTristan van Berkom2020-07-222-1/+27
* loader.py: use the full name of the element when looking up a workspaceAbderrahim Kitouni2020-07-161-2/+5
* 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