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: adonisjs/lucid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.3
Choose a base ref
...
head repository: adonisjs/lucid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.4
Choose a head ref
  • 9 commits
  • 14 files changed
  • 1 contributor

Commits on Aug 12, 2016

  1. feat(lucid): add support for findByOrFail

    just like findOrFail, findByOrFail can also remove lots of clauses
    thetutlage committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    2ec6a52 View commit details
    Browse the repository at this point in the history
  2. feat(lucid): add support for fill method

    fill method can be used to fill bulk values for saving/updating
    thetutlage committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    fee8e31 View commit details
    Browse the repository at this point in the history
  3. test(lucid): clean tests to have isolated state

    each lucid test now has its own test state
    thetutlage committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    d6b028e View commit details
    Browse the repository at this point in the history
  4. feat(lucid): add static truncate

    static truncate to truncate model database table name
    thetutlage committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    87f16a2 View commit details
    Browse the repository at this point in the history
  5. feat(lucid): add fresh method to grab fresh instance

    fresh method will return the fresh instance by making a query, it is helpful when db has defaults
    
    and you want them after writes
    thetutlage committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    4d72794 View commit details
    Browse the repository at this point in the history
  6. fix(lucid:relations): keep relation output consistent

    eager loading relations has inconsistent output, whereas it needs to be consistent
    
    Closes #45
    thetutlage committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    c74e081 View commit details
    Browse the repository at this point in the history
  7. feat(lucid): add support for transactions

    now model instance useTransaction method makes it easier to use transactions for database writes
    
    Closes #43
    thetutlage committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    59cfa02 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2016

  1. Configuration menu
    Copy the full SHA
    bc33105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fff3e5f View commit details
    Browse the repository at this point in the history
Loading