Skip to content

Tags: kiegroup/mock-github

Tags

v3.0.0-beta.1

Toggle v3.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: update docs for beta installation (#87)

BREAKING CHANGE: Add support for mocking node's native fetch client. Requires node 18 or higher

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: correct the typings for moctokit (#82)

* add non nullable to request body to fix keyof for optional properties

* remove export for RequestBody

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add an abstract endpoint mocker that contains common methods fo…

…r all implementations (#76)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow switching branches (#73)

* implemented checkout and added test cases

* updated readme

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: adds support for relative setupPath (#69)

* support relative setupPath

* formatting

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mock headers (#60)

* added ability to mock requests which match certain headers

* added test cases

* bump version, update readme

* lint

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add headers (#59)

* added headers as part of replies

* updated test cases

* updated readme, bumped version

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow unmocked (#58)

* added allowUnmocked to base classes

* added allowUnmocked to moctokit

* updated script and autogenerated endpoint-requests

* bumped version

* updated readme

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow unmocked (#58)

* added allowUnmocked to base classes

* added allowUnmocked to moctokit

* updated script and autogenerated endpoint-requests

* bumped version

* updated readme

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
binded objects to methods that were exposed by other classes (#51)