Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 2fc43c4c
authored
Jul 10, 2017
by
greenkeeper[bot]
Committed by
Felix Becker
Jul 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(package): update eslint to version 4.2.0 (#7908)
1 parent
8d4700fb
Show whitespace changes
Inline
Side-by-side
Showing
57 changed files
with
4 additions
and
4 deletions
lib/associations/belongs-to.js
lib/associations/has-many.js
lib/associations/has-one.js
lib/dialects/abstract/connection-manager.js
lib/dialects/abstract/query-generator.js
lib/dialects/mssql/query-generator.js
lib/dialects/mysql/connection-manager.js
lib/dialects/mysql/query-generator.js
lib/dialects/mysql/query-interface.js
lib/dialects/mysql/query.js
lib/dialects/postgres/connection-manager.js
lib/dialects/sqlite/query.js
lib/hooks.js
lib/instance-validator.js
lib/model.js
lib/query-interface.js
lib/sequelize.js
package.json
test/integration/associations/belongs-to-many.test.js
test/integration/associations/belongs-to.test.js
test/integration/associations/has-many.test.js
test/integration/associations/has-one.test.js
test/integration/configuration.test.js
test/integration/data-types.test.js
test/integration/dialects/mysql/connector-manager.test.js
test/integration/hooks/validate.test.js
test/integration/include/findAll.test.js
test/integration/include/findAndCountAll.test.js
test/integration/include/seperate.test.js
test/integration/instance.test.js
test/integration/model.test.js
test/integration/model/attributes.test.js
test/integration/model/attributes/field.test.js
test/integration/model/count.test.js
test/integration/model/create.test.js
test/integration/model/find.test.js
test/integration/model/findAll.test.js
test/integration/model/geography.test.js
test/integration/model/geometry.test.js
test/integration/model/paranoid.test.js
test/integration/model/schema.test.js
test/integration/model/scope.test.js
test/integration/model/searchPath.test.js
test/integration/model/update.test.js
test/integration/model/upsert.test.js
test/integration/query-interface.test.js
test/integration/replication.test.js
test/integration/sequelize.test.js
test/integration/sequelize.transaction.test.js
test/integration/transaction.test.js
test/integration/trigger.test.js
test/integration/utils.test.js
test/support.js
test/unit/dialects/mssql/connection-manager.js
test/unit/sql/select.test.js
test/unit/sql/where.test.js
test/unit/transaction.test.js
lib/associations/belongs-to.js
View file @
2fc43c4
lib/associations/has-many.js
View file @
2fc43c4
lib/associations/has-one.js
View file @
2fc43c4
lib/dialects/abstract/connection-manager.js
View file @
2fc43c4
lib/dialects/abstract/query-generator.js
View file @
2fc43c4
lib/dialects/mssql/query-generator.js
View file @
2fc43c4
lib/dialects/mysql/connection-manager.js
View file @
2fc43c4
lib/dialects/mysql/query-generator.js
View file @
2fc43c4
lib/dialects/mysql/query-interface.js
View file @
2fc43c4
lib/dialects/mysql/query.js
View file @
2fc43c4
lib/dialects/postgres/connection-manager.js
View file @
2fc43c4
lib/dialects/sqlite/query.js
View file @
2fc43c4
lib/hooks.js
View file @
2fc43c4
...
@@ -284,7 +284,7 @@ exports.applyTo = applyTo;
...
@@ -284,7 +284,7 @@ exports.applyTo = applyTo;
* @memberOf Sequelize.Model
* @memberOf Sequelize.Model
*/
*/
/**
/**
* A hook that is run after creating or updating a single instance, It proxies `afterCreate` and `afterUpdate`
* A hook that is run after creating or updating a single instance, It proxies `afterCreate` and `afterUpdate`
* @param {String} name
* @param {String} name
* @param {Function} fn A callback function that is called with attributes, options
* @param {Function} fn A callback function that is called with attributes, options
...
@@ -520,7 +520,7 @@ exports.applyTo = applyTo;
...
@@ -520,7 +520,7 @@ exports.applyTo = applyTo;
* @memberOf Sequelize
* @memberOf Sequelize
*/
*/
/**
/**
* A hook that is run before sequelize.sync call
* A hook that is run before sequelize.sync call
* @param {String} name
* @param {String} name
* @param {Function} fn A callback function that is called with options passed to sequelize.sync
* @param {Function} fn A callback function that is called with options passed to sequelize.sync
...
@@ -528,7 +528,7 @@ exports.applyTo = applyTo;
...
@@ -528,7 +528,7 @@ exports.applyTo = applyTo;
* @memberOf Sequelize
* @memberOf Sequelize
*/
*/
/**
/**
* A hook that is run after sequelize.sync call
* A hook that is run after sequelize.sync call
* @param {String} name
* @param {String} name
* @param {Function} fn A callback function that is called with options passed to sequelize.sync
* @param {Function} fn A callback function that is called with options passed to sequelize.sync
...
...
lib/instance-validator.js
View file @
2fc43c4
lib/model.js
View file @
2fc43c4
lib/query-interface.js
View file @
2fc43c4
lib/sequelize.js
View file @
2fc43c4
package.json
View file @
2fc43c4
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
"cross-env"
:
"^3.0.0"
,
"cross-env"
:
"^3.0.0"
,
"cz-conventional-changelog"
:
"^2.0.0"
,
"cz-conventional-changelog"
:
"^2.0.0"
,
"esdoc"
:
"^0.5.2"
,
"esdoc"
:
"^0.5.2"
,
"eslint"
:
"^
3.6
.0"
,
"eslint"
:
"^
4.2
.0"
,
"hints"
:
"^1.1.0"
,
"hints"
:
"^1.1.0"
,
"husky"
:
"^0.13.4"
,
"husky"
:
"^0.13.4"
,
"istanbul"
:
"^0.4.5"
,
"istanbul"
:
"^0.4.5"
,
...
...
test/integration/associations/belongs-to-many.test.js
View file @
2fc43c4
test/integration/associations/belongs-to.test.js
View file @
2fc43c4
test/integration/associations/has-many.test.js
View file @
2fc43c4
test/integration/associations/has-one.test.js
View file @
2fc43c4
test/integration/configuration.test.js
View file @
2fc43c4
test/integration/data-types.test.js
View file @
2fc43c4
test/integration/dialects/mysql/connector-manager.test.js
View file @
2fc43c4
test/integration/hooks/validate.test.js
View file @
2fc43c4
test/integration/include/findAll.test.js
View file @
2fc43c4
test/integration/include/findAndCountAll.test.js
View file @
2fc43c4
test/integration/include/seperate.test.js
View file @
2fc43c4
test/integration/instance.test.js
View file @
2fc43c4
test/integration/model.test.js
View file @
2fc43c4
test/integration/model/attributes.test.js
View file @
2fc43c4
test/integration/model/attributes/field.test.js
View file @
2fc43c4
test/integration/model/count.test.js
View file @
2fc43c4
test/integration/model/create.test.js
View file @
2fc43c4
test/integration/model/find.test.js
View file @
2fc43c4
test/integration/model/findAll.test.js
View file @
2fc43c4
test/integration/model/geography.test.js
View file @
2fc43c4
test/integration/model/geometry.test.js
View file @
2fc43c4
test/integration/model/paranoid.test.js
View file @
2fc43c4
test/integration/model/schema.test.js
View file @
2fc43c4
test/integration/model/scope.test.js
View file @
2fc43c4
test/integration/model/searchPath.test.js
View file @
2fc43c4
test/integration/model/update.test.js
View file @
2fc43c4
test/integration/model/upsert.test.js
View file @
2fc43c4
test/integration/query-interface.test.js
View file @
2fc43c4
test/integration/replication.test.js
View file @
2fc43c4
test/integration/sequelize.test.js
View file @
2fc43c4
test/integration/sequelize.transaction.test.js
View file @
2fc43c4
test/integration/transaction.test.js
View file @
2fc43c4
test/integration/trigger.test.js
View file @
2fc43c4
test/integration/utils.test.js
View file @
2fc43c4
test/support.js
View file @
2fc43c4
test/unit/dialects/mssql/connection-manager.js
View file @
2fc43c4
test/unit/sql/select.test.js
View file @
2fc43c4
test/unit/sql/where.test.js
View file @
2fc43c4
test/unit/transaction.test.js
View file @
2fc43c4
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment