Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/eggjs/sequelize

An easy-to-use multi SQL dialect ORM for Node.js
https://github.com/eggjs/sequelize

refactor quote function to use getAssociation

8210ddefba9f210d1893ec6ae1330599e3a46c91 authored almost 11 years ago by Overlook Motel <[email protected]>
refactor validateIncludedElement to utilise altered getAssociation

5cbd2452fcf5629fa87758f194950ec301b23011 authored almost 11 years ago by Overlook Motel <[email protected]>
getAssociation finds by alias if provided

2ed685be13fa0e68daefac274aee6f94eec1b1bb authored almost 11 years ago by Overlook Motel <[email protected]>
make consistent use of as when creating associations and flag aliases

38de94a5cb370d81d42c84795c67241821d5d161 authored almost 11 years ago by Overlook Motel <[email protected]>
Fix test where included as incorrectly used

c0092e7e80603f1fd613039a48505bcacc05e555 authored almost 11 years ago by Overlook Motel <[email protected]>
Buffers were not being cloned in find() or treated as primary keys

1d437cf8cf36855c0874eb5ae7deb489d5b0e177 authored almost 11 years ago by Sohum Banerjea <[email protected]>
pass Buffers by reference

14101e5e6aace508862ad86cbd20e76e4e8a783f authored almost 11 years ago by Sohum Banerjea <[email protected]>
more tests - correct return, and test for the association pathway

6340df70882b257018de4109bbbe92ad4610b9a9 authored almost 11 years ago by Sohum Banerjea <[email protected]>
test for smartWhere on binary data

867c3745273b66cbd515fc6e57a653527e4dbec7 authored almost 11 years ago by Sohum Banerjea <[email protected]>
optClone wasn't in the associations path

2871f8134a7512dd736f691c967aa5b30dc0b10c authored almost 11 years ago by Sohum Banerjea <[email protected]>
Api docs init

4ce4ba12b19a806600c26bf9ae2a502e59603209 authored almost 11 years ago by Jan Aagaard Meier <[email protected]>
fixes #1358

0338f405df10d19ff0d165c49f8e40ba1087b805 authored almost 11 years ago by Sohum Banerjea <[email protected]>
Merge pull request #1363 from sequelize/refactor-annoying-shit

refactor primary key and Model stuff

2525b46e9721a62ed57ad4129c82267391660275 authored almost 11 years ago by Mick Hansen <[email protected]>
restore 'unused methods' since they are used in tests

489ea1b6a5aff56ae583381ccc9729c8398e8d95 authored almost 11 years ago by Mick Hansen <[email protected]>
restore 'unused methods' since they are used in tests

f5d14b1ae460e47ecd3cbd291a2a2ca8fd91e142 authored almost 11 years ago by Mick Hansen <[email protected]>
remove unused query generator methods

30b5996489a196542224f3a78d4c6b09ab4452eb authored almost 11 years ago by Mick Hansen <[email protected]>
cleanup

add75a675ff6d9871190f59430f753638fe69744 authored almost 11 years ago by Mick Hansen <[email protected]>
remove unneeded vars

6f882422c121a309b81846c2057e7f73a5e2f94f authored almost 11 years ago by Mick Hansen <[email protected]>
xit a weird test

e7d25917d98c353f3c395158b968d0947a2cc74b authored almost 11 years ago by Mick Hansen <[email protected]>
fix tests

3f13b04f8a5ad5a77878c10df2bbc689f6f56429 authored almost 11 years ago by Mick Hansen <[email protected]>
fix tests

ed292a93d635f924aaffd01b65597231007d7fa4 authored almost 11 years ago by Mick Hansen <[email protected]>
Use .Model

9e6b2adbcf8609bafef673481f3bcd56c23e78fa authored almost 11 years ago by Mick Hansen <[email protected]>
Refactor

f99845b63e666bbea4a98ca495fed26f9579ca17 authored almost 11 years ago by Mick Hansen <[email protected]>
make sure we atleast have primarykey: null for bulkCreate

