Skip to content

windows: add support for automatic delayed start in windows service #36

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

Closed
wants to merge 12 commits into from
Closed

Conversation

utkarsh-extc
Copy link
Contributor

No description provided.

@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@utkarsh-extc
Copy link
Contributor Author

I signed it!

@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@gopherbot
Copy link
Contributor

This PR (HEAD: 8709355) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/sys/+/187198 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Contributor

Message from Gobot Gobot:

Patch Set 1:

Congratulations on opening your first change. Thank you for your contribution!

Next steps:
Within the next week or so, a maintainer will review your change and provide
feedback. See https://golang.org/doc/contribute.html#review for more info and
tips to get your patch through code review.

Most changes in the Go project go through a few rounds of revision. This can be
surprising to people new to the project. The careful, iterative review process
is our way of helping mentor contributors and ensuring that their contributions
have a lasting impact.

During May-July and Nov-Jan the Go project is in a code freeze, during which
little code gets reviewed or merged. If a reviewer responds with a comment like
R=go1.11, it means that this CL will be reviewed as part of the next development
cycle. See https://golang.org/s/release for more details.


Please don’t reply on this GitHub thread. Visit golang.org/cl/187198.
After addressing review feedback, remember to publish your drafts!

@utkarsh-extc utkarsh-extc changed the title add support for automatic delayed start in windows service sys/windows: add support for automatic delayed start in windows service Jul 23, 2019
@utkarsh-extc utkarsh-extc changed the title sys/windows: add support for automatic delayed start in windows service windows: add support for automatic delayed start in windows service Jul 23, 2019
@gopherbot
Copy link
Contributor

This PR (HEAD: 0c73a91) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/sys/+/187198 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Contributor

Message from Ian Lance Taylor:

Patch Set 4:

I don't see any problems but I don't know this code. Alex, how does it look to you?


Please don’t reply on this GitHub thread. Visit golang.org/cl/187198.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Utkarsh Dixit:

Patch Set 4:

Patch Set 4:

I don't see any problems but I don't know this code. Alex, how does it look to you?

@[email protected]

Please add your comments


Please don’t reply on this GitHub thread. Visit golang.org/cl/187198.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Alex Brainman:

Patch Set 4:

(2 comments)

Please see below. Thank you.

Alex


Please don’t reply on this GitHub thread. Visit golang.org/cl/187198.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

This PR (HEAD: 611bc2d) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/sys/+/187198 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Contributor

Message from Utkarsh Dixit:

Patch Set 5:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/187198.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Alex Brainman:

Patch Set 5:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/187198.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

This PR (HEAD: 02bcfa2) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/sys/+/187198 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Contributor

This PR (HEAD: fc27f61) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/sys/+/187198 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Contributor

This PR (HEAD: 6190d90) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/sys/+/187198 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Contributor

Message from Utkarsh Dixit:

Patch Set 8:

Patch Set 5:

(1 comment)

DelayedAutoStart changed to bool, Updated test cases


Please don’t reply on this GitHub thread. Visit golang.org/cl/187198.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Alex Brainman:

Patch Set 8:

(5 comments)

Some more comments. Thank you.

Alex


Please don’t reply on this GitHub thread. Visit golang.org/cl/187198.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

This PR (HEAD: 2ed2934) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/sys/+/187198 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Contributor

This PR (HEAD: fabf33f) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/sys/+/187198 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Contributor

Message from Utkarsh Dixit:

Patch Set 10:

(7 comments)


Please don’t reply on this GitHub thread. Visit golang.org/cl/187198.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Yasuhiro MATSUMOTO:

Patch Set 10:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/187198.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

This PR (HEAD: 8764fdb) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/sys/+/187198 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Contributor

Message from Utkarsh Dixit:

Patch Set 11:

(1 comment)

Patch Set 10:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/187198.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Alex Brainman:

Patch Set 11: Run-TryBot+1 Code-Review+2

LGTM once try-bots are happy.

Thank you very much.

Alex


Please don’t reply on this GitHub thread. Visit golang.org/cl/187198.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Contributor

Message from Gobot Gobot:

Patch Set 11:

TryBots beginning. Status page: https://farmer.golang.org/try?commit=199195ae


Please don’t reply on this GitHub thread. Visit golang.org/cl/187198.
After addressing review feedback, remember to publish your drafts!

gopherbot pushed a commit that referenced this pull request Aug 4, 2019
Change-Id: Iad33ea0f6627ac98c89dbaab0b41b3dd724c3163
GitHub-Last-Rev: 8764fdb
GitHub-Pull-Request: #36
Reviewed-on: https://go-review.googlesource.com/c/sys/+/187198
Reviewed-by: Alex Brainman <[email protected]>
Run-TryBot: Alex Brainman <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
@gopherbot
Copy link
Contributor

This PR is being closed because golang.org/cl/187198 has been merged.

@gopherbot gopherbot closed this Aug 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants