coder/coderd
Ammar Bandukwala 2bd6d2908e
feat: convert entire CLI to clibase (#6491)
I'm sorry.
2023-03-23 17:42:20 -05:00
..
apidoc feat: add startup script logs to the ui (#6558) 2023-03-23 14:09:13 -05:00
audit fix(audit): audit login/logout for new 3rd-party auth (#6733) 2023-03-22 12:52:13 -07:00
autobuild Revert "chore: Implement joins with golang templates (#6429)" (#6560) 2023-03-10 10:39:02 -06:00
awsidentity chore: format Go more aggressively 2023-02-18 18:32:09 -06:00
azureidentity fix: add more cached certificates to azure instance identity (#6519) 2023-03-08 19:32:10 -06:00
coderdtest feat: add startup script logs to the ui (#6558) 2023-03-23 14:09:13 -05:00
database feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
devtunnel chore: switch to new wgtunnel via tunnelsdk (#6489) 2023-03-22 13:13:48 +00:00
gitauth feat: pass `access_token` to `coder_git_auth` resource (#6713) 2023-03-22 19:37:08 +00:00
gitsshkey feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
httpapi feat: refactor deployment config (#6347) 2023-03-07 15:10:01 -06:00
httpmw feat: pass `access_token` to `coder_git_auth` resource (#6713) 2023-03-22 19:37:08 +00:00
metricscache feat: add startup script logs to the ui (#6558) 2023-03-23 14:09:13 -05:00
parameter chore: Use dbgen in unit test (#6111) 2023-02-08 13:47:05 -06:00
prometheusmetrics chore: Rename databasefake --> dbfake (#6011) 2023-02-02 19:28:55 -06:00
provisionerdserver feat: pass `access_token` to `coder_git_auth` resource (#6713) 2023-03-22 19:37:08 +00:00
rbac refactor(dbauthz): add authz for system-level functions (#6513) 2023-03-10 18:09:28 +00:00
schedule feat: add template max_ttl (#6114) 2023-03-07 14:14:58 +00:00
searchquery feat: Guard search queries against common mistakes (#6404) 2023-03-01 23:28:56 -06:00
telemetry feat: add workspace agent stat reporting to telemetry (#6577) 2023-03-13 14:16:54 -05:00
tracing chore: format Go more aggressively 2023-02-18 18:32:09 -06:00
updatecheck feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
userpassword feat: add minimum password entropy requirements (#6090) 2023-02-08 14:10:08 -06:00
util chore: format Go more aggressively 2023-02-18 18:32:09 -06:00
workspaceapps refactor(dbauthz): add authz for system-level functions (#6513) 2023-03-10 18:09:28 +00:00
wsconncache feat: add startup script logs to the ui (#6558) 2023-03-23 14:09:13 -05:00
activitybump.go feat: add template max_ttl (#6114) 2023-03-07 14:14:58 +00:00
activitybump_test.go feat: add template max_ttl (#6114) 2023-03-07 14:14:58 +00:00
apikey.go feat: Dbauthz is now default, remove out of experimental (#6650) 2023-03-21 09:10:22 -05:00
apikey_test.go feat(audit): auditing token addition and removal (#6649) 2023-03-17 10:41:44 -07:00
apiroot.go docs: api root, buildinfo, csp (#5493) 2022-12-22 15:53:14 +01:00
audit.go feat: Dbauthz is now default, remove out of experimental (#6650) 2023-03-21 09:10:22 -05:00
audit_test.go feat: Guard search queries against common mistakes (#6404) 2023-03-01 23:28:56 -06:00
authorize.go feat: Dbauthz is now default, remove out of experimental (#6650) 2023-03-21 09:10:22 -05:00
authorize_test.go chore: remove `CreateAnotherUserWithUser` (#6068) 2023-02-06 23:48:21 +00:00
client_test.go fix: workspaceapps: overloaded test server responds with 502s (#5255) 2022-12-02 23:16:07 +01:00
coderd.go feat: add startup script logs to the ui (#6558) 2023-03-23 14:09:13 -05:00
coderd_test.go fix(tailnet): Skip nodes without DERP, avoid use of RemoveAllPeers (#6320) 2023-02-24 18:16:29 +02:00
csp.go feat: Validate swagger definitions (#5694) 2023-01-13 12:27:21 +01:00
debug.go feat: add debug server for tailnet coordinators (#5861) 2023-01-25 21:27:36 +00:00
deployment.go feat: Add deployment side config-ssh options (#6613) 2023-03-16 13:03:37 -05:00
deployment_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
experiments.go feat: add --experiments flag to replace --experimental (#5767) 2023-01-18 19:12:53 +00:00
experiments_test.go feat: refactor deployment config (#6347) 2023-03-07 15:10:01 -06:00
files.go feat: Dbauthz is now default, remove out of experimental (#6650) 2023-03-21 09:10:22 -05:00
files_test.go Stream template upload (#6035) 2023-02-04 20:07:09 +00:00
gitsshkey.go feat: Dbauthz is now default, remove out of experimental (#6650) 2023-03-21 09:10:22 -05:00
gitsshkey_test.go chore: add echo helper to create an agent with token (#6576) 2023-03-21 18:03:38 +00:00
insights.go feat: refactor deployment config (#6347) 2023-03-07 15:10:01 -06:00
insights_test.go chore: add echo helper to create an agent with token (#6576) 2023-03-21 18:03:38 +00:00
members.go feat: Dbauthz is now default, remove out of experimental (#6650) 2023-03-21 09:10:22 -05:00
organizations.go feat: Dbauthz is now default, remove out of experimental (#6650) 2023-03-21 09:10:22 -05:00
organizations_test.go chore: remove `CreateAnotherUserWithUser` (#6068) 2023-02-06 23:48:21 +00:00
pagination.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05:00
pagination_internal_test.go chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
parameters.go feat: Dbauthz is now default, remove out of experimental (#6650) 2023-03-21 09:10:22 -05:00
parameters_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
provisionerjobs.go feat: add startup script logs to the ui (#6558) 2023-03-23 14:09:13 -05:00
provisionerjobs_internal_test.go feat: Add buffering to provisioner job logs (#4918) 2022-11-06 20:50:34 -06:00
provisionerjobs_test.go feat: add startup script logs to the ui (#6558) 2023-03-23 14:09:13 -05:00
roles.go feat: Add initial AuthzQuerier implementation (#5919) 2023-02-14 14:27:06 +00:00
roles_test.go feat: Add initial AuthzQuerier implementation (#5919) 2023-02-14 14:27:06 +00:00
templates.go feat(coder): Add PATCH /templateversions/:templateversion endpoint (#6698) 2023-03-23 13:26:50 -03:00
templates_test.go chore: add echo helper to create an agent with token (#6576) 2023-03-21 18:03:38 +00:00
templateversions.go feat: add startup script logs to the ui (#6558) 2023-03-23 14:09:13 -05:00
templateversions_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
updatecheck.go docs: api root, buildinfo, csp (#5493) 2022-12-22 15:53:14 +01:00
updatecheck_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
userauth.go fix(audit): audit login/logout for new 3rd-party auth (#6733) 2023-03-22 12:52:13 -07:00
userauth_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
users.go feat: Dbauthz is now default, remove out of experimental (#6650) 2023-03-21 09:10:22 -05:00
users_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
workspaceagents.go fix: add dbauthz for streaming startup logs (#6758) 2023-03-23 15:02:29 -05:00
workspaceagents_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
workspaceapps.go fix: use a background context when piping derp connections (#6750) 2023-03-23 09:54:07 -05:00
workspaceapps_internal_test.go chore: Rename databasefake --> dbfake (#6011) 2023-02-02 19:28:55 -06:00
workspaceapps_test.go feat: convert entire CLI to clibase (#6491) 2023-03-23 17:42:20 -05:00
workspacebuilds.go feat: Dbauthz is now default, remove out of experimental (#6650) 2023-03-21 09:10:22 -05:00
workspacebuilds_test.go feat: support list(string) as coder_parameter (#6618) 2023-03-16 11:07:10 +01:00
workspaceresourceauth.go fix: add more cached certificates to azure instance identity (#6519) 2023-03-08 19:32:10 -06:00
workspaceresourceauth_test.go chore: move agent functions from `codersdk` into `agentsdk` (#5903) 2023-01-29 15:47:24 -06:00
workspaces.go feat: Dbauthz is now default, remove out of experimental (#6650) 2023-03-21 09:10:22 -05:00
workspaces_test.go fix: block updating mutable parameters (#6717) 2023-03-22 11:05:04 -05:00