Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

11 check-ins tagged with "hooks"

2020-07-12
18:35
Documentation updates. ... (Closed-Leaf check-in: 94658201c9 user: drh tags: hooks)
2020-07-09
22:19
Merge enhancements from trunk. ... (check-in: 7e845bfd02 user: drh tags: hooks)
2020-07-06
17:53
Hook documentation tweaks. ... (check-in: 64184f934c user: drh tags: hooks)
17:42
Change another popen() to popen2() in hook.c. ... (check-in: f9fa692af9 user: drh tags: hooks)
17:38
Prelimiary hook documentation. Use popen2() to run after-receive hooks for compatibility on windows systems. ... (check-in: 4729793ea1 user: drh tags: hooks)
16:20
Add support for before-commit hooks. ... (check-in: 4a9c6c64ee user: drh tags: hooks)
11:08
Add the "fossil hook status" command. Embargo post-receive hooks for 60 seconds after an incomplete sync, to give an opportunity for the sync to complete. ... (check-in: 3d191798a6 user: drh tags: hooks)
10:46
In the change list send into the post-receive hook, omit any changes that are more than 24 hours older than the most recent change. ... (check-in: 8e424389e0 user: drh tags: hooks)
10:21
The backoffice now invokes after-receive hooks. ... (check-in: 4777999d32 user: drh tags: hooks)
2020-07-05
22:37
Make sure the hook-last-rcvid value is initialized whenever a new hook is added. ... (check-in: af817f346b user: drh tags: hooks)
22:24
Experimental mechanism to run scripts when certain events occur. This check-in only provides a command-line interface to set and manage hooks. The hooks do not yet actually run. ... (check-in: 5021c5bbe6 user: drh tags: hooks)