Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Weekly Digest (27 January, 2019 - 3 February, 2019) #379

Closed
weekly-digest bot opened this issue Feb 3, 2019 · 0 comments
Closed

Weekly Digest (27 January, 2019 - 3 February, 2019) #379

weekly-digest bot opened this issue Feb 3, 2019 · 0 comments

Comments

@weekly-digest
Copy link

weekly-digest bot commented Feb 3, 2019

Here's the Weekly Digest for dragonflyoss/Dragonfly:


ISSUES

Last week 21 issues were created.
Of these, 13 issues have been closed and 8 issues are still open.

OPEN ISSUES

💚 #376 feature: make cli of dfget more readable, by allencloud
💚 #375 [feature request] add target docs in Makefile to generate API&CLI document, by allencloud
💚 #373 feature: add ping impelmentation in sdk and add mock test, by allencloud
💚 #370 [feature request] construct configuration data structure more decoupled in components, by allencloud
💚 #367 WeeklyReport of Dragonfly from 2019-01-25 to 2019-02-01, by pouchrobot
💚 #366 Plan of supernode's golang SDK refactoring, by allencloud
💚 #363 [feature request] unify the same field type definition in different places, by fengzixu
💚 #356 [feature request] make supernode's CDN optional, by xh4n3

CLOSED ISSUES

❤️ #374 refactor: remove persistent flags of dfget, by lowzj
❤️ #372 refactor: directly config logrus' default Logger rather than create a new one, by allencloud
❤️ #371 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
❤️ #369 bugfix: fix rotating log makes dfdaemon.log file huge size, by godliness
❤️ #368 fix: update copyright to Dragonfly Authors, by lowzj
❤️ #365 test: add mock test for api client and preheat API mock test, by allencloud
❤️ #364 [bugfix] Dragonfly bind an already in used port make dfdaemon.log file size huge, by godliness
❤️ #362 refactor: reorganize the dfget downloader files, by Starnop
❤️ #361 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
❤️ #360 refactor: untify the api of uploader, by Starnop
❤️ #359 feature: report downloaded piece's status to supernode, by lowzj
❤️ #358 fix: optimize the judgment of local cache expiration, by lowzj
❤️ #357 style: make log's output more clear and readable, by lowzj

LIKED ISSUE

👍 #369 bugfix: fix rotating log makes dfdaemon.log file huge size, by godliness
It received 👍 x2, 😄 x0, 🎉 x0 and ❤️ x0.

NOISY ISSUE

🔈 #364 [bugfix] Dragonfly bind an already in used port make dfdaemon.log file size huge, by godliness
It received 12 comments.


PULL REQUESTS

Last week, 13 pull requests were created, updated or merged.

UPDATED PULL REQUEST

Last week, 2 pull requests were updated.
💛 #373 feature: add ping impelmentation in sdk and add mock test, by allencloud
💛 #277 fix: unreachable supernode ip in p2p-network, by lowzj

MERGED PULL REQUEST

Last week, 11 pull requests were merged.
💜 #374 refactor: remove persistent flags of dfget, by lowzj
💜 #369 bugfix: fix rotating log makes dfdaemon.log file huge size, by godliness
💜 #368 fix: update copyright to Dragonfly Authors, by lowzj
💜 #365 test: add mock test for api client and preheat API mock test, by allencloud
💜 #362 refactor: reorganize the dfget downloader files, by Starnop
💜 #360 refactor: untify the api of uploader, by Starnop
💜 #359 feature: report downloaded piece's status to supernode, by lowzj
💜 #358 fix: optimize the judgment of local cache expiration, by lowzj
💜 #357 style: make log's output more clear and readable, by lowzj
💜 #353 feature: implement the rate limit feature, by Starnop
💜 #284 feature: Define supernode components and interfaces, by Starnop


COMMITS

Last week there were 20 commits.
🛠️ Merge pull request #374 from lowzj/options refactor: remove persistent flags of dfget by allencloud
🛠️ refactor: remove persistent flags of dfget Signed-off-by: lowzj [email protected] by lowzj
🛠️ test: add mock test for api client and preheat API mock test Signed-off-by: Allen Sun [email protected] by allencloud
🛠️ Merge pull request #369 from godliness/fix-spurt-log bugfix: fix rotating log makes dfdaemon.log file huge size by lowzj
🛠️ Fix rotating log makes dfdaemon.log file huge size When the size of dfdaemon.log file large than 20M, the size of log file will continuous growth up. Use Mmap to copy the file which need be truncated. Related to issue: https://github.com/dragonflyoss/Dragonfly/issues/364 Signed-off-by: godliness [email protected] by godliness
🛠️ Merge pull request #359 from lowzj/update-piece-status feature: report downloaded piece's status to supernode by allencloud
🛠️ feature: report downloaded piece's status to supernode Signed-off-by: lowzj [email protected] by lowzj
🛠️ Merge pull request #368 from lowzj/copyright fix: update copyright to Dragonfly Authors by allencloud
🛠️ fix: update copyright to Dragonfly Authors Signed-off-by: lowzj [email protected] by lowzj
🛠️ [fix: optimize the judgment of local cache expiration (#358) * increase read timeout to 2 seconds

  • not expire if get response from remote server

Signed-off-by: lowzj [email protected]](dragonflyoss/dragonfly@bb09fd6) by lowzj
🛠️ Merge pull request #362 from Starnop/downloaer-unittests refactor: reorganize the dfget downloader files by lowzj
🛠️ refactor: reorganize the dfget downloader files Signed-off-by: Starnop [email protected] by Starnop
🛠️ Merge pull request #360 from Starnop/uploader-api refactor: untify the api of uploader by lowzj
🛠️ refactor: untify the api of uploader Signed-off-by: Starnop [email protected] by Starnop
🛠️ Merge pull request #357 from lowzj/polish-log style: make log's output more clear and readable by Starnop
🛠️ style: make log's output more clear and readable Signed-off-by: lowzj [email protected] by lowzj
🛠️ Merge pull request #284 from Starnop/supernode-component feature: Define supernode components and interfaces by lowzj
🛠️ init component Signed-off-by: Starnop [email protected] by Starnop
🛠️ Merge pull request #353 from Starnop/uploader-rate feature: implement the rate limit feature by lowzj
🛠️ feature: implement the rate limit feature Signed-off-by: Starnop [email protected] by Starnop


CONTRIBUTORS

Last week there were 4 contributors.
👤 allencloud
👤 lowzj
👤 godliness
👤 Starnop


STARGAZERS

Last week there were 40 stagazers.
tangweihua163
EmpireWorld
fengerzh
bigbuffetboy420
harryge00
Vanlius
iedmrc
azraeljack
kenstime
panzhc
cpp597455873
gailufeng
GoogleCodes
DESIGNERSWITHOUTBORDERS
Da-Hong
wjc272008
FanYueLei
shenshouer
EastonLee
MiaoZhou
kostafey
fannheyward
fallenangelblog
Xplouder
mediaProduct2017
yiziqing
rtw49418
wsky03
DJCHICKEN4
mude918
huanbaogihub
cmp-cc
jiabiaoreal
windshg
liaokongVFX
raju2592
nanmu42
andyway
RobertasMurnikovas
imbsky
You all are the stars! 🌟


RELEASES

Last week there were no releases.


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.

Your Weekly Digest bot. 📆

@lowzj lowzj closed this as completed Feb 20, 2019
sungjunyoung pushed a commit to sungjunyoung/Dragonfly that referenced this issue May 8, 2022
* feat: add mockgen

Signed-off-by: Gaius <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant