Go to file
dependabot-preview[bot] 94db61900c
build(deps): bump github.com/ipfs/go-log/v2 from 2.1.2 to 2.1.3
Bumps [github.com/ipfs/go-log/v2](https://github.com/ipfs/go-log) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/ipfs/go-log/releases)
- [Commits](https://github.com/ipfs/go-log/compare/v2.1.2...v2.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-22 11:38:47 +00:00
.github Add autocomment configuration 2020-05-04 12:04:23 +02:00
adder Fix: do not keep adding if BlockPut failed in all destinations 2020-05-17 02:50:54 +02:00
allocator staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
api Merge branch 'master' into feat/alerts 2021-01-14 00:05:20 +01:00
cmd chore: make wait step reachable regardless of flags 2021-01-21 21:38:05 +00:00
cmdutils Speed up and improve "ipfs-cluster-follow * list" 2020-05-15 01:08:30 +02:00
config Fix #937: Print full working configuration at startup 2020-05-15 01:33:04 +02:00
consensus crdt: fix pubsub validation for crdt messages 2021-01-13 22:13:03 +01:00
datastore Fix #937: Print full working configuration at startup 2020-05-15 01:33:04 +02:00
docker Docker: improve for CRDTs 2019-08-13 19:32:38 +02:00
informer Fix #937: Print full working configuration at startup 2020-05-15 01:33:04 +02:00
ipfsconn/ipfshttp Update go-ipfs-pinner dependency 2021-02-19 10:13:45 +01:00
monitor monitor: remove dependency to go-multicodec (#1313) 2021-02-19 09:59:17 +01:00
observations (chore) Upgrade dependencies 2020-08-27 14:10:58 +02:00
pintracker Merge pull request #1129 from ipfs/fix/1013-follow-list 2020-05-16 02:31:06 +02:00
pstoremgr staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
rpcutil staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
sharness alerts: Fix sharnless tests 2021-01-14 00:17:20 +01:00
state staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
test health/alerts endpoint: brush up old PR 2021-01-13 22:09:21 +01:00
version Set development version v0.13.1-next 2021-01-14 14:07:49 +01:00
.codeclimate.yml codeclimate 2018-08-07 20:12:05 +02:00
.codecov.yml Codecov: disable comments 2020-10-05 08:41:42 +02:00
.dockerignore Issue #259: Address CR comments 2017-12-04 13:59:48 +01:00
.gitignore Feat: ipfs-cluster-follow 2019-12-07 15:38:59 +01:00
.travis.yml (chore) Upgrade dependencies 2020-08-27 14:10:58 +02:00
add_test.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
allocate.go cluster: do not allow to repin recursive pins as something else. 2020-04-21 17:23:55 +02:00
CHANGELOG.md changelog for v0.13.1 2021-01-13 23:57:37 +01:00
cluster_config_test.go Remove map pintracker (#944) 2019-12-12 21:22:54 +01:00
cluster_config.go config: Fix some slices being appended the same values twice 2021-01-13 22:13:03 +01:00
cluster_test.go Direct pins: fix add tests for direct pinning 2020-04-23 18:05:05 +02:00
cluster.go feat: make MDNS failure on start non-fatal (#1310) 2021-02-19 09:47:46 +01:00
clusterhost.go chore: update dependencies 2020-09-02 12:18:16 +02:00
config_test.go pintracker: take care of tests 2019-12-16 13:42:35 +01:00
connect_graph.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
CONTRIBUTING.md Docs: Move to website. 2018-04-27 09:05:11 +02:00
COPYRIGHT Dual-license the codebase. 2019-03-01 20:12:19 +00:00
docker-compose.yml Improve docker-compose.yml for testing 2019-09-20 11:08:40 -04:00
Dockerfile rebased on master 2020-09-01 22:51:52 +05:30
Dockerfile-bundle Fix docker build. 2020-08-29 10:43:29 +02:00
Dockerfile-test allowing non amd64 in docker-test 2020-09-01 22:57:38 +05:30
go.mod build(deps): bump github.com/ipfs/go-log/v2 from 2.1.2 to 2.1.3 2021-03-22 11:38:47 +00:00
go.sum build(deps): bump github.com/ipfs/go-log/v2 from 2.1.2 to 2.1.3 2021-03-22 11:38:47 +00:00
ipfscluster_test.go alerts: fix TestClusterAlerts 2021-01-13 22:23:51 +01:00
ipfscluster.go Improve PinLsCid to check for pinned items 2020-04-21 17:23:55 +02:00
LICENSE Chore: Add license file with URLS (#1014) 2020-03-06 13:52:19 +01:00
LICENSE-APACHE Chore: Add license file with URLS (#1014) 2020-03-06 13:52:19 +01:00
LICENSE-MIT Chore: Add license file with URLS (#1014) 2020-03-06 13:52:19 +01:00
logging.go Dependency ugprade: changes needed 2020-03-22 14:50:25 +01:00
Makefile Fix latest staticcheck errors and let travis test it 2020-05-14 23:54:11 +02:00
peer_manager_test.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
pnet_test.go Dependency ugprade: changes needed 2020-03-22 14:50:25 +01:00
README.md Update README: fix links, add ipfs-cluste-follow info 2019-12-20 14:12:17 +01:00
release.sh release.sh: improve script. 2021-01-14 14:06:53 +01:00
rpc_api.go health/alerts endpoint: brush up old PR 2021-01-13 22:09:21 +01:00
rpc_policy.go Merge branch 'master' into feat/alerts 2019-12-13 10:22:06 +05:30
util.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00

IPFS Cluster

Made by Main project IRC channel GoDoc Go Report Card Build Status codecov

Automated data availability and redundancy on IPFS

logo

IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating and tracking a global pinset distributed among multiple peers.

It provides:

  • A cluster peer application: ipfs-cluster-service, to be run along with go-ipfs.
  • A client CLI application: ipfs-cluster-ctl, which allows easily interacting with the peer's HTTP API.
  • An additional "follower" peer application: ipfs-cluster-follow, focused on simplifying the process of configuring and running follower peers.

Are you using IPFS Cluster?

Please participate in the IPFS Cluster user registry.


Table of Contents

Documentation

Please visit https://cluster.ipfs.io/documentation/ to access user documentation, guides and any other resources, including detailed download and usage instructions.

News & Roadmap

We regularly post project updates to https://cluster.ipfs.io/news/ .

The most up-to-date Roadmap is available at https://cluster.ipfs.io/roadmap/ .

Install

Instructions for different installation methods (including from source) are available at https://cluster.ipfs.io/download .

Usage

Extensive usage information is provided at https://cluster.ipfs.io/documentation/ , including:

Contribute

PRs accepted. As part of the IPFS project, we have some contribution guidelines.

License

This library is dual-licensed under Apache 2.0 and MIT terms.

© 2020. Protocol Labs, Inc.