twenty/packages
Weiko f4fda221b7
Fix cron module structure (#4933)
This PR introduces a new folder structure for business modules.
Cron commands and jobs are now stored within the same module/folder at
the root of the business module
e.g: /modules/messaging/crons/commands instead of
/modules/messaging/commands/crons
Patterns are now inside their own cron-command files since they don't
need to be exported
Ideally cronJobs and cronCommands should have their logic within the
same class but it's a bit harder than expected due to how commanderjs
and our worker need both some class heritage check, hence the first
approach is to move them in the same folder

Also Messaging fullsync/partialsync V2 has been dropped since this is
the only used version => Breaking change for ongoing jobs and crons.
Jobs can be dropped but we will need to re-run our crons (only
cron:messaging:gmail-fetch-messages-from-cache)
2024-04-12 14:43:03 +02:00
..
twenty-chrome-extension New field type: DATE (#4876) 2024-04-11 17:29:29 +02:00
twenty-docker feat: add SENTRY_RELEASE env (#4912) 2024-04-11 16:53:15 +02:00
twenty-docs fix: sentry init is using the wrong environment (#4940) 2024-04-12 12:27:35 +02:00
twenty-emails Release 0.4.0 (#4856) 2024-04-05 18:35:48 +02:00
twenty-front 4810 display participants in the right drawer of the calendar event (#4896) 2024-04-12 10:33:46 +02:00
twenty-postgres Fix postgres 15 & 16 conflict (#4860) 2024-04-11 11:42:48 +02:00
twenty-server Fix cron module structure (#4933) 2024-04-12 14:43:03 +02:00
twenty-ui 4810 display participants in the right drawer of the calendar event (#4896) 2024-04-12 10:33:46 +02:00
twenty-utils Improve website github sync (#4259) 2024-03-01 15:15:55 +01:00
twenty-website Fix last broken image in User-guide "Tips" (#4941) 2024-04-12 12:17:11 +02:00
twenty-zapier New field type: DATE (#4876) 2024-04-11 17:29:29 +02:00