Commit Graph

177 Commits

Author SHA1 Message Date
Kamil Myśliwiec e677e9b9dd
bugfix: set test environment to node by default 2018-08-16 20:05:59 +02:00
Kamil Myśliwiec 841e57afa4
Merge pull request #49 from rpihlak/fix-using-httpservice-in-e2e-tests
bugfix: fix using HttpService in e2e tests
2018-08-16 20:05:25 +02:00
Riho Pihlak 84b05d83ff Fix using HttpService in e2e tests
HttpService did not work in e2e tests because Jest testEnvironment was
jsdom by default. HttpService threw NetworkError on each request because
axios uses XHR adapter instead of HTTP adapter in this environment.

Now, Jest testEnvironment is node.
2018-07-27 18:39:16 +03:00
Kamil Myśliwiec cc3be2514d script: add debug command 2018-05-13 11:32:10 +02:00
Kamil Myśliwiec b428240559
Merge pull request #33 from nestjs/update/version-5
chore: update to nest v5
2018-05-13 11:13:22 +02:00
Kamil Myśliwiec c1d0c752f9
Merge pull request #42 from yurykozhenov/master
Change rm -rf on prestart:prod to rimraf
2018-05-12 22:56:23 +02:00
Yury Kozhenov 3f7fec8b0b Change rm -rf on prestart:prod to rimraf
Fixes prod build on Windows
2018-05-12 01:12:52 +03:00
Kamil Myśliwiec 006580392f bump: update dependencies versions 2018-04-28 18:14:07 +02:00
Kamil Myśliwiec adeb77eabb bump: update dependencies versions 2018-04-28 18:13:48 +02:00
Kamil Myśliwiec 52e1cc679a bugfix: fix broken unit test example 2018-04-28 18:04:45 +02:00
Kamil Myśliwiec 7b918538db refactor: remove reflect-metadata direct dependency 2018-04-22 12:42:58 +02:00
Kamil Myśliwiec cd4b5f89b4 feature: add tslint script, add tsconfig.spec 2018-04-22 12:42:34 +02:00
Kamil Myśliwiec 711433330e
Merge pull request #35 from bashleigh/patch-1
Corrected spelling mistake
2018-04-20 15:53:09 +02:00
Ashleigh Simonelli fa40031955
Corrected spelling mistake 2018-04-13 19:21:16 +01:00
Kamil Myśliwiec 5717281847 Update README.md 2018-03-28 19:26:22 +02:00
Kamil Myśliwiec 60c05f2b3d Merge remote-tracking branch 'origin' into update/version-5 2018-03-28 19:25:31 +02:00
Kamil Myśliwiec fa3bf90d2c
Update README.md 2018-03-28 13:00:18 +02:00
Kamil Myśliwiec 60fa1f22e3
Update README.md 2018-03-28 12:44:22 +02:00
Kamil Myśliwiec d63eea006b
Update README.md 2018-03-27 13:47:26 +02:00
Kamil Myśliwiec 1e3bc1a779
Update README.md 2018-03-27 12:21:32 +02:00
Kamil Myśliwiec a0b76b0f70 fix: bump versions in package.json 2018-03-26 21:21:41 +02:00
Kamil Myśliwiec 833491eedd fix: remove redundant deprecate dependency 2018-03-26 21:21:00 +02:00
Kamil Myśliwiec f346875387 feature: update to nest v5 2018-03-26 21:19:56 +02:00
Kamil Myśliwiec 4a63be4f10
Update README.md 2018-03-26 20:42:17 +02:00
Kamil Myśliwiec 794c2abdde feature: make typescript starter more robust 2018-03-26 20:39:15 +02:00
Kamil Myśliwiec d5a02606d6
Update README.md 2018-03-26 19:38:44 +02:00
Kamil Myśliwiec 3229d43b46
Merge pull request #15 from alsoicode/master
Update Sample Project with Test
2018-03-26 19:35:56 +02:00
Kamil Myśliwiec 027605ffc8
Merge branch 'master' into master 2018-03-26 19:35:02 +02:00
Kamil Myśliwiec d1cdcb3e6e
Merge pull request #24 from xipheCom/master
Add tsconfig-paths
2018-03-26 19:29:20 +02:00
Kamil Myśliwiec 25e0db9f73
Merge branch 'master' into master 2018-03-26 19:29:10 +02:00
Kamil Myśliwiec dd85a68cd0
Update README.md 2018-03-26 19:23:10 +02:00
Kamil Myśliwiec 3c06524416
Merge pull request #32 from amitport/patch-1
remove redis
2018-03-26 16:52:32 +02:00
Amit Portnoy aa8bfe2531
remove redis
does not seem to be used
(and if we do push it to all users, the code should at least have a usage example)
2018-03-18 10:04:35 +02:00
Kamil Myśliwiec 2e19366e30
Merge pull request #25 from rubenCodeforges/patch-1
TsLint package was missing
2018-03-09 09:30:59 +01:00
Kamil Myśliwiec e5a4f0d4f2
Merge pull request #28 from e-watson/patch-1
Update tslint.json
2018-03-09 09:30:43 +01:00
Eduard 6cf159a284
Update tslint.json
Normalize max-line-length setting
2018-03-02 07:03:15 +02:00
Ruben M f04a1eec69
Update package.json 2018-02-22 09:37:31 +01:00
Daniel Milbrandt 5da9b40979
Merge pull request #2 from xipheCom/patch-2
Add tsconfig-paths
2018-02-19 18:48:26 +01:00
Daniel Milbrandt 10b7e661ec
Merge pull request #1 from xipheCom/patch-1
Add tsconfig-paths package to project
2018-02-19 18:44:53 +01:00
Daniel Milbrandt 58b2c5dd9d
Add tsconfig-paths 2018-02-19 18:41:45 +01:00
Daniel Milbrandt 06371ba44b
Add tsconfig-paths package to project 2018-02-19 18:40:52 +01:00
Brandon Taylor 87e7be0e76
Merge branch 'master' into master 2018-02-17 07:39:44 -05:00
Kamil Myśliwiec 3697bdf980
Merge pull request #21 from blazeu/master
Strip extra newline
2018-02-15 23:31:10 +01:00
Surya Widi e776ebf0d5 Strip extra newline 2018-02-11 21:27:18 +07:00
Kamil Myśliwiec 07d2c54831 Update package.json 2018-01-21 11:27:10 +01:00
Kamil Myśliwiec c76481bb99 Merge remote-tracking branch 'origin/master' 2018-01-21 11:15:36 +01:00
Kamil Myśliwiec 6f49919d52 Update package.json 2018-01-21 11:15:31 +01:00
Brandon Taylor 41de2b94bc
Merge branch 'master' into master 2018-01-15 19:10:07 -05:00
Brandon Taylor 3a6477089e
Merge branch 'master' into master 2018-01-15 16:20:17 -05:00
Kamil Myśliwiec ef4c004e88
Merge pull request #16 from fanybook/patch-1
Update package.json
2018-01-15 15:46:39 +01:00