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

fix tests to reflect more consistent use of non-integer/non-id primary keys and alias as foreign key identifiers

github.com/eggjs/sequelize - bda41a8fff3cf6c7f84d48db25eba3f70c591385 authored almost 11 years ago by Mick Hansen <[email protected]>
non-id/non-integer support for has many

github.com/eggjs/sequelize - da9fdd6b036a32f257b512a15334bb07e27085b2 authored almost 11 years ago by Mick Hansen <[email protected]>
consistency

github.com/eggjs/sequelize - 7fb45bf54db535e5f44030afdc1515f87cb3d5e5 authored almost 11 years ago by Mick Hansen <[email protected]>
non-integer/non-id primary key support for has one

github.com/eggjs/sequelize - a0512041e71c88ea01a1191831d70345e70746ac authored almost 11 years ago by Mick Hansen <[email protected]>
have belongsTo respect aliases and non-id/non-integer primary keys

github.com/eggjs/sequelize - 8b036963300b2e42daa9224a65325b9188e1c883 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge branch 'master' into apidocs

Conflicts:
lib/dao.js
lib/sequelize.js
package.json

github.com/eggjs/sequelize - 3097bfeb7630a4112dac42f9c71677c604e5baa5 authored almost 11 years ago by Jan Aagaard Meier <[email protected]>
use Model.name and not Model.tableName for association aliases and foreignkeys

github.com/eggjs/sequelize - 5ff5f6185904798370a468ef37a0326332aaa673 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge branch 'master' into milestones/2.0.0

github.com/eggjs/sequelize - d480d382f7c7090347cc968c05c545d4918a6e48 authored almost 11 years ago by Mick Hansen <[email protected]>
1.7.0

github.com/eggjs/sequelize - a3aa082415af24cd2d7a30689d35b652a80aba8c authored almost 11 years ago by Mick Hansen <[email protected]>
2.0.0-dev10

github.com/eggjs/sequelize - 6d23af0a49e5e7e4b8f86dcb5b7f19c071fadce0 authored almost 11 years ago by Mick Hansen <[email protected]>
[merge]

github.com/eggjs/sequelize - 8fd978839ed5c2caf2cf7b5864bfa2d23f9efb27 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge branch 'master' of github.com:sequelize/sequelize

github.com/eggjs/sequelize - ec7ef9a500e82dbc9331868b053f146c6d94be0c authored almost 11 years ago by Mick Hansen <[email protected]>
Use name as alias if alias matches tableName, hotfix for specific usercase

github.com/eggjs/sequelize - 034da3f40a7fbb321121b3b1ede065129b16f9eb authored almost 11 years ago by Mick Hansen <[email protected]>
Merge pull request #225 from dead-horse/issue224-host-confused

add request.hostname(getter), fixed #224

github.com/eggjs/koa - c50012a63620e60c88e1a7757beb97d5435c3023 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Merge pull request #226 from slaskis/patch-1

debug name koa:context -> koa:request

github.com/eggjs/koa - d85b7577e90db55e503b92b56dc4798b2d7da854 authored almost 11 years ago by Jonathan Ong <[email protected]>
Debug name koa:context -> koa:request

github.com/eggjs/koa - e77e5a4bdc07e76107e7e3faece7cff768dbc816 authored almost 11 years ago by Robert SkΓΆld <[email protected]>
add request.hostname(getter), fixed #224

make request.host and request.hostname work as node url lib
http://nodejs.org/api/url.html#url_u...

github.com/eggjs/koa - 72a9b6914697a7e6f29cacc507a33450ab48d3d1 authored almost 11 years ago by dead_horse <[email protected]>
Merge pull request #1429 from sequelize/hotfix/transaction_timeout

Fix transaction timeouts for postgres

github.com/eggjs/sequelize - 46da0e5d0e472adcffe1b3a50c130f829faa7d75 authored almost 11 years ago by Mick Hansen <[email protected]>
Update changelog.md

github.com/eggjs/sequelize - e6aa796e9c2a9b35d1fc73200e4a179eafca180e authored almost 11 years ago by Mick Hansen <[email protected]>
Set the min and max connections to 1

