| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
build: use protoc-gen-* from gomod Also, * Make it possible to override the PROTOC binary. * Remove gx targets. | 7 年前 | |
misc: add ai-mirror to excluded branches License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> | 8 年前 | |
fix(docker): inlude symlinks in scanning for init scripts (#11077) | 9 个月前 | |
feat(docker): /container-init.d for advanced initialization (#6577) * Add initialization directory support to Docker image * Add sharness test, fix bugs in init script Fixed in init script: - Added some missing quotes around expansions - Fixed INIT_ARGS to not pass any args if IPFS_PROFILE isn't specified - Use printf instead of "echo -e" - Only run scripts in top-level of init dir - Handle filenames correctly when finding init scripts (by using find + xargs) * chore: docker cleanup cleans up containers and images (useful when run on developer machine) * remove container init documentation from README There is already IPFS Docker documentation where this should live: https://docs.ipfs.io/how-to/run-ipfs-inside-docker/ Co-authored-by: Caian <caian@ggaunicamp.com> Co-authored-by: Marcin Rataj <lidel@lidel.org> Co-authored-by: Gus Eggert <gus@gus.dev> | 4 年前 | |
GOCC implementation & fix in make & build scripts The usage of a native 'go' command has been replaced with a make & environment variable $GOCC. This enables building with multiple go versions on a single machine as documented: * https://golang.org/doc/install#extra_versions This enables the usage of: ```bash $ make install $ # OR $ GOCC=go1.12.3 make install $ # OR $ GOCC=go1.12.4 make install ``` And the build and test tools now pick up on this change On branch go-version-check Changes to be committed: modified: Rules.mk modified: bin/check_go_version modified: bin/dist_get modified: bin/maketarball.sh modified: coverage/Rules.mk modified: mk/golang.mk modified: mk/tarball.mk License: MIT Signed-off-by: Chris Buesser <christopher.buesser@gmail.com> | 7 年前 | |
remove unused import (#8787) | 4 年前 | |
chore: remove deprecated go-ipfs Docker image publishing (#11081) stop publishing to ipfs/go-ipfs entirely - the deprecation stub introduced in v0.39 is no longer needed. only ipfs/kubo is published. - remove legacy-name job from docker-image.yml workflow - remove .github/legacy/ (Dockerfile.goipfs-stub, goipfs_stub.sh) - update bin scripts to use ipfs/kubo as default | 9 个月前 | |
diag/net: graphme restyling | 11 年前 | |
core/commands!: remove deprecated object APIs (#10375) | 2 年前 | |
fix vendoring dependencies when building the source tarball TMPDIR is a special variable indicating the _system_ temporary directory root. Unfortunately, go refuses to honor `go.mod` files in this directory to prevent random `/tmp/go.mod` files from messing with modules cloned into `/tmp`. The fix is simple: rename TMPDIR to TEMP. | 7 年前 | |
chore(mkreleaselog): exclude bot accounts Bot accounts like dependabot[bot] are not human contributors, so drop entries whose GitHub handle or author name ends in the [bot] suffix from the release contributor table. | 2 个月前 | |
chore: remove deprecated go-ipfs Docker image publishing (#11081) stop publishing to ipfs/go-ipfs entirely - the deprecation stub introduced in v0.39 is no longer needed. only ipfs/kubo is published. - remove legacy-name job from docker-image.yml workflow - remove .github/legacy/ (Dockerfile.goipfs-stub, goipfs_stub.sh) - update bin scripts to use ipfs/kubo as default | 9 个月前 | |
refactor(ci): optimize build workflows (#10973) * ci: optimize build workflows - use go version from go.mod instead of hardcoding - group platforms by OS for parallel builds - remove legacy try-build targets * fix: checkout before setup-go in all workflows setup-go needs go.mod to be present, so checkout must happen first * chore: remove deprecated // +build syntax go 1.17+ uses //go:build, the old syntax is no longer needed * simplify: remove nofuse tag from CI workflows - workflows now rely on platform build constraints - keep make nofuse target for manual builds - remove unused appveyor.yml * ci: remove legacy travis variable and fix gateway-conformance - remove TRAVIS env variable from 4 workflows - fix gateway-conformance checkout path to match working-directory - replace deprecated cache-go-action with built-in setup-go caching | 11 个月前 | |
chore: fix gofmt (#11256) | 5 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 7 年前 | ||
| 8 年前 | ||
| 9 个月前 | ||
| 4 年前 | ||
| 7 年前 | ||
| 4 年前 | ||
| 9 个月前 | ||
| 11 年前 | ||
| 2 年前 | ||
| 7 年前 | ||
| 2 个月前 | ||
| 9 个月前 | ||
| 11 个月前 | ||
| 5 个月前 |