You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Here's the Weekly Digest for dragonflyoss/Dragonfly:
ISSUES
Last week 20 issues were created.
Of these, 11 issues have been closed and 9 issues are still open.
OPEN ISSUES
💚 #1322 Can Dragonfly be used as a tool for WAN image synchronization, by zeusro
💚 #1321 bugfix: infinite loop in dfget/config/config.go#checkOutput, by lowzj
💚 #1320 bug(unit-test): dfget/config/config_test.go#TestAssertConfig cannot be finished, by lowzj
💚 #1319 WeeklyReport of Dragonfly from 2020-04-24 to 2020-05-01, by pouchrobot
💚 #1314 Do Dragonfly consider to use ipfs?, by haosdent
💚 #1313 Supernode support seed task pr, by hhhhsdxxxx
💚 #1312 Dragonfly with harbor behind corporate proxy, by guillaumelfv
💚 #1309 Proposal: plugin mechanism for Dragonfly, by lowzj
💚 #1305 define cache for seed file in seed pattern, by wangforthinker
CLOSED ISSUES
❤️ #1318 refactor: move package dfget/util to pkg/algorithm, by lowzj
❤️ #1317 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
❤️ #1316 typo: fix typo cdnDource to cdnSource, by hxbaishikele
❤️ #1315 docs: update api readme about api use, by hxbaishikele
❤️ #1311 Does Dragonfly support P2P Peer Optimal Algorithm based on network topology awareness?, by duyanghao
❤️ #1310 enhancement: improve GCDSlice performance, by tanjunchen
❤️ #1308 bugfix: notify p2p downloader to pull next piece after reporting, by lowzj
❤️ #1307 bug: dfget sleep much time to wait for pulling next downloading piece, by lowzj
❤️ #1306 pkg/algorithm/ : algorithm improve, by tanjunchen
❤️ #1304 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
❤️ #1302 fix: GCDSlice returns 1 when slice is empty, by lowzj
LIKED ISSUE
👍 #1306 pkg/algorithm/ : algorithm improve, by tanjunchen
It received 👍 x1, 😄 x0, 🎉 x0 and ❤️ x0.
NOISY ISSUE
🔈 #1312 Dragonfly with harbor behind corporate proxy, by guillaumelfv
It received 5 comments.
PULL REQUESTS
Last week, 21 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 11 pull requests were updated.
💛 #1321 bugfix: infinite loop in dfget/config/config.go#checkOutput, by lowzj
💛 #1313 Supernode support seed task pr, by hhhhsdxxxx
💛 #1305 define cache for seed file in seed pattern, by wangforthinker
💛 #1272 Add unit test cases for download_api_test.go&algorithm_test.go&atomiccount_test.go&httpuils_test.go , by Hellcatlk
💛 #1254 bugfix: dfget overwrite /dev/null, by xuyixin1996
💛 #1242 feature: define the interface and http api of preheat, by lowzj
💛 #1191 [WIP]refactor: split CDN as a separate module, by Starnop
💛 #826 feature: support dfget params for each proxy, by yeya24
💛 #758 feature:add a cli command to ha pattern (HA third part), by yunfeiyanggzq
💛 #741 feature:Use rpc to get file information from other supernodes(HA second part), by yunfeiyanggzq
💛 #694 feature:Use etcd to manager supernode ha cluster(HA first part), by yunfeiyanggzq
MERGED PULL REQUEST
Last week, 10 pull requests were merged.
💜 #1318 refactor: move package dfget/util to pkg/algorithm, by lowzj
💜 #1317 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
💜 #1316 typo: fix typo cdnDource to cdnSource, by hxbaishikele
💜 #1310 enhancement: improve GCDSlice performance, by tanjunchen
💜 #1308 bugfix: notify p2p downloader to pull next piece after reporting, by lowzj
💜 #1304 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
💜 #1302 fix: GCDSlice returns 1 when slice is empty, by lowzj
💜 #1300 feature: allow dfdaemon to listen port on 0~65535, by Komey
💜 #1297 add seed downloader, by wangforthinker
💜 #1294 feature: define the interface SupernodeLocator, by lowzj
COMMITS
Last week there were 19 commits.
🛠️ Merge pull request #1294 from lowzj/SupernodeLocate feature: define the interface SupernodeLocator by Starnop
🛠️ feature: define the interface SupernodeLocator Signed-off-by: lowzj [email protected] by lowzj
🛠️ Merge pull request #1318 from lowzj/dfget-util refactor: move package dfget/util to pkg/algorithm by Starnop
🛠️ refactor: move package dfget/util to pkg/algorithm Signed-off-by: lowzj [email protected] by lowzj
🛠️ Merge pull request #1317 from pouchrobot/auto-doc-2020-04-30 docs: auto generate Dragonfly cli/api/contributors docs via code by lowzj
🛠️ docs: auto generate Dragonfly cli/api docs via code Signed-off-by: pouchrobot [email protected] by pouchrobot
🛠️ bugfix: initialize dfget downloader in dfdaemon Signed-off-by: lowzj [email protected] by lowzj
🛠️ Merge pull request #1308 from lowzj/fix-sleep bugfix: notify p2p downloader to pull next piece after reporting by Starnop
🛠️ bugfix: notify p2p downloader to pull next piece after reporting Signed-off-by: lowzj [email protected] by lowzj
🛠️ Merge pull request #1316 from hxbaishikele/typo_v1 typo: fix typo cdnDource to cdnSource by lowzj
🛠️ typo: fix typo cdnDource to cdnSource Signed-off-by: frank.hx [email protected] by hxbaishikele
🛠️ Merge pull request #1310 from tanjunchen/improve-code enhancement: improve GCDSlice performance by lowzj
🛠️ pkg/algorithm/algorithm.go:improve algorithm Signed-off-by: tanjunchen [email protected] by tanjunchen
🛠️ Merge pull request #1302 from lowzj/fix-GCDSlice fix: GCDSlice returns 1 when slice is empty by Starnop
🛠️ fix: GCDSlice returns 1 when slice is empty Signed-off-by: lowzj [email protected] by lowzj
🛠️ Merge pull request #1304 from pouchrobot/auto-doc-2020-04-27 docs: auto generate Dragonfly cli/api/contributors docs via code by lowzj
🛠️ docs: auto generate Dragonfly cli/api docs via code Signed-off-by: pouchrobot [email protected] by pouchrobot
🛠️ Merge pull request #1297 from antsystem/feat/add-seed-downloader-prepare-pr add seed downloader by lowzj
🛠️ Merge pull request #1300 from Komey/feature_expose_more_ports feature: allow dfdaemon to listen port on 0~65535 by lowzj
CONTRIBUTORS
Last week there were 5 contributors.
👤 Starnop
👤 lowzj
👤 pouchrobot
👤 hxbaishikele
👤 tanjunchen
STARGAZERS
Last week there were 19 stagazers.
⭐ terasum
⭐ fuweid
⭐ HackerWilson
⭐ phonga3cvp
⭐ cyril-corbon
⭐ avatar29A
⭐ cnHuaShao
⭐ thinkerou
⭐ iygnol
⭐ Phantas0s
⭐ manobi
⭐ joeystevens00
⭐ roberChen
⭐ xewn
⭐ Tawhidis007
⭐ 2016-huanglins
⭐ europelee
⭐ mattburman
⭐ v1k0d3n
You all are the stars! 🌟
RELEASES
Last week there was 1 release.
🚀 v1.0.1 v1.0.1
That's all for last week, please 👀 Watch and ⭐ Star the repository dragonflyoss/Dragonfly to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
The text was updated successfully, but these errors were encountered: