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: v2.3.0
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: v2.4.0-pre0
Choose a head ref
  • 4 commits
  • 13 files changed
  • 2 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
Loading