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

Initial draft of file upload topic #717

Merged
merged 5 commits into from
Jun 11, 2016
Merged

Initial draft of file upload topic #717

merged 5 commits into from
Jun 11, 2016

Conversation

davidwrede
Copy link

  • File upload topic
  • Left nav changes
  • Formatting fixes in security topic
  • Removed typo from println output in gossip_file.rs

@thesentinels
Copy link
Contributor

By analyzing the blame information on this pull request, we identified @juliandunn, @metadave, @TrevorBramble and @fnichol to be potential reviewers

@davidwrede
Copy link
Author

@metadave can you review the content + code fix?

@@ -404,7 +404,7 @@ impl GossipFileList {
let next_retries = fwr.total_retries + 1;
let exp_backoff_seconds = 2i64.pow(next_retries);
let next = SteadyTime::now() + Duration::seconds(exp_backoff_seconds);
println!("Retrying write to l{} in {} seconds",
println!("Retrying write to {} in {} seconds",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch!

David Wrede added 5 commits June 11, 2016 14:59
Signed-off-by: David Wrede <[email protected]>
Signed-off-by: David Wrede <[email protected]>
Signed-off-by: David Wrede <[email protected]>
Signed-off-by: David Wrede <[email protected]>
@davidwrede
Copy link
Author

@thesentinels r+

@thesentinels
Copy link
Contributor

📌 Commit b05f1b0 has been approved by davidwrede

@thesentinels
Copy link
Contributor

⌛ Testing commit b05f1b0 with merge 07078ad...

thesentinels pushed a commit that referenced this pull request Jun 11, 2016
Signed-off-by: David Wrede <[email protected]>

Pull request: #717
Approved by: davidwrede
thesentinels pushed a commit that referenced this pull request Jun 11, 2016
Signed-off-by: David Wrede <[email protected]>

Pull request: #717
Approved by: davidwrede
thesentinels pushed a commit that referenced this pull request Jun 11, 2016
Signed-off-by: David Wrede <[email protected]>

Pull request: #717
Approved by: davidwrede
thesentinels pushed a commit that referenced this pull request Jun 11, 2016
Signed-off-by: David Wrede <[email protected]>

Pull request: #717
Approved by: davidwrede
thesentinels pushed a commit that referenced this pull request Jun 11, 2016
Signed-off-by: David Wrede <[email protected]>

Pull request: #717
Approved by: davidwrede
@thesentinels
Copy link
Contributor

☀️ Test successful - travis

@thesentinels thesentinels merged commit b05f1b0 into habitat-sh:master Jun 11, 2016
jtimberman pushed a commit that referenced this pull request Jun 12, 2016
Signed-off-by: David Wrede <[email protected]>

Pull request: #717
Approved by: davidwrede
jtimberman pushed a commit that referenced this pull request Jun 12, 2016
Signed-off-by: David Wrede <[email protected]>

Pull request: #717
Approved by: davidwrede
jtimberman pushed a commit that referenced this pull request Jun 12, 2016
Signed-off-by: David Wrede <[email protected]>

Pull request: #717
Approved by: davidwrede
jtimberman pushed a commit that referenced this pull request Jun 12, 2016
Signed-off-by: David Wrede <[email protected]>

Pull request: #717
Approved by: davidwrede
jtimberman pushed a commit that referenced this pull request Jun 12, 2016
Signed-off-by: David Wrede <[email protected]>

Pull request: #717
Approved by: davidwrede
@juliandunn juliandunn deleted the dw/file_upload_doc branch June 12, 2016 05:52
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.

5 participants