Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekly Digest (2 June, 2019 - 9 June, 2019) #61

Closed
weekly-digest bot opened this issue Jun 9, 2019 · 0 comments
Closed

Weekly Digest (2 June, 2019 - 9 June, 2019) #61

weekly-digest bot opened this issue Jun 9, 2019 · 0 comments
Assignees

Comments

@weekly-digest
Copy link

weekly-digest bot commented Jun 9, 2019

Here's the Weekly Digest for tsuyoshicho/vital-codec:


ISSUES

Last week 34 issues were created.
Of these, 22 issues have been closed and 12 issues are still open.

OPEN ISSUES

💚 #59 fix: use random inject fixed data source in tests, by tsuyoshicho
💚 #58 fix: ULID generate fixed time define, by tsuyoshicho
💚 #54 feat: Random.System: RNG for system native, by tsuyoshicho
💚 #52 feat: Hash_DRBG, HMAC_DRBG, CTR_DBRG support?, by tsuyoshicho
💚 #51 feat: Random.FixedData: RNG for fixed data, by tsuyoshicho
💚 #46 fix: test fail investigation, by tsuyoshicho
💚 #42 fix: List.Byte blob test, by tsuyoshicho
💚 #40 feat: DI injection arch, by tsuyoshicho
💚 #35 feat: add PBKDF2 support, by tsuyoshicho
💚 #34 feat: CI generate help to GitHub-Pages / Read the Docs, by tsuyoshicho
💚 #33 feat: Hash.HMAC support byte-list/string/blob, by tsuyoshicho
💚 #30 feat: SHA-2 (SHA256) support?, by tsuyoshicho

CLOSED ISSUES

❤️ #57 fix: BaseX length 0 data decode, by tsuyoshicho
❤️ #56 fix: MD5/SHA1 byte convert use List.Byte, by tsuyoshicho
❤️ #55 feat: ULID overflow check PR, by tsuyoshicho
❤️ #53 feat: import MD5 and small fix(pull requested), by tsuyoshicho
❤️ #50 feat: OTP move Hash to Crypt.Password, by tsuyoshicho
❤️ #49 feat: Hash size param add, by tsuyoshicho
❤️ #47 fix: TOTP document update, by tsuyoshicho
❤️ #45 feat: TOTP timedata injection support and test brushup, by tsuyoshicho
❤️ #44 fix: OTP test enhanced, by tsuyoshicho
❤️ #43 feat: NS renew NameSpace and member value, by tsuyoshicho
❤️ #41 feat: base32x/base64x test extend, by tsuyoshicho
❤️ #39 feat: OTP/SHA1 test change new format, by tsuyoshicho
❤️ #38 feat: OTP internal byte op remove, by tsuyoshicho
❤️ #37 feat: OTP default param export, by tsuyoshicho
❤️ #36 feat: SHA1 test in HMAC activate, by tsuyoshicho
❤️ #32 fix: Hash.SHA1 document update for original and import, by tsuyoshicho
❤️ #31 feat: Hash.HMAC use List.Byte from/to data convert byte-list or hex-string, by tsuyoshicho
❤️ #29 fix: Crockford link to original URL, by tsuyoshicho
❤️ #28 fix: Hash.HMAC: document link to MD5,SHA1, by tsuyoshicho
❤️ #27 feat: Hash.HMAC use Base16 return to hex string, by tsuyoshicho
❤️ #26 feat: Add ID.* document/test, by tsuyoshicho
❤️ #25 feat: reverse import SHA1,HMAC,OTP from vital.vim, by tsuyoshicho

NOISY ISSUE

🔈 #35 feat: add PBKDF2 support, by tsuyoshicho
It received 5 comments.


PULL REQUESTS

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

OPEN PULL REQUEST

Last week, 3 pull requests were opened.
💚 #35 feat: add PBKDF2 support, by tsuyoshicho
💚 #51 feat: Random.FixedData: RNG for fixed data, by tsuyoshicho
💚 #54 feat: Random.System: RNG for system native, by tsuyoshicho

UPDATED PULL REQUEST

Last week, 2 pull requests were updated.
💛 #42 fix: List.Byte blob test, by tsuyoshicho
💛 #33 feat: Hash.HMAC support byte-list/string/blob, by tsuyoshicho

MERGED PULL REQUEST

