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: 9a74558
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: 21147bf
Choose a head ref
  • 14 commits
  • 18 files changed
  • 6 contributors

Commits on Apr 7, 2025

  1. feat: allow presets to define prebuilds (#373)

    * feat: allow presets to define prebuilds
    
    * document prebuild parameters
    
    * remove todo
    
    * make gen
    
    * Add integration testing
    
    * Allow presets to define 0 parameters
    
    * additional documentation for prebuilds
    SasSwart authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    ef92eea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a2c18d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. feat: form_type and styling metadata arguments added (#375)

    Adds `form_type` as a field to parameters. 
    By default, legacy behavior is maintained by deducing the default `form_type` value from the existing inputs.
    
    `styling` argument also added for cosmetic usage on the frontend form
    Emyrk authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    8804c44 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. chore: change OptionType to alias for usage as string (#377)

    To be backwards compatible using this repo as a library, use a string
    alias. This allows using the 'type' as a `string` or the new enum.
    Since enum validation is quite weak in Go, this is baiscally
    functionally equvialent.
    Emyrk authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    d90c181 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2025

  1. feat: add the option to debug the coder terraform provider (#378)

    Setting the debug flag runs the provider as a standalone process and provides an environment variable that can be set for Terraform to use it. One can then attach a debugger to the provider process.
    SasSwart authored Apr 10, 2025
    Configuration menu
    Copy the full SHA
    53a68cd View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. chore: enhance parameter validation error messages (#379)

    * chore: implement validation in an exported function
    * chore: enhance parameter validation error messages
    Emyrk authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    f66adac View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. chore: update to go 1.24.2 (#382)

    Co-authored-by: Danny Kopping <dannykopping@gmail.com>
    johnstcn and dannykopping authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    e40c9b9 View commit details
    Browse the repository at this point in the history
  2. build(deps): Bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#380)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.33.0 to 0.35.0.
    - [Commits](golang/crypto@v0.33.0...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.35.0
      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 Apr 15, 2025
    Configuration menu
    Copy the full SHA
    e51ae3a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. build(deps): Bump golang.org/x/net from 0.34.0 to 0.38.0 (#383)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.34.0 to 0.38.0.
    - [Commits](golang/net@v0.34.0...v0.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.38.0
      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 Apr 17, 2025
    Configuration menu
    Copy the full SHA
    c86bb5c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. test: rbac role test assertion to handle site wide roles (#385)

    Site wide roles have empty string org_ids
    Emyrk authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    f871a43 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. test: unit test to document validation behavior of parameters (#387)

    Documenting validation behavior with a unit test
    Emyrk authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    ac2f9bf View commit details
    Browse the repository at this point in the history
  2. test: add more validation test cases (#388)

    Some of these cases you would expect it to be an error, but the
    validation passes
    Emyrk authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    4e7da25 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. feat: reuse agent tokens when a prebuilt agent reinitializes (#374)

    * feat: allow presets to define prebuilds
    
    * document prebuild parameters
    
    * remove todo
    
    * make gen
    
    * feat: reuse agent tokens when a prebuilt agent reinitializes
    
    * WIP: get agent.go ready to be merged with support for prebuilds
    
    * fix: ensure the agent token is reused for prebuilds
    
    * lint and make gen
    
    * simplify function
    
    * test: rbac role test assertion to handle site wide roles
    
    Site wide roles have empty string org_ids
    
    ---------
    
    Co-authored-by: Steven Masley <stevenmasley@gmail.com>
    SasSwart and Emyrk authored May 2, 2025
    Configuration menu
    Copy the full SHA
    5648efb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21147bf View commit details
    Browse the repository at this point in the history
Loading