github.com/eggjs/sequelize - 523d716e476517ef1e129fae05afa8a8ec11dde0 authored almost 11 years ago by Sascha Depold <[email protected]>
Don't overwrite pg's defaults and pass the configuration to the instance instead

github.com/eggjs/sequelize - 567ef72a770d2aecde0d5c38accac34bb70c3099 authored almost 11 years ago by Sascha Depold <[email protected]>
Formatting

github.com/eggjs/sequelize - 9a86b92c115162e888643dbe78e8c69afd0407f4 authored almost 11 years ago by Sascha Depold <[email protected]>
Wrap the test within prepareTransactionTest

github.com/eggjs/sequelize - 46313bc13d742ddb62a5c5aeddca7ab5a048d8c5 authored almost 11 years ago by Sascha Depold <[email protected]>
Update changelog.md

github.com/eggjs/sequelize - 8822ab99c434b1a22adbf808e39bc6cbe61d52ef authored almost 11 years ago by Mick Hansen <[email protected]>
Merge branch 'additional-include-tests'

github.com/eggjs/sequelize - 162ef09ef70c615efe9dce02d6d307477080f9d8 authored almost 11 years ago by Mick Hansen <[email protected]>
[merge]

github.com/eggjs/sequelize - 8fe7a6810be85418af4d3e27f7f40a6e312873e1 authored almost 11 years ago by Mick Hansen <[email protected]>
cover additional include cases where a include might be in the subquery but it's child shouldnt be

github.com/eggjs/sequelize - 01560c7c4ce9c13c90239d67c2b4808901b993ee authored almost 11 years ago by Mick Hansen <[email protected]>
Merge branch 'master' into hotfix/transaction_timeout

github.com/eggjs/sequelize - 4ebe4bccd28e5172a357771d5d8584e6f9ac2df9 authored almost 11 years ago by Sascha Depold <[email protected]>
Merge branch 'master' of github.com:sequelize/sequelize

github.com/eggjs/sequelize - 6b9aa0c46a5cb2cd1e09460cc32f9fcde0f15839 authored almost 11 years ago by Mick Hansen <[email protected]>
order by subquery logic should also work in cases of {model: Model} instead of just Model

github.com/eggjs/sequelize - a4156ebcec6d8f652875c05490a059ba8b5895bf authored almost 11 years ago by Mick Hansen <[email protected]>
Update changelog.md

github.com/eggjs/sequelize - 2fa065882999f0948c2aef68443e0998077f4d07 authored almost 11 years ago by Mick Hansen <[email protected]>
1.7.0-rc9

github.com/eggjs/sequelize - e2b5dc7d3f787d4465af516da5d0c550fa43e3fe authored almost 11 years ago by Mick Hansen <[email protected]>
2.0.0-dev9

github.com/eggjs/sequelize - e099a7216636dae789ad7d3bdc245b727aaf1b0d authored almost 11 years ago by Mick Hansen <[email protected]>
Merge branch 'master' into milestones/2.0.0

github.com/eggjs/sequelize - ee4dde20b087bce79983ff3ac4513432b3cd75de authored almost 11 years ago by Mick Hansen <[email protected]>
Merge branch 'master' of github.com:sequelize/sequelize

github.com/eggjs/sequelize - 79b1f6f432a6ed96041f030f526c9eba2825ce70 authored almost 11 years ago by Mick Hansen <[email protected]>
hotfix for through tables and custom primarykeys

github.com/eggjs/sequelize - 21565c2eb5faa38d9e3414ddd03c5bc751d3f2f1 authored almost 11 years ago by Mick Hansen <[email protected]>
Use built-in promises

github.com/eggjs/sequelize - 1adae59a9da580aab1f9a64caea35d463b6150d7 authored almost 11 years ago by Sascha Depold <[email protected]>
Merge branch 'master' into hotfix/transaction_timeout

github.com/eggjs/sequelize - 308e70060f09e0a4ff393f4ecd9454952e4b8f9e authored almost 11 years ago by Sascha Depold <[email protected]>
2 new test cases for includes with required and limiting

github.com/eggjs/sequelize - dade8dae34b43c3e69e77b2fff16d3e3cd82acb0 authored almost 11 years ago by Mick Hansen <[email protected]>
remove .only

