Граф коммитов

293 Коммитов

Автор SHA1 Сообщение Дата
Shai Rose ccf60dfed8
Merge pull request #1 from Microsoft/github/version_1_0_0
GitHub/version 1 0 0
2018-07-23 10:38:00 +03:00
Shai Rose 4b0bd0cca0 Merge branches 'github/version_1_0_0' and 'master' of https://github.com/Microsoft/paris into github/version_1_0_0
# Conflicts:
#	bundle/lib/repository/repository.d.ts
#	bundle/lib/repository/repository.js
#	bundle/paris.umd.js
#	lib/repository/repository.ts
#	package.json
2018-07-23 10:36:21 +03:00
Shai Rose 8e02f25955 version bump to 1.0.0 2018-07-23 10:27:17 +03:00
Yossi Kolesnicov a318960504 Fixed bug with concurrent calls. 2018-07-12 09:30:28 +03:00
Yossi Kolesnicov ad12bc8caf Bumped version after build 2018-07-10 17:14:04 +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 54a29e6e55 Build and bum version 2018-07-04 13:20:16 +03:00
Yossi Kolesnicov 8be36cfe4a Added get relations by ID to RelationshipRepository. 2018-07-04 09:37:08 +03:00
Yossi Kolesnicov 5fe37c585e Bumped version, having build problems 2018-06-17 16:35:19 +03:00
Omer Mizrahi 091da8e561 Merged PR 1961638: added DataQuery to a few methods 2018-06-14 07:37:59 +00:00
Omer Mizrahi 20ea035f74 Merged PR 1949978: version bump
version bump
2018-06-12 12:39:37 +00:00
Yossi Kolesnicov 08dc452b16 Bumped version 2018-06-05 17:26:17 +03: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 13306a4397 Bumped version 2018-05-06 16:59:47 +03: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 a0ca2843d3 Merged PR 1729532: version bump
version bump
2018-04-24 17:48:13 +00: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 728dd119f6 Added share() to cache getter 2018-04-12 16:27:58 +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 83e8866a87 package num 2018-03-25 18:39:43 +03: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 51cccd9715 Fix for build 2018-03-20 10:11:02 +02: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
Ben Grynhaus 46a4d6ec4c Merged PR 1547462: Add bundle directory to .gitignore
This PR adds the `bundle/` directory to `.gitignore`, and deletes already existing committed files from that folder, due to it being generated artifacts of `npm run build`.

This does not require a version bump since there are no effects outside of the repo.
2018-03-18 11:50:08 +00:00
Ben Grynhaus dab8a6adb4 Added bundle & publish scripts 2018-03-18 13:49:05 +02:00
Ben Grynhaus 50ff8649d1 Delete bundle directory 2018-03-11 17:46:45 +02:00
Ben Grynhaus cf96bd65e2 Added bundle to .gitignore 2018-03-11 16:46:20 +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