Ecosyste.ms: OpenCollective

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

Egg.js

🥚 Born to build better enterprise frameworks and apps with Node.js & Koa
Collective - Host: opensource - https://opencollective.com/eggjs - Website: https://eggjs.org - Code: https://github.com/eggjs

mysql unique index test, unable to reproduce #1532, closes #1532

github.com/eggjs/sequelize - e34f1968e693ba040299f9349c07ef4ac2822116 authored over 10 years ago
Remove the CLI

github.com/eggjs/sequelize - 24ab20031cb8da120f2c4501c50343272c25c445 authored over 10 years ago
test unable to reproduce #1750, closes #1750

github.com/eggjs/sequelize - bc0176545cc1f5a0b3d7ae4fbdadc50389bee6cc authored over 10 years ago
feat(hasMany): addAssociation is no-op if passed false/null/undefined

github.com/eggjs/sequelize - 7e260791159419cdb948617d54bc5d9376cf3ae7 authored over 10 years ago
fix sqlite test

github.com/eggjs/sequelize - 0207b4788c0f2103c9a2c2a7f440c9f3a952c737 authored over 10 years ago
test case for primary key autoincrement renameColumn

github.com/eggjs/sequelize - 2d97a9834c6538f459003daf5849108f282dc52e authored over 10 years ago
check that options.where exists before checking for key in it

github.com/eggjs/sequelize - 7ab0416fe5bbc2d2c913eb26930a5c9c8f240b21 authored over 10 years ago
update changelog

github.com/eggjs/sequelize - d8945525ec1346448d558e913acbc84672584899 authored over 10 years ago
fix/feat(model/find): only apply limit: 1 if not querying on primary key

github.com/eggjs/sequelize - ee9c20e6a12573d21aaf5b5e104c4b24710c9f0f authored over 10 years ago
fix(model/attributes): fix mapping back serial values from postgres inserts with aliased fields

github.com/eggjs/sequelize - 3ba08e672020d2e6f11213e48491a6043da679ec authored over 10 years ago
fix(model/attributes): make aliased primary keys for the main table work in cases of a subquery select

github.com/eggjs/sequelize - 7f43820e50652734819671dd23f2f09308f331bb authored over 10 years ago
Merge branch 'attributes_field_find_includes' of https://github.com/Dahlgren/sequelize into Dahlgren-attributes_field_find_includes

github.com/eggjs/sequelize - 8f59f616dc1ba72ce5af471a39e11c372d30257e authored over 10 years ago
amend tests

github.com/eggjs/sequelize - 015aa1a51ccdf37c2889839e4191d402928f8f38 authored over 10 years ago
hooks refactor

github.com/eggjs/sequelize - ab1653d5bf0fcf88a2600160c46bcda38249f5d6 authored over 10 years ago
code tidying

github.com/eggjs/sequelize - 41812ff7ba5b509714610824a9475a914d67a6aa authored over 10 years ago
Fixed incorrect expect test

github.com/eggjs/sequelize - c2e1a88a02a6dc3f3a7a30fff1473bfc1060d3cb authored over 10 years ago
do not run hooks twice

github.com/eggjs/sequelize - ba6f9c36ff7317f8b4159502a8c071613e71a459 authored over 10 years ago
import Promise

github.com/eggjs/sequelize - 3444f1895a3b5c56f5a42120ed729a622f376ebf authored over 10 years ago
Merge branch 'master' of github.com:sequelize/sequelize

github.com/eggjs/sequelize - 41fc53bfd0a611632c8a758b8613d659920035de authored over 10 years ago
Renamed foreignKeyObject to foreignKeyAttribute

github.com/eggjs/sequelize - 589a90b1166f63b203a18f8f055c6b31c7a1e694 authored over 10 years ago
Update changelog.md

github.com/eggjs/sequelize - ed9a28b2730c53e93d935d568fbb789bd0beddb8 authored over 10 years ago
Merge branch 'master' of github.com:sequelize/sequelize

github.com/eggjs/sequelize - b11f57f332e7bbb48d71c2491f518274da4d908a authored over 10 years ago
Extend the foreignKey options to support column definitions instead of just strings. Closes #1769

github.com/eggjs/sequelize - bb37cd308265808a43837e1b912188f34d0b96ce authored over 10 years ago
Merge pull request #1790 from sequelize/perf-groupJoinData

