- 18 Apr, 2015 3 commits
-
-
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 6 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 -
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 -
Hotfix/docs nav nesting
Mick Hansen committed
-
- 13 Apr, 2015 11 commits
-
-
Jan Aagaard Meier committed
-
Update transactions.md
Jan Aagaard Meier committed -
Fixed syntax in transaction example.
Manuel Darveau 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
-
- 12 Apr, 2015 3 commits
-
-
💄 Mick Hansen committed -
…(if a primary key is defined), closes #3353
Mick Hansen committed -
… now workers ok, closes #3458
Mick Hansen committed
-
- 11 Apr, 2015 3 commits
-
-
Mick Hansen committed
-
Fixing typo, grammar in associations/mixin.js
Mick Hansen committed -
Updates hooks.md
Mick Hansen committed
-
- 10 Apr, 2015 3 commits
-
-
Fixes the wrong arguments in the example in the hooks documentation.
Luca Moser committed -
Jan Aagaard Meier committed
-
…ined -> to.be.undefined
Jan Aagaard Meier committed
-