-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(daemon) ipfs daemon --initialized
#355
Commits on Nov 17, 2014
-
This commit updates go-datastore in order to access new LevelDb Close() method License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Brian Tiger Chow committedNov 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 5fa31f8 - Browse repository at this point
Copy the full SHA 5fa31f8View commit details -
refactor(errors) debugerror -> errors
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Brian Tiger Chow committedNov 17, 2014 Configuration menu - View commit details
-
Copy full SHA for cf8fb87 - Browse repository at this point
Copy the full SHA cf8fb87View commit details -
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Brian Tiger Chow committedNov 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 11fd2aa - Browse repository at this point
Copy the full SHA 11fd2aaView commit details -
fix(daemon) if lock file does not exist, then the lock is not acquired
Brian Tiger Chow committedNov 17, 2014 1Configuration menu - View commit details
-
Copy full SHA for 356a2d7 - Browse repository at this point
Copy the full SHA 356a2d7View commit details -
deps(eventlog) no need to augment Logger
allow framework to add level to log so level can be applied when using text formatter License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Brian Tiger Chow committedNov 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 884d629 - Browse repository at this point
Copy the full SHA 884d629View commit details -
refactor(eventlog) use polite formatter as a direct dependency
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Brian Tiger Chow committedNov 17, 2014 Configuration menu - View commit details
-
Copy full SHA for ddb0189 - Browse repository at this point
Copy the full SHA ddb0189View commit details -
@jbenet @whyrusleeping @mappum If we permit initialization in `ipfs daemon`, then we must ensure that the node instantiated in `ipfs init` (to create the welcome file) shuts down and releases resources. Kept running into "resource temporarily unavailable". Discovered that it was our cousins Jeff and Sanjay over at LevelDB Ave. go-datastore doesn't expose Close() so I extended the TsDs interface and submitted a patch. License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com> Signed-off-by: Brian Tiger Chow <brian.holderchow@gmail.com>
Brian Tiger Chow committedNov 17, 2014 Configuration menu - View commit details
-
Copy full SHA for f26388e - Browse repository at this point
Copy the full SHA f26388eView commit details
Commits on Nov 18, 2014
-
feat(util) add datastore Closer Wrapper
@jbenet License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Configuration menu - View commit details
-
Copy full SHA for bacf3ec - Browse repository at this point
Copy the full SHA bacf3ecView commit details -
feat(eventlog) initialize event logger with silent defaults
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Configuration menu - View commit details
-
Copy full SHA for aba4b2b - Browse repository at this point
Copy the full SHA aba4b2bView commit details -
debug(2/ipfs) make cmdDetails loggable
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com> # TYPES # feat # fix # docs # style (formatting, missing semi colons, etc; no code change): # refactor # test (adding missing tests, refactoring tests; no production code change) # chore (updating grunt tasks etc; no production code change) Signed-off-by: Brian Tiger Chow <brian.holderchow@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 81f5d6f - Browse repository at this point
Copy the full SHA 81f5d6fView commit details -
refactor(2/init) extract const
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com> # TYPES # feat # fix # docs # style (formatting, missing semi colons, etc; no code change): # refactor # test (adding missing tests, refactoring tests; no production code change) # chore (updating grunt tasks etc; no production code change) Signed-off-by: Brian Tiger Chow <brian.holderchow@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c883f7d - Browse repository at this point
Copy the full SHA c883f7dView commit details -
refactor(2/init) use util.FileExists
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com> # TYPES # feat # fix # docs # style (formatting, missing semi colons, etc; no code change): # refactor # test (adding missing tests, refactoring tests; no production code change) # chore (updating grunt tasks etc; no production code change) Signed-off-by: Brian Tiger Chow <brian.holderchow@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6a380ff - Browse repository at this point
Copy the full SHA 6a380ffView commit details -
feat(2/init) expose init with defaults
will support daemon initialization License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com> # TYPES # feat # fix # docs # style (formatting, missing semi colons, etc; no code change): # refactor # test (adding missing tests, refactoring tests; no production code change) # chore (updating grunt tasks etc; no production code change) Signed-off-by: Brian Tiger Chow <brian.holderchow@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d0a3f9b - Browse repository at this point
Copy the full SHA d0a3f9bView commit details -
debug(core, datastore, daemon) wrap errors
@jbenet @whyrusleeping @mappum very helpful for tracking down errors. the stack traces are only shown when debug mode is visible. They function best when caught at the source. I propose we use this errors package as a drop-in replacement for fmt.Errorf and errors.New in all of our code, and use errors.Wrap for external errors as they emerge from others' libraries. License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com> Signed-off-by: Brian Tiger Chow <brian.holderchow@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2bbfe4d - Browse repository at this point
Copy the full SHA 2bbfe4dView commit details -
@jbenet now, ipfs can be built and executed in one step: ``` docker run jbenet/go-ipfs daemon --initialized ``` License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Configuration menu - View commit details
-
Copy full SHA for 0612004 - Browse repository at this point
Copy the full SHA 0612004View commit details -
@jbenet License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Configuration menu - View commit details
-
Copy full SHA for 94bfc81 - Browse repository at this point
Copy the full SHA 94bfc81View commit details -
fix(2/daemon) initialized --> init
@jbenet License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Configuration menu - View commit details
-
Copy full SHA for bc39661 - Browse repository at this point
Copy the full SHA bc39661View commit details -
@jbenet License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Configuration menu - View commit details
-
Copy full SHA for ef65bb1 - Browse repository at this point
Copy the full SHA ef65bb1View commit details -
@jbenet yeah, these are just sane defaults License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Configuration menu - View commit details
-
Copy full SHA for 84354c7 - Browse repository at this point
Copy the full SHA 84354c7View commit details -
docs(Dockerfile) update docker 'run' example
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Configuration menu - View commit details
-
Copy full SHA for cc02471 - Browse repository at this point
Copy the full SHA cc02471View commit details -
this is silly but whatever License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Configuration menu - View commit details
-
Copy full SHA for 24f0fa0 - Browse repository at this point
Copy the full SHA 24f0fa0View commit details -
looking forward to fixing these again License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Configuration menu - View commit details
-
Copy full SHA for 7cebc3c - Browse repository at this point
Copy the full SHA 7cebc3cView commit details -
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
Configuration menu - View commit details
-
Copy full SHA for 8d4c216 - Browse repository at this point
Copy the full SHA 8d4c216View commit details -
Configuration menu - View commit details
-
Copy full SHA for 493e5d3 - Browse repository at this point
Copy the full SHA 493e5d3View commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 088016c - Browse repository at this point
Copy the full SHA 088016cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d93e49e - Browse repository at this point
Copy the full SHA d93e49eView commit details -
bugfix: node teardown is the last man to go down
Warning: during normal execution node teardown must be the last thing that happens because command requests return io.Readers, which may still be constructing or processing their output. The node (and its subservices) is needed for this. good night and good luck.
Configuration menu - View commit details
-
Copy full SHA for eba0599 - Browse repository at this point
Copy the full SHA eba0599View commit details