177c7d3c68
updated version for patches 2.12.5 and 2.13.2 ( #13995 )
2024-07-23 15:36:14 -05:00
3a614f1602
fix: random typos in offline docs documentation ( #13979 )
2024-07-23 11:48:58 -05:00
b817c863ef
fix: webhook endpoint YAML attribute ( #13983 )
...
Signed-off-by: Danny Kopping <danny@coder.com >
2024-07-23 14:59:27 +00:00
a8e6e89f65
feat: add organization details to audit log response ( #13961 )
...
* Allow creating test audits with nil org
Not all audit entries have organization IDs, so this will allow us to
test those cases.
* Add organization details to audit log queries
* Add organization to audit log response
This replaces the old ID. This is a breaking change but organizations
were not being used before.
2024-07-22 13:28:44 -08:00
3c2c5ab7fc
chore(docs): add missing author to support bundle guide ( #13918 )
...
* fixed missing author
* make fmt
Signed-off-by: Cian Johnston <cian@coder.com >
---------
Signed-off-by: Cian Johnston <cian@coder.com >
Co-authored-by: Cian Johnston <cian@coder.com >
2024-07-22 09:09:31 +01:00
88d2dbd994
docs: replace coder_git_auth
with coder_external_auth
( #13936 )
2024-07-20 07:43:09 +03:00
bac9b38e05
autoversion 2.12.4 and 2.13.1 ( #13951 )
2024-07-19 13:26:13 -05:00
943ea7c52a
feat: add SMTP auth & TLS support ( #13902 )
2024-07-19 09:22:15 +02:00
aa6e6e3d58
chore: implement fetch all organizations endpoint ( #13941 )
...
* chore: implement fetch all organizations endpoint
* update ui to use list all orgs
2024-07-18 17:28:36 -05:00
6f20a64f9d
chore: add multi-org flag to develop.sh ( #13923 )
2024-07-18 14:43:07 -05:00
f975701b34
feat: add provisioner key cli commands ( #13875 )
2024-07-18 14:44:20 -04:00
44924cd8d8
chore: add updated_at to codersdk users ( #13928 )
...
* chore: add updated_at to codersdk users
2024-07-17 17:59:42 -05:00
a3f40d5ef8
feat: add members settings page for organizations ( #13817 )
2024-07-16 12:25:36 -06:00
b697c6939a
chore: add provisioner key crud apis ( #13857 )
2024-07-16 13:27:12 -04:00
ab59460e2c
chore: bump terraform to v1.9.2 ( #13899 )
2024-07-15 21:25:42 +00:00
9cbe2b27e7
chore: create workspaces and templates for multiple orgs ( #13866 )
...
* chore: creating workspaces and templates to work with orgs
* handle wrong org selected
* create org member in coderdtest helper
2024-07-12 15:47:28 -05:00
c6b7588933
chore: add organization id to provisioner sdk type ( #13883 )
...
* chore: add organization id to provisioner sdk type
2024-07-12 10:56:34 -05:00
de2585b0b6
chore: use rw.WriteHeader
to write responses without bodies ( #13870 )
2024-07-11 13:38:33 -06:00
fd10ea1dcc
chore(scripts): add script to update list of experiments after release ( #13872 )
...
Fixes #13119
2024-07-11 21:45:50 +03:00
bee913ac45
feat(cli): pause notifications ( #13873 )
2024-07-11 15:22:20 +02:00
90a6025e18
fix-sa-docs ( #13724 )
2024-07-10 18:40:45 +00:00
0787de88a9
chore: update documentation links to the new format ( #13797 )
2024-07-10 21:31:37 +03:00
2a297b073a
docs: fix vs code web module reference ( #13785 )
2024-07-10 21:29:40 +03:00
7bb3e0db4a
chore: return organization's display name and icon in templates ( #13858 )
...
* chore: templates return organization display name and icon
* templates api response includes organization display name and icon
2024-07-10 10:06:49 -05:00
bf392ffea4
feat: add killswitch for notifications ( #13794 )
2024-07-10 16:15:06 +02:00
464e7979c4
docs: remove mention of built-in remote desktop on the roadmap ( #13459 )
2024-07-09 16:29:44 -05:00
b07e3069dd
feat: added whomai cmd to coder cli ( #13814 )
...
* feat: added whomai cmd to coder cli
* refactor: update Coder CLI's whoami command to use client URL instead of deployment config
* feat(cli): add unit tests for the whoami command
* chore(docs): add coder command to fetch authenticated user info
* chore(doc): update help desc
2024-07-09 13:23:11 -05:00
8c33b028d2
chore: include all templates in cli template list ( #13841 )
...
* chore: cli template list includes all templates
Shows all accessible templates from all organizations
2024-07-09 11:04:16 -05:00
f9272046d5
chore: remove references to restarting/stopping in update workspace language ( #13852 )
...
* chore: remove references to restarting/stopping in update workspace language
* reword updating workspaces to remove the word "restart"
* fix batch wording
2024-07-09 11:02:13 -05:00
266913a357
fix: remove templates plan
docs ( #13824 )
...
* fix: remove templates plan docs
* make gen
* make update-golden-files
2024-07-09 14:27:34 +00:00
79b5d20cd2
typo ( #13823 )
2024-07-08 15:08:56 -05:00
bdd2caf95d
feat: implement thin vertical slice of system-generated notifications ( #13537 )
2024-07-08 15:38:50 +02:00
fecc5b3027
docs: update release schedule ( #13795 )
2024-07-06 12:17:11 +03:00
dd80958efb
chore: update troubleshooting documentation about dir setting ( #13681 )
2024-07-03 22:24:49 +03:00
a110d18275
chore: add DRPC tailnet & cli network telemetry ( #13687 )
2024-07-03 15:23:46 +10:00
e40cc9314c
docs: bump mainline version to v2.13.0 ( #13766 )
2024-07-02 15:24:26 -05:00
bde9fd58ea
chore: add organization name to workspaces ( #13755 )
...
* chore: add organization name to workspaces
2024-07-02 09:25:05 -05:00
128674918b
chore: include organization name when fetching templates ( #13751 )
...
* chore: include organization name when fetching templates
* chore: rename template_with_user to template_with_names
2024-07-02 09:08:30 -05:00
5bf46f360a
chore: remove org context switcher in the cli ( #13674 )
...
* chore: remove org context switcher in the cli
2024-07-01 16:04:45 -05:00
9b1d8f79ae
docs: update workspace filters docs ( #13725 )
2024-07-01 12:44:32 -04:00
d8d86b16dc
docs: move architecture to top level ( #13722 )
2024-07-01 11:58:56 -04:00
30c4b4db5c
chore: implement fetch all authorized templates api ( #13678 )
2024-06-26 11:50:32 -06:00
08e728bcb2
chore: implement organization scoped audit log requests ( #13663 )
...
* chore: add organization_id filter to audit logs
* chore: implement organization scoped audit log requests
2024-06-26 12:38:46 -05:00
8a3592582b
feat: add "Full Name" field to user creation ( #13659 )
...
Adds the ability to specify "Full Name" (a.k.a. Name) when
creating users either via CLI or UI.
2024-06-26 09:00:42 +01:00
d7eadee4d7
chore: insert audit log entries for organization CRUD ( #13660 )
...
* chore: insert audit log entries for organization CRUD
2024-06-25 09:03:15 -05:00
65b9f9bfd6
chore: audit organization member add/delete/edit ( #13620 )
...
* chore: audit organization member add/removals
2024-06-24 14:19:32 -05:00
94639730f8
docs: bump mainline version to v2.12.3 ( #13652 )
...
* docs: bump mainline version to v2.12.3
* updated stable version
2024-06-24 14:07:42 -05:00
2cfadad023
manually updated autoversion ( #13633 )
2024-06-22 12:16:07 -05:00
9abaa94599
docs: bump mainline version to v2.12.2 ( #13632 )
2024-06-21 15:11:58 -05:00
54e8f30002
chore: remove failing_sections
from healthcheck ( #13426 )
...
Closes #10854 .
2024-06-21 14:49:02 -04:00