Last week, 22 pull requests were merged.
💜 #57 fix: BaseX length 0 data decode, by tsuyoshicho
💜 #50 feat: OTP move Hash to Crypt.Password, by tsuyoshicho
💜 #56 fix: MD5/SHA1 byte convert use List.Byte, by tsuyoshicho
💜 #49 feat: Hash size param add, by tsuyoshicho
💜 #55 feat: ULID overflow check PR, by tsuyoshicho
💜 #26 feat: Add ID.* document/test, by tsuyoshicho
💜 #47 fix: TOTP document update, by tsuyoshicho
💜 #45 feat: TOTP timedata injection support and test brushup, by tsuyoshicho
💜 #44 fix: OTP test enhanced, by tsuyoshicho
💜 #41 feat: base32x/base64x test extend, by tsuyoshicho
💜 #43 feat: NS renew NameSpace and member value, by tsuyoshicho
💜 #38 feat: OTP internal byte op remove, by tsuyoshicho
💜 #37 feat: OTP default param export, by tsuyoshicho
💜 #36 feat: SHA1 test in HMAC activate, by tsuyoshicho
💜 #31 feat: Hash.HMAC use List.Byte from/to data convert byte-list or hex-string, by tsuyoshicho
💜 #32 fix: Hash.SHA1 document update for original and import, by tsuyoshicho
💜 #28 fix: Hash.HMAC: document link to MD5,SHA1, by tsuyoshicho
💜 #29 fix: Crockford link to original URL, by tsuyoshicho
💜 #25 feat: reverse import SHA1,HMAC,OTP from vital.vim, by tsuyoshicho
💜 #24 feat: vital.vim ci/test/document setting import, by tsuyoshicho
💜 #22 feat: ID.* use Data.List.Byte for small methods, by tsuyoshicho
💜 #18 feat: BaseX use convert method Data.List.Byte backend if possible, by tsuyoshicho


COMMITS

