Commit Graph

85 Commits

Author SHA1 Message Date
Ryan Cavanaugh
b488f3cb5f Merge remote-tracking branch 'upstream/master' into merge_7_25 2016-07-27 10:57:46 -07:00
Ryan Cavanaugh
b9245fba39 Merge commit 'upstream/master~350' into merge_7_25 2016-07-26 17:24:39 -07:00
Ryan Cavanaugh
ede3f0a99c Merge commit 'upstream/master~550' into merge_7_25 2016-07-26 11:29:27 -07:00
Ryan Cavanaugh
5d004be8ba Merge commit 'upstream/master~600' into merge_7_25 2016-07-26 00:22:12 -07:00
irenelfeng
5cf1435509 change typings for aggregate (#10188)
in the aggregate method for the model, aggregateFunction is of type string, and not a function.
2016-07-19 23:54:48 -07:00
Ryan Cavanaugh
a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
Raghav Katyal
395c4e1639 Turning on consistent casing flag and fixing failures 2016-06-30 15:14:49 -07:00
frogcjn
457de53562 add comment for logging 2016-06-22 13:42:14 +08:00
frogcjn
83a9ac9c04 fix eroor on QueryOptions 2016-06-22 10:06:59 +08:00
frogcjn
620e341953 fix error on searchpath options 2016-06-22 10:03:40 +08:00
frogcjn
bb940aa5bb remove FindOne/FindById Options 2016-06-21 11:33:53 +08:00
frogcjn
55322ce92e remove silent from BuildOptions 2016-06-21 10:07:14 +08:00
frogcjn
a4f740bb6f create small common interface 2016-06-21 10:01:49 +08:00
frogcjn
b1e672d9a6 update Model static function options 2016-06-21 09:55:34 +08:00
Cao Jiannan
074619ae73 Update for Model static members
Update for Model static members
Based on http://sequelize.readthedocs.io/en/latest/api/model/, and source code https://github.com/sequelize/sequelize/blob/master/lib/model.js
2016-06-21 02:21:42 +08:00
postpersonality
6400da610d fix Sequelize.FindOptions to be able to use Sequelize.cast in arguments (#9536) 2016-06-07 00:10:38 +09:00
postpersonality
6d61dabe67 fix Sequelize.FindOptions to be able use functions as attributes and make grouping. (#9485) 2016-06-02 23:39:01 +09:00
cbauerme
f1184e2e62 Added Sequelize Model.addScope method. (#9459) 2016-06-02 23:00:54 +09:00
Ryan Cavanaugh
e105eabd48 Remove invalid references 2016-05-10 16:27:59 -07:00
Ryan Cavanaugh
bfd400a8f8 Add noEmit to all config files 2016-05-10 12:24:49 -07:00
Ryan Cavanaugh
e808e8e062 Remove unneeded references 2016-05-10 12:22:25 -07:00
Ryan Cavanaugh
50387d4046 Change relative reference paths to types references. Errors incoming... 2016-05-09 18:06:27 -07:00
Ryan Cavanaugh
49b1ac6a38 Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
Ryan Cavanaugh
ab2b4191c5 Add typesRoot to all config files 2016-05-09 13:52:25 -07:00
Ryan Cavanaugh
33686b47c5 Lots of fixes 2016-05-04 16:30:29 -07:00
Ryan Cavanaugh
ded70421be Turn off strict null checks 2016-05-04 15:08:38 -07:00
Ryan Cavanaugh
69d1929d8a Add tsconfig.json files 2016-05-04 14:14:39 -07:00
Ryan Cavanaugh
e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
Ryan Cavanaugh
37d850eb65 Update 'sequelize' 2016-04-27 10:24:53 -07:00
TANAKA Koichi
3abab28a3e sequelize: fix FindOptions (#9073)
Fix FindOptions.attributes. Now allows a object having include and/or exclude properties.
http://sequelize.readthedocs.org/en/latest/api/model/#findalloptions-promisearrayinstance
2016-04-23 23:36:34 +09:00
Ryan Cavanaugh
4a433abbf4 Unwrap all lone ambient external modules 2016-04-22 14:12:45 -07:00
vvakame
7de6c3dd94 Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09:00
vvakame
14fe4313f4 replace internal module to namespace 2016-03-17 02:18:10 +09:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
TANAKA Koichi
b0017a10e1 sequelize: add Sequelize.models property 2016-03-12 22:50:39 +09:00
konrad-garus
b91c1b01eb Sequelize: Add missing UpsertOptions 2016-03-04 15:23:24 +01:00
Masahiro Wakame
f1e739c627 Merge pull request #8210 from EToreo/master
Added Transaction Type access
2016-02-26 20:56:37 +09:00
Horiuchi_H
ab2462147a Merge pull request #8216 from blove/master
Added dialectOptions property to the Options interface
2016-02-25 17:24:25 +09:00
Eric Thompson
6f2803aff1 Corrected type name 2016-02-23 09:36:54 -08:00
Eric Thompson
f5f328d3b2 Added tests for transaction types 2016-02-23 09:31:11 -08:00
Brian Love
7ae80ff1b1 The dialectOptions property should be of type Object as per the documentation: http://docs.sequelizejs.com/en/latest/api/sequelize/. 2016-02-22 19:58:42 -07:00
Brian Love
17b2194890 Added dialectOptions property to the Options interface. 2016-02-22 19:55:43 -07:00
vvakame
065d70e2b5 adhoc fix sequelize/sequelize-tests.ts 2016-02-23 11:04:37 +09:00
Eric Thompson
4ccb2ec156 Added Transaction Type access 2016-02-22 11:52:35 -08:00
Eric Thompson
f87806946a Added continuation-local-storage access 2016-02-16 22:52:26 -08:00
Alexander James Phillips
1b6bcc7da5 DataTypeDate accepts length parameter option 2016-02-09 23:07:27 +00:00
vvakame
9027703c0b pass npm run all in new definition-tester 2016-02-10 00:16:03 +09:00
Theo
8b566aaea0 Forgot new in creating the Virtual DataType 2016-02-04 09:40:28 +00:00
Theo
509d82f8de Add tests for VIRTUAL DataType 2016-02-04 09:38:04 +00:00
Theo
d1777f15c4 Comment for VirtualDataType 2016-02-03 11:45:16 +00:00