-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: aprashar/JSONAPI.NET
base: master
head repository: JSONAPIdotNET/JSONAPI.NET
compare: master
- 15 commits
- 85 files changed
- 6 contributors
Commits on Jun 8, 2016
-
add non-generic version of IEphemeralRelatedResourceReader that has a…
… generic method instead
Chris Santero committedJun 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 9768449 - Browse repository at this point
Copy the full SHA 9768449View commit details
Commits on Jun 24, 2016
-
add attribute to allow not serializing a relationship
Chris Santero committedJun 24, 2016 Configuration menu - View commit details
-
Copy full SHA for 8a2477f - Browse repository at this point
Copy the full SHA 8a2477fView commit details
Commits on Jul 21, 2016
-
Fix to allow filtering to work with entities that have integer keys (J…
…SONAPIdotNET#109) * Add Master and Child test entities that use integer keys Add failing test retrieving children related to a master * Fix to allow Get_related_to_many_integer_key to pass
Configuration menu - View commit details
-
Copy full SHA for 4460029 - Browse repository at this point
Copy the full SHA 4460029View commit details
Commits on Aug 4, 2016
-
Fix: for non string keys with some tests / allow uppercase id (JSONAP…
…IdotNET#110) * Fix: - allow ID to be in upper case (Oracle generates this by default in upper) - allow the id be long or decimal (Oracle numbers are mapped to decimal) * Made StringExtensions public it's handy to use in custom NamingConvention
Configuration menu - View commit details
-
Copy full SHA for ef5cb3c - Browse repository at this point
Copy the full SHA ef5cb3cView commit details
Commits on Aug 5, 2016
-
Feat: context path for api (JSONAPIdotNET#114)
* extended JsonApiHttpConfiguration to allow BaseUrlService with configured context path * Feat: context path for api - option to configure context path for api which will be respected in routing and for urls in response - option to configure the public origin address which will be used in response urls closes JSONAPIdotNET#112
Configuration menu - View commit details
-
Copy full SHA for 5ae40e8 - Browse repository at this point
Copy the full SHA 5ae40e8View commit details
Commits on Aug 10, 2016
-
Feat: added handler methods to intercept jsonapi entity framework (JS…
…ONAPIdotNET#116) * Feat: added handler methods to intercept jsonapi entity framework for custom entity manipulations * make the dbcontext accessible to subclasses for interception * @csantero implemented your suggestions * implemented as void method
Configuration menu - View commit details
-
Copy full SHA for 8dd97a9 - Browse repository at this point
Copy the full SHA 8dd97a9View commit details
Commits on Aug 17, 2016
-
changed AcceptanceTestBase to print out proper formatted and valid js…
…on to make compare and copy/paste to test files easier (JSONAPIdotNET#119)
Configuration menu - View commit details
-
Copy full SHA for 90a399d - Browse repository at this point
Copy the full SHA 90a399dView commit details
Commits on Sep 12, 2016
-
Feat: implementation of includes (JSONAPIdotNET#118)
* added basic IncludeExpressionExractor and introduced includes on EFDocumentMaterializer * added includes to FallbackDocumentBuilder * added tests for DefaultIncludeExpressionExtractor / fixed ugly typo * added includes in ToManyRelatedResourceDocument * removed obsolete method * includes on create and update * reverse deletion of GetDefaultSortExpressions * fixed typo * removed related to one and related to many methods from EntityFrameworkDocumentMaterializer because they are never used and replaced with EntityFrameworkToManyRelatedResourceDocumentMaterializer and EntityFrameworkToOneRelatedResourceDocumentMaterializer * a try for the GetIncludes method (renamed to GetNavigationPropertiesIncludes) * GetNavigationPropertiesIncludes added in EntityFrameworkToManyRelatedResourceDocumentMaterializer * bring back get default sort expression
Configuration menu - View commit details
-
Copy full SHA for 4635c82 - Browse repository at this point
Copy the full SHA 4635c82View commit details
Commits on Sep 15, 2016
-
Feat: added metadata on pagination responses (JSONAPIdotNET#115)
* Feat: added pagination with metadata - metadata to indicate the count of pages and total count of records - acceptance tests pagination in combination with filters and sorting * moved total-pages and total-count to Entity Framework specific subclass. reduced the number of count calls to save roundtrips * awaits corrected
Configuration menu - View commit details
-
Copy full SHA for 4374719 - Browse repository at this point
Copy the full SHA 4374719View commit details -
bugfix: includes (eager-loading) must be applied to related not to pr…
…imary resource! (JSONAPIdotNET#122)
Configuration menu - View commit details
-
Copy full SHA for dfef278 - Browse repository at this point
Copy the full SHA dfef278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7448fa8 - Browse repository at this point
Copy the full SHA 7448fa8View commit details
Commits on Nov 30, 2016
-
make module constructor public
Chris Santero committedNov 30, 2016 Configuration menu - View commit details
-
Copy full SHA for f4f2862 - Browse repository at this point
Copy the full SHA f4f2862View commit details
Commits on Dec 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2e0226a - Browse repository at this point
Copy the full SHA 2e0226aView commit details
Commits on Apr 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 751296d - Browse repository at this point
Copy the full SHA 751296dView commit details
Commits on Feb 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for aee11a7 - Browse repository at this point
Copy the full SHA aee11a7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master