-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: coder/terraform-provider-coder
base: v2.3.0
head repository: coder/terraform-provider-coder
compare: main
- 14 commits
- 18 files changed
- 6 contributors
Commits on Apr 7, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for ef92eea - Browse repository at this point
Copy the full SHA ef92eeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a2c18d - Browse repository at this point
Copy the full SHA 3a2c18dView commit details
Commits on Apr 8, 2025
-
feat:
form_type
andstyling
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
Configuration menu - View commit details
-
Copy full SHA for 8804c44 - Browse repository at this point
Copy the full SHA 8804c44View commit details
Commits on Apr 9, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for d90c181 - Browse repository at this point
Copy the full SHA d90c181View commit details
Commits on Apr 10, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 53a68cd - Browse repository at this point
Copy the full SHA 53a68cdView commit details
Commits on Apr 14, 2025
-
chore: enhance parameter validation error messages (#379)
* chore: implement validation in an exported function * chore: enhance parameter validation error messages
Configuration menu - View commit details
-
Copy full SHA for f66adac - Browse repository at this point
Copy the full SHA f66adacView commit details
Commits on Apr 15, 2025
-
chore: update to go 1.24.2 (#382)
Co-authored-by: Danny Kopping <dannykopping@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e40c9b9 - Browse repository at this point
Copy the full SHA e40c9b9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e51ae3a - Browse repository at this point
Copy the full SHA e51ae3aView commit details
Commits on Apr 17, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for c86bb5c - Browse repository at this point
Copy the full SHA c86bb5cView commit details
Commits on Apr 23, 2025
-
test: rbac role test assertion to handle site wide roles (#385)
Site wide roles have empty string org_ids
Configuration menu - View commit details
-
Copy full SHA for f871a43 - Browse repository at this point
Copy the full SHA f871a43View commit details
Commits on Apr 30, 2025
-
test: unit test to document validation behavior of parameters (#387)
Documenting validation behavior with a unit test
Configuration menu - View commit details
-
Copy full SHA for ac2f9bf - Browse repository at this point
Copy the full SHA ac2f9bfView commit details -
test: add more validation test cases (#388)
Some of these cases you would expect it to be an error, but the validation passes
Configuration menu - View commit details
-
Copy full SHA for 4e7da25 - Browse repository at this point
Copy the full SHA 4e7da25View commit details
Commits on May 2, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5648efb - Browse repository at this point
Copy the full SHA 5648efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21147bf - Browse repository at this point
Copy the full SHA 21147bfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.3.0...main