78bb1a2ad6a4d4ba40f87e6f5ede8c25a75a44c9 authored almost 11 years ago by Mick Hansen <[email protected]>
changelog

dc07afa3cac2a55ca40a828da3f389b3090d0372 authored almost 11 years ago by Mick Hansen <[email protected]>
1.7.0-rc5

32ba30e7a10054479e1ba3fcfc0803c8785668ca authored almost 11 years ago by Mick Hansen <[email protected]>
refactor primary key stuff

46f8b8911e9dc776fc41d9660731df8ccc1e24e8 authored almost 11 years ago by Mick Hansen <[email protected]>
remove .only

feb56a6ed2cb33d491b33b26950d24e110ad1542 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge branch 'master' into milestones/2.0.0

ddb755debb2eb83ca918adbeb21a7494a8f493e7 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge pull request #1361 from sequelize/include-and-or-tests

Include: support .and()/.or() - Fixes #1341 & #1291

bad4f0b35c8440dc3bab6dc91fa9853d5853160a authored almost 11 years ago by Mick Hansen <[email protected]>
Changelog

44e7dbdc768c5662749dc64133ec2848ca2b2857 authored almost 11 years ago by Mick Hansen <[email protected]>
Use getWhereConditions for include.where

172284817fa26712e6d6512a7685a185cc8a7f67 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge branch 'master' into include-and-or-tests

7e9c69af050788e55cb233f4f8f3bfed57992b82 authored almost 11 years ago by Mick Hansen <[email protected]>
2.0.0-dev5

1f9623ade960d5747ff68c20124d8224c6e44ae3 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge pull request #1360 from thanpolas/expose-Validatior-Error

introduce the Sequelize signed Error Objects

5815b7835d7a6307d9ea0737186b39de4bc2643f authored almost 11 years ago by Mick Hansen <[email protected]>
Merge pull request #1356 from thanpolas/fix-validator-test-logic

fix validators tests broken loop logic

d2c55120a7aacd848fcee1402fa73c94eed24e02 authored almost 11 years ago by Mick Hansen <[email protected]>
Create Error tests, fix stupid typo found by them

e71efc6bb85a53a2bd0dd695a7bb79ccb5e90bff authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
rename exposed BaseError to Error

158e5d198e3833dab350a29524ace24185c3e983 authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
ocd indendation

c06829d06a69bd5a09ea989d3d1e9210c0ec3b1b authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
expose Sequelize Errors to API

d26f706d59bb032e4be12e0c62a0e4dc39df812f authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
introduce the Sequelize signed Error Objects, starting with ValidatorError

52a4befbebb2e87aec37734fe409b4138a8bc261 authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
Merge branch 'master' into milestones/2.0.0

e807a7c2d5d44de681f92d6c7d1824bce86b40f7 authored almost 11 years ago by Sascha Depold <[email protected]>
Add type of change

4b12ea9da6b4ed3b6e3b18d9c7650b17ba591ff4 authored almost 11 years ago by Sascha Depold <[email protected]>
Merge branch 'master' into milestones/2.0.0

8dae0e11530f79b2d8c962720d1e1e243792cc09 authored almost 11 years ago by Sascha Depold <[email protected]>
Merge pull request #1357 from sequelize/feature/coffee

Feature/coffee

e4f269212275508233f2d4b347da2de124e104fe authored almost 11 years ago by Mick Hansen <[email protected]>
Cache the return value of supportCoffeeScript

341bb0fdeddfb41c7d3f7479405c8da75b227bc2 authored almost 11 years ago by Sascha Depold <[email protected]>
Move checker logic into separate function

809ad7cf4a0f1c8df2a709b5d97bb66b2546a92a authored almost 11 years ago by Sascha Depold <[email protected]>
Coffeescript support for migrations

ae40ce9eaef02d717e23d28bf0d449feab905699 authored almost 11 years ago by Sascha Depold <[email protected]>
Add coffee support for --create-migration

3fc6c8bdeb3169f89fd9bc45070429067679afd6 authored almost 11 years ago by Sascha Depold <[email protected]>
Allow coffee support via config file

