coder/coderd
Marcin Tojek a23a471034
docs: update swaggo/swag v1.8.9 (#5590)
* docs: update swaggo/swag v1.8.9

* Fix: format

* swaggo: time.Duration

* swaggo: provisionertype

* Fix: AuthorizationObject

* Fix: enums

* Fix: netip.Addr

* Fix: clickable response properties
2023-01-10 15:47:08 +01:00
..
apidoc docs: update swaggo/swag v1.8.9 (#5590) 2023-01-10 15:47:08 +01:00
audit chore: Log out the failed audit log on failures (#5561) 2023-01-03 17:22:57 -06:00
autobuild feat: Add external provisioner daemons (#4935) 2022-11-16 16:34:06 -06:00
awsidentity feat: Add AWS instance identity authentication (#570) 2022-03-28 19:31:03 +00:00
azureidentity chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
coderdtest feat: add flag to disaable all rate limits (#5570) 2023-01-05 18:05:20 +00:00
database feat: enable enterprise users to specify a custom logo (#5566) 2023-01-04 15:31:45 -06:00
devtunnel fix: Add timeout to selecting a dev tunnel (#4592) 2022-10-17 18:03:17 +00:00
gitauth fix: fix security vulnerabilities reported by CodeQL (#5467) 2022-12-19 19:25:59 +00:00
gitsshkey feat: Add user scoped git ssh keys (#834) 2022-04-06 00:18:26 +00:00
httpapi chore: bump crate-ci/typos from 1.12.12 to 1.13.3 (#5304) 2022-12-06 11:50:33 +00:00
httpmw fix: improve error messages when the agent token is invalid (#5423) 2022-12-14 12:24:22 -06:00
metricscache site: support high build time variation in progress bar (#4941) 2022-11-17 16:56:56 +00:00
parameter fix: Remove unused scopes from parameter computation (#4171) 2022-09-23 16:09:45 -05:00
prometheusmetrics fix: coderd/prometheusmetrics wait for all metrics in require.Eventually (#5338) 2022-12-07 17:50:17 +01:00
provisionerdserver fix: enforce unique agent names per workspace (#5497) 2022-12-22 15:20:35 -08:00
rbac chore: Improve project-wide prettier formatting and ignored files (#5505) 2023-01-03 15:11:13 +02:00
telemetry feat: Add the option to generate a trial license during setup (#5110) 2022-11-16 17:09:49 -06:00
tracing feat: tracing improvements (#4988) 2022-11-29 07:22:10 +10:00
updatecheck feat: Add support for update checks and notifications (#4810) 2022-12-01 19:43:28 +02:00
userpassword Correct spelling of macOS (#3478) 2022-08-11 21:22:06 -04:00
util chore: Add generics to typescript generator (#4664) 2022-10-20 08:15:24 -05:00
wsconncache fix: Close coordinator in wsconncache test (#5348) 2022-12-08 11:44:03 +00:00
activitybump.go chore: refactor agent stats streaming (#5112) 2022-11-18 16:46:53 -06:00
activitybump_test.go chore: refactor agent stats streaming (#5112) 2022-11-18 16:46:53 -06:00
apikey.go feat: endpoint to logout app subdomain URLs (#5428) 2022-12-20 18:45:13 +00:00
apikey_test.go feat: add flag for token lifetime (#5385) 2022-12-12 15:39:31 -05:00
apiroot.go docs: api root, buildinfo, csp (#5493) 2022-12-22 15:53:14 +01:00
audit.go docs: audit, deploymentconfig, files, parameters (#5506) 2023-01-03 19:21:10 +01:00
audit_test.go Add audit links/kira pilot (#5156) 2022-12-02 15:14:45 -05:00
authorize.go docs: applications and authorization (#5477) 2022-12-21 15:37:30 +01:00
authorize_test.go feat: add template RBAC/groups (#4235) 2022-10-10 15:37:06 -05:00
buildinfo.go docs: api root, buildinfo, csp (#5493) 2022-12-22 15:53:14 +01: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 flag to disaable all rate limits (#5570) 2023-01-05 18:05:20 +00:00
coderd_test.go feat: Build framework for generating API docs (#5383) 2022-12-19 18:43:46 +01:00
csp.go docs: api root, buildinfo, csp (#5493) 2022-12-22 15:53:14 +01:00
deploymentconfig.go docs: audit, deploymentconfig, files, parameters (#5506) 2023-01-03 19:21:10 +01:00
deploymentconfig_test.go fix: move experimental flag to server (#4959) 2022-11-08 16:59:39 +00:00
files.go docs: audit, deploymentconfig, files, parameters (#5506) 2023-01-03 19:21:10 +01:00
files_test.go fix: allow regular users to push files (#4500) 2022-10-13 18:02:52 -05:00
gitsshkey.go docs: API workspace agents and builds (#5538) 2023-01-05 15:27:10 +01:00
gitsshkey_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
members.go feat: trace httpapi.{Read,Write} (#4134) 2022-09-21 17:07:00 -05:00
organizations.go fix: No org admins until organizations are in the UI (#5414) 2022-12-14 11:05:42 -06:00
organizations_test.go chore: Use contexts with timeout in `coderd` tests (#3381) 2022-08-09 20:17:00 +03: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 docs: audit, deploymentconfig, files, parameters (#5506) 2023-01-03 19:21:10 +01:00
parameters_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
provisionerjobs.go feat: Add external provisioner daemons (#4935) 2022-11-16 16:34:06 -06:00
provisionerjobs_internal_test.go feat: Add buffering to provisioner job logs (#4918) 2022-11-06 20:50:34 -06:00
provisionerjobs_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
roles.go feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
roles_test.go feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
templates.go fix!: remove AUTO_IMPORT_TEMPLATE for Kubernetes installs (#5401) 2023-01-05 04:04:32 +00:00
templates_test.go chore: Rewrite rbac rego -> SQL clause (#5138) 2022-11-28 12:12:34 -06:00
templateversions.go fix: properly apply metadata when multiple resources share the same id (#5443) 2022-12-21 13:48:49 -05:00
templateversions_test.go feat: add flag to disaable all rate limits (#5570) 2023-01-05 18:05:20 +00:00
updatecheck.go docs: api root, buildinfo, csp (#5493) 2022-12-22 15:53:14 +01:00
updatecheck_test.go feat: Add support for update checks and notifications (#4810) 2022-12-01 19:43:28 +02:00
userauth.go feat: allow configurable username claim field in OIDC (#5507) 2023-01-04 15:16:31 -06:00
userauth_test.go feat: Allow multiple OIDC domains (#5210) 2022-12-05 20:20:53 +02:00
users.go fix!: remove AUTO_IMPORT_TEMPLATE for Kubernetes installs (#5401) 2023-01-05 04:04:32 +00:00
users_internal_test.go chore: Rename 'admin' to 'owner' (#3498) 2022-08-15 14:40:19 -05:00
users_test.go feat: add flag to disaable all rate limits (#5570) 2023-01-05 18:05:20 +00:00
workspaceagents.go docs: API workspace agents and builds (#5538) 2023-01-05 15:27:10 +01:00
workspaceagents_test.go feat: Validate Git tokens before consuming them (#5167) 2022-11-29 12:08:27 -06:00
workspaceapps.go docs: applications and authorization (#5477) 2022-12-21 15:37:30 +01:00
workspaceapps_internal_test.go feat: endpoint to logout app subdomain URLs (#5428) 2022-12-20 18:45:13 +00:00
workspaceapps_test.go feat: endpoint to logout app subdomain URLs (#5428) 2022-12-20 18:45:13 +00:00
workspacebuilds.go docs: API workspace agents and builds (#5538) 2023-01-05 15:27:10 +01:00
workspacebuilds_test.go Audit build outcomes/kira pilot (#5143) 2022-11-22 13:22:56 -05:00
workspaceresourceauth.go docs: API workspace agents and builds (#5538) 2023-01-05 15:27:10 +01:00
workspaceresourceauth_test.go Refactor Provisioner to distinguish Plan and Apply (#5036) 2022-11-11 16:45:58 -06:00
workspaces.go docs: applications and authorization (#5477) 2022-12-21 15:37:30 +01:00
workspaces_internal_test.go Filter query: has-agent connecting, connected, disconnected, timeout (#5145) 2022-11-24 15:33:13 +01:00
workspaces_test.go fix: preserve workspace resource metadata order (#5421) 2022-12-14 19:08:22 +00:00