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

Upgrade to support ActiveTriples 0.5, 0.6, and 0.8.2 #7

Merged
merged 4 commits into from
Apr 14, 2016
Merged

Commits on Mar 10, 2016

  1. Initial set of basic adjustments

    Basic update of tests for 0.8 style:
    * have persistence_strategy return repo instead of resource
    * some results return as array instead of single value
    * test for specific raised errors
    * remove solrize test (no longer applies)
    
    Basic update to models:
    * copy config since no longer inherited
    elrayle committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    81d8686 View commit details
    Browse the repository at this point in the history
  2. Use parenting strategy for bodies; Use lazy load

    More model adjustments:
    * add bodies using parenting strategy
    * some values return as array instead of single value
    
    Use ActiveTriples branch that implements lazy load
    elrayle committed Mar 10, 2016
    Configuration menu
    Copy the full SHA
    667c10c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

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

Commits on Apr 14, 2016

  1. Final updates to tests and models for upgrade to 0.8

    Tests
    * set default repository instead of using allow to receive
    * add getComment|Tag|Term tests (should have already been there)
    
    Models
    * make reused tag use parent strategy
    elrayle committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    3259950 View commit details
    Browse the repository at this point in the history