github.com/eggjs/sequelize - 57c5798cbb4efc5d4db9c49a278943f459a8a7be authored almost 11 years ago by Mick Hansen <[email protected]>
additional include test (passing)

github.com/eggjs/sequelize - d1f4aa1ffed77fb4a3ace10d9f1a629d969fc9d2 authored almost 11 years ago by Mick Hansen <[email protected]>
Update changelog.md

github.com/eggjs/sequelize - c480661d8a66c6aee591970de640eae9acea4a76 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge branch 'master' into milestones/2.0.0

github.com/eggjs/sequelize - d801f42645588c44a3346a8fd265dd27e52fcd82 authored almost 11 years ago by Mick Hansen <[email protected]>
Update changelog.md

github.com/eggjs/sequelize - cc02a9bc1cfc087312c7100bd930ca1c64a5efb1 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge pull request #1421 from overlookmotel/include-all

Eager loading all associations

github.com/eggjs/sequelize - 60bd58c4e90d6c2bd693da3348450530a8d459d2 authored almost 11 years ago by Mick Hansen <[email protected]>
[merge]

github.com/eggjs/sequelize - a7353fbfc0ff94a835772761f60d49134c965694 authored almost 11 years ago by Mick Hansen <[email protected]>
fix performance regression

github.com/eggjs/sequelize - 97f840e3e789d798d3678af46d892f6a4cb8375f authored almost 11 years ago by Mick Hansen <[email protected]>
Merge pull request #1422 from overlookmotel/fix-failing-test

fix for failing test

github.com/eggjs/sequelize - 56fdc84caf287bc87072698ab2d5646c52218639 authored almost 11 years ago by Mick Hansen <[email protected]>
fix for failing test

github.com/eggjs/sequelize - 29702fb0d723bdddd55290792dfeceec217ed0fe authored almost 11 years ago by Overlook Motel <[email protected]>
switching tabs for spaces

github.com/eggjs/sequelize - 38e48b5caa914d1c9efd9c82e4b7f82cd24390d7 authored almost 11 years ago by Overlook Motel <[email protected]>
tests for include all

github.com/eggjs/sequelize - 5af6097e4dc282651678af41da4303c09b588e89 authored almost 11 years ago by Overlook Motel <[email protected]>
include all

github.com/eggjs/sequelize - 1e1a10b670a307a91664e9fea0b75ac3956e2cd8 authored almost 11 years ago by Overlook Motel <[email protected]>
comment on include without array

github.com/eggjs/sequelize - cf0fc069d5872575d6419f3925c00208069a3e0e authored almost 11 years ago by Overlook Motel <[email protected]>
fix problem with 'this' in validateIncludedElement

github.com/eggjs/sequelize - 4d5380ccad08aef6fd0de76ba690f72441087ff3 authored almost 11 years ago by Overlook Motel <[email protected]>
include without array

github.com/eggjs/sequelize - d4d4788779b927218ef443571875959ae202c8d0 authored almost 11 years ago by Overlook Motel <[email protected]>
remove semicolon

github.com/eggjs/sequelize - 8a83207613c87969c44f8a54696457ac6d6cf228 authored almost 11 years ago by Overlook Motel <[email protected]>
Update travis with supported versions

github.com/eggjs/supertest - 28796910d48fe96eee8c88175ce2c99b1a26d40e authored almost 11 years ago by Garrett Johnson <[email protected]>
remove .only

github.com/eggjs/sequelize - 338562e7c0b9704803afca200599849b2d1e7fb8 authored almost 11 years ago by Mick Hansen <[email protected]>
additional include test (passing)

github.com/eggjs/sequelize - 170bab31ffb9a41f85dfb7ad3549ee0e92c98b0f authored almost 11 years ago by Mick Hansen <[email protected]>
2 new test cases for includes with required and limiting

github.com/eggjs/sequelize - 8f0e2fa36fff25796fbeaa5f5ee9c6966c5cad1d authored almost 11 years ago by Mick Hansen <[email protected]>
1.7.0-rc8

github.com/eggjs/sequelize - f7ec6234a226cbf54334a6b6e908b1498f452682 authored almost 11 years ago by Mick Hansen <[email protected]>
2.0.0-dev8

