An open API service providing commit metadata for open source projects.

GitHub / coder/terraform-provider-coder / commits

SHA Message Author Date Stats
09c3ada0 feat: add order to coder_parameter (#134) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
cd41da2d test: add tests for terraform version 1.4.* (#130) Muhammad Atif Ali <a****f@c****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
71cdbae9 coder_parameter: deprecate `legacy_variable` and `legacy_variable_name` (#126) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e3815762 Replace `login_before_ready` with `startup_script_behavior` (#125) Mathias Fredriksson <m****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
547f1b6f fix: terraform-plugin-sdk zeros *int fields (#123) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
2f64d4c0 fix: show correct min and max values in validation errors (#122) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
946db5af fix: coder_parameter: validation min and max are truly optional (#121) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
dbc530ba feat: add session token data source (#120) Jon Ayers <j****n@c****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
bfa0c5ac Add metadata block to the agent (#112) Ammar Bandukwala <a****r@a****o>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d4e356f8 fix: add mapstructure annotation to display_name (#119) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
79d6ecde feat: Add display_name to coder_parameter (#118) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f0da725b fix: annotate multi-words fields (#116) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
dd157523 feat: add `owner_oidc_access_token` to `coder_workspace` data source (#91) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6fe7fc2c feat: add validation for list(string) (#114) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
23a23a28 feat: support list(string) as coder_parameter (#111) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9bcdcd65 feat: Add legacy_variable_name to parameter (#110) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7c0f3418 feat: import value from legacy variable (#109) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
44988b05 feat: mark coder_parameter as optional (#107) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
48e5242e feat: Enable default value for rich parameter options (#104) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
101f35be feat: add `coder_git_auth` data source (#100) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
47888bd7 ci: Add fmt and gen linting (#98) Mathias Fredriksson <m****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
951cd3ce feat: Add flag to enable managed variables (#97) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
90194db5 feat: Add `shutdown_script_timeout` (#96) Mathias Fredriksson <m****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
66d82c9b test: parameter description contains Markdown (#94) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
22f160d2 feat: Validate monotonicity for coder_parameter (#90) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
779af7f9 chore: Invert `delay_login_until_ready`, now `login_before_ready` (#87) Mathias Fredriksson <m****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
bf04eea8 feat: use validation error while parsing `coder_parameter` (#86) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e10b5f49 feat: Improve validation messages for `coder_parameter` (#85) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
03857499 feat: Add `startup_script_timeout` and `delay_login_until_ready` (#84) Mathias Fredriksson <m****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
bb057f85 docs: fix typo in built-in icons path (#83) Muhammad Atif Ali <m****i@l****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
830a7ca6 fix: Improve connection_timeout docs and add validation (#72) Mathias Fredriksson <m****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
e7a2598e fix: update docs icon paths to be /icon (#82) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
67649e07 feat: allow apps to have external urls (#81) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
b76ad54e fix: use daily_cost in example (#76) Timo <a****s@n****e>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
e9305f54 feat: Add support for shutdown_script (#79) Marcin Tojek <m****k@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
e68c4410 feat: Add motd_file to coder_agent (#78) Mathias Fredriksson <m****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
08f66c8a Rename `cost` to `daily_cost` (#75) Ammar Bandukwala <a****r@a****o>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
2acc00a0 Add cost field to resource_metadata (#74) Ammar Bandukwala <a****r@a****o>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
460e7cef chore(cla): implement coder.com/cla (#73) Geoffrey Huntley <g****y@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
dbd74d6a feat: Add connection_timeout and troubleshooting_url to agent (#71) Mathias Fredriksson <m****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
c474eba6 feat: add slug to app, rename name to display_name (#68) Dean Sheather <d****n@d****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
bcd1524e chore: remove app sharing level template (#64) Dean Sheather <d****n@d****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
06da9ecc chore: fix app share parameter description (#63) Dean Sheather <d****n@d****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
6adf9b45 feat: add app share property (#62) Dean Sheather <d****n@d****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
dfd2dd0a feat: deprecate relative_path in favor of subdomain (#61) Dean Sheather <d****n@d****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
b6d70772 fix: Add error type to parameters (#59) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
07d7de31 feat: Add "coder_parameter" to expose richer parameter types (#57) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
3778c630 fix errors (#58) Fabián Díaz <f****z@u****l>
Committed by: GitHub <n****y@g****m>
about 3 years ago
a2d5ba00 chore: Restucture package to expose internals (#56) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
5de380a4 chore: Split up the provider file (#55) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
9a12972a chore: add tests for healthcheck block (#54) Garrett Delfosse <g****t@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
a5974b58 chore: set MaxItems to 1 for app healthcheck (#53) Garrett Delfosse <g****t@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
4d7165af feat: add healthcheck parameters to coder_app (#52) Garrett Delfosse <g****t@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
96195332 fix: Regenerate agent token on each run (#51) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
00d1ef6e fix: Add check for duplicate metadata keys (#49)
Co-authored-by: David Wahler <d****d@c****m>, David Wahler <d****d@c****m>
Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
779f9997 feat: Add icon to coder_metadata resource (#48) Bruno Quaresma <b****a@h****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
5718dbd1 Generate docs for coder metadata Kyle Carberry <k****e@c****m> about 3 years ago
4148a036 feat: Add option to hide resources from the UI (#47) Bruno Quaresma <b****a@h****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
7172f9c2 fix: Add custom host for access URL and remove access port (#44)
Co-authored-by: Spike Curtis <s****e@c****m>, Spike Curtis <s****e@s****m>
Signed-off-by: Spike Curtis <s****e@c****m>, Spike Curtis <s****e@c****m>
Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
b8bdb6bb Revert "fix: Add custom host for access URL and remove access port (#40)" (#42) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
cea1dfab fix: Add custom host for access URL and remove access port (#40) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
0e3bb2b9 rm: note on closed alpha (#39) Eric Paulsen <e****n@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
9975301a feat: Expose access_port on coder_workspace to allow for alternative hosts (#37) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
5e9c0be6 feat: Add `coder_provisioner` resource for attributes from the host (#36)
Co-authored-by: Ben Potter <m****e@b****t>, Ben Potter <m****e@b****t>
Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
6ce0af04 build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (#35)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
5fbb03a4 fix: relative_path example (#25) Eric Paulsen <e****n@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
0ed006d8 build(deps): Bump crazy-max/ghaction-import-gpg from 5.0.0 to 5.1.0 (#33)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
fa05e3d4 build(deps): Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (#28)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
301c3fa5 feat: Add "coder_metadata" resource (#34) David Wahler <d****d@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
87135a97 Use upstream ghaction-import-gpg to fix release workflow (#32) David Wahler <d****d@c****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
b6aa7b5a Add data source attribute for owner email address (#31) David Wahler <d****r@g****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
76b9439b fix: (example) coder_app uses relative_path (#22) Ben Potter <m****e@b****t>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b7551449 feat: Add path-based routing for applications (#21) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
222e55ac build(deps): Bump goreleaser/goreleaser-action from 2.9.1 to 3.0.0 (#20)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
165a68bf build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (#19)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
41c4acd5 build(deps): Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#3)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
64692518 fix: Add "arm" architecture (#18) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
4531753e feat: Add app support (#17) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
99f1e9a2 build(deps): Bump actions/setup-go from 2 to 3 (#9)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
a3365071 feat: Rename "CODER_URL" to "CODER_AGENT_URL" (#15) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
91e136ef feat: Update "CODER_TOKEN" to "CODER_AGENT_TOKEN" (#14) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
6724eaf6 feat: Add "dir" option to "coder_agent" (#13) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
bcf04aa5 build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (#10)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
65c9b74d build(deps): Bump hashicorp/setup-terraform from 1 to 2 (#11)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
0c0c65a5 feat: Expose owner and workspace IDs to "coder_workspace" (#12) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
7e3d827d fix: Update agent script on create and read Kyle Carberry <k****e@c****m> over 3 years ago
578c6489 feat: Remove agent_script data source to simplify resources (#8) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
549826ba fix: Move "coder_workspace.username" to "coder_workspace.owner" (#6) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
ca6b30b3 feat: Add auth property to coder_agent_script (#5) Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
ff9ae881 merge Merge pull request #1 from coder/build Kyle Carberry <k****e@c****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
09b39a95 feat: Add provider Kyle Carberry <k****e@c****m> over 3 years ago
79f6cf64 Initial commit Kyle Carberry <k****e@c****m> over 3 years ago

← Back to repository