Commit Graph

5858 Commits

Author SHA1 Message Date
Jeromy Johnson
dea67d2be6 Merge pull request #2662 from ipfs/feature/add-default-to-commands
Added Default to `commands` cmd
2016-05-13 15:08:02 -07:00
Jeromy Johnson
2297759ec4 Merge pull request #2668 from ipfs/feature/add-default-to-get
Added Default logic to `get` cmd
2016-05-13 14:58:38 -07:00
Jeromy Johnson
8f24275a87 Merge pull request #2676 from ipfs/feature/add-default-to-ping
Added Default to ping, cleaned up logic
2016-05-13 14:53:57 -07:00
Jeromy Johnson
a55bd460e8 Merge pull request #2670 from ipfs/feature/add-default-to-ls-headers
Added Default logic to `ls` cmd
2016-05-13 14:50:50 -07:00
Jeromy Johnson
21d3f79463 Merge pull request #2651 from ipfs/feature/gitignore-bin
Add bin to gitignore
2016-05-13 14:47:50 -07:00
Jeromy Johnson
e9bb0b4813 Merge pull request #2671 from ipfs/feature/mount_unix_long_help
Added a note about the default values
2016-05-13 14:47:24 -07:00
Jeromy Johnson
7610bf47fd Merge pull request #2666 from ipfs/feature/external-clean-up
Capitalize print statements, add period to `external`
2016-05-13 14:46:38 -07:00
Jeromy Johnson
927083e221 Merge pull request #2675 from ipfs/feature/change-pin-otions
pin ls: Remove count option, add Default to quiet
2016-05-13 14:46:12 -07:00
Jeromy Johnson
d4ce5f09e1 Merge pull request #2679 from ipfs/feature/add-default-false
Added Default false to all remaining options
2016-05-13 14:45:22 -07:00
Jeromy Johnson
efc6231241 Merge pull request #2682 from ipfs/feature/ping-go-syn
Updated synopsis for ping
2016-05-13 14:30:49 -07:00
Jeromy Johnson
9017e7f86f Merge pull request #2685 from ipfs/feature/show-synopsis-in-long
Show Synopsis in long help
2016-05-13 14:29:33 -07:00
Jeromy Johnson
d03bcd464a Merge pull request #2688 from ipfs/feature/2617-update-resolve
Updated resolve hash to Mars, added reference
2016-05-13 14:28:21 -07:00
Jeromy Johnson
eef8b19742 Merge pull request #2689 from ipfs/deps/libp2p/muxers
update deps to introduce yamux hang fix
2016-05-13 14:25:44 -07:00
Jeromy
a657ccf6c0 update deps to introduce yamux hang fix
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-13 13:42:46 -07:00
Richard Littauer
b356089daa Updated resolve hash to Mars, added reference
Closes #2617.

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-13 14:53:12 -04:00
Richard Littauer
4489021fff Show Synopsis in long help
I think that this is useful, even though it is also shown in the Arguments and Options section below. What do you think, @noffle?

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-12 14:09:16 -04:00
Richard Littauer
efc18a3e65 Updated synopsis for ping
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-12 13:48:19 -04:00
Richard Littauer
b01c3f5039 Also added to Root
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-12 12:08:40 -04:00
Richard Littauer
f52050de80 Added Default false to all remaining options
Specifically, to `repo`, `resolve`, `swarm`, and `version`. Part of #2484.

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-12 12:02:47 -04:00
Richard Littauer
254620d3a2 Added Default to ping, cleaned up logic
Part of #2484

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-12 11:46:38 -04:00
Richard Littauer
f6a1be68ab pin ls: Remove count option, add Default to quiet
'count' is never referenced in the code, and adds nothing when run with `ipfs pin ls` currently. I have removed it; add it again when there is actual logic to reflect. Also, added a Default(false) to quiet.