605391ad2c598e5c41e7d4c978c3976f5e4c6401 authored almost 11 years ago by Sascha Depold <[email protected]>
Support for --coffee

6953605b4cf6994fb98740dc222cf81bc7654683 authored almost 11 years ago by Sascha Depold <[email protected]>
Ensure that coffee files are correctly executed

a93bb7d1c2ec8a52a70db8c777c4e4e0425c77b2 authored almost 11 years ago by Sascha Depold <[email protected]>
Renamed coffee file

d01c7e1117586c7c8a60f516f1d8b1992613d0e2 authored almost 11 years ago by Sascha Depold <[email protected]>
remove debug console.log

333815d764590ac7c86408564143e95934b424e1 authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
fix validators tests broken loop logic

9fbd8eafedbf15275ee271988fe379c47c31a8ec authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
Merge pull request #1001 from thanpolas/validators-error-instance

Validators yield Error instance and transport raw args

29ce9ba2c7eb7a515349f14c364126389ac35af8 authored almost 11 years ago by Mick Hansen <[email protected]>
the last of the validans

e3d05c655e1cf7b2540239970dbd1fc932c8735a authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
remove commented code

2ad86ea7da66fc6451c6a7a62e14f045d38a3f2a authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
fix dao-factory create test bug introduced from 1.7 merge

97c181707a2d614e9067ec668258484d749c9783 authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
convert tabs to spaces on dao-validator

f7636553cc9277113317112205e423d8d60dd6c3 authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
correct indentation problems

fe01034ba5bdcf090343da895338ae838eff568b authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
raise timeouts in all transaction related tests

8a4409e638092a63faa0d815b3519fd6e8e237ad authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
fix a breaking test in main seq test and raise timeout for transaction test

0a179306b274bf20540173067a5c5e241723f065 authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
refactor hooks tests to support new Error pattern

222e741289f3298fb5155ad7355fdf666b70cafd authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
refactor remaining validation tests to support new Error pattern

59d483283c5449bad497d944f23db5de3a7f1df9 authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
refactor custom validations error

620fb0e3e5ff006648dc755641a4f0091c0deddd authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
indent changes based on new code updates

6d79a9394864495abb3d0c187f3d361a2636e4d2 authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
refactor validation test for error cases

9c99552ed2378ae6e62ebd65fdf408b1cf9f51e3 authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
fix enum drop bug as indicated by @mickhansen on irc

77764c1b745697449d45911f794f6b60455059d0 authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
enrich error messages in test/support for better clarity

b5621722ee9e6588ca867d6490987c9a2f0d9eb2 authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
custom validators yield an Error instance and error args are transported as is

a3d8ddfd67a67bbe79e1693b78216aae4b43d880 authored almost 11 years ago by Thanasis Polychronakis <[email protected]>
tests for .and()/.or() in includes

1a1467fc0464c548f9ddcc4936b45db36f9a0f94 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge branch 'master' into milestones/2.0.0

775dd7b8f70b7e38fc9c097b4c06eac8b1cd415f authored almost 11 years ago by Mick Hansen <[email protected]>
Fixed test for postgres specific errors

a6943a1ac37b7b784946db5e2482901c676f5127 authored almost 11 years ago by Sascha Gehlich <[email protected]>
Added an alias for sequelize.authenticate: sequelize.validate()

5fdb4fc55b084b018ed0bb821e909dc8507faa65 authored almost 11 years ago by Sascha Gehlich <[email protected]>
Make sure that sequelize.authenticate() passes the real error instead of squashing it

6a170cd2b4c979899231c6b8305f426fd1bf1713 authored almost 11 years ago by Sascha Gehlich <[email protected]>
Add test for #525

d6329d4833bf0ac5c5bd8b893f133d475230f713 authored almost 11 years ago by Sascha Depold <[email protected]>
Merge pull request #1347 from shopbeam/honor-unique-false

Fixes #1344 honor unique false

638ed26d1cf21179ec85f50208d4eb2813427649 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge pull request #1348 from LJ1102/master