github.com/eggjs/sequelize - 2a8d31bb0d69792b90fcaecb5935ae764d28919f authored almost 11 years ago by Mick Hansen <[email protected]>
Merge branch 'master' into milestones/2.0.0

github.com/eggjs/sequelize - 18755161c43d0c159f9da2d0030770d489268994 authored almost 11 years ago by Mick Hansen <[email protected]>
[merge]

github.com/eggjs/sequelize - cc0c311c1d5e8a8f039205615e8002343f6afc49 authored almost 11 years ago by Mick Hansen <[email protected]>
hotfix for non-where required includes with limits

github.com/eggjs/sequelize - 101000f992c3d7c6101bf25158fbecb6e5a910ec authored almost 11 years ago by Mick Hansen <[email protected]>
Update changelog.md

github.com/eggjs/sequelize - 3f7a2d13a0b1d7a62c09f454d39a2c80a64bcd8a authored almost 11 years ago by Mick Hansen <[email protected]>
2.0.0-dev7

github.com/eggjs/sequelize - cc72d9a0a5265cdf1fb7016c9541e63d3d5a5cdc authored almost 11 years ago by Mick Hansen <[email protected]>
[merge]

github.com/eggjs/sequelize - 3ca6f608ab41ae17e839b11fc940b2770a126c6e authored almost 11 years ago by Mick Hansen <[email protected]>
Merge branch 'master' of github.com:sequelize/sequelize

github.com/eggjs/sequelize - a12b5954f7c0d028a43c65f24b5f475d73b7d2cb authored almost 11 years ago by Mick Hansen <[email protected]>
1.7.0-rc7

github.com/eggjs/sequelize - 13b9494b4c885e5532fc461d026f7283fce8d401 authored almost 11 years ago by Mick Hansen <[email protected]>
Complex test that fails on pg

github.com/eggjs/sequelize - d7f6bcca64591394431e2b5d6af5da00182880c8 authored almost 11 years ago by Sascha Depold <[email protected]>
Merge pull request #1416 from janmeier/includeDates

Parse dates properly when using includes in sqlite

github.com/eggjs/sequelize - b1f666e9663791f0fe7ec7e8335d472515731d69 authored almost 11 years ago by Mick Hansen <[email protected]>
Parse dates properly when using includes in sqlite

github.com/eggjs/sequelize - 805301ddfb728142fae481c6a35be7265ec5126f authored almost 11 years ago by Jan Aagaard Meier <[email protected]>
[merge]

github.com/eggjs/sequelize - c2d05d09e86771b39df82581c1892cd916487cb9 authored almost 11 years ago by Mick Hansen <[email protected]>
.set() will no longer accept values that are not a dynamic setter or in the model definition

github.com/eggjs/sequelize - 7a7f3ddfa179f73134bb1948a3945243a1128e6f authored almost 11 years ago by Mick Hansen <[email protected]>
[chore] upgrade dottie dependency to counter Array.prototype being changed

github.com/eggjs/sequelize - b2b237214b6e9d99f47b73591623ed09d03fa44e authored almost 11 years ago by Mick Hansen <[email protected]>
[test] provide tests for empty 1:1 include cases

github.com/eggjs/sequelize - f977d9453eab5745a8ceaa7d84202b9faa86f209 authored almost 11 years ago by Mick Hansen <[email protected]>
Update changelog.md

github.com/eggjs/sequelize - 79a93b9f12dda61293107de6068127e7e180329c authored almost 11 years ago by Mick Hansen <[email protected]>
Merge pull request #1410 from ruifortes/master

fix adding duplicate PK attributes in select query

github.com/eggjs/sequelize - 56647604e9feae8a57a24506dfa2e3086e2916c9 authored almost 11 years ago by Mick Hansen <[email protected]>
bump

github.com/eggjs/koa - e8d3a37e9e2e3df8413100bc222138a3a942a76c authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Release 0.5.0

github.com/eggjs/koa - eaba2040d1d2700bd99b2fc09ff962dce127795a authored almost 11 years ago by TJ Holowaychuk <[email protected]>
remove benchmarks from readme

github.com/eggjs/koa - b15cd30b0123252d65c03771b40bb3e85cfd59f4 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
remove gnode recommentation (too slow)

