Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:coder/terraform-provider-coder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v2.10.0
Choose a base ref
Loading
...
head repository:coder/terraform-provider-coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:main
Choose a head ref
Loading
  • 13commits
  • 22files changed
  • 7contributors

Commits on Aug 12, 2025

  1. build(deps): Bump actions/checkout from 4 to 5 (#426)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v4...v5)---updated-dependencies:- dependency-name: actions/checkout  dependency-version: '5'  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredAug 12, 2025
    Configuration menu
    Copy the full SHA
    b358b64View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#…

    …429)Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.0.- [Release notes](https://github.com/stretchr/testify/releases)- [Commits](stretchr/testify@v1.10.0...v1.11.0)---updated-dependencies:- dependency-name: github.com/stretchr/testify  dependency-version: 1.11.0  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredAug 25, 2025
    Configuration menu
    Copy the full SHA
    06cddceView commit details
    Browse the repository at this point in the history
  2. build(deps): Bump golang.org/x/mod from 0.25.0 to 0.27.0 (#425)

    Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.25.0 to 0.27.0.- [Commits](golang/mod@v0.25.0...v0.27.0)---updated-dependencies:- dependency-name: golang.org/x/mod  dependency-version: 0.27.0  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredAug 25, 2025
    Configuration menu
    Copy the full SHA
    42c19bcView commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. docs: add Premium license warning for external_agent resource (#434)

    * docs: add Premium license warning for external_agent resourceCo-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>* fix: add Premium license warning to external_agent resource descriptionThe warning needs to be in the Go code description field so it getsauto-generated into the documentation.Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>* docs: remove manual markdown edit to let auto-generation handle warningThe warning is now properly added in the Go code description fieldand will be auto-generated into the documentation.Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>* docs: add Premium license warning with pricing link to external_agentUpdated the Go code description to include a warning about Premiumlicense requirement with a link to pricing, then ran make gen toregenerate the documentation.Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>---------Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>
    @blink-so
    blink-so[bot] andM Atif Ali authoredAug 28, 2025
    Configuration menu
    Copy the full SHA
    8c9d011View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. ci: fix go version to that defined in go.mod (#438)

    Our version of Go we reference in our .github/** doesn't match that in go.mod.To fix this, I've updated the version of Go and added a check to ensure they're all in sync.
    @johnstcn
    johnstcn authoredSep 5, 2025
    Configuration menu
    Copy the full SHA
    ac2b839View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump actions/setup-go from 5 to 6 (#437)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.- [Release notes](https://github.com/actions/setup-go/releases)- [Commits](actions/setup-go@v5...v6)---updated-dependencies:- dependency-name: actions/setup-go  dependency-version: '6'  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredSep 5, 2025
    Configuration menu
    Copy the full SHA
    e26aeb8View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2025

  1. build(deps): Bump golang.org/x/mod from 0.27.0 to 0.28.0 (#440)

    Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.27.0 to 0.28.0.- [Commits](golang/mod@v0.27.0...v0.28.0)---updated-dependencies:- dependency-name: golang.org/x/mod  dependency-version: 0.28.0  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    @dependabot
    dependabot[bot] authoredSep 8, 2025
    Configuration menu
    Copy the full SHA
    c8bc37aView commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. feat: add tooltip field to workspace app (#435)

    * feat: add tooltip field to workspace app* remove duplicate test* run make gen* update tooltip max length to 2048
    Rafael Rodriguez authoredSep 10, 2025
    Configuration menu
    Copy the full SHA
    bb2167eView commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    5469e66View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71c6d7dView commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. feat: addpromptandapp_idfields tocoder_ai_task(#445)

    Closescoder/internal#977Adds one required field `app_id`, one read-only computed field `prompt`,as well as deprecates the `sidebar_app` field, updates the `id` field to inherit the value from `CODER_TASK_ID` env variable.
    @DanielleMaywood
    DanielleMaywood authoredOct 1, 2025
    Configuration menu
    Copy the full SHA
    c2c443bView commit details
    Browse the repository at this point in the history
  2. fix: update AITask data structure to match resource (#446)

    This was missed in the previous PR#445
    @DanielleMaywood
    DanielleMaywood authoredOct 1, 2025
    Configuration menu
    Copy the full SHA
    7ecb65dView commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. fix: makeai_task.idchange backwards compatible (#447)

    Updates the create logic to warn instead of error when no CODER_TASK_ID is set so that we are backwards compatible.
    @DanielleMaywood
    DanielleMaywood authoredOct 2, 2025
    Configuration menu
    Copy the full SHA
    eb191d3View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp