simulacrum

A simulation platform for use during testing, during development and for high-fidelity application previews

Downloads
10.4K
Stars
84
Committers
13

Bot releases are hidden (Show)

simulacrum - @simulacrum/github-api-simulator v0.4.0 Latest Release

Published by frontsidejack about 1 year ago

[0.4.0]

simulacrum - @simulacrum/ldap-simulator v0.5.5

Published by frontsidejack about 1 year ago

[0.5.5]

  • 7c69bbd Don't resolve createLDAPServer() until server is known to be accepting
    connections.
simulacrum - @simulacrum/github-api-simulator v0.3.3

Published by frontsidejack over 1 year ago

[0.3.3]

  • d38705a(#265) Adding the isArchived and defaultBranchRef as options to return in the query.
simulacrum - @simulacrum/github-api-simulator v0.3.2

Published by frontsidejack over 1 year ago

[0.3.2]

Bug Fixes

  • 1040a8f(#263) A repository query would fail due to a destructured name. This fixes the reference and adds an additional check for matching nameWithOwner.

[0.3.1]

Dependencies

  • 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.

[0.3.0]

  • Allow extenstion of github api simulator with new endpoints and middleware
    • b065a10 Add changeset on 2023-05-05

[0.2.4]

  • Added the description mapping to repositories.
    • ba0046e add the description mapping to Github API simulator (#256) on 2023-03-02

[0.2.3]

  • add repository mock data to github-api-simulator
    • 62e3948 add repository mock data to github-api-simulator (#247) on 2022-12-05

[0.2.2]

  • export World and Factory types
    • 1c70396 export World and Factory types (#245) on 2022-12-01

[0.2.1]

  • Fix path resolution to github api schema
    • 995b6bb Fix path resolution to github api schema (#243) on 2022-11-30

[0.2.0]

  • create the @simulacrum/github-api-simulator package
    • 0eb4ebf add changeset on 2022-11-30
simulacrum - @simulacrum/github-api-simulator v0.3.1

Published by frontsidejack over 1 year ago

[0.3.1]

Dependencies

  • 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.

[0.3.0]

  • Allow extenstion of github api simulator with new endpoints and middleware
    • b065a10 Add changeset on 2023-05-05

[0.2.4]

  • Added the description mapping to repositories.
    • ba0046e add the description mapping to Github API simulator (#256) on 2023-03-02

[0.2.3]

  • add repository mock data to github-api-simulator
    • 62e3948 add repository mock data to github-api-simulator (#247) on 2022-12-05

[0.2.2]

  • export World and Factory types
    • 1c70396 export World and Factory types (#245) on 2022-12-01

[0.2.1]

  • Fix path resolution to github api schema
    • 995b6bb Fix path resolution to github api schema (#243) on 2022-11-30

[0.2.0]

  • create the @simulacrum/github-api-simulator package
    • 0eb4ebf add changeset on 2022-11-30
simulacrum - @simulacrum/github-api-simulator v0.3.0

Published by frontsidejack over 1 year ago

[0.3.0]

  • Allow extenstion of github api simulator with new endpoints and middleware
    • b065a10 Add changeset on 2023-05-05
simulacrum - @simulacrum/github-api-simulator v0.2.4

Published by frontsidejack over 1 year ago

[0.2.4]

  • Added the description mapping to repositories.
    • ba0046e add the description mapping to Github API simulator (#256) on 2023-03-02
simulacrum - @simulacrum/auth0-cypress v0.6.10

Published by frontsidejack over 1 year ago

[0.6.10]

  • Add the refresh_token flow
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 7e4e918 Refresh token (#252) on 2023-02-11
simulacrum - @simulacrum/auth0-simulator v0.9.0

Published by frontsidejack over 1 year ago

[0.9.0]

  • Add the refresh_token flow
simulacrum - @simulacrum/github-api-simulator v0.2.3

Published by frontsidejack almost 2 years ago

[0.2.3]

  • add repository mock data to github-api-simulator
    • 62e3948 add repository mock data to github-api-simulator (#247) on 2022-12-05
simulacrum - @simulacrum/github-api-simulator v0.2.2

Published by frontsidejack almost 2 years ago

[0.2.2]

  • export World and Factory types
    • 1c70396 export World and Factory types (#245) on 2022-12-01
simulacrum - @simulacrum/github-api-simulator v0.2.1

Published by frontsidejack almost 2 years ago

[0.2.1]

  • Fix path resolution to github api schema
    • 995b6bb Fix path resolution to github api schema (#243) on 2022-11-30
simulacrum - @simulacrum/github-api-simulator v0.2.0

Published by frontsidejack almost 2 years ago

[0.2.0]

  • create the @simulacrum/github-api-simulator package
    • 0eb4ebf add changeset on 2022-11-30
simulacrum - @simulacrum/auth0-cypress v0.6.9

Published by frontsidejack almost 2 years ago

[0.6.9]

  • The auth0-simulator /login/callback is difficult to inspect. We need the client_id passed, but it seems safe to pass the whole wctx object as query strings.
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 6b18117 /login/callback should pass all wctx (#241) on 2022-11-30
  • The auth0-simulator userData does not consider the Auth0 email verification functionality. Set it to true as a default to enable minimal functionality.
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 547ef7f default auth0 simulator userData email_verified to true on 2022-11-29
  • The login form needs event.preventDefault() to allow the Auth0 library functions to run instead of default form functionality.
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 046f49f add event.preventDefault() to login form for submit event on 2022-11-29
  • The auth0-simulator uses a logger that was refactored and broke the middleware logging. As a stopgap to the required, involved refactor, log out based on the debug flag.
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 67e2f7f add stopgap debug in auth0-simulator (#237) on 2022-11-30
simulacrum - @simulacrum/auth0-simulator v0.8.3

Published by frontsidejack almost 2 years ago

[0.8.3]

  • The auth0-simulator /login/callback is difficult to inspect. We need the client_id passed, but it seems safe to pass the whole wctx object as query strings.
    • 6b18117 /login/callback should pass all wctx (#241) on 2022-11-30
  • The auth0-simulator userData does not consider the Auth0 email verification functionality. Set it to true as a default to enable minimal functionality.
    • 547ef7f default auth0 simulator userData email_verified to true on 2022-11-29
  • The login form needs event.preventDefault() to allow the Auth0 library functions to run instead of default form functionality.
    • 046f49f add event.preventDefault() to login form for submit event on 2022-11-29
  • The auth0-simulator uses a logger that was refactored and broke the middleware logging. As a stopgap to the required, involved refactor, log out based on the debug flag.
    • 67e2f7f add stopgap debug in auth0-simulator (#237) on 2022-11-30
simulacrum - @simulacrum/auth0-cypress v0.6.8

Published by frontsidejack almost 2 years ago

[0.6.8]

  • Added specific support for the grant_type client_credentials which is required for machine-to-machine tokens. This grant_type specifically does not run the rules. The scope option now accepts an array of objects to specify specific scopes for specific clients.
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 4ffde63 support client_credentials grant_type on 2022-11-17
    • 9bb1b43 update change file with note about scope adjustments on 2022-11-23
  • Tweaks the login form so the button is a true form submission button. This allows the form to input validate, and enables all form submission options (enter primarily the addition).
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • fa4a9e2 auth0 submit as form button on 2022-11-21
  • The simulator should consider the audience and client_id passed in the request. The values may be important for logic in user defined rules, and is used in validating the token, e.g. in auth0-react.
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 86cd7d0 consider client_id and audience in auth0 sim request on 2022-11-16
simulacrum - @simulacrum/ldap-simulator v0.5.4

Published by frontsidejack almost 2 years ago

[0.5.4]

  • When creating a person with the person simulator, we now allow passing in a specific id to use.
    • Bumped due to a bump in @simulacrum/server.
    • 6793a27 change file on 2022-11-16
simulacrum - @simulacrum/auth0-simulator v0.8.2

Published by frontsidejack almost 2 years ago

[0.8.2]

  • Added specific support for the grant_type client_credentials which is required for machine-to-machine tokens. This grant_type specifically does not run the rules. The scope option now accepts an array of objects to specify specific scopes for specific clients.
    • 4ffde63 support client_credentials grant_type on 2022-11-17
    • 9bb1b43 update change file with note about scope adjustments on 2022-11-23
  • Tweaks the login form so the button is a true form submission button. This allows the form to input validate, and enables all form submission options (enter primarily the addition).
    • fa4a9e2 auth0 submit as form button on 2022-11-21
  • The simulator should consider the audience and client_id passed in the request. The values may be important for logic in user defined rules, and is used in validating the token, e.g. in auth0-react.
    • 86cd7d0 consider client_id and audience in auth0 sim request on 2022-11-16
simulacrum - @simulacrum/server v0.6.3

Published by frontsidejack almost 2 years ago

[0.6.3]

  • When creating a person with the person simulator, we now allow passing in a specific id to use.
    • 6793a27 change file on 2022-11-16
simulacrum - @simulacrum/auth0-cypress v0.6.7

Published by frontsidejack almost 2 years ago

[0.6.7]

  • Async rules were not properly processing and would run as a race condition mutating the user and context objects. This would mean part of the rule might be applied. This adds some additional wrappers in the rule running to properly handle and await on async code.
    • Bumped due to a bump in @simulacrum/auth0-simulator.
    • 013b5db change file on 2022-11-03