1
0
Commit Graph

631 Commits

Author SHA1 Message Date
William Welling
fff077877e added coveralls, updated readme 2017-09-29 13:43:29 -05:00
William Welling
dbb13539f9 fixed lint errors 2017-09-29 13:07:20 -05:00
William Welling
aa934383ef resolved merge conflicts 2017-09-29 12:59:33 -05:00
Art Lowel
202891b55a Merge pull request #149 from artlowel/improve-support-for-hal-links
Improve support for hal links
2017-09-29 19:39:34 +02:00
Art Lowel
c4c2918932 Merge branch 'master' into improve-support-for-hal-links 2017-09-29 19:25:34 +02:00
William Welling
0efcd9cecc resolved merge conflicts 2017-09-29 10:05:49 -05:00
Art Lowel
dd2b8b76d9 Merge pull request #151 from LotteHofstede/w2p-44024_simple-search-with-select
Simple search UI
2017-09-29 15:43:35 +02:00
William Welling
5514264cf6 removed and ignore package-lock.json
no reason to support and maintain both yarn lock and package lock. We
primarily use yarn for all build purposes.
2017-09-27 06:29:09 -05:00
William Welling
e74e9ac733 conditionally enable debug meta reducers based on debug configuration 2017-09-27 06:24:13 -05:00
William Welling
c4923f9636 seperate exception handling and always build base urls 2017-09-27 06:23:46 -05:00
William Welling
6bb8a8189e updated yarn lock 2017-09-27 06:23:11 -05:00
William Welling
2c35751305 upgraded a few dependencies 2017-09-27 06:22:57 -05:00
William Welling
c952dc0f13 conditionally include development modules 2017-09-26 20:48:24 -05:00
William Welling
1e9ea4b7d4 safe node cleanup, upgrade typescript 2017-09-26 20:34:39 -05:00
William Welling
68d8ea00d2 functional base href from ui config namespace property 2017-09-26 20:11:56 -05:00
William Welling
26e2da93fb recursive merge of config 2017-09-26 19:13:32 -05:00
William Welling
35580b7c48 use dependency injection for meta reducers 2017-09-26 18:17:22 -05:00
William Welling
c6528a22a3 add ngrx-store-freeze dependency 2017-09-26 17:50:16 -05:00
William Welling
0ea58e7349 fixed footer spec 2017-09-26 17:37:53 -05:00
William Welling
1b2f557960 fix lint errors 2017-09-26 15:57:33 -05:00
William Welling
51e41ddba0 removed tslint-loader, breaks aot build 2017-09-26 15:55:32 -05:00
William Welling
56785919cd more minor formatting 2017-09-26 15:30:49 -05:00
William Welling
bd25a489d0 use forRoot on app router, whitelist ngx on server 2017-09-26 15:13:36 -05:00
William Welling
3b90d6fb43 minor formatting 2017-09-26 15:02:58 -05:00
William Welling
2e7fd2c468 core module should only be improted into app module 2017-09-26 14:43:19 -05:00
William Welling
da3d0b412f shared module should not provide singletons 2017-09-26 14:41:33 -05:00
William Welling
3e76752652 some minor cleanup 2017-09-26 14:39:27 -05:00
William Welling
7cbd79fa85 fixed aot build with translate loader (wip) 2017-09-26 12:25:17 -05:00
William Welling
3d02e660da fixed core and shared module usage, lazy loading modules 2017-09-26 11:44:07 -05:00
William Welling
88120dd85b fixed build with latest dependencies 2017-09-26 10:37:54 -05:00
William Welling
fe897f30df upgraded dependencies and added package-lock.json 2017-09-26 09:26:22 -05:00
Lotte Hofstede
77fac06704 44239: test fixes 2017-09-25 14:20:17 +02:00
Art Lowel
f2f6058cc7 Merge branch 'master' into improve-support-for-hal-links 2017-09-22 16:25:20 +02:00
Art Lowel
0ff2f487d3 Merge pull request #148 from artlowel/remove-types-lodash
Removed @types/lodash workaround
2017-09-22 13:31:53 +02:00
Art Lowel
bf17246164 ensured the workaround doesn't break things when the issue gets fixed 2017-09-21 16:52:23 +02:00
Lotte Hofstede
1a149b9d54 44024: simple search ui finished 2017-09-21 16:40:19 +02:00
Lotte Hofstede
821fba7f4e 44024: reset page 2017-09-21 14:19:44 +02:00
Lotte Hofstede
f95042153a 44024: element max set to 20 2017-09-21 14:16:02 +02:00
Lotte Hofstede
93a5580258 44024: search service changes 2017-09-21 13:58:24 +02:00
Lotte Hofstede
1bcb37f1b0 44024: fixed issue with other query parameters on search page 2017-09-21 11:33:26 +02:00
Lotte Hofstede
3f3677852c 44024: fixed pagination docs 2017-09-21 10:43:29 +02:00
Lotte Hofstede
36e454402a 44024: collection page pagination fix 2017-09-21 10:25:53 +02:00
Lotte Hofstede
c38a43ff2b Merge remote-tracking branch 'origin/master' into w2p-44024_simple-search-with-select
Conflicts:
	package.json
	src/app/core/cache/builders/remote-data-build.service.ts
	src/app/shared/shared.module.ts
2017-09-20 16:07:34 +02:00
Lotte Hofstede
b0bfff15a6 44024: scss import fixes 2017-09-20 16:06:10 +02:00
Art Lowel
6348057b46 added isEnabledOnRestApi() method to dataservices 2017-09-20 14:52:53 +02:00
Lotte Hofstede
b52c3fd8eb 44024: AoT fix 2017-09-20 09:27:02 +02:00
Art Lowel
712c366756 fetch resource endpoints from HAL response instead of hardcoding them 2017-09-19 18:21:27 +02:00
Lotte Hofstede
99683cce6f 44239: pagination optimizations 2017-09-19 16:35:42 +02:00
Lotte Hofstede
d833aa1b2b Merge branch 'w2p-44239_pagination-optimization' into w2p-44024_simple-search-with-select
Conflicts:
	src/app/search-page/search-page.component.ts
2017-09-18 17:00:46 +02:00
Lotte Hofstede
e632e9d84b 44239: more pagination fixes 2017-09-18 16:53:50 +02:00