optimize groupJoinData to use a single loop

github.com/eggjs/sequelize - d3dc86ee50251225a4881cd82d6ac6e1bab79499 authored over 10 years ago
perf(query): optimize groupJoinData to use a single loop

github.com/eggjs/sequelize - e92c4dd1a43d2c401eec265a14a1087ace1269b8 authored over 10 years ago
add comment

github.com/eggjs/sequelize - fdfb9c93cdbcb9fe52741efdc329112ebdf23677 authored over 10 years ago
Merge pull request #16 from Mithgol/use-svg

use SVG to display dependencies and Travis CI build status

github.com/eggjs/extend2 - 58ab724f43297b806565b2a59457267f634f51a9 authored over 10 years ago
use SVG to display dependencies and Travis CI build status

github.com/eggjs/extend2 - 1e951f7952c3844b11123559296c8b0a8655b9a1 authored over 10 years ago
Test for includes with find using both hasMany and belongsTo

github.com/eggjs/sequelize - d44014ec1c436c5c2a194ce460559de6d6cbc2b8 authored over 10 years ago
feat(model/attributes): support aliased serial attributes for bulkCreate in postgres

github.com/eggjs/sequelize - 3464ade4e9f2252835a78e944f0428fbeb522eb6 authored over 10 years ago
remove console.log

github.com/eggjs/sequelize - 01113d4f2102f19b64666bc9a01f415a2df5c53a authored over 10 years ago
feat(model/attributes): primary key support for source tables for includes, closes #1809

github.com/eggjs/sequelize - 68acb801f5a61a39cb82a566b3b45f41193194cb authored over 10 years ago
Failing test with field name for primary attribute

github.com/eggjs/sequelize - c4606736dae4e6010e00b92734ca7ab0a7131c85 authored over 10 years ago
Merge pull request #1802 from mbroadst/jshint-on-test

lint code with jshint as part of the 'make test' process

github.com/eggjs/sequelize - 305efb3a01c9389d00bb00e7a99e7ec4eec7f211 authored over 10 years ago
No longer run 0.8 on travis

github.com/eggjs/sequelize - ce177a3109d679595a534c9990d2d21da75af233 authored over 10 years ago
Fix #1792 - Don't coerce attribute names to string when checking for mappings

github.com/eggjs/sequelize - e8dc3b2757497d40ddfc7208be7cdad01e5a3e78 authored over 10 years ago
Testing out code climate

github.com/eggjs/sequelize - 89ec5c00423a2ec65e6323c126e10be8b8711698 authored over 10 years ago
Release 0.13.0

github.com/eggjs/supertest - f3220748ed97c835fd3fe2c779410d8367bf6595 authored over 10 years ago
Pin devDependencies to exact versions

github.com/eggjs/supertest - 98be7033885ccb3a5bd3818f43824c64ebcf6396 authored over 10 years ago
Merge branch 'benesch-master'

github.com/eggjs/supertest - 09be6f2914810cc7534d63f44bdd3df9aea9cd4a authored over 10 years ago
Fix global leaks

github.com/eggjs/supertest - 5c0347ea6452b174f0c6a29a8a54d0f4137c1373 authored over 10 years ago
Add global leak checking

github.com/eggjs/supertest - ffad4522d36ff96e64679512e89bff695abea30c authored over 10 years ago
Style nitpick

github.com/eggjs/supertest - 4fe224b75aaff9008f4c7fd52ae29fd1b4a98a68 authored over 10 years ago
lint code with jshint as part of the 'make test' process

github.com/eggjs/sequelize - 2a9f31213d451983c740db4d36cbf03ede49a181 authored over 10 years ago
Merge pull request #1799 from mbroadst/clean-style

fix library style based on gslint and jshintrc

github.com/eggjs/sequelize - 404672c875500debfbe4fddd976647ae72d56aef authored over 10 years ago
used gjslint's fixjsstyle and jshint to fix style changes and errors throughout the codebase

github.com/eggjs/sequelize - d09e876410781eaa89c8af1aef9580f14dbf314d authored over 10 years ago
Merge pull request #1796 from mbroadst/strict-mode

use strict mode for all library scripts

github.com/eggjs/sequelize - 78f5cdf3c6291d007b0cb4cfd0efbaa6d777ae19 authored over 10 years ago
two more cases where ident and escape were stored function locally and then were used in a find/findAll

