005254d64a
chore(examples): update sample devcontainer templates ( #13796 )
...
Updates docker and kubernetes devcontainer templates
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com >
2024-07-22 14:10:02 +01:00
0787de88a9
chore: update documentation links to the new format ( #13797 )
2024-07-10 21:31:37 +03:00
80a2a5d6a8
docs: clarify envbox version pinning ( #13773 )
2024-07-02 20:36:08 +00:00
e176867d77
chore: update deprecated usage of coder_workspace.owner* fields ( #13390 )
...
Per https://github.com/coder/terraform-provider-coder/releases/tag/v0.23.0
Performs a mechanical rename of existing usage deprecated fields in the latest version of the coder/coder provider.
Closes #13382
2024-05-30 11:31:51 +01:00
5780050493
chore(docs): fix broken links ( #13056 )
...
* fix broken links
* fmt
2024-04-24 11:21:22 +03:00
0178bfe134
fix(examples): copy /etc/skel on init in docker template ( #12913 )
...
Fixes #10209
2024-04-09 14:54:17 +03:00
8a2f38a746
chore: simplify readme ( #12639 )
...
* chore: simplify readme
Closes #12628 .
* Add link to module registry
2024-03-18 09:40:47 -04:00
5dd436c19b
feat(examples): add linting to all examples ( #12595 )
...
Fixes #12588
2024-03-14 16:49:44 +02:00
395bf54f4f
chore(examples/templates/incus): fix metadata harder ( #12589 )
2024-03-14 11:43:34 +00:00
04b711f187
chore(examples/templates/incus): fix metadata ( #12587 )
2024-03-14 11:14:37 +00:00
5e9bf31229
fix: devcontainer-docker bad default directory ( #12453 )
2024-03-11 16:56:41 +03:00
817cc78b94
fix(examples): remove dead code comment ( #12194 )
2024-02-17 17:38:19 +00:00
c66e665864
docs: add kubevirt coder template in list of community templates ( #12113 )
2024-02-15 13:18:10 +03:00
53c55439be
chore (examples/templates/incus): fix a typo ( #12123 )
2024-02-13 19:16:33 +00:00
68641f9e2f
chore(examples/templates/incus): fix incus group name in README ( #12120 )
2024-02-13 15:31:07 +00:00
c939416702
chore(examples): add sample Incus template ( #12114 )
...
Adds sample incus template created for FOSDEM 2024; there's enough intricacy involved to make it worth persisting
2024-02-13 14:30:31 +00:00
1cc51b009a
chore(examples): remove deprecated startup_script_timeout and shutdown_script_timeout ( #12104 )
...
Removes deprecated startup_script_timeout and shutdown_script_timeout from our example templates.
Co-authored-by: Muhammad Atif Ali <atif@coder.com >
2024-02-12 14:29:41 +00:00
390217b396
feat(site): add create template from scratch ( #12082 )
2024-02-09 14:42:26 +00:00
d8a3ebef31
docs: fix example template README 404s and semantics ( #11903 )
...
* docs: fix example template README 404s and semantics
* make: gen
2024-01-29 21:34:12 +00:00
c5d73b86d6
feat: change owner name using account form ( #11683 )
2024-01-18 12:32:01 +01:00
4e5367c4a4
chore: update Digital Ocean example template ( #11528 ) ( #11535 )
...
Co-authored-by: Muhammad Atif Ali <atif@coder.com >
2024-01-11 00:00:25 +00:00
9f5a59d5c5
feat(site): improve icon compatibility across themes ( #11457 )
2024-01-08 14:12:40 -07:00
b21da38bea
chore: deprecate template create command in favor of template push ( #11390 )
2024-01-05 21:04:14 +00:00
6fcc49f030
fix(examples/templates/nomad-docker): ignore NOMAD_NAMESPACE
and NOMAD_REGION
when Coder is running in nomad ( #11341 )
2023-12-28 10:24:18 +03:00
5b071f4d94
feat(examples/templates): add GCP VM devcontainer template ( #11246 )
2023-12-21 13:01:10 +00:00
3ffe7f55aa
feat(examples/templates): add aws vm devcontainer template ( #11248 )
...
* feat(examples/templates): add aws vm devcontainer template
* Create README.md
* add code-server
* fix code-server
* `make fmt`
* Add files via upload
* Update README.md
* fix typo and persist workspace
* always land in the repo directory
2023-12-20 08:24:45 +03:00
2e86b76fb8
docs: improve structure for example templates ( #9842 )
...
Co-authored-by: Kyle Carberry <kyle@carberry.com >
Co-authored-by: Muhammad Atif Ali <atif@coder.com >
Co-authored-by: Muhammad Atif Ali <me@matifali.dev >
2023-12-17 17:05:13 +03:00
a495952349
Upgrade code-server version to 4.19.1 ( #11233 )
2023-12-15 14:21:07 +00:00
676e215a91
chore: path app IDEs ( #11007 )
2023-12-04 11:22:22 +00:00
328a383f15
fix: set ignore_changes on EC2 example templates ( #10773 )
2023-11-18 01:07:27 -05:00
f3ffcba63b
chore: clarify namespace requirement for kubernetes template ( #10657 )
2023-11-14 21:50:58 +00:00
fdf035cd06
chore: remove fly template ( #10429 )
2023-10-30 13:16:43 -06:00
09d995c8dc
fix: set K8s deployment strategy to Recreate ( #10321 )
2023-10-17 21:06:35 +00:00
39846d69d3
feat: modify agent install script to give CAP_NET_ADMIN
if available ( #9908 )
2023-10-03 17:34:29 -05:00
ed8ae2f123
chore: upgrade go to 1.20.8
2023-09-28 14:17:15 -05:00
fa858531a8
feat: add nomad template ( #9786 )
2023-09-21 08:54:56 +00:00
94cccd0a01
fix: make sure fly_app name is lower case ( #9771 )
...
fly_app does not support uppercase. Coder allows uppercase for username/owner.
2023-09-19 12:30:52 +00:00
ab08b2c3e4
fix typo in README.md ( #9715 )
...
typo
2023-09-17 07:07:13 -05:00
ccda1c5c7d
fix: rm tf provider versions in examples/ ( #9586 )
2023-09-07 18:53:23 +00:00
73976dd076
fix: fix aws_linux template ( #9349 )
2023-08-31 04:24:10 +03:00
53a5f18ba4
fix(examples): remove reference to non-existent local variable ( #9448 )
2023-08-30 20:14:11 +00:00
3b1ecd3c2f
chore: update aws_linux template ( #9325 )
2023-08-25 13:50:03 +00:00
d37f6d80f7
chore(docs): update docs for correct use of shell and console and enforce linewidth ( #9245 )
2023-08-23 12:27:57 +03:00
8646f7c00d
chore: add JFrog VS Code extension to jfrog template ( #9128 )
2023-08-16 10:03:42 -05:00
95d66ac385
docs: explain using Artifactory as a template store ( #9071 )
2023-08-15 16:46:56 -05:00
7261f0a9d4
docs: add bpmct template repo to community markdown ( #9113 )
2023-08-15 21:13:51 +00:00
9a1f845553
docs: expand jfrog platform and example template ( #9073 )
2023-08-15 07:04:07 +00:00
eae15c0789
chore(examples): bump envbuilder version ( #8893 )
2023-08-04 06:47:15 -05:00
2a01747804
feat(cli): add --var shorthand for --variable ( #8710 )
...
`--variable` is used frequently enough to deserve a shorthand. Unfortunately,
`-v` is taken by verbose, and `-V` is too easily confused with version or
verbose, so we're left with "--var".
2023-07-25 14:36:02 +00:00
8686b7a499
docs: explain JFrog integration 🐸 ( #8682 )
2023-07-24 23:16:09 +00:00