Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
haopf
/
RestKit
Public
forked from
RestKit/RestKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
development
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 3, 2015
Merge pull request #2153 from risp/response-descriptor-metadata
Show description for bf3183b
segiddins
committed
bf3183b
View commit details
Copy full SHA for bf3183b
Browse repository at this point
Code formatting
batjo
committed
b882e52
View commit details
Copy full SHA for b882e52
Browse repository at this point
Commits on Feb 27, 2015
Merge pull request #2177 from vilinskiy-playdayteam/development
Show description for 02165a2
segiddins
committed
02165a2
View commit details
Copy full SHA for 02165a2
Browse repository at this point
Test fixed for issue #2176
vilinskiy-playdayteam
committed
9e8efb3
View commit details
Copy full SHA for 9e8efb3
Browse repository at this point
Tests for issues #2175, #2176
vilinskiy-playdayteam
committed
0b9cbe7
View commit details
Copy full SHA for 0b9cbe7
Browse repository at this point
Commits on Feb 26, 2015
Fix for issue #2176, use mapping when objectMapping unavailable
vilinskiy-playdayteam
committed
4e5b9cc
View commit details
Copy full SHA for 4e5b9cc
Browse repository at this point
Fix for issue #2175, modificationAttribute is copied in RKEntityMapping copyWithZone:
vilinskiy-playdayteam
committed
7244bba
View commit details
Copy full SHA for 7244bba
Browse repository at this point
Fix for issue #2176, objectMapping property is checked in mappingOperationShouldSkipPropertyMapping: instead of mapping
vilinskiy-playdayteam
committed
f186cde
View commit details
Copy full SHA for f186cde
Browse repository at this point
Commits on Feb 21, 2015
Merge pull request #2171 from carllindberg/2151-LogCustomValidationErrors
Show description for 57485ac
segiddins
committed
57485ac
View commit details
Copy full SHA for 57485ac
Browse repository at this point
As discovered in issue #2151, RKLogValidationError prints nothing out in a CoreData context if the validation error is not one of Apple's. Any custom validation code which creates errors with othe…
Show description for 3f2b320
carllindberg
committed
3f2b320
View commit details
Copy full SHA for 3f2b320
Browse repository at this point
Commits on Feb 19, 2015
Merge pull request #2168 from voznesenskym/development
Show description for 283b27f
segiddins
committed
283b27f
View commit details
Copy full SHA for 283b27f
Browse repository at this point
Fixed typo in readme.md around RKObjectManager managerWithBaseURL:
voznesenskym
committed
246416f
View commit details
Copy full SHA for 246416f
Browse repository at this point
Commits on Feb 18, 2015
Merge pull request #2162 from kudoleh/development
Show description for b2ca834
segiddins
committed
b2ca834
View commit details
Copy full SHA for b2ca834
Browse repository at this point
Added test for reseting persistent store that needs migration.
Oleh Kudinov
committed
0f7b990
View commit details
Copy full SHA for 0f7b990
Browse repository at this point
The fix for issue #984 applied for resetPersistentStores method must be only for persistent store of NSSQLiteStoreType type.
Oleh Kudinov
committed
3651419
View commit details
Copy full SHA for 3651419
Browse repository at this point
Removed code for recloning data seed in resetPersistentStores method. Because it is done in addSQLitePersistentStoreAtPath method.
Oleh Kudinov
committed
7d3ec9f
View commit details
Copy full SHA for 7d3ec9f
Browse repository at this point
Improved method resetPersistentStores: use call count on dictionary instead of -allKeys array.
Oleh Kudinov
committed
7154a31
View commit details
Copy full SHA for 7154a31
Browse repository at this point
Commits on Feb 17, 2015
Fix for issue #984 also applied for resetPersistentStores method.
Oleh Kudinov
committed
b472947
View commit details
Copy full SHA for b472947
Browse repository at this point
Commits on Feb 15, 2015
Merge pull request #2161 from skydivedan/development
Show description for 04521b5
segiddins
committed
04521b5
View commit details
Copy full SHA for 04521b5
Browse repository at this point
Commits on Feb 14, 2015
Merge pull request #2157 from biddster/1714-null-serialisation-by-default
Show description for ab319cd
segiddins
committed
ab319cd
View commit details
Copy full SHA for ab319cd
Browse repository at this point
Commits on Feb 13, 2015
put in test for subclassing RKPaginator. [RKObjectManager paginatorWithPathPattern:] will use it's mappings "objectClass" instead of instantiating an RKPaginator object.
Dan Morrow
committed
56bf0ff
View commit details
Copy full SHA for 56bf0ff
Browse repository at this point
Commits on Feb 12, 2015
changed "paginatorWithPattern". When creating the "RKPaginator" object, we're creating it based on the paginatorMapping's objectClass, instead of just creating an RKPaginator object. This allows RK…
Show description for a471d7a
Dan Morrow
committed
a471d7a
View commit details
Copy full SHA for a471d7a
Browse repository at this point
Commits on Feb 8, 2015
Revert changes to inverseMapping as it's intentional that assignsDefaultValueForMissingAttributes is set to YES.
biddster
committed
33062fb
View commit details
Copy full SHA for 33062fb
Browse repository at this point
Commits on Feb 6, 2015
Add test for omitting null attributes if mapping.assignsDefaultValueForMissingAttributes is false.
biddster
committed
7c4b1ad
View commit details
Copy full SHA for 7c4b1ad
Browse repository at this point
When inverting a mapping, adopt the assignsDefaultValueForMissingAttributes strategy from the source mapping rather than just deciding on YES.
biddster
committed
369b6c6
View commit details
Copy full SHA for 369b6c6
Browse repository at this point
Only assign nsnull when mapping attributes if mapping.assignsDefaultValueForMissingAttributes is YES.
biddster
committed
de0efe5
View commit details
Copy full SHA for de0efe5
Browse repository at this point
Commits on Feb 5, 2015
Renamed metadata.mapping to metadata.network
batjo
committed
bfa35e6
View commit details
Copy full SHA for bfa35e6
Browse repository at this point
Commits on Jan 27, 2015
Merge pull request #2147 from valeriomazzeo/fix-mapping-from-nil-sourceKeyPath
Show description for dfb660a
valeriomazzeo
committed
dfb660a
View commit details
Copy full SHA for dfb660a
Browse repository at this point
Commits on Jan 26, 2015
removed unnecessary e2 condition on ternary operator
valeriomazzeo
committed
ba6d5a9
View commit details
Copy full SHA for ba6d5a9
Browse repository at this point
added test case
valeriomazzeo
committed
ce2fa79
View commit details
Copy full SHA for ce2fa79
Browse repository at this point
fixes regression caused by [21db7ecd2098778fa4a77d23542a6dce8d53b055] - Cache the propertyMappings in dictionary form by both the destination…
valeriomazzeo
committed
756f7eb
View commit details
Copy full SHA for 756f7eb
Browse repository at this point
Commits on Jan 25, 2015
[Project] Update OS X build settings
segiddins
committed
b7de54b
View commit details
Copy full SHA for b7de54b
Browse repository at this point
[Pod] Update TransitionKit
segiddins
committed
e8f78e1
View commit details
Copy full SHA for e8f78e1
Browse repository at this point
[RubyVersion] Bump to 2.1.5
segiddins
committed
d7bb7a2
View commit details
Copy full SHA for d7bb7a2
Browse repository at this point
make sure that the entity description used is from the correct model
sixten
authored and
segiddins
committed
f2fe3fc
View commit details
Copy full SHA for f2fe3fc
Browse repository at this point
Previous
Next
You can’t perform that action at this time.