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

Add TLS support #5

Merged
merged 1 commit into from
Feb 7, 2022
Merged

Add TLS support #5

merged 1 commit into from
Feb 7, 2022

Conversation

arjun-1
Copy link
Owner

@arjun-1 arjun-1 commented Feb 7, 2022

  • Add TLS
  • Cache GO build Dockerfile
  • Add Node dialer
  • Refactor TS security and connection modules
  • Add benchmarking
  • Improved GO error handling

* Add TLS
* Cache GO build Dockerfile
* Add Node dialer
* Refactor TS security and connection modules
* Add benchmarking
* Improved GO error handling
@codecov-commenter
Copy link

Codecov Report

Merging #5 (3287d08) into master (a50c392) will decrease coverage by 1.46%.
The diff coverage is 80.43%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   67.83%   66.36%   -1.47%     
==========================================
  Files           7        9       +2     
  Lines         914      993      +79     
  Branches        3        9       +6     
==========================================
+ Hits          620      659      +39     
- Misses        294      334      +40     
Impacted Files Coverage Δ
security/sasl.ts 100.00% <ø> (ø)
net/node-connection.ts 76.63% <76.63%> (ø)
net/util.ts 84.61% <84.61%> (ø)
deps.ts 100.00% <100.00%> (ø)
mod.ts 91.22% <100.00%> (+0.15%) ⬆️
net/connection.ts 100.00% <100.00%> (ø)
test/deps.ts 100.00% <100.00%> (ø)
test/integration/setup.ts 100.00% <100.00%> (ø)
lib/wasm_exec.js 59.02% <0.00%> (-1.77%) ⬇️

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 a50c392...3287d08. Read the comment docs.

@arjun-1 arjun-1 merged commit 339dd51 into master Feb 7, 2022
@arjun-1 arjun-1 deleted the add-tls branch February 7, 2022 07:43
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.

2 participants