This repository was archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 765
feature: add part of tasks HTTP API #791
Closed
Closed
Conversation
This file contains hidden or 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
bugfix: parse the lastmodified header to timestamp
Signed-off-by: lowzj <[email protected]>
Signed-off-by: lurenjia528 <[email protected]>
feature: add stat_linux_arm64.go to support for building on arm
Signed-off-by: lowzj <[email protected]>
log: reduce info logs of supernode
* change connection timeout from `30 seconds` to `3 seconds` * use `GET` method instead of `HEAD` method to get `content-length`, check expiration and whether support range request, some servers may not support `HEAD` method * set the whole operation's timeout as `4 seconds`(including connection timeout) Signed-off-by: lowzj <[email protected]>
fix: send http request with timeout
Signed-off-by: Starnop <[email protected]>
bugfix: update the client progress after success to schedule
Signed-off-by: lowzj <[email protected]>
bugfix: increase load of the peer serving for others
Signed-off-by: Starnop <[email protected]>
doc: update quick start
Signed-off-by: Starnop <[email protected]>
doc: update doc because update 0.3 to 0.4
Signed-off-by: Starnop <[email protected]>
…e-go doc: add a doc about how to install golang supernode
Signed-off-by: inoc603 <[email protected]>
Signed-off-by: yeya24 <[email protected]>
Signed-off-by: yeya24 <[email protected]>
Signed-off-by: yunfeiyangbuaa <[email protected]>
docs:modify some spelling mistakes in the doc
upgrade: bump to Go 1.12.6
Signed-off-by: pouchrobot <[email protected]>
Signed-off-by: pouchrobot <[email protected]>
docs: auto generate Dragonfly cli/api/contributors docs via code
Signed-off-by: yunfeiyangbuaa <[email protected]>
docs:modify a mistake in the doc
Contributor
|
ping @starnop |
Member
|
closed. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Starnop [email protected]
Ⅰ. Describe what this PR did
We have defined some new restful APIs for golang version supernode. According to the swagger.yml, I added the implementation about the part of task CRUD.
Ⅱ. Does this pull request fix one issue?
fixes part of #348
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
None.
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews
Now we could not delete the cdn files which on the disk. Later, we should implement it.