31d5df51a6
Merge pull request #2598 from pfista/2571-repo-version
...
`ipfs repo version` command
2016-06-04 04:03:17 +02:00
5aaebd0b2d
Adding tests for repo stat and repo version cmd
...
License: MIT
Signed-off-by: Michael Pfister <pfista@gmail.com>
2016-06-03 13:54:39 -07:00
53ccaa9722
adding tests
...
License: MIT
Signed-off-by: Michael Pfister <pfista@gmail.com>
2016-06-03 13:39:56 -07:00
7517bb393b
fixing bad rebase
...
License: MIT
Signed-off-by: Michael Pfister <pfista@gmail.com>
2016-06-03 13:20:32 -07:00
74e701d852
Add period to helptext
...
License: MIT
Signed-off-by: Michael Pfister <pfista@gmail.com>
2016-06-03 13:05:45 -07:00
cd0a33c7c2
Adds repo version subcommand
...
Fixes #2571
License: MIT
Signed-off-by: Mike Pfister <pfista@gmail.com>
2016-06-03 13:05:45 -07:00
234afc8888
Adds repo version info to repo stat command
...
addresses #2571
License: MIT
Signed-off-by: Mike Pfister <pfista@gmail.com>
2016-06-03 13:03:40 -07:00
d6654e501d
Merge pull request #2796 from ipfs/dockerfile-fast
...
docker: make dockerfile differences more obvious
2016-06-02 22:12:48 -07:00
00ae31cbdd
docker: make dockerfile differences more obvious
...
License: MIT
Signed-off-by: Lars Gierth <larsg@systemli.org>
2016-06-03 02:12:31 +02:00
994109c731
Merge pull request #2790 from ipfs/feature/version-all
...
Add version --all option
2016-06-02 12:23:45 -07:00
c8c329df14
Move tests around as for #2774
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-06-02 17:53:27 +02:00
01d596bc83
Add test for version --all
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-06-02 17:53:24 +02:00
082393dba4
Merge pull request #2792 from ipfs-filestore/kevina/filestore-bits
...
Stable bits from Pull Request #2634
2016-06-01 20:47:33 -07:00
a38ab167e4
Merge pull request #2794 from ipfs/deps/libp2p/3.3.1
...
update libp2p to v3.3.1
2016-06-01 20:43:38 -07:00
9360f5ca6f
Store needed parts of IpfsNode in Adder.
...
This will make it easier to set up a specialized data pipeline.
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-06-01 22:17:02 -04:00
7274c6be35
update libp2p to v3.3.1
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-06-01 16:45:46 -07:00
dbabcf9681
Rename blocks.RawBlock to blocks.BasicBlock.
...
License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
2016-06-01 17:14:16 -04:00
0bcfc493c6
Add version --all option
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-06-01 22:43:49 +02:00
acd5765bb6
Merge pull request #2788 from ipfs/fix/buffer-err-chan
...
Fix/buffer err chan
2016-06-01 13:28:35 -07:00
393ae7b732
Merge pull request #2781 from ipfs/feature/fix-files-apostrophe
...
Fixed apostrope in files stat options
2016-06-01 12:31:49 -07:00
82a2218251
localize context cancellation in PutRecordToRouting
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-06-01 12:20:04 -07:00
a4f2d1d2f7
buffer error chan to prevent dead goro buildup
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-06-01 12:18:59 -07:00
fd1eae87f7
Merge pull request #2782 from ipfs/feature/78-ruler
...
All commands: Align to under 78-ruler width
2016-06-01 09:45:55 -07:00
cd4bc54d90
Merge pull request #2780 from ipfs/feature/files-ruler
...
files: Adjust to fit ruler 78
2016-06-01 09:18:59 -07:00
711ed38d3f
Merge pull request #2779 from ipfs/feature/stats-ruler
...
stats: Aligned text to 78 ruler, fixed grammar error
2016-06-01 09:18:22 -07:00
5f6961028c
Merge pull request #2757 from ipfs/feature/Godeps-to-gx-2
...
Second wave of gx migrations
2016-06-01 09:17:26 -07:00
ed2d94b007
Merge pull request #2775 from ipfs/feature/head-no-body
...
Add check for HEAD response to be empty
2016-06-01 09:11:40 -07:00
7f61030eb5
All commands: Align to under 78-ruler width
...
This is just for the description, for now.
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-06-01 16:44:29 +01:00
575547042c
Fixed apostrope in files stat options
...
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-06-01 15:42:23 +01:00
f2328af541
files: Adjust to fit ruler 78
...
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-06-01 15:38:00 +01:00
5593d776be
stats: Aligned text to 78 ruler, fixed grammar error
...
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
2016-06-01 15:32:41 +01:00
c814478fb9
Merge pull request #2773 from ipfs/feature/commands-flags
...
Fix commands --flags not showing flags via HTTP API
2016-05-31 16:32:20 -07:00
d7913c893a
Migrate rs/cors to gx
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-31 22:40:41 +02:00
a2a8062c87
Move go-context to gx
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-31 22:40:35 +02:00
3644730938
Remove deps that are no longer in Godeps
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-31 22:36:22 +02:00
afb2afc7bc
Move pb to gx
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-31 22:36:22 +02:00
88da12ef56
Merge pull request #2707 from ipfs/local-mount-test
...
Make t0030 use iptb for consistent test passing.
2016-05-31 10:15:20 -07:00
7167e93be4
Add test to prevent future regressions
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-31 18:55:45 +02:00
82c0a3ba97
Merge pull request #2754 from ipfs/fix-dockerfile-currentcommit
...
docker: simplify git ref resolution, thanks @chriscool
2016-05-31 09:20:55 -07:00
6a894d6e76
Merge pull request #2696 from ipfs/feature/Offline-2393
...
Offline daemon mode
2016-05-31 09:12:13 -07:00
4974a02f27
Merge pull request #2772 from ipfs/deps/libp2p/3.2.3
...
update libp2p to v3.2.3
2016-05-31 08:44:43 -07:00
f99bb4f9d5
Add check for HEAD response to be empty
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-31 17:18:50 +02:00
a6d0fd287b
Fix commands --flags not showing flags via HTTP API
...
It was caused by the cmds.Option struct being Interface not struct
The solution is to create struct and copy interesting data over.
Also removed the "ShowOptions" field from being sent via the HTTP API.
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-31 16:55:37 +02:00
dcf750365d
Merge pull request #2756 from ipfs/feature/HiddenFilesTests
...
Add test for directly adding hidden file
2016-05-30 22:15:11 -07:00
aae6a2c379
update libp2p to v3.2.3
...
License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
2016-05-30 22:14:21 -07:00
d527e581e2
Add test for directly adding hidden file
...
It got broken no so long ago so this is the regression
test for that.
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2016-05-31 06:51:51 +02:00
a37261208c
Merge pull request #2752 from ipfs/feature/debug-guide-name-conflict
...
Remove conflict of names in the debugging guide
2016-05-30 11:07:43 -07:00
6c3350369e
Merge pull request #2516 from Stebalien/protobuf-content-type
...
Correctly set the content type for `object get --encoding=protobuf`
2016-05-28 23:28:45 -07:00
eaaefd51f4
Merge pull request #2761 from ipfs/feature/DiagOnOnlineOnly-2760
...
Require diag cmds command to run on daemon
2016-05-28 23:27:51 -07:00
da4a4ac0bc
Merge pull request #2657 from ipfs/feature/add-defaults-to-add
...
Add Defaults to `ipfs add`
2016-05-28 23:27:12 -07:00