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

Weekly Digest (17 February, 2019 - 24 February, 2019) #421

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

Weekly Digest (17 February, 2019 - 24 February, 2019) #421

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

Comments

@weekly-digest
Copy link

weekly-digest bot commented Feb 24, 2019

Here's the Weekly Digest for dragonflyoss/Dragonfly:


ISSUES

Last week 16 issues were created.
Of these, 10 issues have been closed and 6 issues are still open.

OPEN ISSUES

💚 #420 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
💚 #419 build: add scripts to build rpm and deb packages for dfdaemon and dfget, by inoc603
💚 #417 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
💚 #416 WeeklyReport of Dragonfly from 2019-02-15 to 2019-02-22, by pouchrobot
💚 #410 feature: dfdaemon supports proxing https registries, by lowzj
💚 #409 Dfget is much slower than WGet, by mdchao2010

CLOSED ISSUES

❤️ #418 comments: add comments for struct fields, by Starnop
❤️ #415 fix: the speed will be slower and slower when multiple dfgets are executed consecutively on the same machine, by lowzj
❤️ #414 feature: make client queue size configurable, by Starnop
❤️ #413 fix: bindwidth -> bandwidth, by ZYecho
❤️ #412 test: fix data race caused by TestLaunchPeerServer, by lowzj
❤️ #411 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
❤️ #408 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
❤️ #407 log: unify project logs, by lowzj
❤️ #406 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
❤️ #405 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot

NOISY ISSUE

🔈 #406 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
It received 3 comments.


PULL REQUESTS

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

UPDATED PULL REQUEST

Last week, 5 pull requests were updated.
💛 #420 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
💛 #419 build: add scripts to build rpm and deb packages for dfdaemon and dfget, by inoc603
💛 #417 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
💛 #410 feature: dfdaemon supports proxing https registries, by lowzj
💛 #391 build: populate version with ldflags, by zhouhaibing089

MERGED PULL REQUEST

Last week, 9 pull requests were merged.
💜 #418 comments: add comments for struct fields, by Starnop
💜 #415 fix: the speed will be slower and slower when multiple dfgets are executed consecutively on the same machine, by lowzj
💜 #414 feature: make client queue size configurable, by Starnop
💜 #413 fix: bindwidth -> bandwidth, by ZYecho
💜 #412 test: fix data race caused by TestLaunchPeerServer, by lowzj
💜 #407 log: unify project logs, by lowzj
💜 #406 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
💜 #405 docs: auto generate Dragonfly cli/api/contributors docs via code, by pouchrobot
💜 #402 test: add unit-test for module uploader of dfget, by lowzj


COMMITS

Last week there were 20 commits.
🛠️ Merge pull request #418 from Starnop/dfget-fileds comments: add comments for struct fields by lowzj
🛠️ add comments for fields Signed-off-by: Starnop [email protected] by Starnop
🛠️ Merge pull request #415 from lowzj/fix-calculateRate fix: the speed will be slower and slower when multiple dfgets are executed consecutively on the same machine by Starnop
🛠️ fix: the speed will be slower and slower when multiple dfgets are executed consecutively on the same machine Signed-off-by: lowzj [email protected] by lowzj
🛠️ Merge pull request #414 from Starnop/client-queue feature: make client queue size configurable by lowzj
🛠️ feature: make client queue size configurable Signed-off-by: Starnop [email protected] by Starnop
🛠️ Merge pull request #412 from lowzj/fix-test-data-race test: fix data race caused by TestLaunchPeerServer by chenchaobing
🛠️ test: fix data race caused by TestLaunchPeerServer Signed-off-by: lowzj [email protected] by lowzj
🛠️ Merge pull request #413 from ZYecho/fix-typo fix: bindwidth -> bandwidth by lowzj
🛠️ fix: bindwidth -> bandwidth Signed-off-by: zhangyue [email protected] by ZYecho
🛠️ Merge pull request #406 from pouchrobot/auto-doc-2019-02-19 docs: auto generate Dragonfly cli/api/contributors docs via code by allencloud
🛠️ Merge pull request #407 from lowzj/unify-logs log: unify project logs by chenchaobing
🛠️ log: unify project logs Signed-off-by: lowzj [email protected] by lowzj
🛠️ Merge pull request #402 from lowzj/uploader-test test: add unit-test for module uploader of dfget by chenchaobing
🛠️ test: add unit-test for module uploader of dfget * add unit-test for uploader of dfget * fix data race in uploader.uploader Signed-off-by: lowzj [email protected] by lowzj
🛠️ docs: auto generate Dragonfly cli/api docs via code Signed-off-by: pouchrobot [email protected] by pouchrobot
🛠️ Merge pull request #389 from godliness/add-trust-hosts feature: add trust hosts params for dfdaemon by lowzj
🛠️ Add trust hosts params for dfdaemon As dfdaemon be used to http_proxy mode, all the requests with host are not local ip of dfdaemon then client will got a 403 error code. Add a trust-hosts command line params and determine the request wether be trusted or not, if it's trusted we directly forward them. Related to issue: https://github.com/dragonflyoss/Dragonfly/issues/385 Signed-off-by: godliness [email protected] by godliness
🛠️ Merge pull request #405 from pouchrobot/auto-doc-2019-02-17 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


CONTRIBUTORS

Last week there were 7 contributors.
👤 lowzj
👤 Starnop
👤 chenchaobing
👤 ZYecho
👤 allencloud
👤 pouchrobot
👤 godliness


STARGAZERS

Last week there were 43 stagazers.
ramaro
shockerli
guanhui07
miguelmota
linyows
gxian
RandomOS
AlaxLee
fenglyu
cssivision
opsnull
feisuzhu
kkx
KevinWang15
vbmade2000
snowy520
robatipoor
fooock
wpank
cinterloper
demon999
christianlehnert
ik5
xiaohulu
wangriyu
Pouriya-Jahanbakhsh
yangchenglong11
leomindez
humb1t
Pana
NicolJiang
zhoujiangzi
zhangzheng1212
jingxiangrun
CrossIce
StarryNightBlue
coofucoo
hayrullahcansu
GalenMa
raiscui
mustang2247
temptemp3
punjish
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. 📆

sungjunyoung pushed a commit to sungjunyoung/Dragonfly that referenced this issue May 8, 2022
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