-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
188 changed files
with
19,734 additions
and
4,893 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "gomod" | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: sunday |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.