Juan Batiz-Benet
7daf888902
cmds2: handle error return codes
2014-11-14 03:20:03 -08:00
Juan Batiz-Benet
d18902df27
cmds2: changed how the ctx.Node works
2014-11-14 03:20:02 -08:00
Juan Batiz-Benet
3352aeee15
cmds2: fixed show help on root + noncallable
2014-11-14 03:20:02 -08:00
Juan Batiz-Benet
f738e899c2
cmd2: simplified main
...
Attention @maybebtc @mappum
I cleaned up + simplified the main flow. Now, all printing
is contained inside main itself! (:cheer:). I do this with
the help of a cmdInvocation struct that has both
a Parse and Run. The only major clunkiness left is that the
"CallCommand" is still its own function. But *shrug*.
Please test it works as we would expect. i changed much of
the flow, so likely that i missed a complicated edge case.
main roadmap:
- parse the commandline to get a cmdInvocation
- if user requests, help, print it and exit.
- run the command invocation
- output the response
- if anything fails, print error, maybe with help
2014-11-14 03:20:02 -08:00
Matt Bell
092524fcbb
cmd/ipfs2: Added a 'commands' command for CLI root
2014-11-14 03:20:01 -08:00
Matt Bell
fd8b1930af
cmd/ipfs2: Copy subcommands from core/commands2 root into cmd/ipfs2 root
2014-11-14 03:20:01 -08:00
Brian Tiger Chow
4e740f63eb
docs(ipfs2/main)
...
@mappum
License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
2014-11-14 03:20:01 -08:00
Brian Tiger Chow
22a4cc7d30
fix(ipfs2) output info to logger when checking daemon status
2014-11-14 03:20:01 -08:00
Juan Batiz-Benet
a2d06b5f9a
cmds2: errHelpRequested error
2014-11-14 03:20:01 -08:00
Matt Bell
78bc748342
cmd/ipfs: Fixed bug where handleParseError sets error to nil
2014-11-14 03:19:59 -08:00
Juan Batiz-Benet
ec8be23cbc
cmds/main decomposed handleParseError
2014-11-14 03:19:59 -08:00
Brian Tiger Chow
7060e7dfe2
rename variable
2014-11-14 03:19:58 -08:00
Brian Tiger Chow
fed2f8d2c6
fix(2/main) option value signature
2014-11-14 03:19:58 -08:00
Brian Tiger Chow
013d98a35a
fix(2/init, 2/add) fix optionvalue signature
2014-11-14 03:19:58 -08:00
Matt Bell
7a505b44c7
Handle -h and --help differently (short text vs long text)
2014-11-14 03:17:42 -08:00
Matt Bell
c76a52e422
cmd/ipfs2: Show short help text instead for usage errors
2014-11-14 03:17:42 -08:00
Matt Bell
4970d8b5a3
commands/cli: Use template for helptext generation
2014-11-14 03:17:41 -08:00
Matt Bell
e23b537f32
Override root command help text
2014-11-14 03:17:41 -08:00
Matt Bell
b358bb3ffd
cmd/ipfs2: Added comment to explain default encoding logic
2014-11-14 03:17:40 -08:00
Matt Bell
aea2fce987
cmd/ipfs2: Added explanation comment to ipfsHandler
2014-11-14 03:17:40 -08:00
Matt Bell
4902361fd5
cmd/ipfs2: Updated readme
2014-11-14 03:17:40 -08:00
Matt Bell
c468a4dbf5
core/commands2: Use Argument constructors in commands
2014-11-14 03:17:39 -08:00
Brian Tiger Chow
8b14012bba
refactor(ipfs2/main) rm exit
2014-11-14 03:17:39 -08:00
Brian Tiger Chow
ad5ad912ce
refactor(ipfs2/main) use guard
2014-11-14 03:17:39 -08:00
Brian Tiger Chow
74b38cb65f
refactor(ipfs2/main) change the way we handle profiling
2014-11-14 03:17:39 -08:00
Brian Tiger Chow
d72af9c910
refactor(ipfs2/main) return err
2014-11-14 03:17:39 -08:00
Brian Tiger Chow
9268bdd56e
refactor(ipfs2/main) replace with equivalent action
2014-11-14 03:17:39 -08:00
Brian Tiger Chow
fa5ca3f27f
refactor(ipfs2/main) output response
2014-11-14 03:17:39 -08:00
Brian Tiger Chow
cda68a19d0
refactor(ipfs2/main) return err
2014-11-14 03:17:39 -08:00
Brian Tiger Chow
13a90537d6
refactor(ipfs2/main)
...
* bring debug checking back to top level so we have more control over
CPU profiling.
* bring help text up to top level so we can exit from the program
at the top level instead of within an arbitrary function
2014-11-14 03:17:38 -08:00
Brian Tiger Chow
2473d2d720
refactor(ipfs2/main) same for debug
2014-11-14 03:17:38 -08:00
Brian Tiger Chow
28be8a6171
refactor(ipfs2/main) check err before
2014-11-14 03:17:38 -08:00
Brian Tiger Chow
f79f1267f7
refactor(ipfs2/main) split lines
2014-11-14 03:17:38 -08:00
Brian Tiger Chow
203a0723ba
refactor(ipfs2/main) return errors in main
2014-11-14 03:17:38 -08:00
Matt Bell
17c5923160
core/commands2: Fixed init option definition
2014-11-14 03:17:38 -08:00
Matt Bell
3e507f7c9f
commands: Changed option accessor API (Request#Option now returns an OptionValue)
2014-11-14 03:17:38 -08:00
Matt Bell
d700a2ce87
cmd/ipfs2: Cleaned up main option checking (no longer need temporary Request)
2014-11-14 03:17:37 -08:00
Matt Bell
8ee3e996cc
core/commands2: Use Option constructors in commands
2014-11-14 03:17:37 -08:00
Matt Bell
3e30093c2b
core/commands2: Updated commands to new Run function API
2014-11-14 03:17:37 -08:00
Brian Tiger Chow
f4d0b8baa0
clarity(util) ToReaders -> CastToReaders
2014-11-14 03:17:36 -08:00
Brian Tiger Chow
38a6d0ead0
fix(init) version
2014-11-14 03:17:36 -08:00
Brian Tiger Chow
8ffd27a6e1
fix(init) inline bootstrap peers
2014-11-14 03:17:36 -08:00
Matt Bell
b3ea49954a
cmd/ipfs2: Handle SIGTERM
2014-11-14 03:17:35 -08:00
Matt Bell
cc519c47a3
cmd/ipfs2: Ensure process exits smoothly
2014-11-14 03:17:35 -08:00
Matt Bell
35983b480a
cmd/ipfs2: Made '/ipfs' handler return more accurate HTTP response codes, resolves #287
2014-11-14 03:17:35 -08:00
Matt Bell
897e0f869f
cmds/ipfs2: Added '/ipfs' HTTP handling
2014-11-14 03:17:35 -08:00
Matt Bell
3d94e89dd1
cmd/ipfs2: Made error messages more visible
2014-11-14 03:17:34 -08:00
Matt Bell
165c69543b
cmd/ipfs2: Output generated help text on error or help flag
2014-11-14 03:17:34 -08:00
Matt Bell
2b8ef917b8
cmd/ipfs2: Added descriptions for 'init', 'tour'
2014-11-14 03:17:33 -08:00
Brian Tiger Chow
aa1c3cae4a
fix(tour) variadic -> false
2014-11-14 03:17:31 -08:00
Brian Tiger Chow
99d5098450
named imports
2014-11-14 03:17:31 -08:00
Matt Bell
7ead660738
cmd/ipfs2: Set all loggers to DEBUG level when running with 'debug' flag
2014-11-14 03:17:30 -08:00
Brian Tiger Chow
520240d385
feat(commands2/tour) impl
2014-11-14 03:17:30 -08:00
Brian Tiger Chow
c65b01c55c
fix(add) cast safely
2014-11-14 03:17:30 -08:00
Brian Tiger Chow
084ffd97aa
fix(cli) tear down node
2014-11-14 03:17:30 -08:00
Matt Bell
1cb94a1231
cmd/ipfs2: Display subcommand help text on parse error
2014-11-14 03:17:27 -08:00
Brian Tiger Chow
d180832f3e
add todo
2014-11-14 03:17:26 -08:00
Brian Tiger Chow
8960a4ff8b
TODO(ipfs2/init) add FIXME note as a reminder about
...
c6b74207bc
2014-11-14 03:17:26 -08:00
Brian Tiger Chow
79015e7891
fix(ipfs2/init) declarative
2014-11-14 03:17:26 -08:00
Brian Tiger Chow
e305e45e81
fix(ipfs2/init) identity
2014-11-14 03:17:26 -08:00
Brian Tiger Chow
62fd9166ce
fix(ipfs2/init) datastore
2014-11-14 03:17:26 -08:00
Brian Tiger Chow
542c2a2da3
fix(ipfs2/init) extract bootstrap
2014-11-14 03:17:26 -08:00
Brian Tiger Chow
96fd88e916
feat(ipfs2/main) port mem-profiling from previous main
...
was added 5 days ago in...
7510ef2081
2014-11-14 03:17:26 -08:00
Brian Tiger Chow
46f1afbe08
refactor(init) re-order
2014-11-14 03:17:25 -08:00
Brian Tiger Chow
a1e738e297
docs(init) rename filename var
2014-11-14 03:17:25 -08:00
Brian Tiger Chow
8d7ebcb582
refactor(init) rename extracted method
2014-11-14 03:17:25 -08:00
Brian Tiger Chow
3b7983e028
refactor(init) extract response
2014-11-14 03:17:25 -08:00
Brian Tiger Chow
1b5e4032ff
refactor(init) extract context
2014-11-14 03:17:25 -08:00
Brian Tiger Chow
f3048ab712
refactor(init) extract bits flag
2014-11-14 03:17:25 -08:00
Brian Tiger Chow
630b88d227
refactor(init) extract force flag
2014-11-14 03:17:25 -08:00
Brian Tiger Chow
b987c99eea
refactor(init) extract dspath
2014-11-14 03:17:25 -08:00
Brian Tiger Chow
3c8657503c
refactor(init) check file after
2014-11-14 03:17:25 -08:00
Brian Tiger Chow
d894924152
refactor(init) return an error
2014-11-14 03:17:24 -08:00
Brian Tiger Chow
faf6454df6
refactor(init) extract method
2014-11-14 03:17:24 -08:00
Brian Tiger Chow
fee3b0dd31
+2 characters for readability
2014-11-14 03:17:24 -08:00
Brian Tiger Chow
c67e377162
docs(ipfs2/daemon) add some copy
...
can replace if desired, but at least it's not an end-user TODO
2014-11-14 03:17:24 -08:00
Matt Bell
283c175fc4
commands/http: Refactored API to a Client object that takes a string address
2014-11-14 03:17:24 -08:00
Matt Bell
f95476c19a
commands: Allow overriding marshaller for any encoding type
2014-11-14 03:17:24 -08:00
Matt Bell
3dd7a9a5c8
cmd/ipfs2: Broke up main into subfunctions
2014-11-14 03:17:23 -08:00
Matt Bell
7c1e45786a
cmd/ipfs2: Stricter option type coercion in main
2014-11-14 03:17:23 -08:00
Matt Bell
7d4d55a84d
commands/http: Unexported Handler fields and created constructor
2014-11-14 03:17:23 -08:00
Matt Bell
39a60e7f1d
commands: Return a reader in a Response#Reader method, instead of making Response implementing io.Reader
2014-11-14 03:17:23 -08:00
Matt Bell
6bab1f47fb
commands: Removed inpout stream from Request
2014-11-14 03:17:22 -08:00
Matt Bell
d8afd9a9bb
cmd/ipfs: Show usage text if input fails to parse
2014-11-14 03:17:21 -08:00
Matt Bell
cac8844b8d
cmd/ipfs: Reverted back to secondary CLI root command
2014-11-14 03:17:21 -08:00
Matt Bell
9356e1a0a1
cmd/ipfs: Moved private commands to core/commands2
2014-11-14 03:17:21 -08:00
Matt Bell
fb12530822
cmd/ipfs2: Got rid of second root command in favor of Command#Private
2014-11-14 03:17:21 -08:00
Matt Bell
e01f1ba8a1
cmd/ipfs2: daemon command: Handle lock before initializing node
2014-11-14 03:17:20 -08:00
Matt Bell
decda21889
cmd/ipfs2: Changed command variable naming convention
2014-11-14 03:17:20 -08:00
Matt Bell
9fb20dabb3
cmd/ipfs2: Added init command
2014-11-14 03:17:20 -08:00
Brian Tiger Chow
db7a42e73c
refactor(cmd/ipfs2) rename to match cmd/ipfs1
2014-11-14 03:17:20 -08:00
Brian Tiger Chow
b3e7cbb9a5
refactor(commands) swap argument order to match Http(w, r) idiom
2014-11-14 03:17:20 -08:00
Brian Tiger Chow
026c30fa71
fix(cmd/ipfs2/daemon) imports
2014-11-14 03:16:06 -08:00
Brian Tiger Chow
93e959a459
fix(cmd/ipfs2, commands) imports
2014-11-14 03:16:05 -08:00
Brian Tiger Chow
510a4a9093
move new commands to new place
2014-11-14 03:16:05 -08:00
Brian Tiger Chow
3d9331512d
move originals back to ipfs
2014-11-14 03:16:05 -08:00
Brian Tiger Chow
b3a96d2bb3
move temporarily
2014-11-14 03:16:04 -08:00
Matt Bell
aea52132cb
cmd/ipfs: Initialize IpfsNode when running locally or starting daemon
2014-11-14 03:16:04 -08:00
Matt Bell
54587897c1
cmd/ipfs: Default to plaintext encoding if avilable, otherwise JSON
2014-11-14 03:16:04 -08:00
Matt Bell
b3ff407d38
commands: Gave Requests a reference to the command they are being called on
2014-11-14 03:16:04 -08:00
Matt Bell
4bbd579068
cmd/ipfs: Added 'local' flag to call command locally instead of executing on daemon
2014-11-14 03:16:03 -08:00
Matt Bell
063cb536df
cmd/ipfs: Display help text when help flag is set
2014-11-14 03:16:03 -08:00
Matt Bell
8edfee2a58
cmd/ipfs: Removed new commands (to be refactored later)
2014-11-14 03:16:03 -08:00
Matt Bell
c679783084
cmd/ipfs: Log to show API server is listening
2014-11-14 03:16:03 -08:00
Matt Bell
0b73a48b84
commands/http: Made Handler set request contexts
2014-11-14 03:16:03 -08:00
Matt Bell
3f4da97c58
cmd/ipfs: Use daemon lock functions
2014-11-14 03:16:03 -08:00
Matt Bell
7efa174f2d
cmd/ipfs: Made daemon command use request context instead of loading config
2014-11-14 03:16:03 -08:00
Matt Bell
2419ffdb2d
cmd/ipfs: Load config and put in request context
2014-11-14 03:16:02 -08:00
Matt Bell
7d53e736cf
cmd/ipfs: Added getConfig function
2014-11-14 03:16:02 -08:00
Matt Bell
cf60fdd3d9
cmd/ipfs: Load API address from config
2014-11-14 03:16:02 -08:00
Matt Bell
e2ed10b85b
cmd/ipfs: Use lock to check if daemon is running, if not then run command locally
2014-11-14 03:16:02 -08:00
Matt Bell
e011d950bb
cmd/ipfs: Obtain lock when starting daemon
2014-11-14 03:16:02 -08:00
Matt Bell
d87aad1e3a
cmd/ipfs: Do command option conversion in CLI entry point
2014-11-14 03:16:02 -08:00
Matt Bell
b4fc0dba96
cmd/ipfs: Added basic daemon command
2014-11-14 03:16:02 -08:00
Matt Bell
e82532c7d1
cmd/ipfs: Added ipfs.exe to .gitignore
2014-11-14 03:16:02 -08:00
Matt Bell
36bdc456d2
commands/http: Moved HTTP RPC into commands/http package
2014-11-14 03:16:01 -08:00
Matt Bell
201ad30a7b
cmd/ipfs: Run CLI-specific subcommands locally in CLI entry point
2014-11-14 03:16:01 -08:00
Matt Bell
ccfb10dde0
cmd/ipfs: Added root command for CLI-specific subcommands (init, daemon, etc.)
2014-11-14 03:16:01 -08:00
Matt Bell
c89826c1ef
cmd/ipfs: Added HTTP RPC client to entry point
2014-11-14 03:16:01 -08:00
Matt Bell
26495b799d
cmd/ipfs: Deleted existing CLI commands (to be refactored for the commands API)
2014-11-14 03:16:01 -08:00
Matt Bell
3e062f6e1e
cmd/ipfs: Rewrote entry point to invoke commands via new command API
2014-11-14 03:16:01 -08:00
Brian Tiger Chow
d1fa4bd9b5
copy to old location
2014-11-14 03:16:00 -08:00
Brian Tiger Chow
bc6800035b
move ipfs commands
2014-11-14 03:16:00 -08:00
Brian Tiger Chow
67bc9cc89d
feat(init) display peer id in init command
...
use case:
Just configured and installed a node.
benefits:
1) reduces friction when setting up a new node
2) reveals useful details about the workings of the system. It's the
user's first encounter with her node's identity. The tour can build on
the user's knowledge.
```
ipfs (maybebtc-november) λ. ipfs init -f
initializing ipfs node at /Users/btc/.go-ipfs
generating key pair
peer identity: QmcRbn41Vc2CvbpLYfN36mAWusErKWvAAHbq92LPra2gFT
```
2014-11-05 10:15:17 -08:00
Juan Batiz-Benet
c6b74207bc
config/init: init Version with CheckPeriod #265
2014-11-04 19:15:25 -08:00
Juan Batiz-Benet
866c2c8915
updates + config: moved location of current version number
2014-11-04 18:58:15 -08:00
Juan Batiz-Benet
3eb43d1cb4
mount: darwin osx fuse check fix
...
committed my test case accidentally :(
2014-11-01 22:38:13 -07:00
Juan Batiz-Benet
7972f3a7ee
fixed osx fuse checks
2014-11-01 22:38:12 -07:00
Jeromy
c7ef55a450
move OSX specific calls to build tagged files
2014-10-31 19:46:42 +00:00
Juan Batiz-Benet
ca1bf26744
check osxfuse version. Fixes #202 .
2014-10-31 10:10:12 -07:00
Brian Tiger Chow
7510ef2081
feat(cmd/ipfs1) add mem profiling in debug mode
...
TODO add memory profiling to ipfs2
2014-10-29 18:24:32 -07:00
Brian Tiger Chow
1e847059bc
style(cmd/ipfs/pprof) move defer close to initialization
2014-10-29 18:24:32 -07:00
Juan Batiz-Benet
0ee4b3ec77
tour list: left justify
2014-10-26 10:03:38 -07:00
Juan Batiz-Benet
6f7bab389e
tour: command
2014-10-26 08:32:08 -07:00
Juan Batiz-Benet
d8eb8b1191
ipfs cmd help now shows update
...
+ reorder of plumbing
2014-10-22 15:22:01 -07:00
Henry
4f42a26836
fixed --force flag for shutdown after update
2014-10-22 12:42:13 +02:00
Henry
0a0c38fb91
using @jbenet's industrial lipstick to clean this up
2014-10-22 11:25:30 +02:00
Henry
0115d1e0de
respect cfg.Version.Check
2014-10-22 11:25:30 +02:00
Henry
cb73ea7ba4
removed duplicate logic
2014-10-22 11:25:30 +02:00
Henry
81f84d6cea
updated error messages and explicit import names
2014-10-22 11:25:30 +02:00
Henry
8d41021b89
check AutoUpdate settings and apply
2014-10-22 11:25:30 +02:00
Henry
7ddf3836d0
implemented manual check and update (with signature verification)
2014-10-22 11:25:30 +02:00
Henry
5fa3053e19
added command stubs
2014-10-22 11:24:34 +02:00
Henry
2806260f5c
use inconshreveable's go-update to check for updates
2014-10-22 11:24:34 +02:00
Jeromy
65385b37ea
fix rm flags
2014-10-22 00:28:41 -07:00
Jeromy
6f750572cd
add lock to pinner and rework cli
2014-10-22 00:28:41 -07:00
Jeromy
31b0ff0307
add testing for pins
2014-10-22 00:28:41 -07:00
Juan Batiz-Benet
9e3bfa28bb
Merge pull request #185 from cryptix/cmdObjects
...
object plumbing commands
2014-10-19 16:58:47 -07:00
Juan Batiz-Benet
e989d6febe
move IDFromPubKey to peer pkg
2014-10-18 04:28:26 -07:00
Juan Batiz-Benet
d2671afd66
command help spacing
2014-10-18 04:28:23 -07:00
Henry
02659c68b6
fix IPFS_DEBUG (was set after SetupLogging)
2014-10-18 12:03:47 +02:00
Henry
e735addbb2
object plumbing commands
2014-10-18 04:35:12 +02:00
Henry
0631a39492
cleaned up SetupLogging()
2014-10-15 14:23:54 +02:00
Henry
0557b1052d
updated cmdIpfsLog help text
2014-10-15 14:04:46 +02:00
Henry
ea76b66b7f
output these errors directly to the user
2014-10-15 14:00:03 +02:00
Henry
db1ac7499a
added help about wildcard
2014-10-15 13:36:14 +02:00
Henry
3455846b35
add log command
2014-10-15 13:18:00 +02:00
Henry
c98b0e83b4
use log.Error() config.PathRoot() and CmdIpfs.Dispatch() err
2014-10-15 13:18:00 +02:00
Juan Batiz-Benet
8f1c12efe0
addCmd -> nameCmd
...
Thanks to @cryptix
2014-10-14 03:15:02 -07:00
Henry
a269e46017
fix setupCmdContext() for subcommands ( fixes #163 )
2014-10-14 10:49:01 +02:00
Henry
f613af438c
updated help for block commands
2014-10-14 09:55:14 +02:00
Henry
4abba7bc03
put has no key argument (it's derived from the valfile)
2014-10-14 00:13:12 +02:00
Henry
5b635bb9ea
removed old examples from block help
2014-10-13 20:48:37 +02:00
Henry
f93732a9c5
added block get and put commands to daemon
2014-10-13 20:47:09 +02:00
Henry
08bb6f149f
templates for block commands (updates #138 )
2014-10-13 20:31:14 +02:00
Jeromy
bb84c232e1
make add command use absolute paths and print properly, issue #151
2014-10-10 13:46:51 -07:00
Jeromy
26574b5345
add net-diag to help message
2014-10-10 13:18:20 -07:00
Jeromy
a7b69500b1
address concerns in PR and make log stuff more fun
2014-10-10 13:18:20 -07:00
Jeromy
96af2a1f81
pretty output
2014-10-10 13:18:20 -07:00
Jeromy
5c14df0a13
turn logging back off for @jbenet's sanity
2014-10-10 13:18:19 -07:00
Jeromy
77cec59083
actually put diagCmd into the super command so it can be run
2014-10-10 13:18:19 -07:00
Jeromy
d5f0476c1c
implement diagnostics command
2014-10-10 13:18:19 -07:00
Jeromy
280c7e7e06
implement diagnostics service
2014-10-10 13:18:19 -07:00
Juan Batiz-Benet
7652f86c6f
fixed a parsing bug on Version.CheckPeriod
...
And refactored a few names/comments
2014-10-09 20:31:26 -07:00
Peter Borzov
b60f0d582f
Limit update checks to once per configurable time period to avoid HTTP request time delay
2014-10-09 19:59:47 -07:00
Peter Borzov
8b90071478
Clean up error/warning messages for consistency
2014-10-09 19:59:32 -07:00
Peter Borzov
98ba0be060
Move versioning/updates stuff to a separate package
2014-10-09 19:59:15 -07:00
Peter Borzov
9f7dc48201
Add supported Version.Check values as consts
2014-10-09 19:58:51 -07:00
Peter Borzov
4c167a42e2
Rename config.Updates to config.Version
2014-10-09 19:58:51 -07:00
Peter Borzov
bd9142f042
Turn on update checker for local nodes
2014-10-09 19:58:19 -07:00
Peter Borzov
f6650b0289
Check for updates:if github releases with higher tag semvers exist
2014-10-09 19:57:59 -07:00
Peter Borzov
c8678666e3
Save ipfs version used to initialize config
2014-10-09 19:57:59 -07:00
Peter Borzov
6f033dd7a1
Initialize Updates.check config setting
2014-10-09 19:57:59 -07:00
Peter Borzov
ecd6f3b00c
Add Updates.Check field to Config
2014-10-09 19:57:58 -07:00
Juan Batiz-Benet
ab83c52431
Merge branch 'master' into ipns
...
Conflicts:
cmd/ipfs/ipfs.go
2014-10-09 03:46:35 -07:00
Juan Batiz-Benet
2fa43ce46c
ipfs name cmd improvements
...
- cleaned up cmd help
- ipfs name publish [<name>] <ref>
- ipfs name resolve [<name>]
- publish validates <ref>
- both validate n args
2014-10-09 03:39:47 -07:00
Juan Batiz-Benet
ffe2bdceef
init SetupLoggers
...
this is useful so that loggers are all setup during tests
2014-10-08 02:50:42 -07:00
Jeromy
5ba2efc2b8
make tests pass
2014-10-08 04:25:51 +00:00
Juan Batiz-Benet
abefd93fb8
edited bootstrap cmd
...
- safer parsing
- multiple inputs
- add: dup detection
- common cfg writing
2014-10-06 02:14:05 -07:00
Juan Batiz-Benet
091f6f8516
added getConfig
2014-10-05 17:46:44 -07:00
Siraj Ravel
a2c2c48773
Implement ipfs bootstrap command.
...
This set of commits implements the bootstrap commands,
following from the description in #117
2014-10-05 17:18:42 -07:00
Juan Batiz-Benet
0c8ae7674e
loggers: set level
2014-10-04 03:53:21 -07:00
Juan Batiz-Benet
7e1cd59259
initialize loggers at ERROR
2014-10-04 03:36:30 -07:00
Jeromy
d872e0cce5
move publish and resolve under the 'name' subcommand
2014-10-02 22:30:50 +00:00
Juan Batiz-Benet
a76f6af1df
remove old cat
2014-10-02 03:33:20 -07:00
Juan Batiz-Benet
bc0769e370
ipfs + ipns mounts with flags + config
2014-10-02 03:05:49 -07:00
Juan Batiz-Benet
068c0375f9
bugfix: get to root cmd for config flag
2014-10-02 03:05:05 -07:00
Juan Batiz-Benet
7bf7afb7a9
logging on gen
2014-10-02 03:04:48 -07:00
Juan Batiz-Benet
e91b2b8aec
use makeCommand for publish + resolve
2014-10-02 02:50:55 -07:00
Juan Batiz-Benet
330ee8c79f
added command struct for makeCommand
2014-10-02 02:50:33 -07:00
Juan Batiz-Benet
2bd843123e
added command context initialization
2014-10-02 02:49:36 -07:00
Juan Batiz-Benet
381824477e
Bugfix: daemon wg sync
2014-10-02 00:12:36 -07:00
Juan Batiz-Benet
ee1ba164d0
fix arg bug
2014-10-02 00:09:32 -07:00
Juan Batiz-Benet
874d61270e
Bugfix: daemon wg sync
2014-10-02 00:04:34 -07:00
Jeromy
b6a59c90cf
add flag for ipfs mountpoint
2014-10-02 06:14:38 +00:00
Juan Batiz-Benet
aa79f38580
cleanup logging setup.
...
- should not be on init, because need debug flag
2014-10-01 02:02:48 -07:00
Juan Batiz-Benet
14a384d826
pin: add depth arg.
2014-10-01 01:26:48 -07:00
Juan Batiz-Benet
728f17d3c9
cmd/ipfs/pin.go now uses MakeCommand
...
+ added recursive pinning func
2014-10-01 01:17:27 -07:00
Juan Batiz-Benet
11a8826d4f
RPCAddress -> ddresses.API
2014-10-01 00:46:39 -07:00
Jeromy
9b0c578fc0
better cleanup of ipfs on program exit
2014-10-01 00:41:30 -07:00
Jeromy
6080944af9
writing files inside ipns works now! also implemented resolve cli command
2014-10-01 00:41:29 -07:00
Jeromy
e61c59758b
implement initial ipns filesystem interface as well as plumbing command for publishing
2014-10-01 00:39:57 -07:00
Jeromy
375a38c5f7
add basic publish command, needs polish
2014-10-01 00:39:57 -07:00
Jeromy
16aa636273
allow ipns to be mounted by mount command
2014-10-01 00:38:32 -07:00
Jeromy
a65e8600a3
catch ipns branch up to master and make all things compile
2014-10-01 00:37:53 -07:00
Jeromy
c41a9717fe
make disconnects and reconnects work a little better
2014-10-01 00:26:59 -07:00
Jeromy
da1890e5ef
add run command
2014-10-01 00:26:59 -07:00
Jeromy
235a767492
implement namesys resolvers (thanks to bren2010 for dns and proquint)
2014-10-01 00:16:05 -07:00
verokarhu
c6c758d93f
fix compile error after rebase
2014-09-30 23:02:22 +03:00
verokarhu
0b0bee6fd5
switch to multiaddr and use /ipfs/ path in http api
2014-09-30 22:59:57 +03:00
verokarhu
7b22bdc68b
fix compile error after sync
2014-09-30 22:59:56 +03:00
verokarhu
600829b4e7
fix localNode call
2014-09-30 22:59:55 +03:00
verokarhu
d894d6382f
daemon listener to http serve code
2014-09-30 22:59:53 +03:00
verokarhu
8eb95faf50
moved http to server/http and implemented serve http subcommand
2014-09-30 22:59:53 +03:00
verokarhu
0a25b64f0a
implemented suggestions by whyrusleeping
2014-09-30 22:59:52 +03:00
verokarhu
e4941069ef
hostname flag to serve command
2014-09-30 22:59:51 +03:00
verokarhu
8831427c82
rudimentary HTTP POST support
2014-09-30 22:59:50 +03:00
verokarhu
bb924cab5b
add port flag to serve
2014-09-30 22:59:50 +03:00
verokarhu
0427d1efa1
beginnings of an http gateway/api
2014-09-30 22:59:50 +03:00
Jeromy
e311ccbf43
respect the lock file, also cpu profile
2014-09-30 03:22:29 -07:00
Jeromy
9c221719f9
switch over to using a lock file for daemon connections
2014-09-30 03:20:15 -07:00
Juan Batiz-Benet
ac1430456c
changed gitignore to accomodate atom
...
See https://github.com/atom/atom/issues/3660
2014-09-30 03:19:13 -07:00
Shanti Bouchez-Mongardé
832d84ef3c
When initializing datastore, create directory with correct permissions.
2014-09-29 21:54:35 +02:00
Shanti Bouchez-Mongardé
2a3ab23f1d
Check the datastore is writeable when initializing
2014-09-29 21:54:35 +02:00
Shanti Bouchez-Mongardé
e200c089fa
Correct style.
2014-09-29 21:54:35 +02:00
Shanti Bouchez-Mongardé
7705dfb939
Refactor config file location, add IPFS_CONFIG_DIR
...
Removed config.Filename and replace it with config.GetConfigFilePath that
takes a configuration directory as argument instead. Makes code simpler.
ipfs.getConfigDir now also return the default configuration dir instead of
an empty string in some cases.
2014-09-29 21:54:35 +02:00
Shanti Bouchez-Mongardé
73077d1f72
Implement ipfs init -d (change datastore location)
2014-09-29 21:54:08 +02:00
Jeromy
68f1a1a260
update readme and a couple comments
2014-09-27 18:50:38 -07:00
Jeromy
727b6bf9a3
udpated commands and RPC dialing to work with new configuration changes
2014-09-27 16:02:50 -07:00
Juan Batiz-Benet
303ebd894d
config: changed language from Peers to Bootstrap
2014-09-24 05:31:25 -07:00
Juan Batiz-Benet
193aebc4c0
config: rename addresses
...
WARNING: change breaks old configs.
@whyrusleeping @perfmode
This commit changes the way addresses are stored in config files.
It lumps Identity.Address and RPCAddress into Addresses. This
commit also fixes several golint issues.
2014-09-24 05:28:35 -07:00
Jeromy
7bc4fbfa5d
turn logging on by default, also make Provide not fail when no peers connected
2014-09-22 19:22:04 -07:00
Juan Batiz-Benet
81b4b38140
RPC Address init + checks
2014-09-22 04:06:17 -07:00
Juan Batiz-Benet
1653304129
adjusted what Address means in config
...
There are (so far) two sorts of addresses that peers care about:
- peer network addresses, local to listen, saved to bootstrap.
`config.Identity.Address`
- peer RPC network address, local RPC tcp endpoint
`config.RPCAddress`
@whyrusleeping @perfmode
2014-09-22 04:06:17 -07:00
Juan Batiz-Benet
6807b6e98e
added mars.i.ipfs.io as a bootstrap node
...
In the future, let's have a (signed) list of bootstrap
nodes. Ideally just a list of ipfs multiaddrs (with node.ID)
2014-09-22 04:06:17 -07:00
Juan Batiz-Benet
b053896e5f
uncommenting global debug
...
let's keep this a turn-on for testing sort of thing.
(want the outputs of commands like `ipfs add` to be
usable as inputs to other programs/scripts).
maybe we should consider adding a --debug (not -d),
once we figure out adding flags that apply globally :)
@whyrusleeping
2014-09-22 04:06:17 -07:00
Juan Batiz-Benet
74a0aa54ad
fixed [%s] bug
2014-09-22 04:06:17 -07:00
Juan Batiz-Benet
d1c4ffba7c
init -f fix and output
2014-09-22 04:06:16 -07:00
Juan Batiz-Benet
d17fcc1780
fix security comment #92
2014-09-22 04:06:16 -07:00
Brian Tiger Chow
556da76b2c
fix(cmd:ipfs) import err identify -> spipe
2014-09-22 04:05:15 -07:00
Jeromy
2607bee4d6
Change config flag to accept config dir instead of file path
2014-09-17 06:03:58 +00:00
Jeromy
9e4b8586a9
Add config flag to cmd line interface
2014-09-17 02:49:36 +00:00
Jeromy
0ec9dce19c
Merge branch 'master' of github.com:jbenet/go-ipfs into daemon
...
Conflicts:
core/core.go
2014-09-14 04:22:05 +00:00
Jeromy
35a87e9d07
expand path names for add command, and pass errors up even more
2014-09-13 04:42:48 +00:00
Jeromy
b55a5078a8
refactor daemon code, moved commands to core/commands
2014-09-12 21:29:54 +00:00
Jeromy
ec40a29b3d
change ExecuteCommand to return an error
2014-09-12 19:11:54 +00:00
Juan Batiz-Benet
5a41a2ac07
Merge pull request #54 from jbenet/fix/config-test
...
fix(config) failing test
2014-09-12 10:59:43 -07:00
Siraj Ravel
256db0b52b
Merge pull request #1 from jbenet/master
...
give
2014-09-12 10:32:00 -07:00
Brian Tiger Chow
a5c0f67c8c
fix(config) failing test
...
also replace *Datastore with Datastore
2014-09-12 04:20:46 -07:00
Matt Bell
fbec97982f
cmd/init: Fixed init checking if config exists
2014-09-11 13:07:38 -07:00
Siraj Ravel
b88ee2870a
golint cleanup
2014-09-11 12:25:52 -07:00
Jeromy
8dfb119fa6
Merge branch 'master' of github.com:jbenet/go-ipfs
...
Conflicts:
cmd/ipfs/add.go
cmd/ipfs/cat.go
cmd/ipfs/ls.go
cmd/ipfs/mount_unix.go
2014-09-10 06:28:15 +00:00
Brian Tiger Chow
7968b45e58
vendor dependencies with godep
...
dependencies are vendored into Godeps/_workspace and commit versions are
recorded in Godeps.json
update datastore to e89f0511
update go.crypto
2014-09-09 22:39:42 -07:00
Jeromy
b2a218816d
initial hack at turning ipfs into a daemon, just implemented simple rpc at this point
2014-09-09 05:11:56 +00:00
Jeromy
275b03f814
rework dagreader to have a dagservice for node resolution
2014-09-06 22:11:44 +00:00
Jeromy
dad9751754
implement a basic data format for data inside dag nodes
2014-09-05 20:47:55 +00:00
Jeromy
eeab5f9bd9
fix issue with blocks not actually being stored via dagservice
2014-09-04 03:37:29 +00:00
Jeromy
4b97f1f270
create new crypto package and make rest of repo use it
2014-09-03 20:15:10 +00:00
Jeromy
aa5a34a6d1
add init command to generate crypto keys
2014-09-02 12:58:35 -07:00
Jeromy
c2cc4b1d70
a little cleanup, ipfs 'works' for basic file adds and cats
2014-08-29 17:22:40 -07:00
Jeromy
691d1b36bb
integrate bitswap and blockservice into the core package
2014-08-29 11:34:50 -07:00
Juan Batiz-Benet
668a90f6b6
use Printf in cat
2014-08-20 18:27:42 -07:00
verokarhu
fef46e44f8
mount command on windows returns an error instead of nil and adjusted unix-only code
2014-08-01 00:51:43 +03:00
verokarhu
dcd0bac8e5
disable mount command on windows for now
2014-07-31 20:04:05 +03:00
Juan Batiz-Benet
639d196a45
linted config
2014-07-31 02:35:17 -07:00
Juan Batiz-Benet
80323ebae8
config: redo to use other serialization functions
2014-07-31 02:32:03 -07:00
Juan Batiz-Benet
bf7cb198ea
config: cleaned up ipfs config cmd
2014-07-31 01:08:37 -07:00
Peter Borzov
20bce47491
ipfs config cmd with git-style get/set
...
Adds "ipfs config" command designed in git style.
See specific config's values with:
$ipfs config datastore.path
~/.go-ipfs/datastore
Assign a new value with:
$ipfs config datastore.path ~/.go-ipfs/datastore
Open the config file in your default $EDITOR:
ipfs config edit
2014-07-31 00:24:41 -07:00
Juan Batiz-Benet
4fcdb23bd1
cli readme
2014-07-22 02:34:29 -07:00
Juan Batiz-Benet
140317007e
use go install
2014-07-22 02:31:10 -07:00
Juan Batiz-Benet
6626e6791b
cli -> cmd/ipfs
2014-07-22 02:30:32 -07:00