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

Enable concurrency debugging by default, and address issues #1163

Open
wants to merge 35 commits into
base: release/3.0
Choose a base branch
from

Commits on Dec 19, 2015

  1. Work toward allowing concurrency debugging to be on during tests

    This includes a bump to OS X 10.10 and iOS 8.0 as the minimum supported targets, as well as removal of all code relating to the deprecated confinement context type.
    tonyarnold committed Dec 19, 2015
    Configuration menu
    Copy the full SHA
    8641a6b View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2015

  1. Add __nullable attribute on groupingKeyPath

    As per docs sectionNameKeyPath can be nil to indicate that NSFetchedResultsController should generate a single section.
    pronebird authored and tonyarnold committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    0b04468 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7dd1fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d368a28 View commit details
    Browse the repository at this point in the history
  4. Properly annotate that MR_mainQueueContext and MR_privateQueueContext…

    … return an owning reference
    tonyarnold committed Dec 27, 2015
    Configuration menu
    Copy the full SHA
    f769a69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa76ac6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10b7dec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37e4233 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

  1. Data import to ordered relationship was fixed

    Maxim Malygin authored and tonyarnold committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    7423772 View commit details
    Browse the repository at this point in the history
  2. the relatedByAttribute key in the relationship userinfo was being ign…

    …ored. Changed to use the primaryKey as the fallback when the userinfo key is not defined
    Daniel Ray Ward authored and tonyarnold committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    395ee2e View commit details
    Browse the repository at this point in the history
  3. ignore carthage and vendor folders

    casademora authored and tonyarnold committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    1af9fbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95ceb4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2876058 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74b933c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0c75c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Configuration menu
    Copy the full SHA
    90b90ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c42e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b9b7e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8252c4 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/release/3.0' into fix/3.0-concur…

    …rency-debug
    
    * origin/release/3.0:
      Update assertion to allow subclass entities to import
      ignore carthage and vendor folders
      Add __nullable attribute on groupingKeyPath
      the relatedByAttribute key in the relationship userinfo was being ignored. Changed to use the primaryKey as the fallback when the userinfo key is not defined
      Data import to ordered relationship was fixed
    tonyarnold committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    f6f6c53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09d3677 View commit details
    Browse the repository at this point in the history
  7. Remove nullTestAttribute's default value of 100, which was coming thr…

    …ough and breaking the tests
    tonyarnold committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    574e40d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a073b19 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10f8400 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da2e2ae View commit details
    Browse the repository at this point in the history
  11. Deprecate the MagicalRecordStack reset method

    Recreate the stack if you need to do this
    tonyarnold committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    cddf921 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    69634c7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e87f70b View commit details
    Browse the repository at this point in the history
  14. Fix test

    tonyarnold committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    8c7ac6c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ba605cd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9b1f407 View commit details
    Browse the repository at this point in the history
  17. Whoops — fix typo

    tonyarnold committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    135e295 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. Configuration menu
    Copy the full SHA
    0eb02b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfd7f08 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/release/3.0' into fix/3.0-concur…

    …rency-debug
    
    * origin/release/3.0:
      Tell TravisCI to use Xcode 7.2
    tonyarnold committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    9360f9e View commit details
    Browse the repository at this point in the history