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: loopbackio/loopback-next
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @loopback/example-rpc-server@0.11.7
Choose a base ref
...
head repository: loopbackio/loopback-next
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @loopback/example-rpc-server@0.11.8
Choose a head ref
  • 6 commits
  • 68 files changed
  • 3 contributors

Commits on Sep 19, 2018

  1. fix(docs): fix incorrect soap url

    without trailing slash response will be empty
    f-w authored and raymondfeng committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    bd6c2ed View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. feat(testlab): add createRestAppClient(), simplify usage in tests

    Clean up all test code (including examples in the documentation)
    to use `Client` instead of `supertest.SuperTest<supertest.Test>`.
    
    Remove `createClientForRestServer` because it was not used anywhere
    and had the issue of not stopping the server after the test is done.
    
    Add a new helper `createRestAppClient` instead, rework acceptance tests
    (including the templates) to use this new helper.
    bajtos committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    d75be77 View commit details
    Browse the repository at this point in the history
  2. fix(cli): removed unused dependencies from project template

    Remove the following dependencie:
      - `mocha`
      - `@types/mocha`
      - `source-map-support`
    
    These dependencies are not needed because `mocha` is invoked via
    `lb-mocha` from `@loopback/build`.
    bajtos committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    3907df4 View commit details
    Browse the repository at this point in the history
  3. feat(testlab): set port to 0 in givenHttpServerConfig

    Modify the test helper `givenHttpServerConfig` to explicitly set
    the port to zero. With this change in place, applications can use
    this helper in acceptation tests without having to explicitly
    specify `{port: 0}` to override RestServer's default port 3000.
    bajtos committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    90a0bfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61255cc View commit details
    Browse the repository at this point in the history
  5. chore: publish release

     - @loopback/benchmark@0.2.13
     - @loopback/docs@0.20.0
     - @loopback/example-hello-world@0.10.0
     - @loopback/example-log-extension@0.11.14
     - @loopback/example-rpc-server@0.11.8
     - @loopback/example-soap-calculator@0.4.0
     - @loopback/example-todo-list@0.5.0
     - @loopback/example-todo@0.19.0
     - @loopback/authentication@0.11.14
     - @loopback/boot@0.14.0
     - @loopback/cli@0.24.0
     - @loopback/context@0.12.10
     - @loopback/core@0.11.11
     - @loopback/http-caching-proxy@0.3.9
     - @loopback/http-server@0.4.0
     - @loopback/metadata@0.9.9
     - @loopback/openapi-spec-builder@0.9.1
     - @loopback/openapi-v3-types@0.9.3
     - @loopback/openapi-v3@0.14.4
     - @loopback/repository-json-schema@0.10.14
     - @loopback/repository@0.17.1
     - @loopback/rest@0.24.0
     - @loopback/service-proxy@0.8.5
     - @loopback/testlab@0.13.0
    raymondfeng committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    b7c60c5 View commit details
    Browse the repository at this point in the history
Loading