Commit Graph

2231 Commits

Author SHA1 Message Date
Kristof De Langhe
1fc9359133 54472: Refactored create to work with new response cache 2018-10-29 16:04:18 +01:00
Kristof De Langhe
b09fa0e8af Merge branch 'resolvers-branch-angular6' into w2p-54472_Create-community-and-collection-pages
Conflicts:
	src/app/app.module.ts
2018-10-29 13:15:18 +01:00
Kristof De Langhe
a49f9bdb03 54472: Intermediate commit 2018-10-29 13:09:45 +01:00
Kristof De Langhe
0cf65b3f8c 54472: Remove console.log 2018-10-29 11:17:07 +01:00
Kristof De Langhe
fb65aa84f3 Merge branch 'response-cache-refactoring' into w2p-54472_Create-community-and-collection-pages
Conflicts:
	src/app/core/auth/auth-response-parsing.service.ts
	src/app/core/auth/auth.service.ts
	src/app/core/auth/models/auth-status.model.ts
	src/app/core/auth/models/normalized-auth-status.model.ts
	src/app/core/auth/server-auth.service.ts
	src/app/core/cache/builders/remote-data-build.service.ts
	src/app/core/data/collection-data.service.ts
	src/app/core/data/comcol-data.service.spec.ts
	src/app/core/data/comcol-data.service.ts
	src/app/core/data/community-data.service.ts
	src/app/core/data/data.service.spec.ts
	src/app/core/data/data.service.ts
	src/app/core/data/dspace-object-data.service.ts
	src/app/core/data/item-data.service.ts
	src/app/core/data/request.models.ts
	src/app/core/dspace-rest-v2/dspace-rest-v2.service.ts
	src/app/core/shared/hal-endpoint.service.ts
	src/app/core/shared/operators.ts
	src/app/shared/testing/auth-request-service-stub.ts
	src/app/shared/testing/auth-service-stub.ts
2018-10-29 10:26:44 +01:00
Tim Donohue
daee926638 Merge pull request #314 from atmire/support-paginated-dso-properties
Issue 313: add support for paginated properties on dspace objects
2018-10-26 14:08:08 -05:00
Tim Donohue
a1a356d2bb Merge pull request #312 from atmire/No-files-item-page-bugfix
Issue 311: No files item page bugfix
2018-10-26 13:53:17 -05:00
Kristof De Langhe
1126af6b43 56434: By.css call by tag instead of class refactoring 2018-10-26 13:57:36 +02:00
Kristof De Langhe
e39879b762 56434: e2e test fix 2018-10-26 13:47:48 +02:00
Kristof De Langhe
5d8c6358db 56434: FullItemPageComponent tests and improved coverage 2018-10-26 13:09:43 +02:00
Yana De Pauw
44c227ffff 55959: Add additional test when no subcommunities
When the subcommunity list is empty, the subcommunity section should be hidden.
2018-10-26 10:55:27 +02:00
Kristof De Langhe
b70a58d008 56434: EntityPageFields component tests refactoring 2018-10-26 10:30:47 +02:00
Yana De Pauw
f4482c710c 55959: Add subcommunities on community page 2018-10-25 18:16:18 +02:00
Art Lowel
7ba33c6e49 Merge pull request #307 from christian-scheible/dspace-angular-293
#293 Added link with the query quoted for search results if empty
2018-10-25 13:10:12 +02:00
Christian Scheible
fe2fdbc4b3 Merge remote-tracking branch 'origin/dspace-angular-293' into dspace-angular-293 2018-10-25 12:48:51 +02:00
Christian Scheible
88864f7aaf Improved testing of search-results-component 2018-10-25 12:48:05 +02:00
Art Lowel
9aff1b6954 add support for paginated properties on dspace objects 2018-10-25 11:57:20 +02:00
Kristof De Langhe
efcdc67d68 56434: Small TSLint fix 2018-10-24 16:09:55 +02:00
Kristof De Langhe
b2ca67c762 Merge branch 'entities-master' into w2p-56434_PR-preparations 2018-10-24 15:46:27 +02:00
Kristof De Langhe
9918d9529f 56434: search-response parsing bug fix 2018-10-24 15:43:45 +02:00
Christian Scheible
9d624f1f36 Improved testing of search-results-component 2018-10-24 15:24:19 +02:00
Kristof De Langhe
d1db0d42e5 Merge branch 'support-paginated-dso-properties' into entities-master
Conflicts:
	src/app/core/data/base-response-parsing.service.ts
