- 23 Sep, 2019 5 commits
-
-
Steven Allen authored
We were pining Y then removing the pin for X. When X == Y, we'd remove the new pin. fixes #6648
-
Steven Allen authored
discovery: improve mdns warnings
-
Steven Allen authored
* Don't warn when connecting to peers. * Include the peer id when failing to connect to discovered nodes.
-
Steven Allen authored
feat: web ui 2.5.4
-
Henrique Dias authored
-
- 20 Sep, 2019 2 commits
-
-
Steven Allen authored
cmds(help): fix swarm filter add/rm help text
-
Steven Allen authored
These _are_ added/removed from the config. fixes #4605
-
- 12 Sep, 2019 4 commits
-
-
Steven Allen authored
feat: webui 2.5.3
-
Henrique Dias authored
Superseeds #6635.
-
Steven Allen authored
build: fix golangci again
-
Steven Allen authored
The patches that required the replace directives have been merged upstream. Unfortunately, those branches have now been deleted, breaking the build. GAH!
-
- 11 Sep, 2019 2 commits
-
-
Steven Allen authored
make: move all test deps to a separate module
-
Steven Allen authored
1. This means those deps don't get pulled in unless we actually need to test. 2. It means we can cordon all the golangci-lint module replace hacks off into a separate package.
-
- 09 Sep, 2019 1 commit
-
-
Steven Allen authored
fix: close peerstore on stop
-
- 06 Sep, 2019 5 commits
-
-
Steven Allen authored
feat: web ui 2.5.1
-
Steven Allen authored
docs: add multiple gateway and api addrs
-
Henrique Dias authored
-
Henrique Dias authored
-
Steven Allen authored
fixes #6627
-
- 04 Sep, 2019 9 commits
-
-
Steven Allen authored
doc: add post-release checklist
-
Steven Allen authored
build: fix build when we don't have a full git tree
-
Steven Allen authored
Co-Authored-By: Alan Shaw <alan.shaw@protocol.ai>
-
Steven Allen authored
When building with docker, we don't have a _full_ git repo.
-
Steven Allen authored
-
Steven Allen authored
docs: add ship date and next release issue opening time
-
Steven Allen authored
docker: libdl dependency
-
George Masgras authored
-
Alan Shaw authored
Adds estimated shipping date (can be fuzzy) to the release issue template and clarifies the time before which the next release issue should be opened. This communicates expectations for when the new release is due and will help with planning of included features. The community could even suggest inclusions.
-
- 03 Sep, 2019 1 commit
-
-
Steven Allen authored
docs: improvements to the release doc
-
- 31 Aug, 2019 1 commit
-
-
Steven Allen authored
plugins: add support for plugin configs
-
- 30 Aug, 2019 4 commits
-
-
Alan Shaw authored
-
Alan Shaw authored
-
Alan Shaw authored
* Adds missing items to ToC * Adds sub-level items to ToC (there's not many, lets allow people to more easily skip to a section) * Moves release process illustration to the top of the release flow section - it's an overview, it should be at the start not the end * Fix a typo * Removes braces in "Goal(s):" where there is clearly more than one
-
Steven Allen authored
For now, configs specified in `daemon --init-config` and `init CONFIG` are not available. We should fix this eventually but isn't necessary for now (and supporting this will be annoying).
-
- 29 Aug, 2019 4 commits
-
-
Steven Allen authored
Update README.md
-
Jessica Schilling authored
Removed OpenBSD line per discussion started with https://github.com/ipfs/docs/issues/254#issuecomment-526372366
-
Steven Allen authored
doc: remove gmake instructions
-
Steven Allen authored
This should now "just work". Calling `make` on non-linux platforms will invoke `gmake` automatically and we now disable fuse on *bsd platforms.
-
- 28 Aug, 2019 2 commits
-
-
Steven Allen authored
feat: add ability to use existing config during init
-
Dominic Della Valle authored
-