Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: un-hide autostart and autostop commands #1418

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

Merged
merged 1 commit into from
May 13, 2022

Conversation

johnstcn
Copy link
Member

This commit un-hides the autostart and autostop commands.
Fixes #1069.

@johnstcn johnstcn requested a review from a team May 13, 2022 12:52
@johnstcn johnstcn self-assigned this May 13, 2022
@codecov
Copy link

codecov bot commented May 13, 2022

Codecov Report

Merging #1418 (e12dd97) into main (64a8b4a) will increase coverage by 0.12%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1418      +/-   ##
==========================================
+ Coverage   67.07%   67.19%   +0.12%     
==========================================
  Files         287      287              
  Lines       19307    19305       -2     
  Branches      241      241              
==========================================
+ Hits        12950    12972      +22     
+ Misses       5016     5000      -16     
+ Partials     1341     1333       -8     
Flag Coverage Δ
unittest-go-macos-latest 54.18% <ø> (+0.11%) ⬆️
unittest-go-postgres- 65.73% <ø> (+0.24%) ⬆️
unittest-go-ubuntu-latest 56.47% <ø> (-0.16%) ⬇️
unittest-go-windows-2022 52.53% <ø> (+0.13%) ⬆️
unittest-js 74.65% <ø> (ø)
Impacted Files Coverage Δ
cli/autostart.go 75.00% <ø> (-0.30%) ⬇️
cli/autostop.go 74.69% <ø> (-0.31%) ⬇️
peerbroker/dial.go 77.04% <0.00%> (-6.56%) ⬇️
cli/cliui/agent.go 77.46% <0.00%> (-4.23%) ⬇️
agent/agent.go 65.90% <0.00%> (-1.24%) ⬇️
provisioner/echo/serve.go 56.80% <0.00%> (ø)
provisioner/terraform/provision.go 72.30% <0.00%> (ø)
peer/conn.go 78.13% <0.00%> (+0.24%) ⬆️
coderd/provisionerdaemons.go 63.81% <0.00%> (+0.50%) ⬆️
provisionerd/provisionerd.go 78.31% <0.00%> (+1.87%) ⬆️
... and 3 more

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 64a8b4a...e12dd97. Read the comment docs.

@johnstcn johnstcn merged commit 9410237 into main May 13, 2022
@johnstcn johnstcn deleted the cj/gh-1069/unhide-autostart-autostop branch May 13, 2022 17:09
@misskniss misskniss added this to the V2 Beta milestone May 15, 2022
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.

Chore: unhide auto-start, auto-stop cli commands
4 participants