github.com/eggjs/koa - 7bbcd2dfccd031d7291bee7bf51e1bfb97fa3e22 authored almost 11 years ago by TJ Holowaychuk <[email protected]>
Update query-generator.js

github.com/eggjs/sequelize - 0e068874f6036bf897f6efcea5cd5429228a53ac authored almost 11 years ago by ruifortes <[email protected]>
ORDER BY in the sub-query should also be in the main-query

github.com/eggjs/sequelize - 5f5eb36c360eb8412f9523a777be0f6d2fd7c3aa authored almost 11 years ago by Mick Hansen <[email protected]>
skip specific test for postgres (weird ARRAY[] logic needs to be looked at)

github.com/eggjs/sequelize - b7f478c469be5b4ee53a899982973a5bd7c40aa1 authored almost 11 years ago by Mick Hansen <[email protected]>
quickfix for where to place order by when using subqueries

github.com/eggjs/sequelize - 204c7e70b908a7a2fe8c729e184c1cb77c7ba465 authored almost 11 years ago by Mick Hansen <[email protected]>
fix regression bug introduced by .and()/.or() implementation

github.com/eggjs/sequelize - 28a35c3077da436ab8df2bd5e881fd8897fa87ec authored almost 11 years ago by Mick Hansen <[email protected]>
wrap undo/migrate in an authenticate call and log error

github.com/eggjs/sequelize - f4b8b1bb0b1a555c8af28ee5352e996d8a323b19 authored almost 11 years ago by Mick Hansen <[email protected]>
connection strings: use pathname instead of path (dont use query strings in db name)

github.com/eggjs/sequelize - 9a0b38acb277b096339b2e4d3d0614ce879680fd authored almost 11 years ago by Mick Hansen <[email protected]>
Merge pull request #1411 from geekmug/milestones/2.0.0

Fix foreignKey naming bugs in belongsTo(), hasMany(), and hasOne()

github.com/eggjs/sequelize - 449625f4b1d9719cef7fb28bfd1e75072b0708d9 authored almost 11 years ago by Mick Hansen <[email protected]>
Fix errant references to this.options.underscored in associations.

The correct references should always be in relation to this.source
or this.target, for their res...

github.com/eggjs/sequelize - 6231b1ca4fc552f103af0d7fde45e56c0ffae4b4 authored almost 11 years ago by Scott Dial <[email protected]>
Computer foreignKey for belongsTo() from the "as" option.

If "foreignKey" is not provided, but "as" is provided, then compute the
"foreignKey" from "as". ...

github.com/eggjs/sequelize - a745be35e61f7fd7eff1fc6a394594f1bbb0bb1c authored almost 11 years ago by Scott Dial <[email protected]>
fix addiing duplicate PK attributes in select query

github.com/eggjs/sequelize - efc09b718dd1843328e071a8932ddf5adbce7d5c authored almost 11 years ago by Rui Fortes <[email protected]>
changed sort

github.com/eggjs/sequelize - 0180ecbb076016c984014447dc53f99b7f88b238 authored almost 11 years ago by Rui Fortes <[email protected]>
Merge pull request #1388 from jValdron/master

Deep cloning the findOptions in findAndCountAll

github.com/eggjs/sequelize - 78f218efdcdccc18ad81cef56522f6f2a0b6fafa authored almost 11 years ago by Mick Hansen <[email protected]>
Update changelog.md

Revert changes to changelog.md

github.com/eggjs/sequelize - a254bf9c765b2b56186d36ed2156276269ec9c65 authored almost 11 years ago by Jan Aagaard Meier <[email protected]>
Merge master

github.com/eggjs/sequelize - 02737942e8af68dac71e9b44535366b274ef101e authored almost 11 years ago by Jan Aagaard Meier <[email protected]>
Merge pull request #1387 from janmeier/depsUpdate

Updated dependencies

github.com/eggjs/sequelize - 5677d65f07e81aaff3e64ee3e0a5f360f3ed9952 authored almost 11 years ago by Mick Hansen <[email protected]>
Merge pull request #1402 from Meaglin/issue-logging

Fix logging deprecation warning during sync.

github.com/eggjs/sequelize - ff4f76f18bac617e63007d93502df18f161a7831 authored almost 11 years ago by Mick Hansen <[email protected]>