1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00
Commit Graph

232 Commits

Author SHA1 Message Date
Orta
039edc96d4 Merge pull request #182 from Jareechang/f-update-local-mongo-env-logging
Add better logging when setting custom env var using .env
2019-06-19 14:24:14 -07:00
Orta
d7b531b231 Merge pull request #188 from tylerbutler/tslint-extension
eg2.tslint has been deprecated
2019-06-19 14:16:47 -07:00
Orta
e2114e4ab2 Merge pull request #192 from Jason-Cooke/patch-1
docs: fix typo
2019-06-19 14:16:24 -07:00
Orta
60ae9af3c2 Merge pull request #195 from jessestuart/jesse/fix_jest_tsconfig_warning
fix(jest): Update deprecated ts-jest config option.
2019-06-19 14:15:43 -07:00
Jesse Stuart
c380a1dfeb fix(jest): Update deprecated ts-jest config option.
This is consistently reproducible -- see e.g.,
[the latest Travis build](https://travis-ci.org/microsoft/TypeScript-Node-Starter/builds/533095625)
for an example of this error in CI. Simple one-line fix.
2019-06-13 23:58:04 -04:00
Jason Cooke
f922126354 docs: fix typo 2019-06-10 10:40:22 +12:00
Bowden Kelly
044db381fd Update README.md
fix demo link
2019-05-15 18:11:45 -07:00
Bowden Kelly
9756eaaf4f update extensions 2019-05-15 18:10:25 -07:00
Bowden Kelly
2a75fa0660 update demo page 2019-05-15 16:39:31 -07:00
Tyler Butler
04877089b2 eg2.tslint has been deprecated 2019-05-11 15:28:20 -07:00
Bowden Kelly
f1036dde63 Merge branch 'updateDependencies' 2019-05-10 12:38:02 -07:00
Bowden Kelly
610a8f6365 fix conflicts 2019-05-10 12:37:34 -07:00
Bowden Kelly
36c1f1d972 update typescript 2019-05-10 12:19:04 -07:00
Bowden Kelly
89f3e04868 update mongoose to v5 2019-03-25 14:56:30 -07:00
Bowden Kelly
a3a3258c9b update jest 2019-03-25 14:52:40 -07:00
Bowden Kelly
a6aaa7fbfe updated a bunch of dependencies with non-breaking changes 2019-03-25 14:50:35 -07:00
Bowden Kelly
a8547a4758 Merge pull request #162 from seanhealy/ci-fix-perhaps
tests: Travis seems unhappy. This should resolve that.
2019-03-25 14:26:01 -07:00
Jerry Chang
693955995b Add better logging when setting custom env var using .env 2019-03-16 14:29:34 -07:00
Duong Tran
b605e0d3e3 refactor: remove unused imports 2018-12-03 17:45:01 +11:00
SangHee Kim
3dbae08075 stick to ES6 import instead of CommonJS require 2018-11-21 13:32:09 +02:00
Robert
5bab691a48 Some grammatical changes to README.md
Line 67 ("Change 'MongoLab's Website' to 'mLab's Website'.")
Line 107 (Removed 'for')
Line 146 (Added an 's' to project)
Line 191 (Grammar Changes)
Line 232 (Missing 's' on 'define')
Line 366 (Added comma before 'when configured correctly')
2018-10-30 15:32:09 -07:00
Sean Healy
a96c3cd169 Try fixing ci issue. 2018-10-29 18:46:52 -06:00
NMVikings
0cabf80fb0 Add license section to Readme.md 2018-10-22 15:40:51 +03:00
amodolo
c90dfdef2d Merge branch 'master' into bootstrap4 2018-10-15 22:31:25 +02:00
amodolo
a894af9398 added horizontal line between nav-header and nav items. 2018-10-15 21:56:49 +02:00
amodolo
315f10babf fixed content padding on small and medium size 2018-10-15 21:54:27 +02:00
amodolo
859306f278 removed commit not related with porting 2018-10-15 21:41:10 +02:00
Ibrahim Jarif
e5de145510 fix typo: Interesting should be Interested. 2018-10-15 12:23:59 +05:30
Bowden Kelly
3f51f59c55 Merge pull request #126 from rap2hpoutre/patch-1
prototype pollution
2018-10-08 17:34:29 -07:00
Varun Dey
4f40e5c3cc Fix typo in readme.md 2018-10-06 00:25:03 +05:30
Luan
872f1ee7cd Fix informal title 2018-10-04 18:51:54 -03:00
Gilad Peleg
05d010fe6d Improve travis.yml and run on more subsets of node.js versions 2018-10-02 21:19:04 +03:00
Julia
d96315e492 Fix typo in README 2018-10-01 17:57:50 +10:00
Konrad Linkowski
825e497603 Changed function expressions declarations from let to const
Every variable that wouldn't change should be declared as const for safety reasons.
2018-09-24 22:28:19 +02:00
Atef Ben Ali
f6cafb50f5 Update README.md
Use 'we' instead of 'I'.
2018-08-26 07:38:19 +02:00
Konrad Linkowski
ca643b25b2 Change size existence check to default value
Using default value for size param in gravatar method is more convenient.
2018-08-20 13:11:43 +02:00
Daniel Rosenwasser
a459d9b1c2 Merge pull request #128 from sajadtorkamani/doc-fix/typo
Fix typo in README.md
2018-08-10 16:11:41 -04:00
Sajad Torkamani
8ca5b69332 Fix typo in README.md 2018-07-20 15:38:40 +07:00
amodolo
c6622bff46 porting bootstrap 4 2018-07-19 11:10:54 +02:00
amodolo
6afbd99bf6 - packages updated
- porting to bootstrap 4
2018-07-19 08:30:52 +02:00
amodolo
08c2240169 - packages updated
- porting to bootstrap 4
2018-07-19 08:30:24 +02:00
Raphaël Huchet
5482032824 prototype pollution
Versions of lodash before 4.17.5 are vulnerable to prototype pollution: https://nodesecurity.io/advisories/577
2018-07-17 12:57:45 +02:00
Bowden Kelly
dd1c2eae9f Merge pull request #123 from antamb/master
Remove duplicate entry in .gitignore
2018-07-16 14:14:18 -07:00
Bowden Kelly
75638031e5 Merge pull request #120 from ToryTran/master
Fix Error: Unknown authentication strategy "local"
2018-07-16 14:13:45 -07:00
antamb
7054e73c9e Remove duplicate entry in .gitignore 2018-07-06 16:48:00 +02:00
torytran
361b5bd702 Fix Error: Unknown authentication strategy "local" 2018-05-30 15:15:40 +07:00
Bowden Kelly
d66f11d201 Merge pull request #111 from theel0ja/patch-1
Syntax highlighting
2018-05-02 11:30:09 -07:00
Elias Ojala
d69fee23c1 Syntax highlighting 2018-04-19 22:10:48 +03:00
Bowden Kelly
ed946888dd Merge pull request #109 from swseverance/watch-test-command
Add `watch-test` Script
2018-04-16 19:42:23 -07:00
Sam Severance
994b91e766 Add watch-test Script 2018-04-11 17:06:30 -04:00