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

Sync feature/s390x-support-gb-3-314-1-sync-main into feature/s390x-support-rename-sync-main #3

Commits on Feb 27, 2024

  1. fix summaries for actions results (actions#3174)

    * fix summaries for actions results
    
    * remove negative
    SrRyan authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d7777fd View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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

Commits on Feb 29, 2024

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

Commits on Mar 4, 2024

  1. Remove -f flag in wait when manually trap signal (actions#3182)

    * Remove -f flag in wait when manually trap signal
    
    * Remove extra empty line
    nikola-jokic authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    86d6211 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. consume new pipelines service url in handlers (actions#3185)

    * consume pipelines service url if present
    
    updates how the `ACTIONS_RUNTIME_URL` variable is set to utilize a new value, `PipelinesServiceUrl` if present in the endpoint. if this value is not present then the existing system connection endpoint is used to retain backward compatibility.
    
    * consume pipelines url
    
    updates how the `ACTIONS_RUNTIME_URL` variable is set to utilize a new value, `PipelinesServiceUrl` if present in the endpoint. if this value is not present then the existing system connection endpoint is used to retain backward compatibility.
    patrickcarnahan authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2c8c941 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Add ability to enforce actions to run on node20 (actions#3192)

    Add options to enforce actions execute on node20
    takost authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    692d910 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 18, 2024

  1. Upgrade dotnet sdk to v6.0.420 (actions#3211)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    82e01c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

Commits on Mar 21, 2024

  1. Handle new non-retryable exception type (actions#3191)

    * Handle new non-retryable exception type
    
    * Update ActionManager.cs
    thyeggman authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4b85145 View commit details
    Browse the repository at this point in the history
  2. Always Delete Actions Service Session (actions#3214)

    * Delete Actions Service session always
    
    * update tes
    luketomlinson authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8ebf298 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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

Commits on Mar 24, 2024

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

Commits on Mar 27, 2024

  1. Add new SessionConflict return code (actions#3215)

    * Add new SessionConflict return code
    
    * formatting
    
    * Change return type of CreateSessionAsync to new enum
    
    * Update entry scripts to handle new exit code
    
    * Move enum
    eeSquared authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f467e9e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. backoff if we retried polling for more than 50 times in less than 30m… (

    actions#3232)
    
    * backoff if we retried polling for more than 50 times in less than 30minutes
    
    * run dotnet format
    
    * move delay to after no message trace
    
    * run dotnet format
    aiqiaoy authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4a1e380 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Upgrade dotnet sdk to v6.0.421 (actions#3244)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2d83e1d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Cleanup enabled feature flags. (actions#3246)

    * Cleanup FF 'DistributedTask.UseWhich2'.
    
    * more ff.
    TingluoHuang authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2e0eb2c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 19, 2024

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

Commits on Apr 20, 2024

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

Commits on Apr 23, 2024

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

Commits on May 2, 2024

  1. Preserve dates when deserializing job message from Run Service (actio…

    …ns#3269)
    
    * Preserve dates when deserializing job message from Run Service
    
    * Preserve dates when deserializing job message from "Actions Run Service"
    ericsciple authored May 2, 2024
    Configuration menu
    Copy the full SHA
    18803bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c05de View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 13, 2024

  1. Delete all the contentHash files (actions#3285)

    Nothing uses them anymore after actions#3074.
    pje authored May 13, 2024
    Configuration menu
    Copy the full SHA
    c67e7f2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Upgrade node20: 20.8.1 → 20.13.1 (actions#3284)

    * Upgrade node20: 20.8.1 → 20.13.1
    
    * Call out the release process for `alpine_nodejs` in a comment
    
    * move the comment to the end of the line so it's more obvious which variable it's talking about
    pje authored May 14, 2024
    Configuration menu
    Copy the full SHA
    76dc3a2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Make it easy to install git on an Action Runner Image (actions#3273)

    (We don't actually install `git`.  We simply get the prerequisites out of the way.)
    jww3 authored May 15, 2024
    Configuration menu
    Copy the full SHA
    0f15173 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Install gpg-agent during actions/runner container image build (acti…

    …ons#3294)
    
    `add-apt-repository` depends on `gpg-agent`
    jww3 authored May 17, 2024
    Configuration menu
    Copy the full SHA
    bd7235e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Bump xunit from 2.4.1 to 2.7.1 in /src (actions#3242)

    * Bump xunit from 2.4.1 to 2.7.1 in /src
    
    Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.7.1.
    - [Commits](xunit/xunit@2.4.1...2.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Appease xunit warnings after upgrading to v2.7.1
    
    * Appease the whitespace linter
    
    * Appease the whitespace linter
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Patrick Ellis <[email protected]>
    dependabot[bot] and pje authored May 21, 2024
    Configuration menu
    Copy the full SHA
    ce4d7be View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

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

Commits on May 31, 2024

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

Commits on Jun 4, 2024

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

Commits on Jun 10, 2024

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

Commits on Jun 18, 2024

  1. Bump runner to dotnet 8 (actions#3345)

    * Bump runner to dotnet 8
    
    * .
    TingluoHuang authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1e74a81 View commit details
    Browse the repository at this point in the history
  2. Upgrade dotnet sdk to v8.0.302 (actions#3346)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8f1c723 View commit details
    Browse the repository at this point in the history
  3. Bump System.Security.Cryptography.Pkcs from 5.0.0 to 8.0.0 in /src (a…

    …ctions#3347)
    
    Bumps [System.Security.Cryptography.Pkcs](https://github.com/dotnet/runtime) from 5.0.0 to 8.0.0.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v5.0.0...v8.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: System.Security.Cryptography.Pkcs
      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 Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3dab1f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jun 24, 2024

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

Commits on Jun 26, 2024

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

Commits on Jul 8, 2024

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

Commits on Jul 15, 2024

  1. Upgrade dotnet sdk to v8.0.303 (actions#3388)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    dbcaa7c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Update supported distros to match new docs (actions#3226)

    Co-authored-by: Patrick Ellis <[email protected]>
    BagToad and pje authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    2a7f327 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Redirect supported OS doc section to the public docs (actions#3396)

    * redirect supported OS doc to public docs
    
    * Anchor to appropriate OS heading
    
    Co-authored-by: Patrick Ellis <[email protected]>
    
    ---------
    
    Co-authored-by: Patrick Ellis <[email protected]>
    BagToad and pje authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    41bc0da View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Update Docker to v27.1.1 (actions#3401)

    * Update Docker to v27.1.1
    
    * Update Dockerfile
    TingluoHuang authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2190396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1250684 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

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

Commits on Aug 5, 2024

  1. Revert "Bump runner to dotnet 8" (actions#3412)

    * Revert "Upgrade dotnet sdk to v8.0.303 (actions#3388)"
    
    This reverts commit dbcaa7c.
    
    * Revert "Bump System.Security.Cryptography.Pkcs from 5.0.0 to 8.0.0 in /src (actions#3347)"
    
    This reverts commit 3dab1f1.
    
    * Revert "Upgrade dotnet sdk to v8.0.302 (actions#3346)"
    
    This reverts commit 8f1c723.
    
    * Revert "Bump runner to dotnet 8 (actions#3345)"
    
    This reverts commit 1e74a81.
    TingluoHuang authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    43d67e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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

Commits on Aug 7, 2024

  1. .NET 8 OS compatibility test (actions#3422)

    * Revert "Warn for soon to be deprecated OS versions (actions#3413)"
    
    This reverts commit ae04147.
    
    * Add .NET 8 OS compatibility test
    
    * feedback
    ericsciple authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fb6d1ad View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 13, 2024

  1. .NET 8 compat test adjustments: 1) do not trim SDK, 2) support patter…

    …n to match output, 3) modify output truncation length (actions#3427)
    ericsciple authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a77fe8a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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

Commits on Aug 20, 2024

  1. fix: add jq, git, unzip and curl to default packages installed (

    actions#3056)
    
    * fix: add `git` and `curl` to default packages installed
    
    Hi 👋🏼 
    
    These packages are used in a ton of actions on the marketplace. It would be nice if they were installed and ready for use instead of having to install them with `apt-get` on every single Github workflow.
    
    * Update Dockerfile
    
    * Update images/Dockerfile
    
    Co-authored-by: Guillermo Caracuel <[email protected]>
    
    * Update images/Dockerfile
    
    Co-authored-by: Tingluo Huang <[email protected]>
    
    ---------
    
    Co-authored-by: Guillermo Caracuel <[email protected]>
    Co-authored-by: Tingluo Huang <[email protected]>
    3 people authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e1fa1fc View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Sep 3, 2024

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

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    65764d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c0a43f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    0b0cb55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddf41af View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 30, 2024

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

Commits on Oct 1, 2024

  1. Adding Snapshot additional mapping tokens (actions#3468)

    * Adding Snapshot additional mapping tokens
    
    * Lint failure fixes
    
    * Lint failure fixes - 2
    
    * Lint failure fixes - 3
    
    * Fixed a few nits
    
    * Lint fixes
    
    * Removed unncessary white space
    rajrku authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e292ec2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    149123c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcc64fe View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Upgrade dotnet sdk to v6.0.425 (actions#3433)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    aa0ee2b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. add ref and type to job completion in run service (actions#3492)

    * add ref and type to job completion in run service
    
    * lint
    yaananth authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4d8402c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    fbeaefc View commit details
    Browse the repository at this point in the history
  2. Update runnerversion

    mattrwi authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2f5e873 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from mattrwi/merge-conflicts/main

    Sync main into feature/s390x-support-gb-3-314-1-sync-main
    mattrwi authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6441e23 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/s390x-support-rename-sync-main' into feature/s3…

    …90x-support-gb-3-314-1-sync-main
    mattrwi authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    5995099 View commit details
    Browse the repository at this point in the history