- Upgraded to
@simulacrum/[email protected]
ade6ca6
The/user/memberships/orgs
endpoint didn't return data per the schema. Fix and validate.
e920b0d
All existing custom routes, repository and installations endpoints, now return a 404 in cases where there are no associated resources to match the real API functionality.
0ba82b7
Change the default simulation helper page to/simulation
to avoid the conflict with the default GitHub route at the root,/
.
- Upgraded to
@simulacrum/[email protected]
e565f7b
Possibly breaking We incorrectly used the hosted schema with an Enterprise endpoint. Correcting this to default to the hosted endpoint with the hosted schema. UseapiUrl
andapiSchema
if there is need to adjust for Enterprise use cases.
85816d8
Validate and correct responses with OpenAPI specification for/installation/repositories
,/orgs/{org}/repos
,/repos/{org}/{repo}/branches
,orgs/{org}/installation
, and/repos/{owner}/{repo}/installation
when passing ininitialState
.
- Upgraded to
@simulacrum/[email protected]
2741f00
The bin file was not specified so running withnpx
directly was broken.
- Upgraded to
@simulacrum/[email protected]
7d39c71
Rebuilding on top of the foundation simulator to establish a mutable state. Also begin handling REST-based routes.
1040a8f
(#263) Arepository
query would fail due to a destructuredname
. This fixes the reference and adds an additional check for matchingnameWithOwner
.
70eedc3
(#260) Bump the version of graphgen to 1.8.1 to support the latest type signature expected from the factory that is passed to the server.
- Allow extenstion of github api simulator with new endpoints and middleware
- b065a10 Add changeset on 2023-05-05
- Added the description mapping to repositories.
- add repository mock data to github-api-simulator
- Fix path resolution to github api schema
- create the @simulacrum/github-api-simulator package
- 0eb4ebf add changeset on 2022-11-30