- 22 Apr, 2015 13 commits
-
-
Ruben Bridgewater committed
-
Ruben Bridgewater committed
-
Ruben Bridgewater committed
-
Fix condition in model wide validation
Mick Hansen committed -
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
Mick Hansen committed
-
- 21 Apr, 2015 6 commits
-
-
Sascha Depold committed
-
Foreign languages used in the db might crash the app
Jan Aagaard Meier committed -
Ruben Bridgewater committed
-
Jan Aagaard Meier committed
-
Update associations.md
Jan Aagaard Meier committed -
spelling
jub3i committed
-
- 19 Apr, 2015 2 commits
-
-
Update model.js
Mick Hansen committed -
Fixed typo
Manuel Darveau committed
-
- 18 Apr, 2015 4 commits
-
-
Mick Hansen committed
-
Mick Hansen committed
-
💄 Mick Hansen committed -
Mick Hansen committed
-
- 17 Apr, 2015 7 commits
-
-
Reduce chai use
Mick Hansen committed -
Return sequelize instance / dao after .sync and use promise.each instead...
Mick Hansen committed -
Ruben Bridgewater committed
-
Ruben Bridgewater committed
-
Ruben Bridgewater committed
-
💄 Mick Hansen committed -
Mick Hansen committed
-
- 16 Apr, 2015 4 commits
-
-
Update dependencies
Mick Hansen committed -
Conflicts: changelog.md
Mick Hansen committed -
Mick Hansen committed
-
Ruben Bridgewater committed
-
- 15 Apr, 2015 4 commits
-
-
Use stricter jshint settings
Jan Aagaard Meier committed -
Insert unused parameters in the abstract query-generator and ignore mixed quotes in query-generator generally Ignore quotmark in sql-string and a couple individual lines + hotfix
Ruben Bridgewater committed -
Ruben Bridgewater committed
-
Use stricter jshint settings I added - unused: "vars" // warns when you define and never use your variables - nonbsp: true // warns about "non-breaking whitespace" characters - maxdepth: 8 // lets you control how nested do you want your blocks to be - quotmark: false // true = all quotation marks have to either be single quotes or double quotes per file I tried to use this option with true, but I'm not sure how you like it that way. As here are quite a few use cases where single quotes would have to be escaped I removed: - trailing: true // this option no longer exists in jshint - expr: true // this option no longer exists in jshint - sub: true // suppresses warnings about using [] notation when it can be expressed in dot notation: person['name'] vs. person.name I also used maxlen: 200 for a while, but I'm not sure how the line breaks work for the docs, since I did not try that. I still think it would be a good option to use Be aware, that a couple of options are deprecated and will be removed at some point. Instead jscs could be used to enforce styling warnings.
Ruben Bridgewater committed
-