github.com/eggjs/sequelize - 05a1c6cb7e9180e42b640a5bd4a7ebe241b05097 authored over 10 years ago
use strict mode for all library scripts

github.com/eggjs/sequelize - 29a7954954756ac049a3f1a8f8fada685b1c3daf authored over 10 years ago
Convert the adapter error to an actual js error in authenticate

github.com/eggjs/sequelize - 389bb8df94505026c11a8cee16ebcbd3853768aa authored over 10 years ago
Fix logging options for sequelize.sync (closes #1783), and convert some more code to promises

github.com/eggjs/sequelize - 9369ba9e377e4400b133d1bde0db1536ea7df41f authored over 10 years ago
add comment

github.com/eggjs/sequelize - d10e4102ff5fe98e200aeb5f151b52aa06df4a58 authored over 10 years ago
perf(query): optimize groupJoinData to use a single loop

github.com/eggjs/sequelize - 7e2c06eb6f9d48eef9e999ded39354ef011d74d6 authored over 10 years ago
test(include): add additional include test

github.com/eggjs/sequelize - 1c43cceb13d341cbd54cf5c120786e8db1901e64 authored over 10 years ago
expose query.groupJoinData

github.com/eggjs/sequelize - cde7ec7690dbb9f12deb1e059281aa95ff507125 authored over 10 years ago
.end: wait for server to close before invoking callback

If a server was spawned, wait for it to close before invoking .end's
callback. This allows the c...

github.com/eggjs/supertest - 1b63fb6aa74fd7b6ffc2125bcdfd4b59032de9f4 authored over 10 years ago
Fix a typo in the docs for hasMany

github.com/eggjs/sequelize - 635a1000a232d277cc0dc606d0d8924cd26c4e7a authored over 10 years ago
Merge pull request #1782 from stilia/patch-1

Update connector-manager.js

github.com/eggjs/sequelize - 5c1192a9a4fc43f97749382ca21355ba8b295a46 authored over 10 years ago
Update connector-manager.js

CopyPaste mistake.

github.com/eggjs/sequelize - 4446cf552cd5f02d15eebb470c0b11e5195046e7 authored over 10 years ago
Merge branch 'master' of github.com:sequelize/sequelize

github.com/eggjs/sequelize - 33f46913ab3c402a8316288d23bf68e1032973ab authored over 10 years ago
expose model.validateIncludedElements

github.com/eggjs/sequelize - 284616829e3aa08fbfbea2b0de5eb62e8ab0d72d authored over 10 years ago
Return the target model instead of the join model when using createAssociation with n:m. Closes #1765

github.com/eggjs/sequelize - 559ccac61563c2e1ab155fceba235d6c5783585f authored over 10 years ago
hopefully made the transaction forUpdate test a bit more robust, and added coverage badge

github.com/eggjs/sequelize - 32de584991ad527404fc673939a3040eca89da99 authored over 10 years ago
Don't use the spec reporter in coverage test, for brevity

github.com/eggjs/sequelize - 0081c208b09195e3636e73eabb3afe98b283dca5 authored over 10 years ago
Do all coverage calculations in a single job

github.com/eggjs/sequelize - a3914057ab21dcbc64d480b26c00a0cc5a05be78 authored over 10 years ago
Update changelog.md

github.com/eggjs/sequelize - 1ddd765c15d6c1070a8a837f8f15f7def3ebc870 authored over 10 years ago
add linting

left out of test for now since it seems to barf on *

github.com/eggjs/koa - 29687cb2531fcd941011a2f91062761528180830 authored over 10 years ago
Added a link to the findAll .lock options docs

github.com/eggjs/sequelize - eef011823d1bc97d36e97808f6724511ce220eb3 authored over 10 years ago
Merge pull request #1777 from sequelize/forUpdate

Support for FOR UPDATE and FOR SHARE queries

github.com/eggjs/sequelize - 3eff6ceafeafbf839c4e5311d8019ea5d3ca63ba authored over 10 years ago
Added return types to promises

github.com/eggjs/sequelize - 7961c7ca789a601f2ec361938056ca6602d2f2f5 authored over 10 years ago
Change row locking option to be called lock, and added api doc

github.com/eggjs/sequelize - 45c5c8fac04d3875f8b691e9166a3ec06733e7c8 authored over 10 years ago
Support for FOR UPDATE and FOR SHARE queries

github.com/eggjs/sequelize - 2d4807957567cff895f75f97cd95aba0e210dcf8 authored over 10 years ago
Merge pull request #1749 from overlookmotel/fix-many-to-many-self-associations

Fix many-to-many self-associations

github.com/eggjs/sequelize - 35f34b2001bce596dcb34dc32dd1e65f2b7b8449 authored over 10 years ago
Throw error where 'as' not defined

github.com/eggjs/sequelize - 3040ed85cce3dcb545e022ebadabb753be1ef97d authored over 10 years ago
Merge pull request #1770 from vanetix/patch-1

Update mysql module notice

github.com/eggjs/sequelize - fd8af76b0d397a03942b6c0cb63929c11dbe7cda authored over 10 years ago
update mysql module notice and throw as an exception

github.com/eggjs/sequelize - 773d40760547fefec619654263087ed6936323eb authored over 10 years ago
Tests use promises

github.com/eggjs/sequelize - 0698669ccfb10c8bd0a7d2e1cf96d5e96b6188f6 authored over 10 years ago
instance.createAssociation should work without an empty values arg

github.com/eggjs/sequelize - e0db5f43e856158ecdae07fa225b3e5957ec6e2a authored over 10 years ago
Avoid merge combining data types

github.com/eggjs/sequelize - dd6aeac5e3a34b4e7dfd2ba0fbadba17acd2bf51 authored over 10 years ago
update dottie

github.com/eggjs/sequelize - c83fd22811d753c8dfbb98483d74bdbfcc814acb authored over 10 years ago
fix mysql tests

github.com/eggjs/sequelize - f437fa953ba461354366fd81c263160bcb676ab8 authored over 10 years ago
refactor(model/attributes): model.attributes is no longer a SQL representation of rawAttributes

github.com/eggjs/sequelize - f11d16750b5df52f633462308e2550e62e800049 authored over 10 years ago
feat(model/attributes): attribute.field support for includes

github.com/eggjs/sequelize - 6d2295ff9b99b7615dc15fc0017ca4338d22767e authored over 10 years ago
Merge pull request #1754 from tngraessler/master

MySQL: Unique key index column names now quoted

github.com/eggjs/sequelize - fde91e4c6d9a4c490f037eb88b4427e0c36e06e9 authored over 10 years ago
Update koa-compose dependency.

github.com/eggjs/router - 20631ec9ee9befcc86657fe806479ec2a802f9a6 authored over 10 years ago
Merge pull request #1755 from blackcoat/readme-update

Remove duplicate link to the changelog

github.com/eggjs/sequelize - 3a5b0206150aa21dbfd7f368029ef5c844843537 authored over 10 years ago
Remove duplicate link to the changelog

github.com/eggjs/sequelize - 8534dc2e5aa844b595914a98bad48366646687c9 authored over 10 years ago
Now using correct function parameters

github.com/eggjs/sequelize - 917fbeaebeabbf0c7d2c65fb363aa88bf4e7bcc8 authored over 10 years ago
Now using correct function parameters

github.com/eggjs/sequelize - 4994997d32eade9406bcd5f00a7254e18ad6b0a2 authored over 10 years ago
Unit test added

https://github.com/sequelize/sequelize/pull/1754

github.com/eggjs/sequelize - 953d2047157364343c991a331ea8c5481abe16e2 authored over 10 years ago
Now using lodash.map(...)

github.com/eggjs/sequelize - 631c2c0753fc1f0f24756ee2ea00d6e28440cd61 authored over 10 years ago
MySQL: Unique key index column names now quoted

https://github.com/sequelize/sequelize/issues/1753

github.com/eggjs/sequelize - a0f0f5b2da16a0966421ea97400e8af8b863270f authored over 10 years ago
Playing around with coveralls v2 - longer timeouts

github.com/eggjs/sequelize - 6996c1cc80814033d73cff0efb4fcfc8e63bfa11 authored over 10 years ago
Playing around with coveralls

github.com/eggjs/sequelize - 921e3412d58465a2763888a18f6ddb4c44c95897 authored over 10 years ago
Damn tabs get everywhere

github.com/eggjs/sequelize - c492233ef2187da40598c018675062e5fa2b50e5 authored over 10 years ago