Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* improve error messages, #184 (#185) * improve error messages, #184 * force pin soc * increase RetrieveTimeout * reduce RetrieveTimeout to 1s * cli doc commands fixed * Major Refactor and Improvements (#187) * remove ResponseWriter from logout * remove ResponseWriter from delete user * remove ResponseWriter from user apis * use utils lib * revert dependency versions * move deps back * move deps back * inmem fs for wasm * fix tests * minor changes * Feature/bee gateway proxy (#204) * remove debug api reference, #192 fixed * check health for bee-gateway-proxy * kv_export api added * Storing User Credentials - fairOS improvement proposal (#196) * connecting with blockchain * login working * reading ens configs from config file * fund account, setResolver, setAll * login working with SLI * padding SOC address before encryption * fix delete * move ens logic before storing into swarm * fix responses for v2 authentication * fix lint * feature: account migration * Remove vendor, update deps (#203) * chore: bring changes from #201 * chore: update deps * fix: lint * suppress unpin error * comment out username availability check in logout * fixes (#205) * fix: text and responses * update openapi yml /w /v2 apis * bringing in #191 changes to fix #189 * allow for new user_name while migration * check connection of eth-client * wait for transaction confirmation * update solidity bindings * v2 endpoints added in REPL client. docs updated (#206) * bump version * no need of postageId while using gateway-proxy * build: update dockerfile add optional override of config as arg at build time * fix: #195 (#207) * fix: #195 * fix: remove ens provider private key * fix: increase defaultRetrieveTimeout * integrate gorelease (#208) * feat: goreleaser * gorelase docker & docker manifest * fix: dockerhub login * ens based portable login (#210) * unpinning fixed on bee * updated contract binding, code refactored (#213)= * use seed for registration and generate pod accounts * fixing account and pod tests * log network info * chore: bump bee v1.7.0 * fix kv test * fix: dockerfile * update testnet ens addresses * Http test (#214) * api tests * fix: code style issues (#215) * fix: verify chainID of rpc * feature: #74, share pod with new name (#217) * fix: insufficient funds error message * fix: ignore deepsource docker err (#219) * fix: deepsource code style errs * feat: add badges * fix: #60, dont include code in response (#220) * fix: potential fix for #221 (#222) * fix: increase test coverage * fix: #234 (#237) * fix: #234 * fix: #235 (#238) * fix: #236 (#239) * fix: #240 (#242) * fix: #240 * fix: #241 (#243) * fix: #244 (#246) * feat: #249 (#250) * feat: #249 * fix: #247, goreleaser with cgo * fix: comment out unpinning code, described in #265 (#266) * fix: comment out unpinning code, described in #265 * fix: #255 (#268) * fix #257, remove linkmode from ldflags (#269) * fix: add cli build in goreleaser * feat: #287 (#288) * v0.9.0 (#258) (#309) * feat: added taskmanager to speedup loading metadata * feature: added `pprof` flag to disable running pprof server always * feat: writeAt feature on files, fix #259 (#260) * feat: implement #170 (file/rename) * feat: implement #262 (dir/rename) (#263) * feat: rename with move feature * feat: add dir & file rename REST apis (#264) * feat: add rest api tests for rename (#267) * feat: add file seek api, #271 (#272) * feat: #273, writeAt with truncate (#274) * fix: allow pod to open if any file metadata gets corrupted * feat: windows tests (#283) * fix: #285 (broken ws server) * feat: #229, #230 (v2 login support and use dfs.API) * fix: kv `/present` moved to `/entry/present` * feat: add pod/open-async api (#291) * feat: metadata & content encryption (#294) * feat: swagger integration * fix: allow passing version to download.sh * feat: remove unnecessary metadata fields, json tags changed to camelCase #298, #303 * fix: remove password from pod requests (#306) * fix: ReceiveInfo does not require podName now #281 * feat: `make swagger` added * fix: swagger notations * feat: add dependabot * fix: #310, use handleMeta in rename (#311) * staging (#314) * fix: json tags (#313) * Staging (#320) * v0.9.0 (#258) * feat: added taskmanager to speedup loading metadata * feature: added `pprof` flag to disable running pprof server always * feat: writeAt feature on files, fix #259 (#260) * feat: implement #170 (file/rename) * feat: implement #262 (dir/rename) (#263) * feat: rename with move feature * feat: add dir & file rename REST apis (#264) * feat: add rest api tests for rename (#267) * feat: add file seek api, #271 (#272) * feat: #273, writeAt with truncate (#274) * fix: allow pod to open if any file metadata gets corrupted * feat: windows tests (#283) * fix: #285 (broken ws server) * feat: #229, #230 (v2 login support and use dfs.API) * fix: kv `/present` moved to `/entry/present` * feat: add pod/open-async api (#291) * feat: metadata & content encryption (#294) * feat: swagger integration * fix: allow passing version to download.sh * feat: remove unnecessary metadata fields, json tags changed to camelCase #298, #303 * fix: remove password from pod requests (#306) * fix: ReceiveInfo does not require podName now #281 * feat: `make swagger` added * fix: swagger notations * feat: add dependabot * Remove content encryption.0 (#316) * feat: #317, allow 0 batchId (#318) * Staging (#321) * fix: add dev fairos url in swagger host * Staging (#322) * fix: swagger url * Staging (#323) * fix: url scheme * Staging (#324) * fix: pod ls response * fix: chunk download url * Staging (#331) * v0.9.0 (#258) * feat: added taskmanager to speedup loading metadata * feature: added `pprof` flag to disable running pprof server always * feat: writeAt feature on files, fix #259 (#260) * feat: implement #170 (file/rename) * feat: implement #262 (dir/rename) (#263) * feat: rename with move feature * feat: add dir & file rename REST apis (#264) * feat: add rest api tests for rename (#267) * feat: add file seek api, #271 (#272) * feat: #273, writeAt with truncate (#274) * fix: allow pod to open if any file metadata gets corrupted * feat: windows tests (#283) * fix: #285 (broken ws server) * feat: #229, #230 (v2 login support and use dfs.API) * fix: kv `/present` moved to `/entry/present` * feat: add pod/open-async api (#291) * feat: metadata & content encryption (#294) * feat: swagger integration * fix: allow passing version to download.sh * feat: remove unnecessary metadata fields, json tags changed to camelCase #298, #303 * fix: remove password from pod requests (#306) * fix: ReceiveInfo does not require podName now #281 * feat: `make swagger` added * fix: swagger notations * feat: add dependabot * add contact * fix: swagger url * fix: url scheme * fix: pod ls response * fix: chunk download url * feat: #325, return podInfo, if pod already open (#326) * feat: #325, return podInfo, if pod already open * fix: #328, remove migrate export and other v1 api references (#329) * fix: #328, remove migrate export and other v1 api references from repl client * fix: #330 * fix: minor fixes * Revert "fix: minor fixes" This reverts commit 2bc06f4. * Staging (#332) * Fix task with same name (#336) * fix: #335, overwrite * add uniqueness to the dir tasks name * added overwrite param for OpenAPI specs (#334) * Staging (#337) * Staging (#339) * chore: add disclaimer Co-authored-by: darkobas2 <[email protected]> Co-authored-by: Tadej Fius <[email protected]>
- Loading branch information