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

Replace sys.exit with CondaBuildUserError exceptions #5255

Draft
wants to merge 42 commits into
base: 24.5.x
Choose a base branch
from

Commits on May 6, 2024

  1. Bump codecov/codecov-action from 4.3.0 to 4.3.1 in /.github/workflows (

    …conda#5329)
    
    * Bump codecov/codecov-action from 4.3.0 to 4.3.1 in /.github/workflows
    
    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@8450866...5ecb98a)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Apply suggestions from code review
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ken Odegard <kodegard@anaconda.com>
    dependabot[bot] and kenodegard committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a5a63c7 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 4.1.4 to 4.1.5 in /.github/workflows (cond…

    …a#5328)
    
    * Bump actions/checkout from 4.1.4 to 4.1.5 in /.github/workflows
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@0ad4b8f...44c2b7a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Apply suggestions from code review
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ken Odegard <kodegard@anaconda.com>
    dependabot[bot] and kenodegard committed May 6, 2024
    Configuration menu
    Copy the full SHA
    cf7e02e View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. 🔄 synced file(s) with conda/infrastructure (conda#5331)

    Co-authored-by: Conda Bot <conda-bot@users.noreply.github.com>
    conda-bot and conda-bot committed May 12, 2024
    Configuration menu
    Copy the full SHA
    2afc503 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (conda#5327)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.4.3](astral-sh/ruff-pre-commit@v0.4.2...v0.4.3)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] committed May 12, 2024
    Configuration menu
    Copy the full SHA
    5c53aa9 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    06cda41 View commit details
    Browse the repository at this point in the history
  2. 🔄 synced file(s) with conda/infrastructure (conda#5335)

    Co-authored-by: Conda Bot <conda-bot@users.noreply.github.com>
    conda-bot and conda-bot committed May 13, 2024
    Configuration menu
    Copy the full SHA
    efb79db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0311d83 View commit details
    Browse the repository at this point in the history
  4. Bump conda/actions from 24.4.0 to 24.5.0 in /.github/workflows (conda…

    …#5337)
    
    * Bump conda/actions from 24.4.0 to 24.5.0 in /.github/workflows
    
    Bumps [conda/actions](https://github.com/conda/actions) from 24.4.0 to 24.5.0.
    - [Release notes](https://github.com/conda/actions/releases)
    - [Commits](conda/actions@v24.4.0...976289d)
    
    ---
    updated-dependencies:
    - dependency-name: conda/actions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Apply suggestions from code review
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ken Odegard <kodegard@anaconda.com>
    dependabot[bot] and kenodegard committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9c0ceec View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    c49957f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f87ea39 View commit details
    Browse the repository at this point in the history
  3. Add test for copy_readme()

    beeankha authored and kenodegard committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c99b53c View commit details
    Browse the repository at this point in the history
  4. Update test_filter_files

    kenodegard committed May 20, 2024
    Configuration menu
    Copy the full SHA
    972c9c2 View commit details
    Browse the repository at this point in the history
  5. Remove commented out code

    kenodegard committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d0587b6 View commit details
    Browse the repository at this point in the history
  6. Remove redundant error checking

    Check for any new files within `m.config.meta_dir` is unnecessary since they're already filtered out by `conda_build.utils.filter_files`.
    kenodegard committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fad4399 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfa5a1f View commit details
    Browse the repository at this point in the history
  8. Add test_wsl_unsupported

    kenodegard committed May 20, 2024
    Configuration menu
    Copy the full SHA
    4db9b36 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c648b9 View commit details
    Browse the repository at this point in the history
  10. Mark check_external() for deprecation

    beeankha authored and kenodegard committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ae370ed View commit details
    Browse the repository at this point in the history
  11. Add news file

    beeankha authored and kenodegard committed May 20, 2024
    Configuration menu
    Copy the full SHA
    baed5da View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f8a1906 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cb3d6cf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    69f0ce9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b1f035a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    44bf3d6 View commit details
    Browse the repository at this point in the history
  17. Format strings

    kenodegard committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a073f4b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    192b334 View commit details
    Browse the repository at this point in the history
  19. Fix inspect tests

    kenodegard committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3795a49 View commit details
    Browse the repository at this point in the history
  20. Fix SystemExit tests

    kenodegard committed May 20, 2024
    Configuration menu
    Copy the full SHA
    cc6e292 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e3a2b3d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    00062c8 View commit details
    Browse the repository at this point in the history
  23. Update post.py

    kenodegard committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f1d3b50 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cfb2ef4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ddc9f96 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5c457d7 View commit details
    Browse the repository at this point in the history
  27. Fix test

    kenodegard committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e3e53fc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b886dcf View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    46563a5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8e9cbef View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8df5156 View commit details
    Browse the repository at this point in the history
  32. Jinaj2 is always installed

    kenodegard committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e112c64 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5cb28a2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1943a58 View commit details
    Browse the repository at this point in the history