- 01 Oct, 2019 6 commits
-
-
Steven Allen authored
docs: readme improvements
-
David Dias authored
-
Steven Allen authored
docs: link remaining docs available, guide people to the right locations
-
Steven Allen authored
docs: fix broken url
-
David Dias authored
-
David Dias authored
-
- 30 Sep, 2019 5 commits
-
-
Steven Allen authored
add systemd support
-
Steven Allen authored
Update go-libp2p-http (and go-libp2p-gostream)
-
Steven Allen authored
feat: add ipfs version info to prometheus metrics
-
Oli Evans authored
Adds `ipfs_info` prometheus metric with version and commit info ```prometheus ipfs_info{commit="9ea7c6a1-dirty",version="0.5.0-dev"} 1 ``` This follows the same pattern as go and other systems, adding a gauge metric that is set to 1, with the version info addeds as labels. This is a common pattern for prometheus. It lets operators merge version info into other prometheus metrics by multiplying it with the other stat, as described in https://www.robustperception.io/exposing-the-software-version-to-prometheus For example, we already expose the go version info as ```prometheus go_info{version="go1.12.9"} 1 ``` License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
Steven Allen authored
Fix typo
-
- 28 Sep, 2019 1 commit
-
-
Kishan Mohanbhai Sagathiya authored
-
- 27 Sep, 2019 10 commits
-
-
Hector Sanjuan authored
Manually removed some newly-appeared // indirect imports as they seem to just pollute the go.mod.
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
That way, we can reliably know when the daemon is ready.
-
Steven Allen authored
Instead of letting systemd override the configured addresses, merge them. This is likely the "expected" behavior.
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
-
Steven Allen authored
chore(dep): update everything
-
Steven Allen authored
-
- 26 Sep, 2019 4 commits
-
-
Steven Allen authored
-
Steven Allen authored
* multiaddr (fixes issues when the latest go-multiaddr is imported) * libp2p (lots of fixes) * prometheus * gogo/protobuf fixes #6676
-
Steven Allen authored
github: migrate actions
-
Steven Allen authored
-
- 25 Sep, 2019 3 commits
-
-
Steven Allen authored
Add bridged chats
-
Steven Allen authored
-
Steven Allen authored
doc(config): improve DisableNatPortMap documentation
-
- 24 Sep, 2019 10 commits
-
-
Steven Allen authored
plugins: support Close() for Tracer plugins as well
-
Steven Allen authored
fix: make collect-profiles.sh work on mac
-
swedneck authored
-
swedneck authored
-
Oli Evans authored
With an empty API headers config like ```js "API": { "HTTPHeaders": {} }, ``` running collect-profiles.sh shows connection errors when trying to POST to `/debug/pprof-mutex/` end point when using `localhost`. The same errors do not occur when using `127.0.0.1` License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
Oli Evans authored
The version of `date` that ships with darwin does not support the `-Iseconds` flag. Use a pattern with `date` to achieve the same thing but should have better cross platform support. License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
-
Michael Muré authored
Most of the tracers available need to properly close to send the remaining traces before the process exit.
-
Steven Allen authored
namesys(test): test TTL on publish
-
Steven Allen authored
No fix is complete without a test. fixes #6670
-
Steven Allen authored
pin: fix pin update X Y where X==Y
-
- 23 Sep, 2019 1 commit
-
-
Steven Allen authored
We were pining Y then removing the pin for X. When X == Y, we'd remove the new pin. fixes #6648
-