Part of #2484

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-12 11:41:19 -04:00
Richard Littauer
fedf553be3 Added a note about the default values
The /ipfs and /ipns paths can be overridden by the options; this wasn't
in the help text for the options, but should be somewhere. Long help
seemed appropriate.

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-11 17:21:00 -04:00
Richard Littauer
ba36b860dd Added Default logic to ls cmd
See #2484

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-11 17:13:16 -04:00
Richard Littauer
26375df590 Added Default logic to get cmd
Part of #2484

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-11 16:47:55 -04:00
Richard Littauer
158eddcd7f Capitalize print statements, add period to external
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-11 16:20:15 -04:00
Richard Littauer
7fee408b6b Added Default to commands cmd
Part of #2484

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-11 16:03:35 -04:00
Jeromy Johnson
a2bcec40ba Merge pull request #2653 from ipfs/feature/add-defaults-to-init
Added Default logic to `ipfs init`
2016-05-11 08:56:59 -07:00
Jeromy Johnson
732bd7807d Merge pull request #2655 from ipfs/feature/contribute-tests-section
Moved Tests up in Contribute.md
2016-05-11 08:56:04 -07:00
Jeromy Johnson
d58aff0680 Merge pull request #2658 from ipfs/feat/update-libp2p
update libp2p with go-multiaddr and go-stream-muxer updates
2016-05-10 22:21:06 -07:00
Jeromy
6359dc9d5e update libp2p with go-multiaddr and go-stream-muxer updates
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-10 16:06:28 -07:00
Richard Littauer
b620817703 Added section about tests to run locally
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-10 18:07:32 -04:00
Richard Littauer
4b92c33882 Add bin to gitignore
Because these files are mussing up my clean history, and I think they change every time I run make install.

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-10 17:59:55 -04:00
Richard Littauer
f33a3a0904 Moved Tests up in Contribute.md
This should be more prominent. We also need a much better description of how to run tests - rigt now, we are dependant on Travis for the majority of testing, I believe. If there was a clear guide here on how to run the appropriate tests for each kind of PR, that would be fantastic.

We also really ought to have a section asking people to add all of the tests that they can think of.

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-10 16:44:48 -04:00
Richard Littauer
d3cbf0eeb9 Added Default logic to ipfs init
Related to #2484

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-10 16:42:11 -04:00
Jeromy Johnson
665cd85699 Merge pull request #2646 from ipfs/feat/bitswap-reuse-stream
allow bitswap to read multiple messages per stream
2016-05-10 09:06:52 -07:00
Jeromy Johnson
1a6f8c68fd Merge pull request #2584 from ipfs/fix/build-process
add a dist_get script for getting bins from dist.ipfs.io
2016-05-09 13:46:27 -07:00
Jeromy
db5d730fb9 bump gx version to 0.7.0
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-09 13:19:14 -07:00
Jeromy
1e31839cc2 use repo level bins in test Makefile
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-09 12:48:06 -07:00
Jeromy
f2aa10914f fix travis.yml
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-09 11:26:51 -07:00
Jeromy Johnson
2c8fdab197 Merge pull request #2638 from ipfs/t0170-misc-fixes
t0170 misc fixes
2016-05-09 11:26:13 -07:00
Jeromy Johnson
a45cbad091 Merge pull request #2644 from RichardLitt/feature/update-sh-link
Update shell link to allow wget
2016-05-09 10:58:11 -07:00
Jeromy
5f624efe73 fix up dist_get script
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-09 10:55:33 -07:00
Jeromy
3c7fad8af1 address some CR feedback
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-09 10:55:33 -07:00
Jeromy
06a8a5bdb6 use gx-go 1.2.0
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-09 10:55:33 -07:00
Jeromy
4a0882701a update dist_get script to be more cross platform
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-09 10:55:33 -07:00
Jeromy
4b6828ebfe stricter makefile targets
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-09 10:55:33 -07:00
Jeromy
cd11a487cc debugging travisCI
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-09 10:55:33 -07:00
Jeromy
284bb1866f add a dist_get script for getting bins from dist.ipfs.io
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-09 10:55:33 -07:00
Richard Littauer
0f21dcb39c Update shell link to allow wget
The link to the commit file shell link should be to the raw file. That makes it easier for peopel to wget it without caring about using GitHubs interface. Perhaps this should also be hosted on IPFS

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-05-09 10:44:57 -04:00
Jeromy Johnson
00f9ce6c48 Merge pull request #2639 from ipfs/silence-docker-check
test-lib: make checking for docker silent
2016-05-07 11:51:39 -07:00