- 09 Jun, 2016 1 commit
-
-
* Make abstract ConnectionManager an ES6 class * ES6 refactor of abstract ConnectionManager let, const, arrow functions, property shorthands * ES6 refactor of AbstractDialect classes, export default * Make AbstractQuery an ES6 class * ES6 refactor of AbstractQuery let, const, arrow functions, for of * ES6 refactor of abstract QueryGenerator use let, const, arrow functions, method shorthands, for..of, sometimes template strings. Changes variable declarations so they are declared where initialized (instead of on the top of the function) as let/const is not hoisted anymore. Removes some IIFEs in favor of block-scoped variables. Does _not_ yet refactor lodash template strings to ES6 template strings.
Felix Becker committed
-
- 08 Jun, 2016 6 commits
-
-
* ES6 refactor of SQLite ConnectionManager * ES6 refactor of SQLiteDialect * Make sqlite Query an ES6 class * ES6 refactor of SQLite Query * ES6 refactor of SQLite QueryGenerator * ES6 refactor of SQLite QueryInterface
Felix Becker committed -
* ES6 refactor of hstore.js const, export * ES6 refactor of PostgresDialect const, classes, property shorthands, export default * ES6 refactor of postgres ConnectionManager classes, let, const, arrow functions, for of, export default * Make postgres Query an ES6 class * ES6 refactor of postgres Query let, const, arrow functions, property shorthands, export default * ES6 refactor of postgres QueryGenerator let, const, arrow functions, template strings where it was easy to implement * ES6 refactor of postgres range.js let, const, arrow functions, export
Felix Becker committed -
https://greenkeeper.io/
Greenkeeper committed -
* ES6 refactor of MSSQL ConnectionManager classes, let, const, arrow functions, export default * Make Mssql Query an ES6 class * ES6 refactor of Mssql Query let, const, arrow functions, property shorthands, for of, export default
Felix Becker committed -
* Make BelongsTo association an ES6 class * ES6 refactor of belongs-to.js * Make BelongsToMany an ES6 class * ES6 refactor of BelongsToMany * Make HasMany an ES6 class * ES6 refactor of HasMany * Make HasOne an ES6 class * ES6 refactor of HasOne * ES6 refactor of association helpers * ES6 refactor of associations/index.js * ES6 refactor of association mixin
Felix Becker committed -
https://greenkeeper.io/
Greenkeeper committed
-
- 07 Jun, 2016 9 commits
-
-
* Make Mysql ConnectionManager an ES6 class * ES6 refactor of MySQL ConnectionManager let, const, for of, arrow functions, Map, export default * Make MySQL Query an ES6 class * ES6 refactor of MySQL Query let, const, for of, arrow functions, export default * ES6 refactor of MySQL QueryInterface * ES6 refactor of MySQL QueryGenerator
Felix Becker committed -
* ES6 refactor of errors.js Use classes and export * Add stack trace test
Felix Becker committed -
* Make ModelManager an ES6 class * ES6 refactor of ModelManager
Felix Becker committed -
* Make Transaction an ES6 class * ES6 refactor of Transaction let, const, arrow functions, export default
Felix Becker committed -
Felix Becker committed
-
* Make QueryInterface an ES6 class * ES6 refactor of QueryInterface let, const, arrow functions, for..of, export default, property shorthands
Felix Becker committed -
* ES6 refactor of model.js * ES6 refactor of attribute.js classes, export default
Felix Becker committed -
* Fix this reference in instance test * Fix instance validation test
Felix Becker committed -
* Make Sequelize an ES6 class * ES6 refactor of sequelize.js let, const, arrow functions, property shorthands, for of, export default
Felix Becker committed
-
- 06 Jun, 2016 4 commits
-
-
fix(Model): findOrCreate should fail explicitely, not timeout, when altering hooks before create
Mick Hansen committed -
📝 Jan Aagaard Meier committed -
Kevin Simper committed
-
https://greenkeeper.io/
Greenkeeper committed
-
- 03 Jun, 2016 3 commits
-
-
Sushant committed
-
When creating a foreign key constraint in MySQL, use the template {referring_table}_{attribute}_foreign_idx, rather than just {attribute}_foreign_idx, to avoid duplicate constraint names. Related tests are updated. See GitHub #5826
Yaohan Chen committed -
Ryer Wong committed
-
- 01 Jun, 2016 4 commits
-
-
Sushant committed
-
Jan Aagaard Meier committed
-
Sushant committed
-
* Make range bound defaults adhere to postgres * Explicitly support RANGE for postgres * Support serializing casted range subtype values * Support all range operators * Document range types and operators
Ali Taheri Moghaddar committed
-
- 30 May, 2016 1 commit
-
-
Jan Aagaard Meier committed
-
- 28 May, 2016 8 commits
-
-
* auto commit disabled by default * test for autocommit disable, prevent sqlite to send fake query * auto commit test refactor * refactor autocommit test to check sequence of queries * enabled es6 in jshint
Sushant committed -
* sync behaviour of as for all association type * changelog and docs for #5267 * fixed N:M failing test
Sushant committed -
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
Jan Aagaard Meier committed
-
K.J. Valencik committed
-
* Make Instance an ES6 class * Add esversion: 6 to jshintrc * Make Model an ES6 class * Merge Model class into Instance class * Rename instance.js to model.js * Remove name parameter from Model.init() The name is set when subclassing the Model class * Change sequelize.define() to a Model class factory * Delete model.js * Remove Model.Instance and Model.prototype.Model * Fix JSHint issue * Remove leftover require('./instance') * Fix reference to old Instance class * Remove references to old Instance class from main module * Reorder imports to hopefully trigger Travis Build * Fix _addOptionalClassMethods call * Fix more references to .Instance * Correct uses of .Model * Fix use of this in closure * Fix usage of instanceof Model * Fix usage of .Model * Fix usage of this in closure * Fix usage of $Model * Fix test for `plain` option * Fix uses of .$Model * Fix hooks * Fix global hooks * Make more tests pass * Make more tests pass * Fix Model.prototype references in findone test * Change Model.schema() * Fix instanceof checks in belongs-to-many association * Fix Model.scope() * Remove callback support from hooks * Fix instanceof Model checks * Fix usage of instanceof Model * Change another occurence of .Model.name to .constructor.name * Replace .constructor by .Model again * Fix this inside closure * Change test cosntructor assertions to instanceof checks
Felix Becker committed
-
- 25 May, 2016 2 commits
-
-
Luc Verdier committed
-
Sushant committed
-
- 24 May, 2016 2 commits
-
-
https://greenkeeper.io/
Greenkeeper committed -
Jan Aagaard Meier committed
-