Shai Rose
7e237cd586
cleanup
2018-07-24 17:46:44 +03:00
Shai Rose
09fb8adc17
docs updates
2018-07-24 17:42:26 +03:00
Shai Rose
919e95d2a0
fixed some docs examples
2018-07-24 17:30:36 +03:00
Shai Rose
206b2fd1e6
updated docs
2018-07-24 16:44:58 +03:00
Yossi Kolesnicov
ed326be24e
Documentation for repositories.
2018-07-24 14:11:20 +03:00
Yossi Kolesnicov
350f495c85
Documented entity field and made some restructuring
2018-07-24 12:48:17 +03:00
Yossi Kolesnicov
bec33ed3f7
Added documentation to entity config
2018-07-24 11:21:59 +03:00
Yossi Kolesnicov
68461a0e36
Some documentation
2018-07-23 11:25:49 +03:00
Yossi Kolesnicov
66419fdc6c
Added documentation in paris.ts and set some types in relationship repo
2018-07-23 11:03:12 +03:00
Yossi Kolesnicov
a318960504
Fixed bug with concurrent calls.
2018-07-12 09:30:28 +03:00
Yossi Kolesnicov
bd550e236c
Merged PR 2068789: Setting up tests + added timeout on the backendConfig level.
...
Setting up tests + added timeout on the backendConfig level.
2018-07-10 12:59:20 +00:00
Omer Mizrahi
b3ba0de549
Merged PR 2051277: fixed a bug where active requests weren't properly removed when completed,
...
fixed a bug where active requests weren't properly removed when completed,
causing bad subscriptions
2018-07-08 07:24:09 +00:00
Yossi Kolesnicov
8be36cfe4a
Added get relations by ID to RelationshipRepository.
2018-07-04 09:37:08 +03:00
Omer Mizrahi
091da8e561
Merged PR 1961638: added DataQuery to a few methods
2018-06-14 07:37:59 +00:00
Yossi Kolesnicov
5d0f15c639
Merge branch 'master' of https://microsoft.visualstudio.com/DefaultCollection/WDATP/_git/Paris
2018-06-05 17:25:24 +03:00
Yossi Kolesnicov
34c2dbdc54
Added serialize: false to EntityField.
2018-06-05 17:25:14 +03:00
Omer Mizrahi
59df24e4a2
Merged PR 1834414: fixed a bug where errors thrown by observables weren't an instance of Error
...
fixed a bug where errors thrown by observables weren't an instance of Error
2018-05-17 10:58:16 +00:00
Omer Mizrahi
44e1aef1ab
Merged PR 1816120: Angular 6
2018-05-14 06:24:59 +00:00
Yossi Kolesnicov
60ace6aef0
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# lib/main.ts
2018-05-06 16:58:21 +03:00
Yossi Kolesnicov
e30df8e434
Added classes to export
2018-05-06 16:57:27 +03:00
Shai Rose
570a8cf59e
added export of IEntityConfigBase
2018-04-26 11:32:53 +03:00
Omer Mizrahi
97a8afb1d1
Merged PR 1729093: fixed a bug where DataCache would only remove observables on completion
...
fixed a bug where DataCache would only remove observables on completion
2018-04-24 16:31:19 +00:00
Shai Rose
bc13b0687b
Merged PR 1728571: added handling of allValues after saveItems + clear allValues method.
...
added handling of allValues after saveItems + clear allValues method.
2018-04-24 15:41:12 +00:00
Yossi Kolesnicov
424f57df13
Added parseSaveItemsQuery to parse multiple items saving.
2018-04-24 13:31:05 +03:00
Yossi Kolesnicov
fafcecafdd
Bug fix - cache was getting the params wrong sometimes.
2018-04-23 11:19:22 +03:00
Yossi Kolesnicov
433e861d87
Merged PR 1722521: Modeling was being done before caching, which was a problem.
...
Modeling was being done before caching, which was a problem.
2018-04-23 07:38:54 +00:00
Yossi Kolesnicov
73ce898164
Added DataCache to exports
2018-04-21 16:01:04 +03:00
Yossi Kolesnicov
7e2103073a
Added serializationData for saving items
2018-04-17 23:25:58 +03:00
Omer Mizrahi
0825a3a7ae
Merged PR 1693434: fixed some error handling issues with the new makeApiCall
...
fixed some error handling issues with the new makeApiCall
2018-04-16 11:26:33 +00:00
Yossi Kolesnicov
192707204e
Added clear cache for entities.
2018-04-15 15:14:15 +03:00
Yossi Kolesnicov
f260bc2906
Added share() to cache getter
2018-04-12 15:06:35 +03:00
Yossi Kolesnicov
86f9caea35
Added share() to cache getter
2018-04-12 15:06:25 +03:00
Yossi Kolesnicov
9ae79303b8
Merged PR 1681248: Adding parseData to backendConfig and a bug fix
...
allItemsProperty wasn't being used in callQuery.
2018-04-12 08:27:41 +00:00
Yossi Kolesnicov
f4385885a9
Merged PR 1665057: Paris 0.7.0
...
Using RxJS lettable operators, removed the operators.ts imports
API calls
Generic typing for entity IDs
Generic typing for entity configs (use T extends ModelBase instead of just any)
Improved DataCache
Added supportedGetMethods configuration for entities
2018-04-11 17:41:49 +00:00
Omer Mizrahi
7e979c3276
Merged PR 1665741: fixed a bug where multipart forms weren't sent properly
...
fixed a bug where multipart forms weren't sent properly
2018-04-09 15:06:53 +00:00
Omer Mizrahi
0fa4d95f72
Merged PR 1663565: fixed a bug where field default value was mutable
...
fixed a bug where field default value was mutable
2018-04-08 15:17:45 +00:00
Shai Rose
c0bb15acd6
Merged PR 1605361: added handling for primitive types array serialization
...
added handling for primitive types array serialization
2018-03-25 15:38:33 +00:00
Yossi Kolesnicov
ca0bb70b9d
Improved entity removal
2018-03-19 23:18:59 +02:00
Yossi Kolesnicov
6d65a00bd4
Added default timeout of 60ms to Ajax requests.
2018-03-19 21:58:55 +02:00
Omer Mizrahi
de666118a9
Merged PR 1522590: - Fixed a bug where errors weren't thrown properly.
...
- Fixed a bug where errors weren't thrown properly.
- Created an error observable for Paris
2018-03-06 15:09:38 +00:00
Yossi Kolesnicov
27a6a5ad17
Added DataEntityConstructor to exports
2018-03-05 23:40:37 +02:00
Yossi Kolesnicov
2cc233e3d1
Added saveMethod for entities to determine the method used for saving an item.
2018-03-01 07:42:28 +02:00
Yossi Kolesnicov
cd7a7d5ba6
Using AjaxRequest instead of ParisHttpConfig to allow any Ajax config.
2018-02-25 11:52:43 +02:00
Yossi Kolesnicov
f00d04b135
Adding ability to specify whether to separate array params.
2018-02-18 12:55:54 +02:00
Yossi Kolesnicov
09cf9d13a2
Bug fix - when there's an array in where params, the param is now sent multiple times, not as a stringified array.
2018-02-18 11:26:15 +02:00
Yossi Kolesnicov
008260681e
Fix for items remove
2018-02-13 19:05:09 +02:00
Yossi Kolesnicov
c3dc4eb8d1
New callQuery and other improvements.
2018-02-12 22:57:01 +02:00
Yossi Kolesnicov
9a3a0ca245
Added params for item getter from cache
2018-02-11 17:48:12 +02:00
Yossi Kolesnicov
c5c5ab3759
Added params to parseItemQuery
2018-02-08 11:14:27 +02:00
Yossi Kolesnicov
cb54164704
Added relationship types
2018-02-04 11:11:45 +02:00