Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement many to many relationships #183

Open
wants to merge 18 commits into
base: feature/m2m
Choose a base branch
from

Commits on Jun 19, 2017

  1. use makefile in appveyor as well

    Miguel Molina committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    298acd7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request src-d#181 from erizocosmico/appveyor-gen

    test generation on appveyor
    Miguel Molina committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    dfbdcbf View commit details
    Browse the repository at this point in the history
  3. remove empty lines at the start and the end of a block

    Miguel Molina committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    aeff8a9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request src-d#184 from erizocosmico/fix/remove-empty-lines

    remove empty lines at the start and the end of a block
    Miguel Molina committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    976dce8 View commit details
    Browse the repository at this point in the history
  5. Update cmd.go

    Miguel Molina committed Jun 19, 2017
    Configuration menu
    Copy the full SHA
    7e544e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. allow definition of primary keys directly on kallax.Model tags

    Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
    erizocosmico committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    880d2b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Merge pull request src-d#187 from erizocosmico/feature/pk-in-model

    allow definition of primary keys directly on kallax.Model tags
    erizocosmico committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    a7eb23f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e3859e View commit details
    Browse the repository at this point in the history
  3. bump version

    erizocosmico committed Jun 28, 2017
    Configuration menu
    Copy the full SHA
    2cc6c43 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Update README.md

    fix readme
    qJkee committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    2cbf5a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d19136 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Field methods to access through properties

    Miguel Molina authored and erizocosmico committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    253a381 View commit details
    Browse the repository at this point in the history
  2. implement logic to handle through relationships

    Miguel Molina authored and erizocosmico committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    c2349a3 View commit details
    Browse the repository at this point in the history
  3. generate N:M foreign keys on schema

    Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
    erizocosmico committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    d270f9f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from erizocosmico/feature/m2m-schemagen

    generate N:M foreign keys on schema
    erizocosmico committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    e13d2ea View commit details
    Browse the repository at this point in the history
  5. generate With methods for N:M relationships

    Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
    erizocosmico committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    4c22c33 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from erizocosmico/feature/m2m-gen

    generate With methods for N:M relationships
    erizocosmico committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    81029a7 View commit details
    Browse the repository at this point in the history
  7. fix through queries for just one record on a side

    Signed-off-by: Miguel Molina <miguel@erizocosmi.co>
    erizocosmico committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    f4e64d1 View commit details
    Browse the repository at this point in the history