coder/coderd
Kyle Carberry f2a21267b9
test: Fix ProjectVersionLogs returning error when using DB (#852)
This didn't actually effect the test value, since we're just looking for
logs. It did produce spam in the logs though, and could be interpreted
as a failure.
2022-04-04 10:03:29 -05:00
..
awsidentity feat: Add AWS instance identity authentication (#570) 2022-03-28 19:31:03 +00:00
coderdtest chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
database chore: split queries.sql into files by table (#762) 2022-04-01 15:45:23 -05:00
httpapi fix: ensure websocket close messages are truncated to 123 bytes (#779) 2022-04-01 18:17:45 +00:00
httpmw chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
parameter chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
tunnel feat: Add systemd service and production deployment (#545) 2022-03-24 15:07:33 +00:00
userpassword refactor: Improve handshake resiliency of peer (#95) 2022-01-30 20:11:18 -06:00
coderd.go feat: Add strict transport security and secure cookie options (#741) 2022-03-31 12:31:06 -05:00
coderd_test.go chore: Add test helpers to improve coverage (#166) 2022-02-05 18:24:51 -06:00
files.go chore: Move httpapi, httpmw, & database into `coderd` (#568) 2022-03-25 16:07:45 -05:00
files_test.go feat: Refactor API routes to use UUIDs instead of friendly names (#401) 2022-03-07 11:40:54 -06:00
organizations.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
organizations_test.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
parameters.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
parameters_test.go chore: Move httpapi, httpmw, & database into `coderd` (#568) 2022-03-25 16:07:45 -05:00
projects.go chore: Move httpapi, httpmw, & database into `coderd` (#568) 2022-03-25 16:07:45 -05:00
projects_test.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
projectversions.go chore: Move httpapi, httpmw, & database into `coderd` (#568) 2022-03-25 16:07:45 -05:00
projectversions_test.go test: Fix ProjectVersionLogs returning error when using DB (#852) 2022-04-04 10:03:29 -05:00
provisionerdaemons.go fix: ensure websocket close messages are truncated to 123 bytes (#779) 2022-04-01 18:17:45 +00:00
provisionerjobs.go chore: update to go 1.18 (#628) 2022-03-28 19:14:40 +00:00
provisionerjobs_test.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
users.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
users_test.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
workspacebuilds.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
workspacebuilds_test.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
workspaceresourceauth.go feat: Add AWS instance identity authentication (#570) 2022-03-28 19:31:03 +00:00
workspaceresourceauth_test.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
workspaceresources.go fix: ensure websocket close messages are truncated to 123 bytes (#779) 2022-04-01 18:17:45 +00:00
workspaceresources_test.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
workspaces.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00
workspaces_test.go chore: update v1 schema (#643) 2022-04-01 14:42:36 -05:00