Commits
- 8dc0f63: adds a http server to the ipfs pinner (fateme-bagheri) #3
- 59f78e7: updates README with information about ipfs pinner usage (Sudeep)
- 7f0932d: updates dependencies suggested by github's dependabot (#4) (sudeep) #4
- dd7f194: adds the GET api in library and server interface of ipfs-pinner (#6) (sudeep)
- 68be875: docker-izes the ipfs-pinner server (#7) (kitti-katy) #7
- 6191039: avoid linting test binary with deadcode, errchk, unused (Pranay Valson) #9
- cebab67: check errors before proceeding (Pranay Valson) #9
- 3bca8b2: remove dead status codes (Pranay Valson) #9
- 033a996: avoid linting pinclient with unused (Pranay Valson) #9
- 5001b92: run golangci-lint in ci (Pranay Valson) #9
- a2da04b: run dockerfile linter in ci (Pranay Valson) #9
- ed32986: add hadolint config yaml (Pranay Valson) #9
- 4559024: reduce ipfs-server docker image to 90MB (Pranay Valson) #9
- b1735f0: update timeout and build on PR (Pranay Valson) #9
- a7d7fe5: adds fallback on http if bitswap is slow (Sudeep) #11
- 8a25abd: adds an offline ipfs so as to fetch try to fetch locally without bitswap (Sudeep) #12
- e517640: adds Makefile to build the ipfs-pinner server (Sudeep) #13
- 233bae4: edits the upload endpoint to accept multipart data rather than filepath (Sudeep) #13
- 5d9ac1e: try bitswap in case peering is available (Sudeep) #14
- 317af5e: converts fmt.* to log.* (Sudeep) #15
- b63a7f2: adds api to get cid for some content (without upload) (Sudeep) #17
- 4e87f7b: remove hardcoded arch in go build of ipfs-server (Sudeep) #18
- a64cf49: updates README with build docker image build instructions (Sudeep) #19
- 66b5b76: Update README.md (sudeep) #20
- 3141959: permission issue instruction & .md lint (Pranay Valson) #20