8000 Comparing 01334b6...6a6f740 · coder/terraform-provider-coder · GitHub
[go: up one dir, main page]

Skip to content
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 or learn 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: 01334b6
Choose a base ref
...
head repository: coder/terraform-provider-coder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6a6f740
Choose a head ref
  • 19 commits
  • 32 files changed
  • 9 contributors

Commits on May 18, 2025

  1. fix: allow dropdown form_type for boolean types (#397)

    * fix: allow dropdown form_type for boolean types
    
    * add dropdown boolean test
    Emyrk authored May 18, 2025
    Configuration menu
    Copy the full SHA
    ace4462 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (#400)

    Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.36.1 to 2.37.0.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-sdk@v2.36.1...v2.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
      dependency-version: 2.37.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[bot] authored May 19, 2025
    Configuration menu
    Copy the full SHA
    77de38e View commit details
    Browse the repository at this point in the history
  2. fix: map_structure of form_type to match argument name (#401)

    * fix: map_structure of form_type to match argument name
    * chore: required on anonymouse struct too
    Emyrk authored May 19, 2025
    Configuration menu
    Copy the full SHA
    a4f4065 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. docs: update README note for local provider testing with correct modu…

    …le path (#403)
    
    * docs: update README note for local provider testing with correct module path
    
    * docs: improve sentence structure
    
    * docs: remove extra backtick
    ssncferreira authored May 21, 2025
    Configuration menu
    Copy the full SHA
    0c7fd6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7489953 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. feat: add expiration_policy parameter to prebuild resource (#404)

    * feat: add cache_invalidation parameter to prebuild resource
    
    * fix: formatting
    
    * fix: remove TODO comment
    
    * fix: cache_invalidation block in integration tests
    
    * fix: main.tf integration test
    
    * fix: test Prebuilds_is_set_with_a_cache_invalidation_field_without_its_required_fields
    
    * fix: remove printf
    
    * chore: add comment about partial match in preset test
    
    * chore: add comment about cache_invalidation struct as slice
    
    * chore: add max validation of 604800 seconds (7 days) for invalidate_after_secs to prevent stale prebuilds
    
    * chores: update terraform schema to expiration_policy.ttl & update max validation ttl value to 1 year
    
    * fix: comment
    ssncferreira authored May 23, 2025
    Configuration menu
    Copy the full SHA
    28dae7f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Configuration menu
    Copy the full SHA
    18bfe55 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 (#372

    )
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 27, 2025
    Configuration menu
    Copy the full SHA
    01193dc View commit details
    Browse the repository at this point in the history
  3. build(deps): Bump crazy-max/ghaction-import-gpg from 6.2.0 to 6.3.0 (#…

    …371)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 27, 2025
    Configuration menu
    Copy the full SHA
    d0457a7 View commit details
    Browse the repository at this point in the history
  4. chore: add minimum TTL value for expiration.policy.ttl (#406)

    * chore: add minimum TTL value for expiration.policy.ttl
    
    * chore: support 0 as a valid ttl value in expiration_policy to disable expiration
    ssncferreira authored May 27, 2025
    Configuration menu
    Copy the full SHA
    442ff2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfa101d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

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

Commits on Jun 13, 2025

  1. build(deps): Bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (#412)

    Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.6.0 to 1.6.1.
    - [Release notes](https://github.com/cloudflare/circl/releases)
    - [Commits](cloudflare/circl@v1.6.0...v1.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cloudflare/circl
      dependency-version: 1.6.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 13, 2025
    Configuration menu
    Copy the full SHA
    eee4ed5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. feat: add scheduling configuration for prebuilds (#408)

    * feat: add autoscaling configuration for prebuilds
    
    * fix: improve schedule validation
    
    * fix: allow DOM and Month fields
    
    * docs: improve documentation for timezone field
    
    * docs: make gen
    
    * Update provider/workspace_preset.go
    
    Co-authored-by: Danny Kopping <dannykopping@gmail.com>
    
    * docs: improve doc comments
    
    * fix: tests
    
    * refactor: rename autoscaling to scheduling
    
    * docs: make gen
    
    * refactor: minor refactor after renaming
    
    * Update provider/helpers/schedule_validation.go
    
    Co-authored-by: Danny Kopping <dannykopping@gmail.com>
    
    * Update provider/helpers/schedule_validation.go
    
    Co-authored-by: Danny Kopping <dannykopping@gmail.com>
    
    * refactor: improve docs
    
    * refactor: improve docs
    
    * test: improve test coverage
    
    * test: improve test coverage
    
    * refactor: check for a specific error in tests
    
    * refactor: check for a specific error in tests
    
    ---------
    
    Co-authored-by: Danny Kopping <dannykopping@gmail.com>
    evgeniy-scherbina and dannykopping authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    6570400 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

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

Commits on Jun 23, 2025

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

Commits on Jun 27, 2025

  1. build(deps): Bump golang.org/x/mod from 0.24.0 to 0.25.0 (#411)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    e6bbd8c View commit details
    Browse the repository at this point in the history
  2. docs: clarify cron attribute format for coder_script resource (#409)

    Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
    blink-so[bot] authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    0ce611a View commit details
    Browse the repository at this point in the history
  3. Fix coder_script agent_id reference typos (#418)

    Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>
    Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
    blink-so[bot] and matifali authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    6a6f740 View commit details
    Browse the repository at this point in the history
Loading
0