coder/codersdk
Kyle Carberry 915bb41ea2
feat: Add trial property to licenses (#4372)
* feat: Add trial property to licenses

This allows the frontend to display whether the user is on
a trial license of Coder. This is useful for advertising
Enterprise functionality.

* Improve tests for license enablement code

* Add all features property
2022-10-06 19:28:22 -05:00
..
agentconn.go feat: add endpoint to get listening ports in agent (#4260) 2022-10-06 22:38:22 +10:00
apikey.go fix: add back missing postAPIKey route (#4406) 2022-10-06 17:56:43 -04:00
audit.go feat: Add extra fields to the audit filter (#4123) 2022-09-20 13:07:21 -03:00
authorization.go feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
buildinfo.go feat: add version checking to CLI (#2725) 2022-06-29 17:49:40 -05:00
client.go feat: add endpoint to get listening ports in agent (#4260) 2022-10-06 22:38:22 +10:00
error.go fix: remove string TTL from workspace error responses (#3257) 2022-07-27 21:20:02 +00:00
error_test.go fix: avoid emitting version warning when connection error encountered (#3082) 2022-07-21 14:28:24 -05:00
features.go feat: Add trial property to licenses (#4372) 2022-10-06 19:28:22 -05:00
files.go feat: Rbac more coderd endpoints, unit test to confirm (#1437) 2022-05-17 13:43:19 -05:00
gitsshkey.go feat: Rbac more coderd endpoints, unit test to confirm (#1437) 2022-05-17 13:43:19 -05:00
licenses.go DELETE license API endpoint (#3697) 2022-08-25 14:04:31 -07:00
organizationmember.go chore: Make member role struct match site roles (#3671) 2022-08-24 15:58:57 -04:00
organizations.go feat: Add custom version names (#4186) 2022-09-23 20:17:36 -05:00
pagination.go feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
pagination_test.go feat: Implement unified pagination and add template versions support (#1308) 2022-05-10 07:44:09 +00:00
parameters.go fix: Use "data" scheme when creating parameters from the site (#3732) 2022-08-29 16:32:57 +00:00
provisionerdaemons.go fix: Don't use StatusAbnormalClosure (#4155) 2022-09-22 18:26:05 +00:00
roles.go feat: secure and cross-domain subdomain-based proxying (#4136) 2022-09-22 22:30:32 +00:00
sse.go chore: watch workspace endpoint (#4060) 2022-09-16 18:54:23 +00:00
templates.go feat: use active users instead of total users in Template views (#3900) 2022-09-09 19:30:31 +00:00
templateversions.go fix: Don't use StatusAbnormalClosure (#4155) 2022-09-22 18:26:05 +00:00
time.go feat: Add `codersdk.NullTime`, change workspace build deadline (#3552) 2022-08-25 19:10:42 +03:00
time_test.go feat: Add `codersdk.NullTime`, change workspace build deadline (#3552) 2022-08-25 19:10:42 +03:00
users.go feat: tokens (#4380) 2022-10-06 19:02:27 +00:00
workspaceagents.go feat: add endpoint to get listening ports in agent (#4260) 2022-10-06 22:38:22 +10:00
workspaceagents_test.go fix: Replace access URL for built-in DERP servers (#4197) 2022-09-26 12:56:04 -05:00
workspaceapps.go feat: use app wildcards for apps if configured (#4263) 2022-10-05 19:23:01 +00:00
workspacebuilds.go chore: remove resources calls (#4344) 2022-10-03 21:01:13 +00:00
workspacedisplaystatus.go fix: consistent workspace status b/w CLI and UI (#2743) 2022-07-01 14:40:03 +00:00
workspacedisplaystatus_internal_test.go fix: consistent workspace status b/w CLI and UI (#2743) 2022-07-01 14:40:03 +00:00
workspacequota.go feat: workspace quotas (#4184) 2022-09-30 14:01:20 -04:00
workspaces.go fix: Test flake in `TestWorkspaceStatus` (#4333) 2022-10-03 11:43:11 -05:00