Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: checkr/openmock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: checkr/openmock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: grpc_mocking
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 40 files changed
  • 1 contributor

Commits on Jul 31, 2019

  1. Add loading GRPC Mock DSL yaml

    Eventually, To start GRPC server, enable env flag:
      OPENMOCK_GRPC_ENABLED=true
    
    Currently does not run a server.
    Some options for running might come up:
      a) should individual mockr/openmock servers spin up with a given
         protofile as required for testing
      b) should the mockr/openmock service be configured to spin up new
         grpc services on demand via recieving a protofile over http.
         would the grpc service spin down on recieving a request to halt
         a previously created grpc? Is there something that does this?
    
    Right now, the simplest thing is option a), and is to give openmock
    a protofile on start and start the service(s). this is how gripmock works
    oriahu committed Jul 31, 2019
    1 Configuration menu
    Copy the full SHA
    611cf9d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. WIP, please excluse new vendor

    the new venctor participle is used for parsing the protofiles
    so we can extract information we need to generate the stubs
    oriahu committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    dc67e2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3e4507 View commit details
    Browse the repository at this point in the history
Loading