- 24 9月, 2019 2 次提交
-
-
No fix is complete without a test. fixes #6670
由 Steven Allen 提交于 -
pin: fix pin update X Y where X==Y
由 Steven Allen 提交于
-
- 23 9月, 2019 7 次提交
-
-
We were pining Y then removing the pin for X. When X == Y, we'd remove the new pin. fixes #6648
由 Steven Allen 提交于 -
namesys: set the correct cache TTL on publish
由 Steven Allen 提交于 -
discovery: improve mdns warnings
由 Steven Allen 提交于 -
* Don't warn when connecting to peers. * Include the peer id when failing to connect to discovered nodes.
由 Steven Allen 提交于 -
feat: web ui 2.5.4
由 Steven Allen 提交于 -
由 Henrique Dias 提交于
-
- 20 9月, 2019 2 次提交
-
-
cmds(help): fix swarm filter add/rm help text
由 Steven Allen 提交于 -
These _are_ added/removed from the config. fixes #4605
由 Steven Allen 提交于
-
- 12 9月, 2019 4 次提交
-
-
feat: webui 2.5.3
由 Steven Allen 提交于 -
Superseeds #6635.
由 Henrique Dias 提交于 -
build: fix golangci again
由 Steven Allen 提交于 -
The patches that required the replace directives have been merged upstream. Unfortunately, those branches have now been deleted, breaking the build. GAH!
由 Steven Allen 提交于
-
- 11 9月, 2019 2 次提交
-
-
make: move all test deps to a separate module
由 Steven Allen 提交于 -
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.
由 Steven Allen 提交于
-
- 09 9月, 2019 1 次提交
-
-
fix: close peerstore on stop
由 Steven Allen 提交于
-
- 06 9月, 2019 5 次提交
-
-
feat: web ui 2.5.1
由 Steven Allen 提交于 -
docs: add multiple gateway and api addrs
由 Steven Allen 提交于 -
由 Henrique Dias 提交于
-
由 Henrique Dias 提交于
-
fixes #6627
由 Steven Allen 提交于
-
- 04 9月, 2019 9 次提交
-
-
doc: add post-release checklist
由 Steven Allen 提交于 -
build: fix build when we don't have a full git tree
由 Steven Allen 提交于 -
Co-Authored-By:Alan Shaw <alan.shaw@protocol.ai>
由 Steven Allen 提交于 -
When building with docker, we don't have a _full_ git repo.
由 Steven Allen 提交于 -
由 Steven Allen 提交于
-
docs: add ship date and next release issue opening time
由 Steven Allen 提交于 -
docker: libdl dependency
由 Steven Allen 提交于 -
由 George Masgras 提交于
-
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.
由 Alan Shaw 提交于
-
- 03 9月, 2019 1 次提交
-
-
docs: improvements to the release doc
由 Steven Allen 提交于
-
- 31 8月, 2019 1 次提交
-
-
plugins: add support for plugin configs
由 Steven Allen 提交于
-
- 30 8月, 2019 4 次提交
-
-
由 Alan Shaw 提交于
-
由 Alan Shaw 提交于
-
* 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
由 Alan Shaw 提交于 -
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).
由 Steven Allen 提交于
-
- 29 8月, 2019 2 次提交
-
-
Update README.md
由 Steven Allen 提交于 -
Removed OpenBSD line per discussion started with https://github.com/ipfs/docs/issues/254#issuecomment-526372366
由 Jessica Schilling 提交于
-