Kyle Carberry
|
691495d761
|
feat: add expanded_directory to the agent for extension support (#6087)
This will enable opening the default `dir` of an agent in
the VS Code extension!
|
2023-02-07 21:35:09 +00:00 |
|
Marcin Tojek
|
271d68c862
|
feat: Disallow using legacy params with rich params (#5974)
* feat: Disallow using legacy params with rich params
* Fix
* nolint
|
2023-02-02 16:44:57 +01:00 |
|
Kyle Carberry
|
896158c352
|
fix: remove authentication requirement for /users/login (#5717)
This was noticed by a member of our Discord being incorrectly documented!
https://discord.com/channels/747933592273027093/1063494965130432632/1063503805016182875
|
2023-01-30 02:46:04 +00:00 |
|
Colin Adler
|
1cd5f38cb0
|
feat: add debug server for tailnet coordinators (#5861)
Implements a Tailscale-like debug server for our in-memory coordinator. This should provide some visibility into why connections could be failing.
Resolves: https://github.com/coder/coder/issues/5845

|
2023-01-25 21:27:36 +00:00 |
|
Marcin Tojek
|
dad242a788
|
feat: Add more swagger checks (#5707)
|
2023-01-13 16:47:38 +01:00 |
|
Marcin Tojek
|
deebfcbd53
|
feat: Validate swagger definitions (#5694)
* docs: audit, deploymentconfig, files, parameters
* Swagger comments in workspacebuilds.go
* structs in workspacebuilds.go
* workspaceagents: instance identity
* workspaceagents.go in progress
* workspaceagents.go in progress
* Agents
* workspacebuilds.go
* /workspaces
* templates.go, templateversions.go
* templateversion.go in progress
* cancel
* templateversions
* wip
* Merge
* x-apidocgen
* NullTime hack not needed anymore
* Fix: x-apidocgen
* Members
* Fixes
* Fix
* WIP
* WIP
* Users
* Logout
* User profile
* Status suspend activate
* User roles
* User tokens
* Keys
* SSH key
* All
* Typo
* Fix
* Entitlements
* Groups
* SCIM
* Fix
* Fix
* Clean templates
* Sort API pages
* Fix: HashedSecret
* WIP
* WIP
* WIP
* Fix: cover workspaceagents
* Assert: consistent ID and summary
* Assert: success or failure defined
* Fix: parallel
* Refactor
* Support enterprise
* Go comment goes to top
* Security
* assertPathParametersDefined
* assertUniqueRoutes
* assertRequestBody
* More fixes
* Fix: exceptions
* Fix field format
* Address PR comments
* Refactor
|
2023-01-13 12:27:21 +01:00 |
|