Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Release v0.3.13 #381

Merged
merged 9 commits into from
Feb 11, 2020
Merged

Release v0.3.13 #381

merged 9 commits into from
Feb 11, 2020

Commits on Jan 28, 2020

  1. Add stop command to unmock-server. (#374)

    * Add stop command by writing server PID to file.
    
    * Fix prettier.
    
    * Add simple test.
    
    * Fix prettier.
    
    * Fix deletion in test.
    
    * Delete server PID file when process exits.
    
    * Clean-up.
    Kimmo Sääskilahti committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    c2a3d21 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    f101974 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Programmatic API for creating services (#377)

    * Start working on new api.
    
    * Fix errors.
    
    * Add faker.add API.
    
    * Add high-level faker tests.
    
    * Export concrete Service instead of Service.
    
    * Expose core in IService.
    
    * Use IService in runner.test.ts.
    
    * Add documentation on faker.
    Kimmo Sääskilahti committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    88e1b30 View commit details
    Browse the repository at this point in the history
  2. Fix CircleCI badge

    Kimmo Sääskilahti committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    30cae19 View commit details
    Browse the repository at this point in the history
  3. Fix badge more

    Kimmo Sääskilahti committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    590c1f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Use getter for cores property. (#378)

    Kimmo Sääskilahti committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    85a9bea View commit details
    Browse the repository at this point in the history
  2. Add admin endpoint for managing services. (#379)

    * Add admin app.
    
    * Add get and post service handlers.
    
    * Tweak endpoints.
    
    * Update README.
    
    * Tweak the README.
    
    * Add note of stop cmd.
    
    * Tweak msgs.
    
    * Fix badge even moars.
    
    * Tweak readme.
    
    * Add note how to override port.
    Kimmo Sääskilahti committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    190f1b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Extract runner from unmock-core (#380)

    * Adds runner as new package and compilation clears
    
    * Adds runner test and modifies some tests to use new runner syntax.
    
    * Adds ts dependencies
    
    * Adds unmock runner to tsconfig
    
    * Adds dependency in tests to runner
    
    * Adds default tag to runner
    
    * Uses default import of unmock
    
    * Refactor jestRunner import
    
    Co-authored-by: Mike Solomon <mike@mikesolomon.org>
    carolstran and Mike Solomon committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    caaa87c View commit details
    Browse the repository at this point in the history
  2. Version 0.3.13

    carolstran committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    b7bd871 View commit details
    Browse the repository at this point in the history