Last week there were 116 commits.
🛠️ ID.ULID,ID.GUID: empty test add. by tsuyoshicho
🛠️ Merge pull request #26 from tsuyoshicho/feature/id-document-and-test feat: Add ID.* document/test by tsuyoshicho
🛠️ ID.UUID.Namespace: Test fix by tsuyoshicho
🛠️ ID.UUID,ID.UUID.Namespace: add test by tsuyoshicho
🛠️ ID.GUID: add document by tsuyoshicho
🛠️ ID.UUID.Namespace: add document by tsuyoshicho
🛠️ ID.ULID: first help add. by tsuyoshicho
🛠️ ID.UUID: small fix. by tsuyoshicho
🛠️ ID.UUID: Document add by tsuyoshicho
🛠️ Merge pull request #57 from tsuyoshicho/fix/testfailed fix: BaseX length 0 data decode by tsuyoshicho
🛠️ Data.Base16: add RFC test vector by tsuyoshicho
🛠️ Data.{Base32,Base64}.*: test 0 length string add or enable by tsuyoshicho
🛠️ Data.Base32.Base32: data low limit check add by tsuyoshicho
🛠️ Data.Base32x: test 0 length string enable by tsuyoshicho
🛠️ Data.Base64.Base64: data low limit check add by tsuyoshicho
🛠️ Data.Base64x: test 0 length string re-enable by tsuyoshicho
🛠️ Merge pull request #55 from tsuyoshicho/feature/ULIDoverflowcheck feat: ULID overflow check PR
closed #21
by tsuyoshicho
🛠️ ID.ULID: overflow check add by tsuyoshicho
🛠️ Merge pull request #50 from tsuyoshicho/feature/otp-renew feat: OTP move Hash to Crypt.Password by tsuyoshicho
🛠️ {Hash,Crypt.Password}.OTP: wrapping process fix by tsuyoshicho
🛠️ Hash.OTP: depend Crypt.Password.OTP and deprecated it. by tsuyoshicho
🛠️ Crypt.Password.OTP: Initial copy and refine by tsuyoshicho
🛠️ Merge pull request #56 from tsuyoshicho/fix/hash-byteop fix: MD5/SHA1 byte convert use List.Byte by tsuyoshicho
🛠️ Hash.{MD5x,SHA1}: replace byte operator to List.Byte by tsuyoshicho
🛠️ Merge pull request #49 from tsuyoshicho/feature/hashsize feat: Hash size param add by tsuyoshicho
🛠️ Hash.{MD5.SHA1}: add .name,.hash_length prop support. by tsuyoshicho
🛠️ Hash.HMAC: Test chage support MD5x (temp) by tsuyoshicho
🛠️ Hash.MD5x: import first. rename reason vital.vim and this project together safe. by tsuyoshicho
🛠️ Merge pull request #47 from tsuyoshicho/fix/totp-document fix: TOTP document update by tsuyoshicho
🛠️ Hash.OTP: document update. by tsuyoshicho
🛠️ Merge pull request #45 from tsuyoshicho/feat/totp-di-localtime feat: TOTP timedata injection support and test brushup by tsuyoshicho
🛠️ Hash.OTP: fix TOTP now generate digit check pattern. by tsuyoshicho
🛠️ Hash.OTP: temp. test vector disable a part. by tsuyoshicho
🛠️ Hash.OTP: fix test called miss in DateTime's method by tsuyoshicho
🛠️ Hash.OTP: test fix, use epoch second by tsuyoshicho
🛠️ Hash.OTP: testfix digit are number of results by tsuyoshicho
🛠️ Hash.OTP: test fix by tsuyoshicho
🛠️ Hash.OTP: TOTP localtime dependency injection and test brushup by tsuyoshicho
🛠️ Updte README small typo by tsuyoshicho
🛠️ Updte README by tsuyoshicho
🛠️ Merge pull request #44 from tsuyoshicho/fix/otp-test-enhanced1 fix: OTP test enhanced by tsuyoshicho
🛠️ Hash.OTP: test enhance by tsuyoshicho
🛠️ Merge pull request #41 from tsuyoshicho/feature/basexxx-testext feat: base32x/base64x test extend by tsuyoshicho
🛠️ Data.{Base32,Base64}.*: add encodebytes,decoderaw testdata by tsuyoshicho
🛠️ Data.{Base32x,Base64x}: add encodebytes,decoderaw testdata by tsuyoshicho
🛠️ Merge pull request #43 from tsuyoshicho/feature/renew-ns feat: NS renew NameSpace and member value by tsuyoshicho
🛠️ ID.UUID.Namespace: re-define const value by tsuyoshicho
🛠️ ID.UUID.NS -> ID.UUID.Namespace: rename module by tsuyoshicho
🛠️ Fix license filename by tsuyoshicho
🛠️ Merge pull request #38 from tsuyoshicho/feature/otp-bytelist feat: OTP internal byte op remove by tsuyoshicho
🛠️ Hash.OTP: slimup. remove non use internal functions. by tsuyoshicho
🛠️ Merge pull request #37 from tsuyoshicho/feature/otp-defparam feat: OTP default param export by tsuyoshicho
🛠️ Hash.OTP: defaults value change to object menber value by tsuyoshicho
🛠️ WIP by tsuyoshicho
🛠️ Merge pull request #36 from tsuyoshicho/feature/hmac-sha1-activate feat: SHA1 test in HMAC activate by tsuyoshicho
🛠️ Hash.HMAC: SHA1 test activate by tsuyoshicho
🛠️ Merge pull request #31 from tsuyoshicho/fix/hmac-bytelist feat: Hash.HMAC use List.Byte from/to data convert byte-list or hex-string by tsuyoshicho
🛠️ Hash.HMAC: Data.List.Byte use for string to byte-list / byte-list to hex string by tsuyoshicho
🛠️ Merge pull request #32 from tsuyoshicho/fix/docupdate-sha1 fix: Hash.SHA1 document update for original and import by tsuyoshicho
🛠️ Merge pull request #29 from tsuyoshicho/fix/docuptate-base32cf fix: Crockford link to original URL by tsuyoshicho
🛠️ Merge pull request #28 from tsuyoshicho/fix/docupdate-hmac fix: Hash.HMAC: document link to MD5,SHA1 by tsuyoshicho
🛠️ Hash.SHA1: Document update. add original code author info by tsuyoshicho
🛠️ Data.Base32.Crockford: document update. link add by tsuyoshicho
🛠️ Hash.HMAC: document update, Hash.MD5,Hash.SHA1 link by tsuyoshicho
🛠️ add badge by tsuyoshicho
🛠️ .coveragerc add by tsuyoshicho
🛠️ CI/coverage setting up-to-date by tsuyoshicho
🛠️ Merge pull request #18 from tsuyoshicho/feature/baseXrefineuseBase16 feat: BaseX use convert method Data.List.Byte backend if possible by tsuyoshicho
🛠️ Merge pull request #25 from tsuyoshicho/feature/import-sha1-hmac-otp feat: reverse import SHA1,HMAC,OTP from vital.vim by tsuyoshicho
🛠️ Merge pull request #22 from tsuyoshicho/feature/IDrefineuseBase16 feat: ID.* use Data.List.Byte for small methods by tsuyoshicho
🛠️ Hash.*: move latest dir by tsuyoshicho
🛠️ Hash.OTP: Add OTP help/documents. by tsuyoshicho
🛠️ Hash.OTP: Fix List.new funcref arg by tsuyoshicho
🛠️ Hash.OTP: add OTP test value only HOTP. by tsuyoshicho
🛠️ Hash.OTP: Initial import. by tsuyoshicho
🛠️ Hash.HMAC: HMAC document initial add by tsuyoshicho
🛠️ Hash.HMAC: Fix List.new funcref arg by tsuyoshicho
🛠️ Hash.HMAC: Test enhanced. by tsuyoshicho
🛠️ Hash.HMAC: Add Testcase HMAC without SHA1 by tsuyoshicho
🛠️ Hash.HMAC: Add HMAC initial commit by tsuyoshicho
🛠️ Hash.SHA1: Add SHA1 doc. by tsuyoshicho
🛠️ Hash.SHA1: Fix bytes2str arg copy and rename bytes2binstr (Usage convert to hex XX string) by tsuyoshicho
🛠️ Hash.SHA1: brushup license details by tsuyoshicho
🛠️ Hash.SHA1: fix non-public function,rename _x by tsuyoshicho
🛠️ Hash.SHA1: fix args bytelist to widen, copy are protected agist inner work by tsuyoshicho
🛠️ Hash.SHA1: Add digest and _raw testcase by tsuyoshicho
🛠️ Hash.SHA1: SHA1 RFC Test result value miss? fix Use other SHA1 recalc result. by tsuyoshicho
🛠️ Hash.SHA1: Add SHA1 Testsuite by tsuyoshicho
🛠️ Hash.SHA1: Import SHA1 implementation. (same I/F Hash.MD5) by tsuyoshicho
🛠️ Data.List.Byte: test description update. by tsuyoshicho
🛠️ Data.List.Byte: fix no depend module by tsuyoshicho
🛠️ Data.Base32.,Data.Base64.: Fix argument miss by tsuyoshicho
🛠️ Data.Base32.,Data.Base64.: Code simplify by tsuyoshicho
🛠️ Data.Base32.,Data.Base64.: replace inner from Base16 to Data.List.Byte by tsuyoshicho
🛠️ Data.Base32.,Data.Base64.,Data.Base16: replace inner to Base16,Data.List.Byte by tsuyoshicho
🛠️ ID.UUID: replace inner func to Data.List.Byte by tsuyoshicho
🛠️ Merge branch 'develop' by tsuyoshicho
🛠️ Data.Base16,Data.List.Byte: Add documents. by tsuyoshicho
🛠️ Merge branch 'develop' by tsuyoshicho
🛠️ fix appveyour by tsuyoshicho
🛠️ CI setting update by tsuyoshicho
🛠️ CI setting update by tsuyoshicho
🛠️ Data.List.Byte: blob currently test off by tsuyoshicho
🛠️ Data:List.Byte: test skp message fix by tsuyoshicho
🛠️ Data.List.Byte: skip blob if not support by tsuyoshicho
🛠️ CI setting update: remove notify by tsuyoshicho
🛠️ CI setting update: remove notify by tsuyoshicho
🛠️ Data.List.Byte: fix test and code by tsuyoshicho
🛠️ Data.List.Byte: add test by tsuyoshicho
🛠️ Data.Base16: add test by tsuyoshicho
🛠️ Merge pull request #24 from tsuyoshicho/feature/vitalvim-setting feat: vital.vim ci/test/document setting import by tsuyoshicho
🛠️ Data.Base32*.,Data.Base64.*: Document refine by tsuyoshicho
🛠️ Data.Base32*.,Data.Base64.*: Test setup by tsuyoshicho
🛠️ Data.Base32*.,Data.Base64.*: test base copy by tsuyoshicho
🛠️ lint disable by tsuyoshicho
🛠️ Import setting/document/test from vital.vim by tsuyoshicho


CONTRIBUTORS

Last week there was 1 contributor.
👤 tsuyoshicho


STARGAZERS

Last week there were no stargazers.


RELEASES

Last week there were no releases.


That's all for last week, please 👀 Watch and Star the repository tsuyoshicho/vital-codec to receive next weekly updates. 😃

You can also view all Weekly Digests by clicking here.

Your Weekly Digest bot. 📆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant