Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Coder Daemon to serve the API #18

Merged
merged 10 commits into from
Jan 13, 2022
Merged

feat: Add Coder Daemon to serve the API #18

merged 10 commits into from
Jan 13, 2022

Conversation

kylecarbs
Copy link
Member

coderd is a public package consumed by v1 to support running both simultaneously. The front end will be compiled and statically served as part of this eventually.

This adds compatibility for sharing data with Coder v1. Since the tables are the same, all CRUD operations should function as expected.
coderd is a public package which will be consumed by v1 to support running both at the same time. The frontend will need to be compiled and statically served as part of this eventually.
@kylecarbs kylecarbs self-assigned this Jan 12, 2022
@codecov
Copy link

codecov bot commented Jan 12, 2022

Codecov Report

Merging #18 (8aef6ec) into main (4308f16) will increase coverage by 0.60%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   71.08%   71.69%   +0.60%     
==========================================
  Files          18       19       +1     
  Lines        1138     1173      +35     
==========================================
+ Hits          809      841      +32     
- Misses        260      262       +2     
- Partials       69       70       +1     
Flag Coverage Δ
macos-latest 63.80% <85.71%> (+0.37%) ⬆️
ubuntu-latest 71.18% <85.71%> (+0.79%) ⬆️
windows-latest 63.51% <85.71%> (+1.59%) ⬆️
Impacted Files Coverage Δ
coderd/cmd/root.go 85.71% <85.71%> (ø)
peerbroker/dial.go 72.72% <0.00%> (-4.55%) ⬇️
peer/conn.go 76.75% <0.00%> (+1.83%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4308f16...8aef6ec. Read the comment docs.

coderd/coderd.go Outdated Show resolved Hide resolved
@kylecarbs kylecarbs merged commit afc2fa3 into main Jan 13, 2022
@kylecarbs kylecarbs deleted the coderd branch January 13, 2022 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants