Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
vineet96
/
sequelize
Public
forked from
sequelize/sequelize
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
sequelize
lib
hooks.js
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 1, 2016
add: beforeConnect hook
mickhansen
committed
b73bd2d
View commit details
Copy full SHA for b73bd2d
View code at this point
Browse repository at this point
Commits on Feb 21, 2016
Merge pull request #5196 from skleeschulte/master
Show description for a49a7c1
janmeier
committed
a49a7c1
View commit details
Copy full SHA for a49a7c1
View code at this point
Browse repository at this point
Commits on Jan 13, 2016
add a beforeCount hook
matthewheck
committed
6174a7c
View commit details
Copy full SHA for 6174a7c
View code at this point
Browse repository at this point
Commits on Jan 12, 2016
Improved validationFailed hook documentation, updated generated api docs
skleeschulte
committed
a03a14b
View commit details
Copy full SHA for a03a14b
View code at this point
Browse repository at this point
Added validationFailed hook
skleeschulte
committed
ea444d3
View commit details
Copy full SHA for ea444d3
View code at this point
Browse repository at this point
Commits on Oct 28, 2015
[docs] Fixed beforeBulkUpdate explanation.
Adam Back
committed
023686e
View commit details
Copy full SHA for 023686e
View code at this point
Browse repository at this point
Commits on Sep 19, 2015
Added before/afterSync (fired on ) and before/afterBulkSync hooks (fired on )
alekbarszczewski
committed
3cc7799
View commit details
Copy full SHA for 3cc7799
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
add beforeRestore/afterRestore hooks
rodrigoapereira
committed
50d9a8a
View commit details
Copy full SHA for 50d9a8a
View code at this point
Browse repository at this point
Commits on Jul 8, 2015
Merge pull request #3959 from ns3777k/feature/hook-direct-name
Show description for af21b15
janmeier
committed
af21b15
View commit details
Copy full SHA for af21b15
View code at this point
Browse repository at this point
[ci skip] :memo: Remove mention of callback from hooks api docs (promises are preferred)
janmeier
committed
24b04a8
View commit details
Copy full SHA for 24b04a8
View code at this point
Browse repository at this point
Commits on Jun 17, 2015
add optional name arg to .hook function
ns3777k
committed
6b4efd6
View commit details
Copy full SHA for 6b4efd6
View code at this point
Browse repository at this point
add removing hooks docs
ns3777k
committed
0882dc9
View commit details
Copy full SHA for 0882dc9
View code at this point
Browse repository at this point
Added functionality to remove hooks. Merge pull request #3947 from ns3777k:feature/remove-hooks
ns3777k
authored and
janmeier
committed
0083129
View commit details
Copy full SHA for 0083129
View code at this point
Browse repository at this point
Commits on May 21, 2015
Fix isIP: closes #2972, move integration tests to unit tests and introduce utils.sliceArgs helper
Ruben Bridgewater
committed
2a0f8e3
View commit details
Copy full SHA for 2a0f8e3
View code at this point
Browse repository at this point
Commits on Apr 7, 2015
[ci skip] Change name in api/hooks.md
janmeier
committed
6ef3ed6
View commit details
Copy full SHA for 6ef3ed6
View code at this point
Browse repository at this point
Commits on Apr 1, 2015
added @name to hooks so every hook has a name
harimohanraj89
committed
ab05d29
View commit details
Copy full SHA for ab05d29
View code at this point
Browse repository at this point
Commits on Feb 24, 2015
refactor Hooks mixin
Show description for 63e8055
Matt Broadstone
committed
63e8055
View commit details
Copy full SHA for 63e8055
View code at this point
Browse repository at this point
fix(hooks): normalize Model.hooks to arrays (if a user passed a single method it failed), closes #3179
mickhansen
committed
0e4c7a6
View commit details
Copy full SHA for 0e4c7a6
View code at this point
Browse repository at this point
fix(hooks): no longer crashes on hasHook when no hooks are defined, closes #3181
mickhansen
committed
5515600
View commit details
Copy full SHA for 5515600
View code at this point
Browse repository at this point
Commits on Jan 6, 2015
[feat] instance.update() will now also update values provided in beforeUpdate hooks if fields was not set by user
mickhansen
committed
222fb13
View commit details
Copy full SHA for 222fb13
View code at this point
Browse repository at this point
Commits on Sep 22, 2014
Sequelize() hooks change name Instantiate to Init
overlookmotel
committed
c868321
View commit details
Copy full SHA for c868321
View code at this point
Browse repository at this point
Hooks on Sequelize()
Show description for e90e7d3
overlookmotel
committed
e90e7d3
View commit details
Copy full SHA for e90e7d3
View code at this point
Browse repository at this point
Hooks on Sequelize#define
Show description for 1f4e7fc
overlookmotel
committed
1f4e7fc
View commit details
Copy full SHA for 1f4e7fc
View code at this point
Browse repository at this point
Hooks run sync in sync functions
overlookmotel
committed
bc88515
View commit details
Copy full SHA for bc88515
View code at this point
Browse repository at this point
Universal hooks
Show description for f3c6b1c
overlookmotel
committed
f3c6b1c
View commit details
Copy full SHA for f3c6b1c
View code at this point
Browse repository at this point
Commits on Sep 21, 2014
Spacing
overlookmotel
committed
68e10b2
View commit details
Copy full SHA for 68e10b2
View code at this point
Browse repository at this point
Commits on Sep 20, 2014
Replace `.map()` with `.each()`
overlookmotel
committed
be82452
View commit details
Copy full SHA for be82452
View code at this point
Browse repository at this point
Add beforeFindAfterOptions hook
overlookmotel
committed
9877aa8
View commit details
Copy full SHA for 9877aa8
View code at this point
Browse repository at this point
Comments on hook function signatures
overlookmotel
committed
f889d6f
View commit details
Copy full SHA for f889d6f
View code at this point
Browse repository at this point
Commits on Sep 19, 2014
beforeFind and afterFind hooks
overlookmotel
committed
5fccccb
View commit details
Copy full SHA for 5fccccb
View code at this point
Browse repository at this point
Hooks can return undefined
overlookmotel
committed
e52cf43
View commit details
Copy full SHA for e52cf43
View code at this point
Browse repository at this point
bulkDelete hook aliases
overlookmotel
committed
c07098a
View commit details
Copy full SHA for c07098a
View code at this point
Browse repository at this point
Commits on Aug 20, 2014
Allow to chain hook definitions on models
Show description for dd00891
Jan Scheurer
committed
dd00891
View commit details
Copy full SHA for dd00891
View code at this point
Browse repository at this point
Commits on Aug 17, 2014
Fix through table attributes not working for createAssociation in n:m. Closes #2155
janmeier
committed
47c040a
View commit details
Copy full SHA for 47c040a
View code at this point
Browse repository at this point
Commits on May 22, 2014
used gjslint's fixjsstyle and jshint to fix style changes and errors throughout the codebase
Matt Broadstone
committed
d09e876
View commit details
Copy full SHA for d09e876
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.