Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
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: feathersjs-ecosystem/feathers-objection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Thomas-git/feathers-objection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 21, 2020

  1. Fix schema use with graph

    Thomas-git committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    9fbe184 View commit details
    Browse the repository at this point in the history
  2. Add $startTransaction params

    * allow for atomic graph upsert/insert
    * allow for atomic multi create
    Thomas-git committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    8ca5623 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

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

Commits on Oct 24, 2020

  1. Fix $startTransaction (atomic)

    * Is now $atomic
    * Better testing
    * README infos
    Thomas-git committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    fe22dde View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

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

Commits on May 25, 2021

  1. Fix/Add comments

    Thomas-git committed May 25, 2021
    Configuration menu
    Copy the full SHA
    0bbb791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f56c11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb94056 View commit details
    Browse the repository at this point in the history
  4. Merge remote branch 'upstream/master'

    Conflicts:
    	src/index.js
    Thomas-git committed May 25, 2021
    Configuration menu
    Copy the full SHA
    5f2142f View commit details
    Browse the repository at this point in the history
  5. Fixed typo

    dekelev authored May 25, 2021
    Configuration menu
    Copy the full SHA
    8fccef0 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Add upsert and insert graph options in params

    * allow for query based insert and upsert graph options
    typical use case is different options based on authenticated user rights
    Thomas-git committed May 27, 2021
    Configuration menu
    Copy the full SHA
    98495cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9ce9ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6ea5fc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    265a365 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5871b13 View commit details
    Browse the repository at this point in the history
Loading