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

R4R: Fix #3899, Using gaiacli config node breaks ~/config/config.toml #3903

Merged
merged 1 commit into from
Mar 15, 2019
Merged

R4R: Fix #3899, Using gaiacli config node breaks ~/config/config.toml #3903

merged 1 commit into from
Mar 15, 2019

Conversation

yangyanqing
Copy link
Contributor

@yangyanqing yangyanqing commented Mar 15, 2019

Config file need to be truncated while rewriting.

close: #3899

  • Targeted PR against correct branch (see CONTRIBUTING.md)

  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.

  • Wrote tests

  • Updated relevant documentation (docs/)

  • Added a relevant changelog entry: sdkch add [section] [stanza] [message]

  • rereviewed Files changed in the github PR explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

Config file need to be truncated while rewriting.
@codecov
Copy link

codecov bot commented Mar 15, 2019

Codecov Report

Merging #3903 into develop will decrease coverage by 0.64%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop    #3903      +/-   ##
===========================================
- Coverage    60.92%   60.27%   -0.65%     
===========================================
  Files          192      195       +3     
  Lines        14359    14592     +233     
===========================================
+ Hits          8748     8796      +48     
- Misses        5037     5211     +174     
- Partials       574      585      +11

1 similar comment
@codecov
Copy link

codecov bot commented Mar 15, 2019

Codecov Report

Merging #3903 into develop will decrease coverage by 0.64%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop    #3903      +/-   ##
===========================================
- Coverage    60.92%   60.27%   -0.65%     
===========================================
  Files          192      195       +3     
  Lines        14359    14592     +233     
===========================================
+ Hits          8748     8796      +48     
- Misses        5037     5211     +174     
- Partials       574      585      +11

@yangyanqing yangyanqing changed the title Fix #3899, Using gaiacli config node breaks ~/config/config.toml R4R: Fix #3899, Using gaiacli config node breaks ~/config/config.toml Mar 15, 2019
Copy link
Contributor

@cwgoes cwgoes left a comment

Choose a reason for hiding this comment

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

ACK; thanks

@cwgoes cwgoes merged commit 8d6d8ad into cosmos:develop Mar 15, 2019
@yangyanqing yangyanqing deleted the frank/issue-3899 branch March 15, 2019 15:39
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.

Using gaiacli config node breaks ~/.gaiacli/config/config.toml
2 participants