coder/provisionersdk
Kyle Carberry 7f226d4f90
feat: add support for `coder_git_auth` data source (#6334)
* Add git auth providers schema

* Pipe git auth providers to the schema

* Add git auth providers to the API

* Add gitauth endpoint to query authenticated state

* Add endpoint to query git state

* Use BroadcastChannel to automatically authenticate with Git

* Add error validation for submitting the create workspace form

* Fix panic on template dry-run

* Add tests for the template version Git auth endpoint

* Show error if no gitauth is configured

* Add gitauth to cliui

* Fix unused method receiver

* Fix linting errors

* Fix dbauthz querier test

* Fix make gen

* Add JavaScript test for git auth

* Fix bad error message

* Fix provisionerd test race

See https://github.com/coder/coder/actions/runs/4277960646/jobs/7447232814

* Fix requested changes

* Add comment to CreateWorkspacePageView
2023-02-27 10:18:19 -06:00
..
proto feat: add support for `coder_git_auth` data source (#6334) 2023-02-27 10:18:19 -06:00
scripts fix: remove pipefail from standard shell options (#3269) 2022-07-28 18:50:04 +00:00
agent.go provisionersdk: extract and embed agent bootstrap scripts (#2886) 2022-07-11 12:43:14 +01:00
agent_test.go chore: Add nix shell for simple development setup (#3399) 2022-08-08 15:49:12 +00:00
archive.go chore: format Go more aggressively 2023-02-18 18:32:09 -06:00
archive_test.go chore: format Go more aggressively 2023-02-18 18:32:09 -06:00
serve.go fix: don't use yamux for in-memory provisioner{,d} streams (#5136) 2022-11-22 12:19:32 -06:00
serve_test.go fix: don't use yamux for in-memory provisioner{,d} streams (#5136) 2022-11-22 12:19:32 -06:00
transport.go fix: Clean up conn on NewStream error in memDRPC (#6182) 2023-02-13 17:27:10 +02:00