Skip to content

docs: any path can be absolute or relative#4035

Merged
melekes merged 1 commit intomasterfrom
anton/4026-db_dir
Oct 2, 2019
Merged

docs: any path can be absolute or relative#4035
melekes merged 1 commit intomasterfrom
anton/4026-db_dir

Conversation

@melekes
Copy link
Contributor

@melekes melekes commented Oct 2, 2019

Fixes #4026

  • Referenced an issue explaining the need for the change
  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGELOG_PENDING.md

@melekes melekes requested review from ebuchman and xla as code owners October 2, 2019 19:17
@melekes melekes self-assigned this Oct 2, 2019
@melekes melekes added the C:docs Component: Documentation label Oct 2, 2019
@melekes melekes merged commit e024805 into master Oct 2, 2019
@melekes melekes deleted the anton/4026-db_dir branch October 2, 2019 19:23
@codecov-io
Copy link

Codecov Report

Merging #4035 into master will increase coverage by 0.12%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4035      +/-   ##
==========================================
+ Coverage   67.13%   67.25%   +0.12%     
==========================================
  Files         245      245              
  Lines       20576    20554      -22     
==========================================
+ Hits        13813    13823      +10     
+ Misses       5727     5698      -29     
+ Partials     1036     1033       -3
Impacted Files Coverage Δ
config/toml.go 65.95% <ø> (ø) ⬆️
mempool/metrics.go 14.28% <0%> (-2.39%) ⬇️
consensus/reactor.go 77.72% <0%> (-1.41%) ⬇️
rpc/client/httpclient.go 68.52% <0%> (-0.8%) ⬇️
consensus/state.go 79.67% <0%> (+0.11%) ⬆️
p2p/conn/connection.go 80.97% <0%> (+0.25%) ⬆️
p2p/pex/addrbook.go 68.34% <0%> (+0.5%) ⬆️
blockchain/v0/pool.go 80.65% <0%> (+0.65%) ⬆️
consensus/replay.go 72.17% <0%> (+1.2%) ⬆️
p2p/pex/pex_reactor.go 84.92% <0%> (+1.73%) ⬆️
... and 2 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C:docs Component: Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change the statically defined data path to changeable value from $home/data to $home/$data

3 participants