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

Bump tape from 4.11.0 to 4.12.0 #148

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps tape from 4.11.0 to 4.12.0.

Commits
  • 42c84d6 v4.12.0
  • 3e0a341 [Deps] update is-regex, string.prototype.trim
  • ba7e2b2 [Dev Deps] update eslint
  • f3a5925 [Tests] use shared travis-ci configs
  • 6e94800 [Deps] update deep-equal, glob, object-inspect, resolve, `string.prot...
  • 8150c3b [Refactor] use is-regex instead of instanceof RegExp
  • 24487cb add tap-nyc to pretty-reporters
  • c283615 [New] when the error type is wrong, show the message and stack
  • 44cbbf5 [Tests] add a test for the wrong kind of error
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [tape](https://github.com/substack/tape) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/substack/tape/releases)
- [Commits](tape-testing/tape@v4.11.0...v4.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 23, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #151.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/tape-4.12.0 branch December 30, 2019 07:22
rmothilal added a commit that referenced this pull request Aug 24, 2020
* Feature/fix for circle (#2) (#3)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Merge working Develop branch into Master for 1st release (#5)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Feature/version update pi2 (#22)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Feature/#95 node version upgrade (#6)

* upgraded all dependencies that could be updated. new Buffer() has been deprecated now Buffer.from will be used.
Added to .gitignore idea files and package-lock.json

* changed version

* update circle ci node version

* Feature/#62 automate the cd pipeline for central services shared (#7)

- Automated the deployment through k8s for master and develop push tags
- Automated build artifacts are published to the respective repository for master (release) and develop (snapshot) pushed tags
- Automated unit tests for PR validations with results made available
- Automated integration tests for PR validations with results made available
- Automated functional tests for PR validations with results made available
- Automated code coverage tests for PR validations with results made available to sonar-qube

* Fixed regex in CircleCI v2 config

* Feature/#148 design implement common streaming library (#12)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* Feature/#148 design implement common streaming library (#11)

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* #150 Test, document and address config for "common streaming library" (#14)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* Feature/#150 test document and address configfor commonstreaminglibrary (#15)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* bumped version up for documentation

* Added doc reference for message protocol (#16)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* bumped version up for documentation

* added reference to message protocol docs

* version update

* version update (#21)

* release version update

* mistakenly copied code and version update

* Fix for delete http method being validated with a body

* removal of 2 added files

Co-authored-by: Miguel de Barros <miguel@debarros.me>
rmothilal added a commit that referenced this pull request Aug 26, 2020
* Feature/fix for circle (#2) (#3)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Merge working Develop branch into Master for 1st release (#5)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Feature/version update pi2 (#22)

* Feature/fix for circle (#2)

* Updated circle ci config based on https://github.com/mojaloop/central-ledger/blob/master/Onboarding.md documentation

* Updated based on NPM registry migration doc

* Updated circle yaml deployment descriptor

* Added space for consistency of formatting

* Added public access to the npm publish command

* feature/continuous integration v2 (#4)

* final draft circleci v2 config 10:27:47

* final draft circleci v2 config 11:06:58

* Feature/#95 node version upgrade (#6)

* upgraded all dependencies that could be updated. new Buffer() has been deprecated now Buffer.from will be used.
Added to .gitignore idea files and package-lock.json

* changed version

* update circle ci node version

* Feature/#62 automate the cd pipeline for central services shared (#7)

- Automated the deployment through k8s for master and develop push tags
- Automated build artifacts are published to the respective repository for master (release) and develop (snapshot) pushed tags
- Automated unit tests for PR validations with results made available
- Automated integration tests for PR validations with results made available
- Automated functional tests for PR validations with results made available
- Automated code coverage tests for PR validations with results made available to sonar-qube

* Fixed regex in CircleCI v2 config

* Feature/#148 design implement common streaming library (#12)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* Feature/#148 design implement common streaming library (#11)

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* #150 Test, document and address config for "common streaming library" (#14)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* Feature/#150 test document and address configfor commonstreaminglibrary (#15)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* bumped version up for documentation

* Added doc reference for message protocol (#16)

* added stubs for feature

* reworking the stubs

* reworking the stubs

* initial working simple consumer

* initial working simple consumer

* Consumers working in 3 modes [flow, poll, recursive], updated logger to allow for silly and verbose levels

* updated some comments

* added new process mode for recursive sync queue processing

* adding jsdoc

* added documents, and seperated test (still to be moved into a unit test/integration framework)

* cleaned up code

* cleaned up document

* fixed jsdoc typo

* updated ints to number for jsdoc

* stream processing base for the producer

* Added commit syncs and getWatermarkOffsets

* fixed test and documentation for consumer

* updated config names and docs

* added methods for getMetaData and updated docs

* updated test client

* updated defaults to match documentation

* Updated Logging feature (#10)

* Updated Logging feature

Added capability to change the logging level
Updated the tests cases
Anded a .env file

* Updated the package.json file

removed unsused dependencies

* moving tests to the test folder

* test and commented code for producer

* Updated tape and test coverage config

* changes for miguels comments

* please tell me this is correct

* work in-progress for unit tests

* trying to get poll, recursive functions to work.

* Checking in merged code.

* Implmented all unit tests for consumer

* fixed unit tests, and standards issues

* Updated istanbul config to exclude examples from code coverage check

* fixing setup for configci

* fixing circleci

* added code header for kafkastub

* changes for producer for the send message function including basic unit tests for producer

* unused enum

* added some more tests

* adding unit tests

* added createdAt for metadata protocol

* /#148DesignImplementCommonStreamingLibraryMIG: Auto stash before merge of "feature/#148DesignImplementCommonStreamingLibraryMIG" and "origin/feature/#148DesignImplementCommonStreamingLibrary"

* added some more unit tests to get the code coverage up for the consumer

* Fixed consumer code to be above 90% code coverage

* fixed unit test coverage

* fixed unit test coverage

* fixing tests

* cleaned up consumer tests

* version bump

* proper version bump

* unit tests and coverage above threshold for producer

* Fixed consumer to handle callback function regardless if its a promise or not

* fixing circleci build

* Added test cases for Protocol

Added test cases for protocol.js file

* Implemented review comments

Added back "pp" parameter back to function and fixed unit tests

* Update index.js

* Updated protocol and re-aligned to lime. Re-aligned unit tests.

* Documented TODOs in the JSDoc comments

* cleaned up code

* algined todo comments on jsdoc

* Updated readme.md to include documentation for Kafka

* Fixed documentation for the Producer example and md.

* bumped version up for documentation

* added reference to message protocol docs

* version update

* version update (#21)

* release version update

* mistakenly copied code and version update

* updated openapi-backend version

Co-authored-by: Miguel de Barros <miguel@debarros.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants