Commit Graph

10236 Commits

Author SHA1 Message Date
William Welling
9496bf7e42 Using a single index file. Updated servers. Removed duplicate npm scripts. 2017-03-22 08:05:27 -05:00
Art Lowel
a62c8d62c0 introduced remotedata selector 2017-03-16 14:44:54 +01:00
Art Lowel
a4579e5435 Added a configuration parameter to enable/disable the rehydrate step 2017-03-15 18:24:23 +01:00
Art Lowel
34d9aece7e RequestCacheService docs & tests 2017-03-14 14:36:03 +01:00
Art Lowel
eaaf12d645 requestCacheReducer docs & tests 2017-03-08 18:30:55 +01:00
Art Lowel
a535b86e0b fix timestamps on rehydrate 2017-03-08 16:36:34 +01:00
Art Lowel
0e516beabd ObjectCacheService docs & tests 2017-03-08 12:57:03 +01:00
Art Lowel
f1bf3e4062 ObjectCache reducer tests & docs 2017-03-06 14:42:19 +01:00
Art Lowel
07150d3d6a Removed console.log statement 2017-03-06 11:12:05 +01:00
Art Lowel
7745938027 More refactoring + reusing the server's store on the client 2017-03-02 13:36:40 +01:00
Art Lowel
b0f25c4dae Fixed an issue where, if you called findAll or findById multiple times in a row, all network requests were cancelled except for the last one. 2017-02-24 13:11:14 +01:00
Art Lowel
7fb8360f10 RequestCache: started tracking timeAdded and timeToLive 2017-02-22 12:59:11 +01:00
Art Lowel
bb5575cd27 Refactored Data Services 2017-02-22 12:03:22 +01:00
Art Lowel
9364c32ae2 Refactored Data Services 2017-02-21 18:33:16 +01:00
Art Lowel
de23b1aaeb Added distinct ids and uuids to the mock data 2017-02-16 15:52:50 +01:00
Art Lowel
a952557616 missed one 2017-02-16 15:33:57 +01:00
Art Lowel
43a2b9699e Made a clear distinction between IDs and UUIDs - as IDs will probably change in the future to be easier to work with (shorter urls) and applicable to multiple versions of a resource 2017-02-16 15:25:18 +01:00
Art Lowel
d63fc0a9bb Merge branch 'hal-serializer' into rest-services 2017-02-16 14:43:12 +01:00
Art Lowel
20aec34c68 Merge branch 'master' into hal-serializer 2017-02-16 14:29:22 +01:00
Art Lowel
1fcd438a26 Removed some json-api references from the mock api 2017-02-16 13:49:22 +01:00
Art Lowel
45a2f5b240 Added item services. 2017-02-16 13:39:34 +01:00
Art Lowel
2e5441d6f7 Moved all objects to a single data store: the cache. 2017-02-15 15:57:38 +01:00
Art Lowel
c8fb98760d Added mocks for all model types, added CollectionDataService 2017-02-14 14:40:57 +01:00
Giuseppe Digilio
e857cbb964 css moved to app.component.scss
variables added within footer.component.scss
2017-02-14 10:55:21 +01:00
Art Lowel
c3214595ef added doc 2017-02-14 09:59:24 +01:00
Art Lowel
adc79e957f added hal serializer 2017-02-14 09:51:13 +01:00
Giuseppe Digilio
f86869a70e app.module.ts changed 2017-02-13 16:15:23 +01:00
Giuseppe Digilio
15f8892dd5 Footer component 2017-02-13 16:00:07 +01:00
Lotte Hofstede
48b4f13e3f Merge branch 'master' into w2p-38248_PageNotFound-component 2017-02-02 16:02:36 +01:00
Giuseppe
9b6d2b4a3d Merge branch 'master' into Environments 2017-01-27 19:03:12 +01:00
Giuseppe Digilio
845e921fe7 app.component.ts and app.component.html changed 2017-01-27 18:40:27 +01:00
Giuseppe Digilio
589c9d5822 Default configuration file added 2017-01-27 18:34:24 +01:00
Lotte Hofstede
16fb1a3794 Merge remote-tracking branch 'artlowel/reducer-tests' into w2p-38248_PageNotFound-component 2017-01-23 11:26:39 +01:00
Giuseppe Digilio
2f77c21ed5 Merge branch 'master' of https://github.com/4Science/dspace-angular into Environments
# Conflicts:
#	README.md
2017-01-20 15:17:27 +01:00
Giuseppe Digilio
5ada934e67 Add a mechanism to configure environment variables. 2017-01-20 15:08:30 +01:00
Art Lowel
8fd1c6de5c added a MockTranslateLoader to fix 404 with ng2-translate during testing 2017-01-18 12:53:09 +01:00
Art Lowel
58b4b381e7 added test for window resize to app.component.spec.ts 2017-01-18 11:27:39 +01:00
Art Lowel
e1d69e0efd header component tests 2017-01-17 18:50:07 +01:00
Art Lowel
562f09a366 turned null actions in to classes 2017-01-17 12:06:32 +01:00
Art Lowel
5e523a5653 Merge remote-tracking branch 'upstream/pr/37' into inital-tests 2017-01-17 11:17:46 +01:00
Giuseppe
bd29e4ad65 Delete test-issue.spec.ts 2017-01-16 17:13:45 +01:00
Giuseppe Digilio
3766a4ba85 test issue 2017-01-13 18:39:24 +01:00
Giuseppe Digilio
28fd92b9f7 test issue 2017-01-13 18:37:35 +01:00
Art Lowel
8e4bec9c30 added tests for hostReducer and Header Effects, and switch to typed actions 2017-01-13 11:25:07 +01:00
Lotte Hofstede
4ddaf450ae Added missing pagenotfound files 2017-01-12 15:26:03 +01:00
Lotte Hofstede
82a379df3c 38248: Added PageNotFound component 2017-01-12 15:18:15 +01:00
Art Lowel
4b62d964a9 added tests for headerReducer and HeaderActions 2017-01-11 09:40:23 +01:00
Giuseppe Digilio
144324e023 Dir tests deleted
test:watch added
webpack library updated
protractor installed locally
2017-01-10 09:45:29 +01:00
Giuseppe Digilio
a5e19989af Merge branch 'master' of https://github.com/DSpace/dspace-angular into testing
# Conflicts:
#	package.json
2016-12-22 18:27:26 +01:00
Giuseppe Digilio
dab6155468 unit test modified 2016-12-22 18:17:45 +01:00