Skip to content

Commits

Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Feb 19, 2023

  1. Merge pull request #82 from webstech/cw/escapee

    ci: escape wildcards to avoid shell expansion
    searls committed Feb 19, 2023
    Copy the full SHA
    aad5950 View commit details
    Browse the repository at this point in the history
  2. ci: escape wildcards to avoid shell expansion

    Some quotings were incorrectly dropped adding Windows support.  This
    resulted in globing of the input list instead of it being handled inside
    teenytest.  It seems `"` is preferred over `'` for Windows and was used
    in other scripts
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Feb 19, 2023
    Copy the full SHA
    0207d3c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. 6.0.5

    searls committed Feb 18, 2023
    Copy the full SHA
    1f4ad81 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6af213a View commit details
    Browse the repository at this point in the history
  3. ci: do not expect bash on Windows

    A full bash environment is only available with wsl2 so do not rely on
    it.  Run spawned processes in cmd shell on Windows.  `package.json` used
    for these tests now specify node should be run instead of relying on
    shebang support.
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Feb 18, 2023
    Copy the full SHA
    97a90e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Merge pull request #80 from webstech/win-support

    ci/dev: Windows support
    searls committed Feb 16, 2023
    Copy the full SHA
    3c121c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. ci: windows support and windows specific test

    Remove some shebang assumptions.
    
    Added test:safe:esm which runs some tests for Windows in the cmd shell.
    test:safe:bats tests run under bash so they do not test WIndows
    pathname  issues.
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Feb 14, 2023
    Copy the full SHA
    532d789 View commit details
    Browse the repository at this point in the history
  2. ci: do not rely on shebang support

    Running on Windows needs the command to be specified in `package.json`.
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Feb 14, 2023
    Copy the full SHA
    2358626 View commit details
    Browse the repository at this point in the history
  3. maint: change links to relative paths

    git does not always create links so using relative paths expands on
    WIndows compatability.
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Feb 14, 2023
    Copy the full SHA
    7fb7070 View commit details
    Browse the repository at this point in the history
  4. maint: replace link with actual file

    git may not create links for the test file.  Other test files are not
    links so maybe this does not need to be one either.
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Feb 14, 2023
    Copy the full SHA
    16145e8 View commit details
    Browse the repository at this point in the history
  5. ci: force linends to lf on all platforms

    WIndows has issues running bash scripts with crlf.
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Feb 14, 2023
    Copy the full SHA
    95e2105 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. update deps

    searls committed Feb 12, 2023
    Copy the full SHA
    26f8f2a View commit details
    Browse the repository at this point in the history
  2. 6.0.4

    searls committed Feb 12, 2023
    Copy the full SHA
    ea98218 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8fd84fb View commit details
    Browse the repository at this point in the history
  4. Add github action

    searls committed Feb 12, 2023
    Copy the full SHA
    f2f8456 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #74 from webstech/cw/bashshell

    ci: use bash shell when spawning tests on windows
    searls committed Feb 12, 2023
    Copy the full SHA
    896aacd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #75 from webstech/cw/importfile

    fix: use file URL for esm import and remove node version check
    searls committed Feb 12, 2023
    Copy the full SHA
    3d83512 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. fix: use file URL for esm import

    The fully qualified path needs to be a URL type to work on Windows.
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Feb 6, 2023
    Copy the full SHA
    1ccfce2 View commit details
    Browse the repository at this point in the history
  2. maint: remove check for node esm support

    Currently supported node versions no longer need the check for esm
    import support.
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Feb 6, 2023
    Copy the full SHA
    093b04e View commit details
    Browse the repository at this point in the history
  3. ci: use bash shell when spawning tests on windows

    Some spawned tests expect to be running in a UNIX environment (shebang
    checking for example).  When spawning tests on Windows, the shell will now be
    bash.  It is expected that maintainers will have bash available (it may
    be git bash).
    
    Signed-off-by: Chris. Webster <chris@webstech.net>
    webstech committed Feb 6, 2023
    Copy the full SHA
    30c7338 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. more updates

    searls committed Feb 2, 2022
    Copy the full SHA
    28ca925 View commit details
    Browse the repository at this point in the history
  2. 6.0.3

    searls committed Feb 2, 2022
    Copy the full SHA
    8bbb85d View commit details
    Browse the repository at this point in the history
  3. update lockfile

    searls committed Feb 2, 2022
    Copy the full SHA
    f204967 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #67 from testdouble/dependabot/npm_and_yarn/unit/p…

    …ath-parse-1.0.7
    
    Bump path-parse from 1.0.5 to 1.0.7 in /unit
    searls committed Feb 2, 2022
    Copy the full SHA
    a655468 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #63 from testdouble/dependabot/npm_and_yarn/unit/l…

    …odash-4.17.21
    
    Bump lodash from 4.17.15 to 4.17.21 in /unit
    searls committed Feb 2, 2022
    Copy the full SHA
    9d63ab8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #68 from testdouble/dependabot/npm_and_yarn/path-p…

    …arse-1.0.7
    
    Bump path-parse from 1.0.6 to 1.0.7
    searls committed Feb 2, 2022
    Copy the full SHA
    4e1556f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #64 from testdouble/dependabot/npm_and_yarn/hosted…

    …-git-info-2.8.9
    
    Bump hosted-git-info from 2.8.8 to 2.8.9
    searls committed Feb 2, 2022
    Copy the full SHA
    927ea83 View commit details
    Browse the repository at this point in the history
  8. Bump path-parse from 1.0.6 to 1.0.7

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 2, 2022
    Copy the full SHA
    8c9d8b0 View commit details
    Browse the repository at this point in the history
  9. Bump path-parse from 1.0.5 to 1.0.7 in /unit

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Feb 2, 2022
    Copy the full SHA
    dbbc49c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #66 from testdouble/dependabot/npm_and_yarn/glob-p…

    …arent-5.1.2
    
    Bump glob-parent from 5.1.1 to 5.1.2
    searls committed Feb 2, 2022
    Copy the full SHA
    14cec24 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #62 from testdouble/dependabot/npm_and_yarn/lodash…

    …-4.17.21
    
    Bump lodash from 4.17.13 to 4.17.21
    searls committed Feb 2, 2022
    Copy the full SHA
    a76bab1 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Bump glob-parent from 5.1.1 to 5.1.2

    Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
    - [Release notes](https://github.com/gulpjs/glob-parent/releases)
    - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
    - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob-parent
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 11, 2021
    Copy the full SHA
    a303db5 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Merge pull request #65 from neall/readme-spelling-fixes

    README spelling fixes
    searls committed May 18, 2021
    Copy the full SHA
    ade67a5 View commit details
    Browse the repository at this point in the history
  2. README spelling fixes

    neall committed May 18, 2021
    Copy the full SHA
    d60a040 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. master -> main

    rosston committed May 11, 2021
    Copy the full SHA
    8e8f1c7 View commit details
    Browse the repository at this point in the history
Older