John Rommel Estropia
|
ff4629908a
|
Merge branch 'develop' of github.com:JohnEstropia/CoreStore into develop
|
2015-08-23 14:37:34 +09:00 |
|
John Rommel Estropia
|
d3ffe7a8fc
|
add default implementation for souldUpdateFromImportSource
|
2015-08-23 14:37:21 +09:00 |
|
John Rommel Estropia
|
3919ada428
|
Merge branch 'master' into develop
|
2015-08-23 14:29:44 +09:00 |
|
John Rommel Estropia
|
682b13a8d3
|
version bump
|
2015-08-23 14:25:18 +09:00 |
|
John Rommel Estropia
|
2f935de04a
|
temporarily fix an Xcode 7 bug (still present as of beta 5) (temporarily fixes #12)
|
2015-08-23 14:21:12 +09:00 |
|
John Rommel Estropia
|
006d5e1402
|
rewrote ImportableObject protocol methods
|
2015-08-23 14:15:48 +09:00 |
|
John Rommel Estropia
|
093c1d410f
|
temporarily fix an Xcode 7 bug (still present as of beta 5) (temporarily fixes #12)
|
2015-08-23 14:02:27 +09:00 |
|
John Estropia
|
7555ff3ad0
|
allow preprocessing dictionary mapping before importing objects
|
2015-08-21 19:48:47 +09:00 |
|
John Estropia
|
4c16a961ba
|
added default implementation to didInsertFromImportSource
|
2015-08-21 18:28:02 +09:00 |
|
John Estropia
|
1121d44d7b
|
pass transaction to ImportableObject methods
|
2015-08-21 18:19:21 +09:00 |
|
John Rommel Estropia
|
ba4fb5e5cb
|
version bump
|
2015-08-21 08:03:14 +09:00 |
|
John Estropia
|
2bcf8008c5
|
let transaction fetch existing objects from external contexts
|
2015-08-20 17:20:38 +09:00 |
|
John Estropia
|
71477c0839
|
allow equality comparison on ListMonitor and ObjectMonitor to help distinguish senders when observing multiple monitors
|
2015-08-20 14:25:14 +09:00 |
|
John Estropia
|
3348aa0bef
|
added utility to check if objects exist in a ListMonitor
|
2015-08-20 13:51:14 +09:00 |
|
John Estropia
|
2ed61fdb17
|
added utilities to ListMonitor to extract all objects in specified sections
|
2015-08-20 12:15:20 +09:00 |
|
John Estropia
|
9cfad8a17a
|
oops, GroupBy should not be needed for monitorList()
|
2015-08-19 21:00:27 +09:00 |
|
John Estropia
|
3bf34f33dc
|
added utilities for ListMonitor to optionally extract objects with potentially invalid indexes/indexPaths
|
2015-08-19 20:56:50 +09:00 |
|
John Estropia
|
90bfaeaae8
|
removed unused key tuple
|
2015-08-19 18:30:39 +09:00 |
|
John Estropia
|
a29a4b38fe
|
added utilities to get existing NSManagedObject instances using object IDs
|
2015-08-19 15:53:20 +09:00 |
|
John Estropia
|
5a96ef13f6
|
added utility to get NSManagedObjectID from an object URI
|
2015-08-19 15:07:15 +09:00 |
|
John Estropia
|
b92ee76907
|
added utility to refresh an object
|
2015-08-19 12:19:14 +09:00 |
|
John Estropia
|
67ccae4ef6
|
added missing parameters
|
2015-08-19 11:21:39 +09:00 |
|
John Estropia
|
62b11309f3
|
expose DataStack vars to CoreStore
|
2015-08-18 21:49:40 +09:00 |
|
John Estropia
|
8c6a7df731
|
provide a way to enumerate entities managed by the DataStack
|
2015-08-18 21:40:33 +09:00 |
|
John Rommel Estropia
|
a263851266
|
import array of ImportableObjects
|
2015-08-17 23:50:03 +09:00 |
|
John Rommel Estropia
|
2fb3263aa1
|
refactored autoreleasepool calls
|
2015-08-09 18:27:21 +09:00 |
|
John Rommel Estropia
|
64aa97264e
|
added utilities for importing data
|
2015-08-09 05:06:42 +09:00 |
|
John Rommel Estropia
|
8066bf2a5a
|
fixed assertion failures when fetching from detached data transactions
|
2015-08-09 05:05:26 +09:00 |
|
John Rommel Estropia
|
283104af3f
|
thanks to protocol extensions, you can now omit ListObserver and ObjectObserver methods you don't need to implement
|
2015-08-09 05:04:47 +09:00 |
|
John Rommel Estropia
|
83c724f584
|
updated default logger to still run assertions even on optimized (-O) builds
|
2015-08-08 22:12:08 +09:00 |
|
John Rommel Estropia
|
59ad525786
|
fixed for Xcode 7 beta 5
|
2015-08-08 10:24:40 +09:00 |
|
John Rommel Estropia
|
b85d7521e1
|
version bump
|
2015-07-29 22:24:11 +09:00 |
|
John Rommel Estropia
|
6a3885edda
|
aesthetic
|
2015-07-26 21:21:19 +09:00 |
|
John Rommel Estropia
|
1c6085ad82
|
expose DetachedDataTransaction's context and allow creating children detached transactions (https://github.com/JohnEstropia/CoreStore/issues/9)
|
2015-07-26 21:20:48 +09:00 |
|
John Rommel Estropia
|
0c8a43c3b0
|
added shorthand vars for inspecting MigrationType values. updated readme
|
2015-07-26 17:04:19 +09:00 |
|
John Rommel Estropia
|
9676e3aca2
|
addSQLiteStoreAndWait() does not support auto-migrating stores anymore; use the asynchronous addSQLiteStore(..., completion:) method instead.
|
2015-07-26 10:07:42 +09:00 |
|
John Rommel Estropia
|
a34d2795af
|
remove queue asserts for detached transactions
|
2015-07-26 09:27:00 +09:00 |
|
John Rommel Estropia
|
106789d592
|
refactor some internal methods. renamed addInMemoryStore to addInMemoryStoreAndWait to reflect synchronicity.
|
2015-07-25 23:05:48 +09:00 |
|
John Rommel Estropia
|
f85eb2e057
|
merge changes to the main context asynchronously (fixes https://github.com/JohnEstropia/CoreStore/issues/7)
|
2015-07-24 08:05:13 +09:00 |
|
John Rommel Estropia
|
858dd0962d
|
updated documentation (in progress)
|
2015-07-14 07:44:45 +09:00 |
|
John Estropia
|
e7bcb501fd
|
fixed migrationchain validation
|
2015-07-13 16:16:19 +09:00 |
|
John Rommel Estropia
|
f99349f99d
|
improved migrationchain validation
|
2015-07-13 07:47:43 +09:00 |
|
John Rommel Estropia
|
a64bcc474e
|
updated error handling for DataStack methods, updated migration demo app
|
2015-07-12 19:20:38 +09:00 |
|
John Rommel Estropia
|
8cfe8e2500
|
added NSProgress support for migrations
|
2015-07-12 00:49:53 +09:00 |
|
John Estropia
|
b2a190ea33
|
require explicit parameter for fileName when calling addSQLiteStore() and it's variants
|
2015-07-09 21:28:37 +09:00 |
|
John Estropia
|
35fbaf9513
|
updated for Xcode 7 beta 3
|
2015-07-09 21:25:19 +09:00 |
|
John Estropia
|
450afb00fa
|
Merge branch 'master' into develop
Conflicts:
CoreStore.podspec
CoreStore/Info.plist
CoreStore/Saving and Processing/DataStack+Transaction.swift
|
2015-07-09 19:01:23 +09:00 |
|
John Estropia
|
e0048f589c
|
version bump
|
2015-07-09 18:57:59 +09:00 |
|
John Estropia
|
929fdfd9a9
|
remove thread asserts when creating new transactions. fixes https://github.com/JohnEstropia/CoreStore/issues/6
|
2015-07-09 18:55:35 +09:00 |
|
John Rommel Estropia
|
9da323b0b8
|
assert migration chain when creating a data stack
|
2015-07-09 08:08:11 +09:00 |
|