Increment enumIdx as intended, fixes issue #1020 updated test

79785377a5490d1daab5c9dc0a2b23f40f225d93 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge pull request #1343 from janmeier/bulkCreateLength

Handle models with a column named length in bulkcreate - Closes #1338

3aab4110b305e7180d4e8b0c3b4601582fa56e2f authored almost 11 years ago by Mick Hansen <[email protected]>
Fixes #1344 honor unique false

1175b39e1fc44408dfae3bc36f84ab034ad32eb2 authored almost 11 years ago by Dan Kohn <[email protected]>
Increment enumIdx as intended, fixes issue #1020 updated test

Fix b155910 did not effect the "not-force" sync where the same issue
occurred. Since the enumIdx...

bfb566ef6c803ac2cc6ef609032dec39b85b7e60 authored almost 11 years ago by Jan Scheurer <[email protected]>
spaces ftw

6ce0bef1acfe70f78e3640931067c8ca67f2c68a authored almost 11 years ago by Jan Aagaard Meier <[email protected]>
Consistency

d203ac81775147816ffa941ab8b3ab0c561cb568 authored almost 11 years ago by Jan Aagaard Meier <[email protected]>
Handle models with a column named length in bulkcreate

86d0bf9fa6c5c659cead5f2421639a38f9d11f8b authored almost 11 years ago by Jan Aagaard Meier <[email protected]>
Merge pull request #1241 from yuri0/master

Fixed hashToWhereConditions and arrayValue in QueryGenerator to correctly handle in: and not: in...

cec519bf9acfcbc380c267b33f8df9d0dd04ba7d authored almost 11 years ago by Mick Hansen <[email protected]>
Update changelog.md

6b5472cb602def3696c9df747d0f4ed5180e0171 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge pull request #1334 from janmeier/disableIndividualTimestamps

Make it possible to disable some but not all timestamp columns

afd32fca2c5e75a4e924519914c72ec70e87ad96 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge pull request #1342 from shopbeam/test/add-validation-allownull-true

Added test for validation with allowNull:true; closes #1276

5733a3eae098239cfab0a83d156477cf963ed36f authored almost 11 years ago by Mick Hansen <[email protected]>
Added test for validation with allowNull:true; closes #1276

28b4a0162c54808b0acd85254ffd765a5dad7646 authored almost 11 years ago by Dan Kohn <[email protected]>
change timestampattributes to be on the model instead of instance.prototype. Removed touchedAt, since it wasn't used anywhere, or part of any schema

516abae1abc515818fc59d8986dd4105154aeba3 authored almost 11 years ago by Jan Aagaard Meier <[email protected]>
Added test for :not in hashToWhere conditions

b0c3e46fed286e7fbe51312df5278f516b480362 authored almost 11 years ago by Yuri Sulyma <[email protected]>
Merge pull request #1335 from tranver/master

findAll() does not take the schema option into account

f61a393873b3494fe0f6b326dfbbadce920d39b6 authored almost 11 years ago by Mick Hansen <[email protected]>
Make it possible to disable some but not all timestamp columns

661dd1c26acb106ce075d6b6e9f55a804dd3cc1a authored almost 11 years ago by Jan Aagaard Meier <[email protected]>
Honor schema when using findAll()

ede38d47c288e450cc0a3231a3fac6fadb769cdd authored almost 11 years ago by Christian Schuhmann <[email protected]>
Make it possible to disable some but not all timestamp columns

cb5f28aa4c98ac5e5ec251d155c88138cec266b3 authored almost 11 years ago by Jan Aagaard Meier <[email protected]>
Use the correct config file

fb419fe131aa658765a2e142ea1d305bdc3166ea authored almost 11 years ago by Sascha Depold <[email protected]>
Print the complete config file

0f041436a1e559738c94cb0aaf2f06a62b80388b authored almost 11 years ago by Sascha Depold <[email protected]>
Enable logging by default

0a1f08dac8de90fb7a2539e644db6f0fa7f28b79 authored almost 11 years ago by Sascha Depold <[email protected]>