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

Version 0.47.0-RC1 #3464

Open
wants to merge 938 commits into
base: beta
Choose a base branch
from
Open

Version 0.47.0-RC1 #3464

wants to merge 938 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 12, 2024

  1. Move hash library

    MDrakos committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    76eb665 View commit details
    Browse the repository at this point in the history
  2. Revert yaml changes

    MDrakos committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    608b55e View commit details
    Browse the repository at this point in the history
  3. Defer file closure

    MDrakos committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b960131 View commit details
    Browse the repository at this point in the history
  4. Clean cache every 24 hours

    MDrakos committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b78adce View commit details
    Browse the repository at this point in the history
  5. Add comment

    MDrakos committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    99c348a View commit details
    Browse the repository at this point in the history
  6. Add back auto wildcarding

    Naatan committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0021f03 View commit details
    Browse the repository at this point in the history
  7. Reduce API requests

    Naatan committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e12c615 View commit details
    Browse the repository at this point in the history
  8. Add back newline

    MDrakos committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    465a7e8 View commit details
    Browse the repository at this point in the history
  9. Remove unused var

    Naatan committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    74e7e6a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fix assertion

    Naatan committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6d344d9 View commit details
    Browse the repository at this point in the history
  2. Mark input errors

    Naatan committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2520098 View commit details
    Browse the repository at this point in the history
  3. Increase search timeout

    Naatan committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    02ba527 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Nathan Rijksen <[email protected]>
    MDrakos and Naatan authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a8a0bc0 View commit details
    Browse the repository at this point in the history
  5. Fix nightly failures due to CVE database update.

    Try to make these tests more future-proof.
    mitchell-as committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    201fd9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f56d4c View commit details
    Browse the repository at this point in the history
  7. Add back return value names

    MDrakos committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    39fdf53 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3489 from ActiveState/mitchell/dx-3046

    Fix nightly failures due to CVE database update.
    mitchell-as authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    11c75f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5729b0e View commit details
    Browse the repository at this point in the history
  10. Use blank identifier

    MDrakos committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e28c63b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d43b31a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0fa03bf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9d7a94a View commit details
    Browse the repository at this point in the history
  14. Remove unused function

    Naatan committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b4ada37 View commit details
    Browse the repository at this point in the history
  15. Rename method to be consistent

    Naatan committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    70a6f30 View commit details
    Browse the repository at this point in the history
  16. Expectation can use full word

    Naatan committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    60bc059 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1ee70c9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2f767aa View commit details
    Browse the repository at this point in the history
  19. Merge remote-tracking branch 'origin/version/0-47-0-RC1' into DX-1897

    # Conflicts:
    #	test/integration/package_int_test.go
    Naatan committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6dc93a5 View commit details
    Browse the repository at this point in the history
  20. Add increased timeout

    Naatan committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    05e069c View commit details
    Browse the repository at this point in the history
  21. Merge pull request #3484 from ActiveState/DX-3032

    Add hashGlobs query to state service
    MDrakos authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    46bf5c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Revert "Filter artifacts for reporting"

    This reverts commit fe2051f.
    
    Buildplan itself should never filter its artifacts, filtering is for
    consuming code.
    Naatan committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    78732f0 View commit details
    Browse the repository at this point in the history
  2. Do not validate commit ID from within projectfile.

    Doing so prevents `state reset` from fixing a bad ID.
    
    Any runners that need a commit ID get it from localcommit, which raises an invalid commit ID error, so this validation is superfluous.
    mitchell-as committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    07fa246 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3490 from ActiveState/mitchell/dx-3050

    Do not validate commit ID from within projectfile.
    mitchell-as authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    56a1cb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1373a50 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    067dd4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55d90ba View commit details
    Browse the repository at this point in the history
  3. Added ACTIVESTATE_CLI_IGNORE_ENV for ignoring env vars during runti…

    …me setup.
    
    For example, PYTHONPATH.
    mitchell-as committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d893ec6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3491 from ActiveState/mitchell/dx-3020

    Remove shell PS1/prompt modifications.
    mitchell-as authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7bc2caa View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3492 from ActiveState/mitchell/dx-2897

    Added test that verifies a bare `state` is not making any API calls.
    mitchell-as authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    42309b3 View commit details
    Browse the repository at this point in the history
  6. Allow config options to be an enum.

    Use it for 'security.prompt.level'.
    mitchell-as committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a630247 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5488c3f View commit details
    Browse the repository at this point in the history
  8. Add ability for runners to ignore async runtimes.

    This is needed for `state refresh` and `state shell`.
    mitchell-as committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a9c1c8d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    01d8fc4 View commit details
    Browse the repository at this point in the history
  2. Fix test timeout

    Naatan committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6c14a81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    929f31e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2db48ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db48964 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e8283ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    816f34c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4343122 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73390a5 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'origin/master' into DX-3056

    # Conflicts:
    #	pkg/buildplan/artifact.go
    #	pkg/buildplan/buildplan.go
    Naatan committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    46c9ba6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3495 from ActiveState/mitchell/dx-3054

    Add ability for runners to ignore async runtimes.
    Naatan authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d2a3519 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a350786 View commit details
    Browse the repository at this point in the history
  13. Add FilterOutIngredients

    Naatan committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    56e713f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a8dbb26 View commit details
    Browse the repository at this point in the history
  15. Add new argument

    Naatan committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    070ee59 View commit details
    Browse the repository at this point in the history
  16. Drop testing code

    Naatan committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7bb259f View commit details
    Browse the repository at this point in the history
  17. Add FilterOutIngredients

    Naatan committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7cf6a23 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7f47fb8 View commit details
    Browse the repository at this point in the history
  19. Fix import cycle

    Naatan committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1abf130 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #3498 from ActiveState/DX-3054

    Fix exec should bypass async; not export env
    Naatan committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b2342b7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    03d5dc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    7a0c29d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed949e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b0cca8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ae56e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97030ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da1e745 View commit details
    Browse the repository at this point in the history
  7. Remove unused mimetypes

    Naatan committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7a6ccc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Merge pull request #3496 from ActiveState/nathan/DX-3039

    Fix checkout/init change summaries
    Naatan authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    948ebeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4794f41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbf5f68 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'version/0-46-0-RC1' into version/0-47-0-RC1

    # Conflicts:
    #	pkg/buildplan/artifact.go
    Naatan committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d627c74 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'version/0-47-0-RC1' into DX-3056

    # Conflicts:
    #	pkg/buildplan/artifact.go
    #	pkg/buildplan/buildplan.go
    Naatan committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d41d398 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4729ae5 View commit details
    Browse the repository at this point in the history
  7. Drop code that doesn't work with latest version of gqlgen and doesn't…

    … address any use-case we have
    Naatan committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    38c559a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    852955c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0fcb98 View commit details
    Browse the repository at this point in the history
  10. Slight refactor of state manifest to take advantage of caching by d…

    …ropping redundant call
    Naatan committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    abb6c8e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3e54242 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f056737 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Catch programming error.

    mitchell-as committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8eabdcf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3494 from ActiveState/mitchell/dx-2927

    Allow config options to be an enum.
    mitchell-as authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    58e1176 View commit details
    Browse the repository at this point in the history
  3. Fixed failing integration test.

    Apparently we don't mention ActiveState in the Python --version anymore.
    mitchell-as committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7768e1b View commit details
    Browse the repository at this point in the history
  4. Increase test timeout.

    mitchell-as committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cf96bd8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3487 from ActiveState/DX-1897

    Refactored requirement operation and added multi-target/multi-language compatibility
    Naatan authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fd95129 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b80f157 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3501 from ActiveState/mitchell/dx-3062

    Increase test timeout.
    mitchell-as authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    62f16e6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3500 from ActiveState/mitchell/dx-3067

    Fixed failing integration test.
    mitchell-as authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fa1ce5f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e593ad0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    75fd51c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    255d3f9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    84273fa View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3493 from ActiveState/mitchell/dx-3011

    Added `ACTIVESTATE_CLI_IGNORE_ENV` for ignoring env vars during runtime setup.
    mitchell-as authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5515ef4 View commit details
    Browse the repository at this point in the history
  14. Add test

    Naatan committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8277978 View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'origin/version/0-47-0-RC1' into DX-3029

    # Conflicts:
    #	internal/runbits/runtime/requirements/requirements.go
    Naatan committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    62e5be0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    ff7c569 View commit details
    Browse the repository at this point in the history
  2. Setup is responsible for knowing if the depot supports hard links or …

    …not, and acts accordingly.
    mitchell-as committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    03f30b1 View commit details
    Browse the repository at this point in the history
  3. Fix nil pointer panic

    Naatan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2219141 View commit details
    Browse the repository at this point in the history
  4. Revert "Slight refactor of state manifest to take advantage of cach…

    …ing by dropping redundant call"
    
    This reverts commit abb6c8e.
    Naatan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1a55921 View commit details
    Browse the repository at this point in the history
  5. Add svcmodel calls

    Naatan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    03c9a28 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3503 from ActiveState/mitchell/dx-3075

    Fixed failing integration tests.
    mitchell-as authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    44d3237 View commit details
    Browse the repository at this point in the history
  7. Satisfy check-format

    Naatan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bfedd74 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4087d13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    34c0421 View commit details
    Browse the repository at this point in the history
  10. Add language to script

    MDrakos committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0f4e5e7 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3497 from ActiveState/DX-3056

    Add `state export deptree` commands
    Naatan authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    404ace9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bc4f65c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3504 from ActiveState/DX-3072

    Fix nil pointer panic
    Naatan authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bc69a84 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2deb608 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a93e6a1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fdcf750 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f9f94b5 View commit details
    Browse the repository at this point in the history
  18. Fix panic

    MDrakos committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fac08a8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2a2d4d7 View commit details
    Browse the repository at this point in the history
  20. The only commands that should ignore async runtimes are refresh, `d…

    …eploy`, and `activate`.
    
    Show a warning to the user when async runtime cases update skips.
    mitchell-as committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cc53ca4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    71e9128 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    847e40a View commit details
    Browse the repository at this point in the history
  23. Merge pull request #3506 from ActiveState/DX-3069

    Fix script test
    MDrakos authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1d79eb6 View commit details
    Browse the repository at this point in the history
  24. Don't enforce artifact <-> ingredient relation as artifacts produced …

    …by wheels won't have an ingredient
    Naatan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    99fd378 View commit details
    Browse the repository at this point in the history
  25. Skip integration test

    MDrakos committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b4c35a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Apply more PR feedback.

    mitchell-as committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d4008ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3507 from ActiveState/mitchell/dx-3073

    If buildscripts are enabled, `state refresh` without a buildscript should error.
    mitchell-as authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8550d6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5aecd7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3f925d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3499 from ActiveState/DX-3029

    Implement caching of buildscripts/commits
    Naatan authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    dc7855a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    899fa42 View commit details
    Browse the repository at this point in the history
  7. Drop unused code

    Naatan committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6a9f844 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3502 from ActiveState/mitchell/dx-2943

    Test for hardlink support on Windows before doing it.
    mitchell-as authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    51af785 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f590cdb View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3505 from ActiveState/mitchell/dx-3071

    The only commands that should ignore async runtimes are `refresh`, `deploy`, and `activate`.
    mitchell-as authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    69dd413 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    70dc6a4 View commit details
    Browse the repository at this point in the history
  12. Fix missing arguments

    Naatan committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ba57bb2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3513 from ActiveState/DX-3082

    Fix missing arguments
    Naatan authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b050ee0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e3fabd4 View commit details
    Browse the repository at this point in the history
  15. Fix build failure.

    mitchell-as committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    49d2ea0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e69e7b9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4999497 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #3512 from ActiveState/mitchell/dx-3081

    Fixed config.Get for enum types.
    mitchell-as authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0eb7c24 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #3510 from ActiveState/DX-3079

    Skip integration test
    MDrakos authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    86659c5 View commit details
    Browse the repository at this point in the history
  20. Add comment

    Naatan committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2bca991 View commit details
    Browse the repository at this point in the history
  21. Fix test

    Naatan committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b7b933f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Merge pull request #3508 from ActiveState/DX-3066

    Map to ingredient when its source can be identified as a single straight path
    Naatan authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    64d3b2a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/version/0-46-0-RC1' into version…

    …/0-47-0-RC1
    
    # Conflicts:
    #	pkg/buildplan/hydrate.go
    Naatan committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f423ba8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Added ceremonial break.

    mitchell-as committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    52dd8fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3517 from ActiveState/mitchell/dx-3088

    Added ceremonial break.
    mitchell-as authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    851072a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    40886ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2bff92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    853f28f View commit details
    Browse the repository at this point in the history
  4. Fixed test failure.

    The solver is getting faster!
    mitchell-as committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bcd3f82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8b7094 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3523 from ActiveState/mitchell/dx-3096

    Fixed failing integration test.
    mitchell-as authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1cdca3b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3519 from ActiveState/mitchell/dx-3084

    Drop unnecessary debug logging.
    mitchell-as authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d9a4a86 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3522 from ActiveState/mitchelll/dx-3097

    Fixed test failure.
    mitchell-as authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f07366a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3518 from ActiveState/mitchell/dx-3093

    Only cache completed build plans.
    mitchell-as authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fa754db View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3521 from ActiveState/mitchell/dx-3070

    Use `e2e.Runtime*TimeoutOpt` where reasonable.
    mitchell-as authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    99fbb8f View commit details
    Browse the repository at this point in the history
  11. Set cache in test

    MDrakos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d322bdb View commit details
    Browse the repository at this point in the history
  12. Pass port to service model

    MDrakos committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b7cd507 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Merge pull request #3525 from ActiveState/DX-3095

    Fix commit integration test
    MDrakos authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4267d98 View commit details
    Browse the repository at this point in the history
  2. Pass in t

    MDrakos committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    aed322e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3526 from ActiveState/DX-3094

    Fix scriptrun test
    MDrakos authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0d07973 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8b137d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cedee00 View commit details
    Browse the repository at this point in the history
  6. Add integration test

    MDrakos committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0aa822a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Added changelog for v0.46.0

    Naatan committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6aefa97 View commit details
    Browse the repository at this point in the history
  2. Added installable githook for creating a platform commit with the bui…

    …ldscript changes.
    
    The hook also auto-updates the buildscript with any resulting changes prior to commit.
    mitchell-as committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ad3188d View commit details
    Browse the repository at this point in the history
  3. Remove no-op pops.

    mitchell-as committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    28a5f8c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    e39fc70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3852b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f0af00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cefb88 View commit details
    Browse the repository at this point in the history
  5. Remove unused function

    Naatan committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    76865a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7c0246 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58985eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8e37a2 View commit details
    Browse the repository at this point in the history
  9. Add missing imports

    Naatan committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a4de458 View commit details
    Browse the repository at this point in the history
  10. Build scripts can distinguish between solve nodes for different targets.

    Clients need to pass the target when querying requirements, platforms, etc.
    Use "" for the default target (i.e. the name assigned to 'main').
    mitchell-as committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    27d4e9d View commit details
    Browse the repository at this point in the history
  11. Transform all requirement lists from legacy format into the Req() for…

    …mat.
    
    Previously, build scripts with multiple targets only had their default target's requirements transformed.
    mitchell-as committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    aed5512 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bf5765e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    1b4f3f3 View commit details
    Browse the repository at this point in the history
  2. Do not consider blocked artifacts as failed.

    They're waiting on something else.
    mitchell-as committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a91c2c8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3530 from ActiveState/mitchell/dx-3087

    Remove no-op pops.
    mitchell-as authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cdaf2ae View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3532 from ActiveState/mitchell/dx-3083

    Do not consider blocked artifacts as failed.
    mitchell-as authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    af3779a View commit details
    Browse the repository at this point in the history
  5. Make targets variadic.

    mitchell-as committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    683a457 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdf9fd5 View commit details
    Browse the repository at this point in the history
  7. Reorganize

    MDrakos committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    378a436 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9105814 View commit details
    Browse the repository at this point in the history
  9. Add comment

    MDrakos committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d43bc49 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b17383d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3531 from ActiveState/mitchell/dx-2960

    Build scripts can distinguish between solve nodes for different targets.
    mitchell-as authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cc5977c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    1adb18a View commit details
    Browse the repository at this point in the history
  2. Manually construct table

    MDrakos committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c4dccde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    129a036 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3534 from ActiveState/DX-3000

    Set shell override on Windows
    MDrakos authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d7554e4 View commit details
    Browse the repository at this point in the history
  5. Break up value processing

    MDrakos committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c29e7fa View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. fixed version

    Naatan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    979ef13 View commit details
    Browse the repository at this point in the history
  2. Update version.txt

    ActiveState CLI Automation authored and Naatan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    3854aab View commit details
    Browse the repository at this point in the history
  3. Fix bold output

    MDrakos committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    49f6ed0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fe66b5 View commit details
    Browse the repository at this point in the history
  5. Localize table headers

    MDrakos committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c111f3c View commit details
    Browse the repository at this point in the history
  6. Update internal/runners/config/config.go

    Co-authored-by: Nathan Rijksen <[email protected]>
    MDrakos and Naatan authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f900b87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75accbf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d85dad View commit details
    Browse the repository at this point in the history
  9. Fix recursion panics

    Naatan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5073a4b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9477ffc View commit details
    Browse the repository at this point in the history
  11. Fix name collisions

    Naatan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    da3bba6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c50b3e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    df57541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c178ee5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5211c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    252fc24 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/version/0-47-0-RC1' into DX-3023

    # Conflicts:
    #	pkg/buildscript/queries.go
    #	pkg/buildscript/unmarshal_buildexpression.go
    Naatan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5522f6e View commit details
    Browse the repository at this point in the history
  6. Added v0.45.1 changelog entry

    # Conflicts:
    #	changelog.md
    Naatan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    89d6af3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4436e4d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'version/0-46-0-RC2' into version/0-47-0-RC1

    # Conflicts:
    #	version.txt
    Naatan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    35607d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a0451e View commit details
    Browse the repository at this point in the history
  10. Fix unit test

    Naatan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    ab0569e View commit details
    Browse the repository at this point in the history
  11. Fix badly formatted errors

    Naatan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    28354bc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5bfb3d2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3528 from ActiveState/DX-3055

    Add config list
    MDrakos authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e09e5b1 View commit details
    Browse the repository at this point in the history
  14. Ensure consistent comparison

    Naatan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    23e7589 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3db1d0b View commit details
    Browse the repository at this point in the history
  16. Comments and organization

    Naatan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    167a8a9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    346f6fd View commit details
    Browse the repository at this point in the history
  18. Revert "Merge branch version/0-47-0-RC1 to adopt changes from PR #3531"

    This reverts commit 28d0d68, reversing
    changes made to 1827a60.
    Naatan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    92aab95 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #3538 from ActiveState/DX-3104

    Revert "Merge branch version/0-47-0-RC1 to adopt changes from PR #3531"
    Naatan authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cf52f5d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e18b1b7 View commit details
    Browse the repository at this point in the history
  21. Update test

    MDrakos committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    eebc58f View commit details
    Browse the repository at this point in the history
  22. Add missing newline

    MDrakos committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3ea813f View commit details
    Browse the repository at this point in the history
  23. Update test

    MDrakos committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5522e48 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Merge pull request #3529 from ActiveState/mitchell/dx-3092

    Added installable githook for creating a platform commit with the buildscript changes.
    mitchell-as authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    26f1a31 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/version/0-47-0-RC1' into DX-3023

    # Conflicts:
    #	pkg/buildscript/queries.go
    #	pkg/buildscript/unmarshal_buildexpression.go
    Naatan committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fa45111 View commit details
    Browse the repository at this point in the history
  3. Fix repeated output

    MDrakos committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4d6af39 View commit details
    Browse the repository at this point in the history
  4. Update command and expect

    MDrakos committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c85719e View commit details
    Browse the repository at this point in the history
  5. Add newline

    MDrakos committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    824c198 View commit details
    Browse the repository at this point in the history
  6. Use --version

    MDrakos committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    041b4c6 View commit details
    Browse the repository at this point in the history
  7. Add comment

    MDrakos committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6d7a124 View commit details
    Browse the repository at this point in the history
  8. Remove debug log

    MDrakos committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f521629 View commit details
    Browse the repository at this point in the history
  9. Add back expect

    MDrakos committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c1105c2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3540 from ActiveState/DX-3103

    Fix export buildplan
    MDrakos authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    eabb513 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    794ab10 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #3541 from ActiveState/DX-3102

    Fix repeated package name
    MDrakos authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b051962 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e33e509 View commit details
    Browse the repository at this point in the history
  14. Remove comments

    MDrakos committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    68c742f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    288fcb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4754067 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    782b533 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3542 from ActiveState/DX-3106

    Fix message integration tests
    MDrakos authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    952fdf2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3537 from ActiveState/DX-3023

    Implement ingredient function for buildscripts
    Naatan authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f600a1d View commit details
    Browse the repository at this point in the history