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

Soft delete instead of disconnect for containers models #18

Commits on Jul 4, 2017

  1. Add indexes to :deleted_on cols for Container tables

    Add indexes to :deleted_on cols for Container tables
    Ladas committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    dda9800 View commit details
    Browse the repository at this point in the history
  2. Use soft delete instead of disconnect

    Use soft delete instead of disconnect
    Ladas committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    249f7ec View commit details
    Browse the repository at this point in the history
  3. Test data migration of disconnect to soft delete

    Test data migration of disconnect to soft delete
    Ladas committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    0f8511b View commit details
    Browse the repository at this point in the history
  4. Fix rubocop issues

    Fix rubocop issues
    Ladas committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    f55e807 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Correct naming of the migrations

    Correct naming of the migrations
    Ladas committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    ec7338c View commit details
    Browse the repository at this point in the history
  2. Clean up deleted_on for non diconected records

    Clean up deleted_on for non diconected records
    Ladas committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    58812dc View commit details
    Browse the repository at this point in the history
  3. Cover :deleted_on => nil, :ems_id => nil case by filling deleted_on

    Cover :deleted_on => nil, :ems_id => nil case by filling deleted_on
    Ladas committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    539e757 View commit details
    Browse the repository at this point in the history