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/authentication@1.0.0
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/authentication@1.0.1
Choose a head ref
  • 10 commits
  • 67 files changed
  • 6 contributors

Commits on Oct 11, 2018

  1. refactor(repository): introduce InvalidRelationError

    Introduce a new error class InvalidRelationError to simplify the code
    dealing with validation of relation definitions.
    
    As a nice bonus, errors reported for invalid relations come with
    `code` property set to `INVALID_RELATION_DEFINITION` now.
    bajtos committed Oct 11, 2018

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    a2ab86d View commit details

Commits on Oct 16, 2018

  1. Copy the full SHA
    90c4406 View commit details
  2. Copy the full SHA
    691981c View commit details

Commits on Oct 17, 2018

  1. docs: update LB4 status

    dhmlau committed Oct 17, 2018
    Copy the full SHA
    518de09 View commit details
  2. refactor(repository): reorganize relations source code into smaller f…

    …iles
    
    This commit does the following:
    - move the definition of relation metadata into a standalone file
    - move relation decorators into standalone files
    - move relation repositories into standalone files
    - move relation factories into standalone files
    bajtos authored and b-admike committed Oct 17, 2018

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    4401c96 View commit details
  3. docs: update MONOREPO guide

    Add missing packages (new example apps, docs).
    
    Fix links to individual packages to make the links work on GitHub.
    bajtos authored and raymondfeng committed Oct 17, 2018

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    4128851 View commit details
  4. docs: update model documentation link inside todo tutorial

    Oussama Bouthouri authored and raymondfeng committed Oct 17, 2018
    Copy the full SHA
    d809894 View commit details
  5. docs: update todo tutorial model creation to match LB4 GA

    Oussama Bouthouri authored and raymondfeng committed Oct 17, 2018
    Copy the full SHA
    b346d8c View commit details
  6. docs: clean up todo tutorial

    dhmlau committed Oct 17, 2018
    Copy the full SHA
    c58b1b0 View commit details
  7. chore: publish release

     - @loopback/benchmark@1.0.1
     - @loopback/docs@1.0.1
     - @loopback/example-hello-world@1.0.1
     - @loopback/example-log-extension@1.0.1
     - @loopback/example-soap-calculator@1.0.1
     - @loopback/example-todo-list@1.0.1
     - @loopback/example-todo@1.0.1
     - @loopback/authentication@1.0.1
     - @loopback/boot@1.0.1
     - @loopback/cli@1.0.1
     - @loopback/openapi-v3@1.0.1
     - @loopback/repository-json-schema@1.0.1
     - @loopback/repository@1.0.1
     - @loopback/rest@1.0.1
    biniam committed Oct 17, 2018
    Copy the full SHA
    69c9ac4 View commit details
Loading