Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Add validations and extra warnings to deploy when updating relations #2334

Merged
merged 14 commits into from
May 6, 2018

Commits on May 3, 2018

  1. validate that all enums have unique names

    also remove @model directive from tests
    and @migrationValue from directiveDefinitions
    do4gr committed May 3, 2018
    Configuration menu
    Copy the full SHA
    087fbe5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5fcd0a View commit details
    Browse the repository at this point in the history
  3. do not require two relationDirectives on ambiguous relations since th…

    …e back relation might be optional
    do4gr committed May 3, 2018
    Configuration menu
    Copy the full SHA
    15e9bbc View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. allow multiple relations without back relation on modelA to point tow…

    …ards the same modelB
    do4gr committed May 4, 2018
    Configuration menu
    Copy the full SHA
    2373eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c28ef6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0acd7b2 View commit details
    Browse the repository at this point in the history
  4. add more test cases

    add error when adding singular optional back relation field but there are already multiple occurrences in existing data
    do4gr committed May 4, 2018
    Configuration menu
    Copy the full SHA
    88a94bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d00331f View commit details
    Browse the repository at this point in the history
  6. add Postgres integration tests

    do4gr committed May 4, 2018
    Configuration menu
    Copy the full SHA
    0773b29 View commit details
    Browse the repository at this point in the history
  7. change test setup

    do4gr committed May 4, 2018
    Configuration menu
    Copy the full SHA
    c1b43d4 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. rename deploy connector

    do4gr committed May 5, 2018
    Configuration menu
    Copy the full SHA
    b266bac View commit details
    Browse the repository at this point in the history
  2. do not run postgres integration tests for now.

    will be fixed in a separate PR
    do4gr committed May 5, 2018
    Configuration menu
    Copy the full SHA
    befb6e6 View commit details
    Browse the repository at this point in the history
  3. add more test cases

    do4gr committed May 5, 2018
    Configuration menu
    Copy the full SHA
    9ad339c View commit details
    Browse the repository at this point in the history
  4. fix test case

    do4gr committed May 5, 2018
    Configuration menu
    Copy the full SHA
    204e0ff View commit details
    Browse the repository at this point in the history