2018-10-24 13:56:10 +02:00
Kristof De Langhe
2d2d1daf5e 56946: Added tests for toPaginatedList in remote-data-build service 2018-10-24 13:52:44 +02:00
Art Lowel
c1eab402e8 add support for paginated properties on dspace objects 2018-10-24 13:03:03 +02:00
Kristof De Langhe
7914e1cfb1 56434: docs for entity-type-switcher 2018-10-24 11:58:10 +02:00
Kristof De Langhe
29e60f2b7f 56434: docs for search-filter, search-fixed-filter and search-configuration service; search-results, filtered-search-page and search-page components 2018-10-24 11:48:23 +02:00
Kristof De Langhe
e4eee7ce27 56434: Docs for all item-page-metadata-field, related-entities, item-page and metadata-values componens 2018-10-24 11:05:32 +02:00
Kristof De Langhe
4d24802871 56434: property docs for entity-page-fields components 2018-10-24 10:17:49 +02:00
Kristof De Langhe
39e1b0f7d5 56434: Docs for all entity-list-element and entity-page-fields components 2018-10-23 16:52:03 +02:00
Kristof De Langhe
028a2b59a1 56434: EntityTypeSwitcherComponent test 2018-10-23 16:10:17 +02:00
Kristof De Langhe
cc369bf757 56434: SearchResultsComponent and SearchConfigurationService test additions 2018-10-23 15:40:38 +02:00
Kristof De Langhe
33eb59ae9a 56434: SearchFilterService added tests 2018-10-23 14:40:38 +02:00
Kristof De Langhe
7856738332 56434: FilteredSearchPageComponent tests 2018-10-23 13:22:53 +02:00
Kristof De Langhe
a66007c114 56434: SearchFixedFilterService tests 2018-10-23 11:49:15 +02:00
Kristof De Langhe
57ba31e289 56434: metadata-values component tests 2018-10-23 10:34:42 +02:00
Kristof De Langhe
221e20f495 56434: ItemPageFieldComponent tests 2018-10-22 17:51:51 +02:00
Kristof De Langhe
b8a9fe0598 56434: JournalPageFieldsComponent tests 2018-10-22 16:59:31 +02:00
Kristof De Langhe
eab6698f9f 56434: Entity-page-fields component tests 2018-10-22 16:50:48 +02:00
Art Lowel
335d74ea7e fix AoT issues with store devtools 2018-10-22 13:18:24 +02:00
Art Lowel
7ada6c7b21 configure @ngrx/store-devtools 2018-10-22 11:35:22 +02:00
lotte
6de7104b7c finished update 2018-10-19 16:18:44 +02:00
Kristof De Langhe
26b075882d 56434: Fixed existing tests and added entity-list-element component tests 2018-10-19 16:16:12 +02:00
lotte
5c12e2d995 added indexing for different UUIDs 2018-10-19 16:07:07 +02:00
Kristof De Langhe
651b84bcad Merge branch 'master' into entities-master 2018-10-19 13:31:45 +02:00
lotte
ec5f977dd2 finished up response cache refactoring 2018-10-18 15:59:41 +02:00
Giuseppe
ea227aef64 Move all config stuff to a single directory 2018-10-17 15:01:55 +02:00
Giuseppe
917a724c83 Removed not implemented sections 2018-10-17 14:41:30 +02:00
lotte
2330e96158 intermediate commit 2018-10-17 13:18:01 +02:00
Giuseppe
7b483ce052 Fixed merge issues 2018-10-17 12:25:46 +02:00
Giuseppe
8bc7d31864 Refactored IntegrationService 2018-10-17 09:17:02 +02:00