1418 Commits

Author SHA1 Message Date
Francesco Chicchiriccò
8720a30e21 Various small improvements, added test for instance annotations 2014-05-12 12:41:25 +02:00
fmartelli
8bd9e0ca97 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/olingo-odata4 2014-05-12 11:55:39 +02:00
fmartelli
fc42d2ad57 [OLINGO-260] fix for integration test deadlock 2014-05-12 11:55:18 +02:00
challenh
c32f4a0bb1 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/olingo-odata4 into olingo274 2014-05-12 16:22:10 +08:00
Stephan Klevenz
8e28a7d995 [OLINGO-266] Merge remote-tracking branch 'origin/master' into olingo-266-ref 2014-05-12 10:04:19 +02:00
Francesco Chicchiriccò
ec30775b8c Various small fixes and improvements 2014-05-10 10:26:19 +02:00
Stephan Klevenz
04a9ad46c5 [OLINGO-266] log&trace 2014-05-09 16:56:44 +02:00
Stephan Klevenz
7ba791e542 [OLINGO-266] first draft of ref handler 2014-05-09 16:28:16 +02:00
Stephan Klevenz
70a989ce99 [OLINGO-266] ref package refactoring 2014-05-09 14:44:04 +02:00
fmartelli
ce8d9932a8 [OLINGO-260] provided auth request integration test on proxy 2014-05-09 14:30:45 +02:00
Stephan Klevenz
8ca9b3c616 [OLINGO-266] refactor ref module to server-ref 2014-05-09 14:27:56 +02:00
Stephan Klevenz
54aef88664 [OLINGO-266] initial reference scenario servlet 2014-05-09 14:22:51 +02:00
Francesco Chicchiriccò
b497634529 Adding core test for derived entity type (and derived complex type) CRUD 2014-05-09 12:15:48 +02:00
Stephan Klevenz
554c795e4c [OLINGO-266] move provider and test to ref module 2014-05-09 11:10:16 +02:00
Francesco Chicchiriccò
e5cfd8eb13 Fixing timezone issues with proxy 2014-05-09 10:32:40 +02:00
Francesco Chicchiriccò
fa6c9d5060 Add derived type read test 2014-05-08 18:30:14 +02:00
Francesco Chicchiriccò
c82e021278 Adding singleton tests 2014-05-08 17:30:40 +02:00
Francesco Chicchiriccò
6ecb02643a Fixing Geo deserializer with bad input 2014-05-08 16:17:48 +02:00
Francesco Chicchiriccò
a2197314fa More URI tests 2014-05-08 15:55:40 +02:00
Francesco Chicchiriccò
8bb1f0bde3 Small fix 2014-05-08 14:32:33 +02:00
Francesco Chicchiriccò
56a5b08a78 Adding search facilities + dedicated test 2014-05-08 14:23:08 +02:00
Francesco Chicchiriccò
52c7cc2cc6 Adding test for creating media entity 2014-05-08 13:16:17 +02:00
Francesco Chicchiriccò
58ecb3f5d9 MetadataTestITCase for V4 2014-05-07 17:44:22 +02:00
fmartelli
6b7be9deb6 [OLINGO-260] providing proxy merge from ODataJClient. Still missing integration tests 2014-05-07 12:57:57 +02:00
Francesco Chicchiriccò
8caf3fece3 [OLINGO-264] Instance annotations managed at binding level + test provided 2014-05-07 12:39:16 +02:00
challenh
6f1f4d05bd [OLINGO-274] fix V4 json error response's deserializing ("details" & "innererror") 2014-05-07 12:42:01 +08:00
Francesco Chicchiriccò
ec9e8cabf1 [OLINGO-264] Atom and JSON (de)serializers now dealing with instance annotations 2014-05-06 16:44:14 +02:00
Francesco Chicchiriccò
936e19ca49 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/olingo-odata4 2014-05-06 11:00:38 +02:00
Francesco Chicchiriccò
4a07d59b4d [OLINGO-264] Introducing data and domain objects to let annotate delta links 2014-05-06 11:00:30 +02:00
fmartelli
f02d9a07e4 [OLINGO-261] providing basics for pojo generator and proxy annotations 2014-05-06 10:44:38 +02:00
Francesco Chicchiriccò
70cdaef515 [OLINGO-264] Adding data and domain objects for instance annotations 2014-05-06 10:32:34 +02:00
Francesco Chicchiriccò
6e9cb60e49 [OLINGO-263] Some refinements + client support form edmx:IncludeAnnotations 2014-05-05 15:17:15 +02:00
Francesco Chicchiriccò
585ddaead8 White noise: formatting 2014-05-05 12:29:56 +02:00
Francesco Chicchiriccò
7c079a1a78 Merge remote-tracking branch 'origin/master' into olingo263 2014-05-05 12:22:37 +02:00
Francesco Chicchiriccò
3b3660025e [OLINGO-264] More client-side tests 2014-05-05 12:22:23 +02:00
challenh
d76580170b [OLINGO-272]fix NonRepeatableRequestException by using repeatable entity 2014-05-05 15:45:49 +08:00
Francesco Chicchiriccò
726fbe52e3 [OLINGO-263][OLINGO-264] First draft Edm annotation interfaces + client-side implementation (server components have TODO) 2014-05-04 18:23:12 +02:00
Francesco Chicchiriccò
6e72b1f3da [OLINGO-261] Missing V3 implementation of EdmNavigationProperty 2014-05-02 18:01:38 +02:00
Francesco Chicchiriccò
1fb616fff9 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/olingo-odata4 2014-04-30 09:13:27 +02:00
Francesco Chicchiriccò
10f03a2c0a Adding missing method to Edm interfaces to check whether an entity or a complex type is abstract 2014-04-30 09:13:08 +02:00
Stephan Klevenz
53de4ab240 [OLINGO-206] more JUnit 2014-04-30 08:44:50 +02:00
Stephan Klevenz
7dfb6761bd [OLINGO-206] JUnit 2014-04-29 17:38:10 +02:00
Stephan Klevenz
73858b9b3d [OLINGO-206] clean up 2014-04-29 17:17:46 +02:00
Stephan Klevenz
e02f098a89 [OLINGO-206] validation 2014-04-29 17:17:46 +02:00
Stephan Klevenz
907ab2098a [OLINGO-206] validation fix 2014-04-29 17:17:45 +02:00
Francesco Chicchiriccò
8a6bcb3d2a [OLINGO-262] Additional ext sub-module provided for specific usage with Android 2014-04-29 16:36:59 +02:00
Francesco Chicchiriccò
8042913be1 [OLINGO-236] Refactor complete 2014-04-29 11:46:27 +02:00
Francesco Chicchiriccò
6c7aef90ea Merge from master 2014-04-29 10:59:19 +02:00
Francesco Chicchiriccò
e26d55d5bc [OLINGO-259] Some refinements 2014-04-29 10:49:36 +02:00
fmartelli
639941c00e merge 2014-04-29 10:27:30 +02:00