coder/coderd
Kyle Carberry 57a4f50747 chore: add generate script for azure instance identity (#13028)
* chore: add generate script for azure instance identity

This also adds new issuing certificates from:
https://learn.microsoft.com/en-us/azure/security/fundamentals/azure-ca-details?tabs=certificate-authority-chains

* Fix shell lint

* Fix shell fmt

* Fix RSA issuing certificate
2024-04-22 19:42:51 +00:00
..
agentapi fix(coderd): use database.IsQueryCanceledError instead of xerrors.Is(err, context.Canceled) (#12325) 2024-02-28 21:19:57 +10:00
apidoc chore(codersdk): explain format of codersdk.UpdateWorkspaceAutostartRequest.Schedule (#12539) 2024-03-11 22:50:38 +00:00
apikey chore: pass lifetime directly into api key generate (#11715) 2024-01-22 11:42:55 -09:00
appearance chore: refactor Appearance to an interface callable by AGPL code (#11769) 2024-01-29 12:17:31 +04:00
audit feat: audit oauth2 app management (#12275) 2024-02-26 23:52:08 +00:00
autobuild fix: use correct logger for lifecycle_executor (#11763) 2024-01-23 14:33:55 -06:00
awsidentity fix: add new aws regions to instance identity (#10434) 2023-10-30 19:44:29 +00:00
azureidentity chore: add generate script for azure instance identity (#13028) 2024-04-22 19:42:51 +00:00
batchstats feat: add AgentAPI using DRPC (#10811) 2023-12-18 22:53:28 +10:00
coderdtest fix: separate signals for passive, active, and forced shutdown (#12358) 2024-03-19 12:25:04 +00:00
database Revert "feat: add src_id and dst_id indexes to tailnet_tunnels (#12911)" 2024-04-17 21:27:46 +00:00
devtunnel chore: fix flake in tunnel (#9746) 2023-09-19 18:54:56 +00:00
externalauth Entra External Auth for ADO (#12201) 2024-03-04 12:12:46 -06:00
gitsshkey chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
healthcheck refactor(coderd): move healthcheck report structs to codersdk (#12279) 2024-02-23 13:13:28 +00:00
httpapi fix: improve pagination parser (#12422) 2024-03-05 14:05:15 +00:00
httpmw feat: implement provisioner auth middleware and proper org params (#12330) 2024-03-04 15:15:41 -06:00
metricscache feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
oauthpki chore: instrument external oauth2 requests (#11519) 2024-01-10 09:13:30 -06:00
parameter feat: add custom error message on signups disabled page (#11959) 2024-02-01 18:01:25 +01:00
portsharing feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
prometheusmetrics Revert "feat: make agent stats' cardinality configurable (#12468)" (#12533) 2024-03-11 14:33:36 +00:00
promoauth chore: drop github per user rate limit tracking (#12286) 2024-02-23 11:17:52 -06:00
provisionerdserver chore: update provisioner tag documentation with suggestions from #12315 (#12347) 2024-02-29 12:31:11 +00:00
rbac feat: add oauth2 token exchange (#12196) 2024-02-20 14:58:43 -09:00
schedule feat: add template activity_bump property (#11734) 2024-02-13 07:00:35 +00:00
searchquery chore: add workspace id filter on api (#12483) 2024-03-11 11:37:15 -05:00
telemetry chore: collect more template telemetry to gauge feature usage 2024-01-22 18:55:27 +10:00
testdata chore(coderd): improve tests for tar<->zip conversion (#12477) 2024-03-11 13:29:57 +00:00
tracing feat: allow external services to be authable (#9996) 2023-10-03 14:04:39 +00:00
unhanger chore: compute job status as column (#10024) 2023-10-04 20:57:46 -05:00
updatecheck chore: rename dbfake to dbmem (#10432) 2023-10-30 17:42:20 +00:00
userpassword chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
util fix(enterprise/coderd): check provisionerd API version on connection (#12191) 2024-02-16 18:43:07 +00:00
workspaceapps feat: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -05:00
wsbuilder chore: mockgen archived, moved to new location (#11415) 2024-01-04 18:35:56 -06:00
activitybump_test.go feat!: bump workspace activity by 1 hour (#10704) 2023-11-15 09:42:27 -06:00
apikey.go chore: pass lifetime directly into api key generate (#11715) 2024-01-22 11:42:55 -09:00
apikey_test.go refactor(coderd/database): split `Time` and `Now` into `dbtime` package (#9482) 2023-09-01 16:50:12 +00:00
apiroot.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
audit.go feat: audit oauth2 app management (#12275) 2024-02-26 23:52:08 +00:00
audit_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
authorize.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
authorize_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
client_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
coderd.go fix(coderd): pass block endpoints into servertailnet (#12149) 2024-03-08 05:29:54 +00:00
coderd_test.go feat: disable directory listings for static files (#12229) 2024-02-20 15:50:30 -06:00
csp.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
debug.go refactor(coderd): move healthcheck report structs to codersdk (#12279) 2024-02-23 13:13:28 +00:00
debug_test.go refactor(coderd): move healthcheck report structs to codersdk (#12279) 2024-02-23 13:13:28 +00:00
deployment.go feat: add customizable upgrade message on client/server version mismatch (#11587) 2024-01-30 17:11:37 -06:00
deployment_test.go fix(coderd): mark provisioner daemon psk as secret (#12322) 2024-02-27 16:33:32 +00:00
deprecated.go chore: deprecate API workspace build resources (#12167) 2024-02-15 17:13:44 +01:00
experiments.go feat: add all safe experiments to the deployment page (#10276) 2023-10-17 14:49:19 -04:00
experiments_test.go feat: add all safe experiments to the deployment page (#10276) 2023-10-17 14:49:19 -04:00
externalauth.go fix: always attempt external auth refresh when fetching (#11762) (#11830) 2024-01-29 08:55:15 -06:00
externalauth_test.go chore: implement device auth flow for fake idp (#11707) 2024-01-22 20:46:05 +00:00
files.go fix(coderd): prevent nil err deref (#12475) 2024-03-11 14:03:58 +00:00
files_test.go chore(coderd): improve tests for tar<->zip conversion (#12477) 2024-03-11 13:29:57 +00:00
fileszip.go fix(coderd): correctly handle tar dir entries with missing path separator (#12479) 2024-03-11 14:06:41 +00:00
fileszip_test.go fix(coderd): correctly handle tar dir entries with missing path separator (#12479) 2024-03-11 14:06:41 +00:00
gitsshkey.go refactor(coderd/database): split `Time` and `Now` into `dbtime` package (#9482) 2023-09-01 16:50:12 +00:00
gitsshkey_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
insights.go feat: add oauth2 token exchange (#12196) 2024-02-20 14:58:43 -09:00
insights_internal_test.go chore: fix `Test_parseInsightsStartAndEndTime` flake (#12377) 2024-02-29 18:20:25 -06:00
insights_test.go test(coderd): skip flaky dau test (#12517) 2024-03-11 12:54:38 +00:00
latencycheck.go chore: add prometheus timing to latency endpoint (#7742) 2023-06-06 10:26:13 -05:00
members.go fix: stop leaking User into API handlers unless authorized 2023-10-11 09:41:14 +04:00
organizations.go feat: implement provisioner auth middleware and proper org params (#12330) 2024-03-04 15:15:41 -06:00
organizations_test.go feat: implement organization context in the cli (#12259) 2024-02-26 10:03:49 -06:00
pagination.go fix: improve pagination parser (#12422) 2024-03-05 14:05:15 +00:00
pagination_internal_test.go fix: improve pagination parser (#12422) 2024-03-05 14:05:15 +00:00
provisionerjobs.go feat: add AgentAPI using DRPC (#10811) 2023-12-18 22:53:28 +10:00
provisionerjobs_internal_test.go chore: mockgen archived, moved to new location (#11415) 2024-01-04 18:35:56 -06:00
provisionerjobs_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
roles.go chore: add display name to member role (#10239) 2023-10-12 10:52:32 -05:00
roles_test.go chore(cli): add linter to detect potential spurious usage of owner user in cli tests (#10133) 2023-10-10 11:14:20 +01:00
tailnet.go fix(coderd): pass block endpoints into servertailnet (#12149) 2024-03-08 05:29:54 +00:00
tailnet_internal_test.go fix: set node callback each time we reinit the coordinator in servertailnet (#12140) 2024-02-14 20:45:31 +04:00
tailnet_test.go fix(coderd): pass block endpoints into servertailnet (#12149) 2024-03-08 05:29:54 +00:00
templates.go chore: change max share level on existing port shares (#12411) 2024-03-05 13:47:01 -05:00
templates_test.go feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
templateversions.go chore: enforce orgid in audit logs where required (#12283) 2024-02-26 08:27:33 -06:00
templateversions_test.go feat: add support for optional external auth providers (#12021) 2024-02-21 11:18:38 -07:00
updatecheck.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
updatecheck_test.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
userauth.go chore: remove autocreate orgs on CreateUser (#12434) 2024-03-06 07:29:28 -06:00
userauth_internal_test.go feat: allow IDP to return single string for roles/groups claim (#10993) 2023-12-04 10:01:45 -06:00
userauth_test.go chore(coderd): add tests for big oidc tokens (#12424) 2024-03-05 14:46:00 +00:00
users.go chore: move default everyone group to a migration (#12435) 2024-03-12 09:27:36 -05:00
users_test.go chore: ensure default org always exists (#12412) 2024-03-05 14:06:35 -06:00
workspaceagentportshare.go feat: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -05:00
workspaceagentportshare_test.go feat: allow setting port share protocol (#12383) 2024-03-06 09:23:57 -05:00
workspaceagents.go chore: consolidate websocketNetConn implementations (#12065) 2024-02-09 11:39:08 +04:00
workspaceagents_test.go chore(coderd): add test to assert agent token invalid when workspace deleted (#12290) 2024-02-26 13:27:00 +00:00
workspaceagentsrpc.go fix(tailnet): enforce valid agent and client addresses (#12197) 2024-03-01 09:02:33 -06:00
workspaceagentsrpc_internal_test.go feat: move agent v2 API connection monitoring to yamux layer (#11910) 2024-02-01 08:18:35 +04:00
workspaceagentsrpc_test.go fix: allow startup scripts larger than 32k (#12060) 2024-02-07 22:26:42 +04:00
workspaceapps.go chore: pass lifetime directly into api key generate (#11715) 2024-01-22 11:42:55 -09:00
workspaceapps_test.go feat: add port-sharing backend (#11939) 2024-02-13 09:31:20 -05:00
workspacebuilds.go chore: deprecate API workspace build resources (#12167) 2024-02-15 17:13:44 +01:00
workspacebuilds_test.go feat: support `order` property of `coder_agent` (#12121) 2024-02-15 13:33:13 +01:00
workspaceproxies.go fix: allow ports in wildcard url configuration (#11657) 2024-01-18 09:44:05 -06:00
workspaceproxies_test.go fix: allow ports in wildcard url configuration (#11657) 2024-01-18 09:44:05 -06:00
workspaceresourceauth.go chore: add /v2 to import module path (#9072) 2023-08-18 18:55:43 +00:00
workspaceresourceauth_test.go chore: rename `AwaitTemplateVersionJobCompleted` and `AwaitWorkspaceBuildJobCompleted` (#10003) 2023-10-03 11:02:56 -06:00
workspaces.go fix: always return count of workspaces (#12407) 2024-03-05 09:24:43 +01:00
workspaces_test.go chore: add workspace id filter on api (#12483) 2024-03-11 11:37:15 -05:00