Commit Graph

1955 Commits

Author SHA1 Message Date
jmank88
215458c0a6 fix nil pointer panic 2019-03-23 08:59:16 -05:00
Kishan Sagathiya
962d249e74
Remove basic monitor (#726)
Remove basic monitor

This commit removes `basic` monitor component, because it is not being
used by default since few releases ago pubsub monitor was introduced.

Issue #689
2019-03-21 22:48:40 +05:30
Hector Sanjuan
af4ccdc9bb
Merge pull request #719 from ipfs/issue_715
Bug fix: input isn't valid multihash
2019-03-19 18:11:47 +01:00
Kishan Mohanbhai Sagathiya
be50543fef Omitempty IPFSID 2019-03-19 22:23:02 +05:30
Kishan Mohanbhai Sagathiya
99a7528d85 Make make check pass 2019-03-18 19:50:42 +05:30
Kishan Mohanbhai Sagathiya
457ac13381 Merge branch 'issue_715' of github.com:ipfs/ipfs-cluster into issue_715 2019-03-18 18:26:19 +05:30
Kishan Mohanbhai Sagathiya
660109c147 Merge branch 'master' into issue_715 2019-03-18 18:25:22 +05:30
Kishan Mohanbhai Sagathiya
226953dd26 Make IPFSID pointer
Make IPFSID pointer so that it can be made nil when empty
2019-03-18 18:24:56 +05:30
Hector Sanjuan
ff8eab08cf
Merge pull request #723 from ipfs/fix-readme-download-link
docs: fix download link in readme
2019-03-18 12:29:31 +01:00
Oli Evans
de084fd119
docs: fix download link in readme 2019-03-18 09:42:43 +00:00
Adrian Lanzafame
9ae2442442
Merge pull request #712 from alekswn/fix/636-LimitMaxHeaderSize
fix #636: mitigate long header attack
2019-03-18 13:41:19 +10:00
Hector Sanjuan
9bfcaffef8
Merge pull request #720 from ipfs/fix/peers-ls-output
Fix ID output using shortened peer ID.
2019-03-15 19:33:33 +00:00
Kishan Mohanbhai Sagathiya
8a06936ccd Bug fix: input isn't valid multihash
Some command were failing with `input isn't valid multihash`, due to
empty peer.ID. This commit omit peer id from IPFSID when empty, thus
avoiding the error state
2019-03-14 18:28:36 +05:30
Hector Sanjuan
7bdf97b9da Fix ID output using shortened peer ID. 2019-03-11 23:08:51 +00:00
Alexey Novikov
a586548e62 fix #636: review nitpicks
License: MIT
Signed-off-by: Alexey Novikov <alexey@novikov.io>
2019-03-11 05:25:26 +00:00
Alexey Novikov
53d624e701 fix #636: mitingate long header attack
License: MIT
Signed-off-by: Alexey Novikov <alexey@novikov.io>
2019-03-10 21:16:26 +00:00
Hector Sanjuan
5081310811
Merge pull request #706 from ipfs/gomod
Enable go.mod for ipfs-cluster
2019-03-09 22:10:16 +00:00
Hector Sanjuan
55569f981f
Merge pull request #708 from ipfs/fix/uuid-pkg
Fix/UUID pkg
2019-03-09 21:22:18 +00:00
Adrian Lanzafame
0998f521ce
tidy go.mod
License: MIT
Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
2019-03-09 14:08:55 +10:00
Adrian Lanzafame
50e5fb8200
change uuid pkg to github.com/google/uuid
License: MIT
Signed-off-by: Adrian Lanzafame <adrianlanzafame92@gmail.com>
2019-03-09 14:05:26 +10:00
Hector Sanjuan
db3ff39f39 Enable go.mod for ipfs-cluster 2019-03-08 12:02:05 +00:00
Hector Sanjuan
3511012f51
Merge pull request #705 from ipfs/0.10.0/release
0.10.0/release
2019-03-07 18:20:57 +00:00
Hector Sanjuan
1c5f8a63b2
gx publish 0.10.0 2019-03-07 18:03:51 +00:00
Hector Sanjuan
f944f44e6f
Release 0.10.0 2019-03-07 18:03:40 +00:00
Hector Sanjuan
7d59fa9c19 Update release date 2019-03-07 18:02:26 +00:00
Hector Sanjuan
ce41ca3c77
Merge pull request #691 from ipfs/0.10.0/changelog
Changelog for 0.10.0
2019-03-07 18:00:36 +00:00
Hector Sanjuan
2c6632e582
Merge pull request #700 from ipfs/fix/add-cids
Types: make AddedOutput carry a cid.Cid
2019-03-07 14:16:32 +00:00
Hector Sanjuan
a9bd43575f types/AddedOutput: remove omitempty in cid 2019-03-07 11:30:08 +00:00
Hector Sanjuan
374ec59256 Fix tests 2019-03-06 19:29:41 +00:00
Hector Sanjuan
f5b1b5d93b Changelog for 0.10.0
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2019-03-06 18:54:06 +00:00
Hector Sanjuan
0008f69162 Types: make AddedOutput carry a cid.Cid
This was a leftover. For consisency, all CIDs coming out of the API
should have the canonical cid form ( { "/": "cid" } ), otherwise
we are inconsistent.
2019-03-06 18:48:25 +00:00
Hector Sanjuan
9fedd6b5cd
Merge pull request #699 from ipfs/issue_698
Hide `extract_headers_path`, `extract_headers_ttl`
2019-03-06 18:39:56 +00:00
Kishan Mohanbhai Sagathiya
27a59991f6 Hide extract_headers_path, extract_headers_ttl
proxy: "extract_headers_path" and "extract_headers_ttl" should be
hidden options in the config
2019-03-06 17:55:06 +05:30
Hector Sanjuan
f0a12e0ce3
Merge pull request #697 from ipfs/0.10.0-rc1/release
0.10.0 rc1/release
2019-03-04 18:36:26 +00:00
Hector Sanjuan
7a246148e3
gx publish 0.10.0-rc1 2019-03-04 18:34:12 +00:00
Hector Sanjuan
37767c0242
Release 0.10.0-rc1 2019-03-04 18:33:56 +00:00
Hector Sanjuan
fb837f1583
Merge pull request #690 from ipfs/feat/proxy-with-pinpath
ipfsproxy: use PinPath to match IPFS behaviour
2019-03-04 18:01:31 +00:00
Hector Sanjuan
23db807b87 ipfsproxy: use PinPath to match IPFS behaviour
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2019-03-04 15:54:34 +00:00
Hector Sanjuan
1c9c9190a6
Merge pull request #696 from ipfs/fix/compose
Fix docker-compose testing
2019-03-04 15:27:24 +00:00
Hector Sanjuan
20a67cc6d1
Merge pull request #692 from ipfs/dual-licensing
Dual-license the codebase.
2019-03-04 15:12:29 +00:00
Hector Sanjuan
1d6827d608
Merge pull request #693 from ipfs/codecov-threshold
Add codecov config file
2019-03-04 15:11:37 +00:00
Hector Sanjuan
6a37c5c7f8
Merge pull request #694 from alekswn/fix/645-BasicAuthTest
fix #645: Basic Authentication test in REST API
2019-03-03 23:21:48 +00:00
Hector Sanjuan
8a1bd1c15e Fix docker-compose testing
We need to pre-create configuration folders and set write permissions
because https://github.com/ipfs/go-ipfs/pull/5048

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2019-03-03 23:03:35 +00:00
Alexey Novikov
d1c0729a5e fix #645: fix error messages
License: MIT
Signed-off-by: Alexey Novikov <alexey@novikov.io>
2019-03-02 14:08:53 +00:00
Alexey Novikov
b4cb46fc5b fix #645: golint
License: MIT
Signed-off-by: Alexey Novikov <alexey@novikov.io>
2019-03-02 08:35:09 +00:00
Alexey Novikov
d49bfff8c4 fix #645: Basic Authentication test in REST API
License: MIT
Signed-off-by: Alexey Novikov <alexey@novikov.io>
2019-03-02 07:28:40 +00:00
Hector Sanjuan
cdf5db127e Add codecov config file
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2019-03-01 20:21:51 +00:00
Hector Sanjuan
a538556920 Dual-license the codebase.
This removes the sign-off requirement.

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2019-03-01 20:12:19 +00:00
Hector Sanjuan
121660aa2f
Merge pull request #688 from ipfs/feat/remove-serial
Remove *Serial types. Use pointers for all types.
2019-03-01 14:33:25 +00:00
Hector Sanjuan
a7db3a9f9b Remove leftover debugging init() function
License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2019-03-01 14:20:35 +00:00