Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and Check loadListing for input dir provenance #1986

Commits on Jun 5, 2023

  1. pass through QEMU_LD_PREFIX by default (common-workflow-language#1849)

    For systems using qemu-user-static to run foreign binaries outside of
    containers
    mr-c authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    0f58a96 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Update flake8-bugbear requirement from <23.6 to <23.7 (common-workflo…

    …w-language#1856)
    
    Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version.
    - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
    - [Commits](PyCQA/flake8-bugbear@16.4.1...23.6.5)
    
    ---
    updated-dependencies:
    - dependency-name: flake8-bugbear
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    d7cde2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d73e104 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Bump sphinx-rtd-theme from 1.2.1 to 1.2.2 (common-workflow-language#1858

    )
    
    Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.2.1 to 1.2.2.
    - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
    - [Commits](readthedocs/sphinx_rtd_theme@1.2.1...1.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx-rtd-theme
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    ac4cd0c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    8aecdcc View commit details
    Browse the repository at this point in the history
  2. pin to compatible galaxy-util

    mr-c committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    9e1eb1d View commit details
    Browse the repository at this point in the history
  3. Update pytest requirement from <7.4,>=6.2 to >=6.2,<7.5

    Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@6.2.0...7.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    15a4f64 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. *requirements.txt; remove spaces to enable re-use in other contexts

    Like `pip install $(grep -v mypy mypy-requirements.txt)`
    mr-c committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f88d752 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    e4be144 View commit details
    Browse the repository at this point in the history
  2. tox: skip py3.6 for lint

    mr-c committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    263a554 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. required outputs with secondaryFiles fix for containers (common-workf…

    …low-language#1870)
    
    * required outputs with secondaryFiles fix for containers
    
    * improve error message
    
    * leave no files behind
    mr-c authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    0f7367b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Update flake8-bugbear requirement from <23.7 to <23.8 (common-workflo…

    …w-language#1877)
    
    Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version.
    - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
    - [Commits](PyCQA/flake8-bugbear@16.4.1...23.7.10)
    
    ---
    updated-dependencies:
    - dependency-name: flake8-bugbear
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    48a75cc View commit details
    Browse the repository at this point in the history
  2. Update Python version support document; drop Python 3.7 (EOL) (common…

    …-workflow-language#1872)
    
    * refresh python version support
    
    * CI: Drop Python 3.7 from testing
    mr-c authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8fc75e1 View commit details
    Browse the repository at this point in the history
  3. Update black requirement from ~=23.3 to ~=23.7

    Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.3.0...23.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    dff81dc View commit details
    Browse the repository at this point in the history
  4. drop py3.7 lint checks

    mr-c committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f23d3e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    1573509 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. start testing with Python 3.12

    mr-c committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a9cea86 View commit details
    Browse the repository at this point in the history
  2. formatting fix

    mr-c committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2fedbd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. py version support policy: latest from Debian stable or Ubuntu LTS

    Allow for any supported version of Python, not just the default Python version
    
    Stop tracking RHEL
    
    This would mean that we can then drop Python 3.6 support
    mr-c committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8075ae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c768e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73ddf02 View commit details
    Browse the repository at this point in the history
  4. Update rdflib requirement from <6.4,>=4.2.2 to >=4.2.2,<7.1

    Updates the requirements on [rdflib](https://github.com/RDFLib/rdflib) to permit the latest version.
    - [Release notes](https://github.com/RDFLib/rdflib/releases)
    - [Changelog](https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md)
    - [Commits](RDFLib/rdflib@4.2.2...7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: rdflib
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    5a645df View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Fixed race condition which happens when a job runs "too fast",

    When a podman process finishes even before reaching the monitoring
    method, a deadlock happens, as no one is updating `process.returncode`
    and spawned process is in zombie state (so, no signal is sent).
    
    This fix adds a `process.poll()` call, so it gives the chance to fill in
    `process.returncode`.
    jmfernandez authored and mr-c committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0baf100 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Bump sphinx-rtd-theme from 1.2.2 to 1.3.0

    Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.2.2 to 1.3.0.
    - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
    - [Commits](readthedocs/sphinx_rtd_theme@1.2.2...1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx-rtd-theme
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    05058d9 View commit details
    Browse the repository at this point in the history
  2. Cope with narrower terminal

    mr-c committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    8b90b6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5301c1e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    bd89c56 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Use docker/podman/udocker inspect instead of docker images.

    This approach avoids the issue about podman using "canonical"
    image tags just using the "inspect" subcommand.
    jmfernandez authored and mr-c committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    385161d View commit details
    Browse the repository at this point in the history
  2. Removed additional udocker/podman pull.

    This udocker/podman pull command was being done even when
    `--disable-pull` parameter is passed to `cwltool`, and it
    should not be needed, as all container image pulls should
    have happened at this point.
    jmfernandez authored and mr-c committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f919784 View commit details
    Browse the repository at this point in the history
  3. Narrowed the exceptions to be caught, as of @mr-c indication.

    Also, cosmetic changes to fix some flake8 complaints.
    jmfernandez authored and mr-c committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    179855c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed8284c View commit details
    Browse the repository at this point in the history
  5. Lowered overhead of metrics gathering

    jmfernandez authored and mr-c committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e194a1a View commit details
    Browse the repository at this point in the history
  6. Raised timelimit from 15 to 20, as it seems udocker needs more addi…

    …tional time.
    jmfernandez authored and mr-c committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b68bef2 View commit details
    Browse the repository at this point in the history
  7. Job max memory usage gathering was happening only once, after the fir…

    …st second of the job running.
    jmfernandez authored and mr-c committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3ed5566 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    509ffb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Fix resource allocation for CUDA

    Co-authored-by: Nazanin Donyapour <[email protected]>
    mr-c and ndonyapour committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9accbc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. use nonlocal mem_tn variable

    jfennick authored and mr-c committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b1a1a0b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f1e0580 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    6c32ae5 View commit details
    Browse the repository at this point in the history
  2. release: preinstall udocker so that test_udocker_should_display_memor…

    …y_usage doesn't timeout
    mr-c committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    be4103f View commit details
    Browse the repository at this point in the history
  3. release: testenv4 isn't needed

    mr-c committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    040f91b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e095e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Revert "add back in Python 3.7 for one last release"

    This reverts commit 6c32ae5.
    mr-c committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9398f32 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Update black requirement from ~=23.7 to ~=23.9

    Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.7.0...23.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    37c6c78 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Update flake8-bugbear requirement from <23.8 to <23.10

    Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version.
    - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
    - [Commits](PyCQA/flake8-bugbear@16.4.1...23.9.16)
    
    ---
    updated-dependencies:
    - dependency-name: flake8-bugbear
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    20f01e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. guard import fcntl for windows

    jfennick authored and mr-c committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    cf3e49f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    83b99b4 View commit details
    Browse the repository at this point in the history
  2. Bump docker/build-push-action from 4 to 5

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c070330 View commit details
    Browse the repository at this point in the history
  3. Bump docker/setup-buildx-action from 2 to 3

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c2bc15d View commit details
    Browse the repository at this point in the history
  4. Bump docker/setup-qemu-action from 2 to 3

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9229a26 View commit details
    Browse the repository at this point in the history
  5. Bump docker/login-action from 2 to 3

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f7d15de View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Bump mypy from 1.3.0 to 1.6.0

    Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.6.0.
    - [Commits](python/mypy@v1.3.0...v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4d25e0f View commit details
    Browse the repository at this point in the history
  2. bump minimum ruamel.yaml to 0.16

    mr-c committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    52056a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    272efbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    917c3dd View commit details
    Browse the repository at this point in the history
  5. fix codespell-discovered typos

    mr-c committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2e4910a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd62ad9 View commit details
    Browse the repository at this point in the history
  7. remove packaging requirement

    mr-c committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    fc2f549 View commit details
    Browse the repository at this point in the history
  8. Update black requirement from ~=22.0 to ~=23.9

    Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@22.1.0...23.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7a7d1ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bab56aa View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Update galaxy-tool-util requirement from <23,>=22.1.2 to >=22.1.2,<24

    Updates the requirements on [galaxy-tool-util](https://github.com/galaxyproject/galaxy) to permit the latest version.
    - [Release notes](https://github.com/galaxyproject/galaxy/releases)
    - [Commits](galaxyproject/galaxy@galaxy-tool-util-22.1.3...v23.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: galaxy-tool-util
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Michael R. Crusoe <[email protected]>
    dependabot[bot] and mr-c committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9144a78 View commit details
    Browse the repository at this point in the history
  2. conda deps: increase debugging

    mr-c committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    0d6a24c View commit details
    Browse the repository at this point in the history
  3. deps: turn on logging

    mr-c committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3571580 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d95c0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14e1dd9 View commit details
    Browse the repository at this point in the history
  6. switch to setuptools_scm

    mr-c committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    31ded51 View commit details
    Browse the repository at this point in the history
  7. tests: fix warnings

    mr-c committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c73e1f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    222b53c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    5e5615b View commit details
    Browse the repository at this point in the history
  2. job loading: allow inputs named "id"

    Co-authored-by: Simon Gene Gottlieb <[email protected]>
    mr-c and SGSSGene committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    51c5fb7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. release: fix target name

    mr-c committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    b0c8dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7fc54a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Bump mypy from 1.6.0 to 1.6.1

    Bumps [mypy](https://github.com/python/mypy) from 1.6.0 to 1.6.1.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.6.0...v1.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9996dc4 View commit details
    Browse the repository at this point in the history
  2. Update black requirement from ~=23.9 to ~=23.10

    Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.9.0...23.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ec9c898 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Revert "Update galaxy-tool-util requirement from <23,>=22.1.2 to >=22…

    ….1.2,<24"
    
    This reverts commit 9144a78.
    mr-c committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    56913e7 View commit details
    Browse the repository at this point in the history
  2. fix the pickling error for IO objects

    ndonyapour authored and mr-c committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    fd75a25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ace770d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8202d5e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Update ruamel-yaml requirement from <0.18,>=0.16.0 to >=0.16.0,<0.19

    Updates the requirements on [ruamel-yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree) to permit the latest version.
    
    ---
    updated-dependencies:
    - dependency-name: ruamel-yaml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3d61ffb View commit details
    Browse the repository at this point in the history
  2. software dependencies: allow newer versions of galaxy-tool-util

    Skip the known broken versions (23.0.1 - 23.0.5)
    mr-c committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4337bee View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. skip cwl-utils 0.30

    mr-c committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8b2153a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Update black requirement from ~=23.10 to ~=23.11

    Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.10.0...23.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1e35dc4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    641de7a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Bump mypy from 1.6.1 to 1.7.1

    Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.7.1.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.6.1...v1.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    8c52fac View commit details
    Browse the repository at this point in the history
  2. type updates for mypy 1.7.x

    mr-c committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    90ce873 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    918d77b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Bump sphinx-rtd-theme from 1.3.0 to 2.0.0

    Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.3.0 to 2.0.0.
    - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
    - [Commits](readthedocs/sphinx_rtd_theme@1.3.0...2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: sphinx-rtd-theme
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0ba0950 View commit details
    Browse the repository at this point in the history
  2. Update flake8-bugbear requirement from <23.10 to <23.12

    Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version.
    - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
    - [Commits](PyCQA/flake8-bugbear@16.4.1...23.11.26)
    
    ---
    updated-dependencies:
    - dependency-name: flake8-bugbear
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d9dff8c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. pathmapper: don't use temporary lists

    Should speed up items_exclude_children() a bit
    mr-c committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0250406 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Update flake8-bugbear requirement from <23.12 to <23.13

    Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version.
    - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
    - [Commits](PyCQA/flake8-bugbear@16.4.1...23.12.2)
    
    ---
    updated-dependencies:
    - dependency-name: flake8-bugbear
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f8b31ec View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    9c5a17b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f364b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c16cc52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75df2cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c91449 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0005383 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4b5d92 View commit details
    Browse the repository at this point in the history
  8. singularity: support dockerFile (common-workflow-language#1938)

    * allow user to set temp dir with APPTAINER_TMPDIR
    * singularity build: automatically try fakeroot mode if proot is missing
    
    ---------
    
    Co-authored-by: Brandon Walker <[email protected]>
    Co-authored-by: Michael R. Crusoe <[email protected]>
    3 people authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    65ddfc9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2059c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    08a9cc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    035c873 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    29af2be View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    71e765b View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Update black requirement from ~=23.11 to ~=23.12

    Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.11.0...23.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    508d20a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Bump github/codeql-action from 2 to 3

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    12ab869 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Bump actions/upload-artifact from 3 to 4

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    bcdbeaf View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Bump mypy from 1.7.1 to 1.8.0

    Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.8.0.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.7.1...v1.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    fcca4c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5a6ea View commit details
    Browse the repository at this point in the history
  3. fix fast container job hangs

    Starting from Podman 4.4.0, cidfile is removed along with the container.
    
    Always return if container is terminated so we don't stuck in the loop
    waiting for a file which has already been removed.
    kuanyili authored and mr-c committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8ff1fd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    a5febdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a84911d View commit details
    Browse the repository at this point in the history
  3. rename singularity image (common-workflow-language#1956)

    Co-authored-by: Brandon Walker <[email protected]>
    misterbrandonwalker and Brandon Walker authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3404fd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33f00c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1eb83d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    ec1e1c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Bump actions/cache from 3 to 4 (common-workflow-language#1968)

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    cb3706c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Update black requirement from ~=23.12 to ~=24.1

    Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.12.0...24.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3732321 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. apply black 2024 formatting

    mr-c committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    80c9ec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f5f336 View commit details
    Browse the repository at this point in the history
  3. Merge pull request common-workflow-language#1970 from common-workflow…

    …-language/dependabot/pip/black-approx-eq-24.1
    
    Update black requirement from ~=23.12 to ~=24.1
    mr-c authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d8f0eb2 View commit details
    Browse the repository at this point in the history
  4. Update pytest requirement from <7.5,>=6.2 to >=6.2,<8.1

    Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@6.2.0...8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    61765e1 View commit details
    Browse the repository at this point in the history
  5. Update flake8-bugbear requirement from <23.13 to <24.2

    Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version.
    - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
    - [Commits](PyCQA/flake8-bugbear@16.4.1...24.1.15)
    
    ---
    updated-dependencies:
    - dependency-name: flake8-bugbear
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3ac795c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35eeab4 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Bump codecov/codecov-action from 3 to 4

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    36e0da4 View commit details
    Browse the repository at this point in the history
  2. Fix codecov v4 configuration

    mr-c committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fe1e8a9 View commit details
    Browse the repository at this point in the history
  3. add the --shm-size parameter at runtime (common-workflow-language#1972)

    Co-authored-by: lihl <lihl@1123>
    Co-authored-by: Michael R. Crusoe <[email protected]>
    3 people authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    7b8f174 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Update galaxy-tool-util requirement

    Updates the requirements on [galaxy-tool-util](https://github.com/galaxyproject/galaxy) to permit the latest version.
    - [Release notes](https://github.com/galaxyproject/galaxy/releases)
    - [Commits](galaxyproject/galaxy@galaxy-tool-util-22.1.3...v23.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: galaxy-tool-util
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9875cf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Update black requirement from ~=24.1 to ~=24.2

    Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@24.1.0...24.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    814d6d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Append "cwltool" to HTTP User-Agent string (common-workflow-language#…

    …1977)
    
    Also appends the program name, if not "cwltool"
    
    Should work for calrissian, reana-cwl-runner, and arvados-cwl-runner, but not
    toil-cwl-runner which doesn't call the cwltool.main.main() function.
    
    Probably works for streamflow, but I haven't tested that.
    
    ---------
    
    Co-authored-by: Michael R. Crusoe <[email protected]>
    svonworl and mr-c authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ca16314 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Update pytest requirement from <8.1,>=6.2 to >=6.2,<8.2

    Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@6.2.0...8.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    60ddadb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ab9a5 View commit details
    Browse the repository at this point in the history
  3. Update flake8-bugbear requirement from <24.2 to <24.3

    Updates the requirements on [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) to permit the latest version.
    - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases)
    - [Commits](PyCQA/flake8-bugbear@16.4.1...24.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: flake8-bugbear
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and mr-c committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    442ac81 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Bump mypy from 1.8.0 to 1.9.0 (common-workflow-language#1982)

    * Bump mypy from 1.8.0 to 1.9.0
    
    Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.9.0.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.8.0...1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update pyproject.toml
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Michael R. Crusoe <[email protected]>
    dependabot[bot] and mr-c authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6c9e6fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b39796 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c972913 View commit details
    Browse the repository at this point in the history
  4. Makefile: check-python3 is unneeded, call python3 explictly.

    the "dist", "clean", and "release-test" targets don't need a virtualenv
    so as long as there is a python3 on the PATH they will work
    mr-c committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d7a49fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c34c7a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98c0bca View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    29eee5f View commit details
    Browse the repository at this point in the history
  2. fix merge err

    Changlin committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5fc090b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix loadListing of dir for prov

    Changlin committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    18a9bd6 View commit details
    Browse the repository at this point in the history
  2. misc change of comments

    Changlin committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fc0e331 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. fix text, remove vscode space files

    Changlin committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    627026c View commit details
    Browse the repository at this point in the history
  2. remove redundant texts

    Changlin committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    96d1e20 View commit details
    Browse the repository at this point in the history