n8n/packages/nodes-base/nodes/Schedule
agobrech db46f07e5d
fix(Schedule trigger Node): fix the interval order chronologically (#4373)
*  Create Schedule node with MVP structure

*  Add 24 increments for hours picker

* 🚨  Lintfix

* Add timestamp, add hour minute and cron expression

* Fix bug where there was one extra interval object

* Fix default value from fixedCollection

* 🐛 UI fixes

* 🎨 Changed logic to reflect UI fixes

* Fix auto intitialising

* Deprecated interval and cron in favor of schedule node

* 🐛 Ui fixes

* 🐛 Fix issue with week intervals

* 🚨 Lint fixes

* change order of days in the week to chronological order

* 🎨 change the order of the interval to chronological

* 🔥 delete schedule unused svg
2022-10-18 17:47:26 +02:00
..
CronInterface.ts feat(Node): add the Scheduler Node (#4223) 2022-10-18 13:59:17 +02:00
ScheduleTrigger.node.json feat(Node): add the Scheduler Node (#4223) 2022-10-18 13:59:17 +02:00
ScheduleTrigger.node.ts fix(Schedule trigger Node): fix the interval order chronologically (#4373) 2022-10-18 17:47:26 +02:00