Update package table to remove broken jenkins links
License: MIT Signed-off-by: Andrew Nesbitt <andrewnez@gmail.com>
Andrew Nesbitt committed
Mar 15, 2019 at 14:05 UTC
8774909009f41c0d58309c70a33e9012eb5a48bf
2 files changed
+34
-35
README.md
+34
-34
@@ -7,7 +7,7 @@
7
[](http://webchat.freenode.net/?channels=%23ipfs)
8
[](https://github.com/RichardLitt/standard-readme)
9
[](https://godoc.org/github.com/ipfs/go-ipfs)
10
-[](https://travis-ci.org/ipfs/go-ipfs)
10
+[](https://travis-ci.com/ipfs/go-ipfs)
11
12
## Project Status
13
@@ -344,48 +344,48 @@ If you believe you've found a bug, check the [issues list](https://github.com/ip
344
345
Listing of the main packages used in the IPFS ecosystem. There are also three specifications worth linking here:
346
347
-| Name | CI/Travis | CI/Jenkins | Coverage | Description |
348
-| ---------|---------|---------|---------|--------- |
347
+| Name | CI/Travis | Coverage | Description |
348
+| ---------|---------|---------|--------- |
349
| **Files** |
350
-| [`go-unixfs`](//github.com/ipfs/go-unixfs) | [](https://travis-ci.org/ipfs/go-unixfs) | N/A | [](https://codecov.io/gh/ipfs/go-unixfs) | the core 'filesystem' logic |
351
-| [`go-mfs`](//github.com/ipfs/go-mfs) | [](https://travis-ci.org/ipfs/go-mfs) | [](https://ci.ipfs.team/job/ipfs/job/go-mfs/job/master/) | [](https://codecov.io/gh/ipfs/go-mfs) | a mutable filesystem editor for unixfs |
352
-| [`go-ipfs-posinfo`](//github.com/ipfs/go-ipfs-posinfo) | [](https://travis-ci.org/ipfs/go-ipfs-posinfo) | N/A | [](https://codecov.io/gh/ipfs/go-ipfs-posinfo) | helper datatypes for the filestore |
353
-| [`go-ipfs-chunker`](//github.com/ipfs/go-ipfs-chunker) | [](https://travis-ci.org/ipfs/go-ipfs-chunker) | N/A | [](https://codecov.io/gh/ipfs/go-ipfs-chunker) | file chunkers |
350
+| [`go-unixfs`](//github.com/ipfs/go-unixfs) | [](https://travis-ci.com/ipfs/go-unixfs) | [](https://codecov.io/gh/ipfs/go-unixfs) | the core 'filesystem' logic |
351
+| [`go-mfs`](//github.com/ipfs/go-mfs) | [](https://travis-ci.com/ipfs/go-mfs) | [](https://codecov.io/gh/ipfs/go-mfs) | a mutable filesystem editor for unixfs |
352
+| [`go-ipfs-posinfo`](//github.com/ipfs/go-ipfs-posinfo) | [](https://travis-ci.com/ipfs/go-ipfs-posinfo) | [](https://codecov.io/gh/ipfs/go-ipfs-posinfo) | helper datatypes for the filestore |
353
+| [`go-ipfs-chunker`](//github.com/ipfs/go-ipfs-chunker) | [](https://travis-ci.com/ipfs/go-ipfs-chunker) | [](https://codecov.io/gh/ipfs/go-ipfs-chunker) | file chunkers |
354
| **Exchange** |
355
-| [`go-ipfs-exchange-interface`](//github.com/ipfs/go-ipfs-exchange-interface) | [](https://travis-ci.org/ipfs/go-ipfs-exchange-interface) | N/A | [](https://codecov.io/gh/ipfs/go-ipfs-exchange-interface) | exchange service interface |
356
-| [`go-ipfs-exchange-offline`](//github.com/ipfs/go-ipfs-exchange-offline) | [](https://travis-ci.org/ipfs/go-ipfs-exchange-offline) | N/A | [](https://codecov.io/gh/ipfs/go-ipfs-exchange-offline) | (dummy) offline implementation of the exchange service |
357
-| [`go-bitswap`](//github.com/ipfs/go-bitswap) | [](https://travis-ci.org/ipfs/go-bitswap) | [](https://ci.ipfs.team/job/ipfs/job/go-bitswap/job/master/) | [](https://codecov.io/gh/ipfs/go-bitswap) | bitswap protocol implementation |
358
-| [`go-blockservice`](//github.com/ipfs/go-blockservice) | [](https://travis-ci.org/ipfs/go-blockservice) | N/A | [](https://codecov.io/gh/ipfs/go-blockservice) | service that plugs a blockstore and an exchange together |
355
+| [`go-ipfs-exchange-interface`](//github.com/ipfs/go-ipfs-exchange-interface) | [](https://travis-ci.com/ipfs/go-ipfs-exchange-interface) | [](https://codecov.io/gh/ipfs/go-ipfs-exchange-interface) | exchange service interface |
356
+| [`go-ipfs-exchange-offline`](//github.com/ipfs/go-ipfs-exchange-offline) | [](https://travis-ci.com/ipfs/go-ipfs-exchange-offline) | [](https://codecov.io/gh/ipfs/go-ipfs-exchange-offline) | (dummy) offline implementation of the exchange service |
357
+| [`go-bitswap`](//github.com/ipfs/go-bitswap) | [](https://travis-ci.com/ipfs/go-bitswap) | [](https://codecov.io/gh/ipfs/go-bitswap) | bitswap protocol implementation |
358
+| [`go-blockservice`](//github.com/ipfs/go-blockservice) | [](https://travis-ci.com/ipfs/go-blockservice) | [](https://codecov.io/gh/ipfs/go-blockservice) | service that plugs a blockstore and an exchange together |
359
| **Datastores** |
360
-| [`go-datastore`](//github.com/ipfs/go-datastore) | [](https://travis-ci.org/ipfs/go-datastore) | N/A | [](https://codecov.io/gh/ipfs/go-datastore) | datastore interfaces, adapters, and basic implementations |
361
-| [`go-ipfs-ds-help`](//github.com/ipfs/go-ipfs-ds-help) | [](https://travis-ci.org/ipfs/go-ipfs-ds-help) | N/A | [](https://codecov.io/gh/ipfs/go-ipfs-ds-help) | datastore utility functions |
362
-| [`go-ds-flatfs`](//github.com/ipfs/go-ds-flatfs) | [](https://travis-ci.org/ipfs/go-ds-flatfs) | N/A | [](https://codecov.io/gh/ipfs/go-ds-flatfs) | a filesystem-based datastore |
363
-| [`go-ds-measure`](//github.com/ipfs/go-ds-measure) | [](https://travis-ci.org/ipfs/go-ds-measure) | N/A | [](https://codecov.io/gh/ipfs/go-ds-measure) | a metric-collecting database adapter |
364
-| [`go-ds-leveldb`](//github.com/ipfs/go-ds-leveldb) | [](https://travis-ci.org/ipfs/go-ds-leveldb) | N/A | [](https://codecov.io/gh/ipfs/go-ds-leveldb) | a leveldb based datastore |
365
-| [`go-ds-badger`](//github.com/ipfs/go-ds-badger) | [](https://travis-ci.org/ipfs/go-ds-badger) | N/A | [](https://codecov.io/gh/ipfs/go-ds-badger) | a badgerdb based datastore |
360
+| [`go-datastore`](//github.com/ipfs/go-datastore) | [](https://travis-ci.com/ipfs/go-datastore) | [](https://codecov.io/gh/ipfs/go-datastore) | datastore interfaces, adapters, and basic implementations |
361
+| [`go-ipfs-ds-help`](//github.com/ipfs/go-ipfs-ds-help) | [](https://travis-ci.com/ipfs/go-ipfs-ds-help) | [](https://codecov.io/gh/ipfs/go-ipfs-ds-help) | datastore utility functions |
362
+| [`go-ds-flatfs`](//github.com/ipfs/go-ds-flatfs) | [](https://travis-ci.com/ipfs/go-ds-flatfs) | [](https://codecov.io/gh/ipfs/go-ds-flatfs) | a filesystem-based datastore |
363
+| [`go-ds-measure`](//github.com/ipfs/go-ds-measure) | [](https://travis-ci.com/ipfs/go-ds-measure) | [](https://codecov.io/gh/ipfs/go-ds-measure) | a metric-collecting database adapter |
364
+| [`go-ds-leveldb`](//github.com/ipfs/go-ds-leveldb) | [](https://travis-ci.com/ipfs/go-ds-leveldb) | [](https://codecov.io/gh/ipfs/go-ds-leveldb) | a leveldb based datastore |
365
+| [`go-ds-badger`](//github.com/ipfs/go-ds-badger) | [](https://travis-ci.com/ipfs/go-ds-badger) | [](https://codecov.io/gh/ipfs/go-ds-badger) | a badgerdb based datastore |
366
| **Namesys** |
367
-| [`go-ipns`](//github.com/ipfs/go-ipns) | [](https://travis-ci.org/ipfs/go-ipns) | N/A | [](https://codecov.io/gh/ipfs/go-ipns) | IPNS datastructures and validation logic |
367
+| [`go-ipns`](//github.com/ipfs/go-ipns) | [](https://travis-ci.com/ipfs/go-ipns) | [](https://codecov.io/gh/ipfs/go-ipns) | IPNS datastructures and validation logic |
368
| **Repo** |
369
-| [`go-ipfs-config`](//github.com/ipfs/go-ipfs-config) | [](https://travis-ci.org/ipfs/go-ipfs-config) | N/A | [](https://codecov.io/gh/ipfs/go-ipfs-config) | go-ipfs config file definitions |
370
-| [`go-fs-lock`](//github.com/ipfs/go-fs-lock) | [](https://travis-ci.org/ipfs/go-fs-lock) | [](https://ci.ipfs.team/job/ipfs/job/go-fs-lock/job/master/) | [](https://codecov.io/gh/ipfs/go-fs-lock) | lockfile management functions |
371
-| [`fs-repo-migrations`](//github.com/ipfs/fs-repo-migrations) | [](https://travis-ci.org/ipfs/fs-repo-migrations) | N/A | [](https://codecov.io/gh/ipfs/fs-repo-migrations) | repo migrations |
369
+| [`go-ipfs-config`](//github.com/ipfs/go-ipfs-config) | [](https://travis-ci.com/ipfs/go-ipfs-config) | [](https://codecov.io/gh/ipfs/go-ipfs-config) | go-ipfs config file definitions |
370
+| [`go-fs-lock`](//github.com/ipfs/go-fs-lock) | [](https://travis-ci.com/ipfs/go-fs-lock) | [](https://codecov.io/gh/ipfs/go-fs-lock) | lockfile management functions |
371
+| [`fs-repo-migrations`](//github.com/ipfs/fs-repo-migrations) | [](https://travis-ci.com/ipfs/fs-repo-migrations) | [](https://codecov.io/gh/ipfs/fs-repo-migrations) | repo migrations |
372
| **Blocks** |
373
-| [`go-block-format`](//github.com/ipfs/go-block-format) | [](https://travis-ci.org/ipfs/go-block-format) | N/A | [](https://codecov.io/gh/ipfs/go-block-format) | block interfaces and implementations |
374
-| [`go-ipfs-blockstore`](//github.com/ipfs/go-ipfs-blockstore) | [](https://travis-ci.org/ipfs/go-ipfs-blockstore) | N/A | [](https://codecov.io/gh/ipfs/go-ipfs-blockstore) | blockstore interfaces and implementations |
375
-| [`go-ipfs-blockstore`](//github.com/ipfs/go-ipfs-blockstore) | [](https://travis-ci.org/ipfs/go-ipfs-blockstore) | N/A | [](https://codecov.io/gh/ipfs/go-ipfs-blockstore) | blockstore interfaces and implementations |
373
+| [`go-block-format`](//github.com/ipfs/go-block-format) | [](https://travis-ci.com/ipfs/go-block-format) | [](https://codecov.io/gh/ipfs/go-block-format) | block interfaces and implementations |
374
+| [`go-ipfs-blockstore`](//github.com/ipfs/go-ipfs-blockstore) | [](https://travis-ci.com/ipfs/go-ipfs-blockstore) | [](https://codecov.io/gh/ipfs/go-ipfs-blockstore) | blockstore interfaces and implementations |
375
+| [`go-ipfs-blockstore`](//github.com/ipfs/go-ipfs-blockstore) | [](https://travis-ci.com/ipfs/go-ipfs-blockstore) | [](https://codecov.io/gh/ipfs/go-ipfs-blockstore) | blockstore interfaces and implementations |
376
| **Commands** |
377
-| [`go-ipfs-cmds`](//github.com/ipfs/go-ipfs-cmds) | [](https://travis-ci.org/ipfs/go-ipfs-cmds) | N/A | [](https://codecov.io/gh/ipfs/go-ipfs-cmds) | CLI & HTTP commands library |
378
-| [`go-ipfs-cmdkit`](//github.com/ipfs/go-ipfs-cmdkit) | [](https://travis-ci.org/ipfs/go-ipfs-cmdkit) | [](https://ci.ipfs.team/job/ipfs/job/go-ipfs-cmdkit/job/master/) | [](https://codecov.io/gh/ipfs/go-ipfs-cmdkit) | helper types for the commands library |
379
-| [`go-ipfs-blockstore`](//github.com/ipfs/go-ipfs-blockstore) | [](https://travis-ci.org/ipfs/go-ipfs-blockstore) | N/A | [](https://codecov.io/gh/ipfs/go-ipfs-blockstore) | blockstore interfaces and implementations |
380
-| [`go-ipfs-api`](//github.com/ipfs/go-ipfs-api) | [](https://travis-ci.org/ipfs/go-ipfs-api) | N/A | [](https://codecov.io/gh/ipfs/go-ipfs-api) | a shell for the IPFS HTTP API |
377
+| [`go-ipfs-cmds`](//github.com/ipfs/go-ipfs-cmds) | [](https://travis-ci.com/ipfs/go-ipfs-cmds) | [](https://codecov.io/gh/ipfs/go-ipfs-cmds) | CLI & HTTP commands library |
378
+| [`go-ipfs-cmdkit`](//github.com/ipfs/go-ipfs-cmdkit) | [](https://travis-ci.com/ipfs/go-ipfs-cmdkit) | [](https://codecov.io/gh/ipfs/go-ipfs-cmdkit) | helper types for the commands library |
379
+| [`go-ipfs-blockstore`](//github.com/ipfs/go-ipfs-blockstore) | [](https://travis-ci.com/ipfs/go-ipfs-blockstore) | [](https://codecov.io/gh/ipfs/go-ipfs-blockstore) | blockstore interfaces and implementations |
380
+| [`go-ipfs-api`](//github.com/ipfs/go-ipfs-api) | [](https://travis-ci.com/ipfs/go-ipfs-api) | [](https://codecov.io/gh/ipfs/go-ipfs-api) | a shell for the IPFS HTTP API |
381
| **Metrics & Logging** |
382
-| [`go-metrics-interface`](//github.com/ipfs/go-metrics-interface) | [](https://travis-ci.org/ipfs/go-metrics-interface) | N/A | [](https://codecov.io/gh/ipfs/go-metrics-interface) | metrics collection interfaces |
383
-| [`go-metrics-prometheus`](//github.com/ipfs/go-metrics-prometheus) | [](https://travis-ci.org/ipfs/go-metrics-prometheus) | N/A | [](https://codecov.io/gh/ipfs/go-metrics-prometheus) | prometheus-backed metrics collector |
384
-| [`go-log`](//github.com/ipfs/go-log) | [](https://travis-ci.org/ipfs/go-log) | N/A | [](https://codecov.io/gh/ipfs/go-log) | logging framework |
382
+| [`go-metrics-interface`](//github.com/ipfs/go-metrics-interface) | [](https://travis-ci.com/ipfs/go-metrics-interface) | [](https://codecov.io/gh/ipfs/go-metrics-interface) | metrics collection interfaces |
383
+| [`go-metrics-prometheus`](//github.com/ipfs/go-metrics-prometheus) | [](https://travis-ci.com/ipfs/go-metrics-prometheus) | [](https://codecov.io/gh/ipfs/go-metrics-prometheus) | prometheus-backed metrics collector |
384
+| [`go-log`](//github.com/ipfs/go-log) | [](https://travis-ci.com/ipfs/go-log) | [](https://codecov.io/gh/ipfs/go-log) | logging framework |
385
| **Generics/Utils** |
386
-| [`go-ipfs-routing`](//github.com/ipfs/go-ipfs-routing) | [](https://travis-ci.org/ipfs/go-ipfs-routing) | N/A | [](https://codecov.io/gh/ipfs/go-ipfs-routing) | routing (content, peer, value) helpers |
387
-| [`go-ipfs-util`](//github.com/ipfs/go-ipfs-util) | [](https://travis-ci.org/ipfs/go-ipfs-util) | N/A | [](https://codecov.io/gh/ipfs/go-ipfs-util) | the kitchen sink |
388
-| [`go-ipfs-addr`](//github.com/ipfs/go-ipfs-addr) | [](https://travis-ci.org/ipfs/go-ipfs-addr) | N/A | [](https://codecov.io/gh/ipfs/go-ipfs-addr) | utility functions for parsing IPFS multiaddrs |
386
+| [`go-ipfs-routing`](//github.com/ipfs/go-ipfs-routing) | [](https://travis-ci.com/ipfs/go-ipfs-routing) | [](https://codecov.io/gh/ipfs/go-ipfs-routing) | routing (content, peer, value) helpers |
387
+| [`go-ipfs-util`](//github.com/ipfs/go-ipfs-util) | [](https://travis-ci.com/ipfs/go-ipfs-util) | [](https://codecov.io/gh/ipfs/go-ipfs-util) | the kitchen sink |
388
+| [`go-ipfs-addr`](//github.com/ipfs/go-ipfs-addr) | [](https://travis-ci.com/ipfs/go-ipfs-addr) | [](https://codecov.io/gh/ipfs/go-ipfs-addr) | utility functions for parsing IPFS multiaddrs |
389
390
For brevity, we've omitted go-libp2p and go-ipld packages. These package tables can be found in their respective project's READMEs:
391
package-list.json
-1
@@ -2,7 +2,6 @@
2
"columns": [
3
"Name",
4
"CI/Travis",
5
- "CI/Jenkins",
5
"Coverage",
6
"Description"
7
],