Kyle Carberry
|
bf0ae8f573
|
feat: Refactor API routes to use UUIDs instead of friendly names (#401)
* Add client for agent
* Cleanup code
* Fix linting error
* Rename routes to be simpler
* Rename workspace history to workspace build
* Refactor HTTP middlewares to use UUIDs
* Cleanup routes
* Compiles!
* Fix files and organizations
* Fix querying
* Fix agent lock
* Cleanup database abstraction
* Add parameters
* Fix linting errors
* Fix log race
* Lock on close wait
* Fix log cleanup
* Fix e2e tests
* Fix upstream version of opencensus-go
* Update coderdtest.go
* Fix coverpkg
* Fix codecov ignore
|
2022-03-07 11:40:54 -06:00 |
|
Jonathan Yu
|
58f3e439dd
|
chore: upgrade from chi 1.5.4 to 5.0.7 (#109)
|
2022-01-30 19:13:14 -08:00 |
|
Kyle Carberry
|
5b01f615eb
|
feat: Add APIs for querying workspaces (#61)
* Add SQL migration
* Add query functions for workspaces
* Add create routes
* Add tests for codersdk
* Add workspace parameter route
* Add workspace query
* Move workspace function
* Add querying for workspace history
* Fix query
* Fix syntax error
* Move workspace routes
* Fix version
* Add CLI tests
* Fix syntax error
* Remove error
* Fix history error
* Add new user test
* Fix test
* Lower target to 70%
* Improve comments
* Add comment
|
2022-01-25 19:52:58 +00:00 |
|
Kyle Carberry
|
a44056cff5
|
feat: Add project API endpoints (#51)
* feat: Add project models
* Add project query functions
* Add organization parameter query
* Add project URL parameter parse
* Add project create and list endpoints
* Add test for organization provided
* Remove unimplemented routes
* Decrease conn timeout
* Add test for UnbiasedModulo32
* Fix expected value
* Add single user endpoint
* Add query for project versions
* Fix linting errors
* Add comments
* Add test for invalid archive
* Check unauthenticated endpoints
* Add check if no change happened
* Ensure context close ends listener
* Fix parallel test run
* Test empty
* Fix organization param comment
|
2022-01-24 17:07:42 +00:00 |
|