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

chore: release packages #114

Merged
merged 40 commits into from
Dec 8, 2021
Merged

chore: release packages #114

merged 40 commits into from
Dec 8, 2021

Conversation

omermorad
Copy link
Owner

No description provided.

Add TypeDI to enable working with IoC to enable convenient DI
Add 'randexp' to enable generating a random string that matches a given RegExp
Add 'randexp' to enable generating a random string that matches a given RegExp
Add 'randexp' to enable generating a random string that matches a given RegExp
Add RegExp to be part of the possible values in the mock decorator (exact value)
Add method signature for RegExp value
* feat(logger): add initial working module

Add basic logger module

* chore(logger): add eslint files

* chore(logger): add lint scripts
* feat(fixtures): add basic fixtures module, skeleton and basic logic

* refactor(fixtures): improve logic, change types/interfaces, add ioc typedi

* refactor(fixtures): redesign classes and rearrange files, improve error texts

* style(fixtures): functions name changes + adding deps
* refactor(parser): add mock generator and remove analyzer

Add MockGenerator
Remove ClassAnalyzer moving all the logics into ClassParser

BREAKING CHANGE: ClassAnalayzer has been removed and all the logic has been moved to ClassParser

* test(parser): add (move) mock generator integration test

* chore(parser): config jest and typescript to run integration test

* fix(mockingbird-ts): use mock generator differently (singleton)

Remove mock generator from mockingbird-ts and import it from @mockinbird/parser instead
mock generator acts as a singleton now

* refactor(mockingbird-ts): fix mock factory

* chore(mockingbird-ts): config jest to collect coverage properly
 - @mockinbird/common@2.0.3-rc.0
 - @mockinbird/logger@0.0.1-rc.0
 - mockingbird-ts@2.1.2-rc.0
 - @mockinbird/parser@3.0.2-rc.0
 - @mockinbird/reflect@3.0.2-rc.0
ci: refactor pre-release ci (#112)
@omermorad omermorad self-assigned this Nov 13, 2021
@codecov-commenter
Copy link

codecov-commenter commented Nov 13, 2021

Codecov Report

Merging #114 (ac08cad) into master (e2abf12) will decrease coverage by 1.89%.
The diff coverage is 97.16%.

❗ Current head ac08cad differs from pull request most recent head cb0b0d3. Consider uploading reports for the commit cb0b0d3 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
- Coverage   95.79%   93.90%   -1.90%     
==========================================
  Files          27       17      -10     
  Lines         476      279     -197     
  Branches       78       42      -36     
==========================================
- Hits          456      262     -194     
+ Misses         14       12       -2     
+ Partials        6        5       -1     
Impacted Files Coverage Δ
packages/reflect/src/decorators/mock.decorator.ts 100.00% <ø> (ø)
packages/reflect/src/lib/class-reflector.ts 95.45% <ø> (ø)
...ckages/reflect/src/lib/property-decorator-value.ts 84.61% <0.00%> (-4.86%) ⬇️
...ackages/parser/src/lib/generator/mock-generator.ts 61.53% <83.33%> (ø)
...ckages/mockingbird/src/lib/builder/mock-builder.ts 100.00% <100.00%> (ø)
...kages/mockingbird/src/lib/builder/mock-producer.ts 71.42% <100.00%> (-1.30%) ⬇️
...ckages/mockingbird/src/lib/factory/mock-factory.ts 100.00% <100.00%> (ø)
...ges/parser/src/lib/handlers/array-value-handler.ts 100.00% <100.00%> (ø)
.../parser/src/lib/handlers/callback-value-handler.ts 100.00% <100.00%> (ø)
...ages/parser/src/lib/handlers/enum-value-handler.ts 100.00% <100.00%> (ø)
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e2abf12...cb0b0d3. Read the comment docs.

* chore: change mockinbird to mockingbird namespace scope

* refactor: change from mockingbird-ts to mockingbird in test-classes
 - @mockingbird/common@2.0.3-rc.1
 - @mockingbird/logger@0.0.1-rc.1
 - mockingbird@2.1.2-rc.2
 - @mockingbird/parser@3.0.2-rc.1
 - @mockingbird/reflect@3.0.2-rc.1
* chore: replace everything from mockingbird-ts to mockingbird

* chore: replace everything from mockingbird-ts to mockingbird #2
 - @mockingbird/common@2.0.3-rc.2
 - mockingbird@2.1.2-rc.3
 - @mockingbird/parser@3.0.2-rc.2
 - @mockingbird/reflect@3.0.2-rc.2
 - @mockingbird/common@2.0.3-rc.3
 - mockingbird@2.1.2-rc.4
 - @mockingbird/parser@3.0.2-rc.3
 - @mockingbird/reflect@3.0.2-rc.3
 - @mockingbird/common@2.0.3
 - @mockingbird/logger@0.0.1
 - mockingbird@2.1.2
 - @mockingbird/parser@3.0.2
 - @mockingbird/reflect@3.0.2
@omermorad omermorad changed the title chore: release chore: release packages Dec 8, 2021
@omermorad omermorad merged commit c6f521f into master Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants