Commit Graph

  • 68bba2cceb feat: Add NotificationAlertV2 model Marvin Zhang 2024-07-30 12:35:18 +08:00
  • 779d831a6d feat: Add NotificationAlertV2 model Marvin Zhang 2024-07-30 12:35:18 +08:00
  • e9ef2fa291 refactor: Update user service to use sync.Once for singleton initialization Marvin Zhang 2024-07-29 12:39:56 +08:00
  • 01332490d3 refactor: Update user service to use sync.Once for singleton initialization Marvin Zhang 2024-07-29 12:39:56 +08:00
  • 6b4dc3e783 refactor: Remove unused code for SMTP authentication and add Gmail OAuth2 authentication support Marvin Zhang 2024-07-27 19:29:43 +08:00
  • ea5ec117cc refactor: Remove unused code for SMTP authentication and add Gmail OAuth2 authentication support Marvin Zhang 2024-07-27 19:29:43 +08:00
  • d224c6ea6a refactor: Update models to include sender email, name, and mail recipients for notification requests Marvin Zhang 2024-07-27 16:06:26 +08:00
  • e8bdfd228d refactor: Update models to include sender email, name, and mail recipients for notification requests Marvin Zhang 2024-07-27 16:06:26 +08:00
  • bc924d0541 refactor: Add Outlook authentication support for sending emails Marvin Zhang 2024-07-26 18:15:15 +08:00
  • 8d5a0b0c0e refactor: Add Outlook authentication support for sending emails Marvin Zhang 2024-07-26 18:15:15 +08:00
  • c85692f353 refactor: Update models to include sender email, name, and mail recipients for notification requests Marvin Zhang 2024-07-26 15:33:58 +08:00
  • 0e2170f644 refactor: Update models to include sender email, name, and mail recipients for notification requests Marvin Zhang 2024-07-26 15:33:58 +08:00
  • 3e9c7ac731 refactor: Update IM notification function to include larger title size in MSTeams notifications Marvin Zhang 2024-07-26 12:07:20 +08:00
  • 9650f78d03 refactor: Update IM notification function to include larger title size in MSTeams notifications Marvin Zhang 2024-07-26 12:07:20 +08:00
  • 9c3afad1c1 refactor: Update NotificationChannelV2 model to include Telegram notification settings Marvin Zhang 2024-07-25 22:58:39 +08:00
  • 96b89d05b8 refactor: Update NotificationChannelV2 model to include Telegram notification settings Marvin Zhang 2024-07-25 22:58:39 +08:00
  • e752486928 refactor: Refactor IM notification function to improve code structure and readability Marvin Zhang 2024-07-25 16:50:03 +08:00
  • eef3eea777 refactor: Refactor IM notification function to improve code structure and readability Marvin Zhang 2024-07-25 16:50:03 +08:00
  • 2a361800bb feat: Add Discord and MSTeams as new IM providers for notification channels Marvin Zhang 2024-07-25 16:38:37 +08:00
  • df563a5e2d feat: Add Discord and MSTeams as new IM providers for notification channels Marvin Zhang 2024-07-25 16:38:37 +08:00
  • 91b3b36e81 refactor: Update NotificationChannelV2 model to include Telegram notification settings Marvin Zhang 2024-07-25 14:40:37 +08:00
  • 70cc86c4d3 refactor: Update NotificationChannelV2 model to include Telegram notification settings Marvin Zhang 2024-07-25 14:40:37 +08:00
  • bf9c176497 refactor: Update IM notification function to support DingTalk and Wechat Work providers Marvin Zhang 2024-07-24 17:58:05 +08:00
  • 46839f103e refactor: Update IM notification function to support DingTalk and Wechat Work providers Marvin Zhang 2024-07-24 17:58:05 +08:00
  • 5b6be54ba1 feat: support notification for node Marvin Zhang 2024-07-24 17:00:35 +08:00
  • 7b1fa48fd9 feat: support notification for node Marvin Zhang 2024-07-24 17:00:35 +08:00
  • 6c096d7f79 refactor: updated go.work.sum Marvin Zhang 2024-07-23 23:43:33 +08:00
  • 923921c17a refactor: updated go.work.sum Marvin Zhang 2024-07-23 23:43:33 +08:00
  • f75a3bfebf feat: Add Slack as a new IM provider for notification channels Marvin Zhang 2024-07-23 17:45:52 +08:00
  • 13c6a20ee3 feat: Add Slack as a new IM provider for notification channels Marvin Zhang 2024-07-23 17:45:52 +08:00
  • 87007334e3 feat: updated notification settings and channels Marvin Zhang 2024-07-23 17:24:40 +08:00
  • 7f9fac0fc0 feat: updated notification settings and channels Marvin Zhang 2024-07-23 17:24:40 +08:00
  • 38ce85f78c refactor: Remove unused code and update models and functions for notification channels and settings Marvin Zhang 2024-07-23 12:22:59 +08:00
  • 9ffdd3f1cd refactor: Remove unused code and update models and functions for notification channels and settings Marvin Zhang 2024-07-23 12:22:59 +08:00
  • a9718838da refactor: Update SMTPPort type to int in NotificationChannelV2 model Marvin Zhang 2024-07-22 17:34:55 +08:00
  • c893b5452e refactor: Update SMTPPort type to int in NotificationChannelV2 model Marvin Zhang 2024-07-22 17:34:55 +08:00
  • 6bc4ccaae6 refactor: Update mail provider constants and add new provider for exmail Marvin Zhang 2024-07-21 23:34:18 +08:00
  • b33c61a893 refactor: Update mail provider constants and add new provider for exmail Marvin Zhang 2024-07-21 23:34:18 +08:00
  • 27d0ab33a4 refactor: Update NotificationChannelV2 model to simplify mail and IM settings Marvin Zhang 2024-07-18 17:41:54 +08:00
  • 029c5d1448 refactor: Update NotificationChannelV2 model to simplify mail and IM settings Marvin Zhang 2024-07-18 17:41:54 +08:00
  • f7f40dc05e refactor: Update SendNotification function to handle old and new settings triggers Marvin Zhang 2024-07-18 00:05:48 +08:00
  • 821383a677 refactor: Update SendNotification function to handle old and new settings triggers Marvin Zhang 2024-07-18 00:05:48 +08:00
  • a8debf079d refactor: Add description, provider, and settings fields to NotificationChannelV2 model Marvin Zhang 2024-07-17 17:39:07 +08:00
  • a5104663e8 refactor: Add description, provider, and settings fields to NotificationChannelV2 model Marvin Zhang 2024-07-17 17:39:07 +08:00
  • bbe43fa5ab refactor: Update SendNotification function to handle old and new settings triggers Marvin Zhang 2024-07-16 17:54:06 +08:00
  • 8c79d51a5a refactor: Update SendNotification function to handle old and new settings triggers Marvin Zhang 2024-07-16 17:54:06 +08:00
  • 71194131cd refactor: Update SendNotification function to handle old and new settings triggers Marvin Zhang 2024-07-15 17:34:04 +08:00
  • b7cafb4623 refactor: Update SendNotification function to handle old and new settings triggers Marvin Zhang 2024-07-15 17:34:04 +08:00
  • 0e0fb8cbae refactor: Update SendNotification function to handle old and new settings triggers Marvin Zhang 2024-07-14 23:25:31 +08:00
  • e672329370 refactor: Update SendNotification function to handle old and new settings triggers Marvin Zhang 2024-07-14 23:25:31 +08:00
  • e2a9c70e4f refactor: Update dependencies and remove unused code Marvin Zhang 2024-07-13 11:18:30 +08:00
  • efabb2071b refactor: Update dependencies and remove unused code Marvin Zhang 2024-07-13 11:18:30 +08:00
  • 66125e004c refactor: Update dependencies and remove unused code Marvin Zhang 2024-07-13 11:16:17 +08:00
  • 96ba586cd2 refactor: Update dependencies and remove unused code Marvin Zhang 2024-07-13 11:16:17 +08:00
  • c123e48484 refactor: Remove unused code and update dependencies Marvin Zhang 2024-07-13 11:08:56 +08:00
  • 9073f1ca02 refactor: Remove unused code and update dependencies Marvin Zhang 2024-07-13 11:08:56 +08:00
  • 6cd1cfb5df feat: Add trigger fields to NotificationSettingV2 model Marvin Zhang 2024-07-13 10:53:38 +08:00
  • 54cf19f679 feat: Add trigger fields to NotificationSettingV2 model Marvin Zhang 2024-07-13 10:53:38 +08:00
  • 5c5032b6fe feat: Add template field to NotificationSettingV2 model Marvin Zhang 2024-07-13 10:03:24 +08:00
  • 16ac26ef0c feat: Add template field to NotificationSettingV2 model Marvin Zhang 2024-07-13 10:03:24 +08:00
  • cbdfbf8d1d fix: compiling issue Marvin Zhang 2024-07-12 20:05:14 +08:00
  • 3a03ac63dc fix: compiling issue Marvin Zhang 2024-07-12 20:05:14 +08:00
  • 0c8b42145a refactor: removed unnecessary code Marvin Zhang 2024-07-12 18:00:19 +08:00
  • d0611b4567 refactor: removed unnecessary code Marvin Zhang 2024-07-12 18:00:19 +08:00
  • 7c342192b0 feat: updated model for notification settings Marvin Zhang 2024-07-11 23:10:15 +08:00
  • 7649885b24 feat: updated model for notification settings Marvin Zhang 2024-07-11 23:10:15 +08:00
  • 6998a7cfe5 feat: updated models for notification Marvin Zhang 2024-07-11 18:08:40 +08:00
  • e66e4d6741 feat: updated models for notification Marvin Zhang 2024-07-11 18:08:40 +08:00
  • 87b6eb3cef feat: added models Marvin Zhang 2024-07-11 14:42:57 +08:00
  • 7b0cd9da9f feat: added models Marvin Zhang 2024-07-11 14:42:57 +08:00
  • ce8ff0ce2f refactor: removed unnecessary code Marvin Zhang 2024-07-11 12:45:29 +08:00
  • aca0c0ebce refactor: removed unnecessary code Marvin Zhang 2024-07-11 12:45:29 +08:00
  • 01ced1ec45 refactor: removed unnecessary code Marvin Zhang 2024-07-11 12:45:20 +08:00
  • f2f298d8f8 refactor: removed unnecessary code Marvin Zhang 2024-07-11 12:45:20 +08:00
  • 501d623175 refactor: update viper config key for Pro edition check Marvin Zhang 2024-07-10 18:59:35 +08:00
  • 13596436cd refactor: update viper config key for Pro edition check Marvin Zhang 2024-07-10 18:59:35 +08:00
  • 4a6e8696f4 fix: config issue Marvin Zhang 2024-07-10 18:39:39 +08:00
  • e64ffb3dec fix: config issue Marvin Zhang 2024-07-10 18:39:39 +08:00
  • b37f112668 refactor: code cleanup Marvin Zhang 2024-07-06 14:15:14 +08:00
  • 4da8976228 refactor: code cleanup Marvin Zhang 2024-07-06 14:15:14 +08:00
  • 13d0bf59e8 fix: unable to sync files from spiders created from sub-folder of git repo Marvin Zhang 2024-07-05 12:57:09 +08:00
  • 059711a533 fix: unable to sync files from spiders created from sub-folder of git repo Marvin Zhang 2024-07-05 12:57:09 +08:00
  • b21dc4be61 feat: updated node monitoring tab Marvin Zhang 2024-07-04 13:01:54 +08:00
  • f4025a982d feat: updated node monitoring tab Marvin Zhang 2024-07-04 13:01:54 +08:00
  • 2d203e61b9 fix: missing name and max runners when registering nodes Marvin Zhang 2024-07-03 14:57:33 +08:00
  • 40f37e85ef fix: missing name and max runners when registering nodes Marvin Zhang 2024-07-03 14:57:33 +08:00
  • b609beaf20 feat: added monitoring for node Marvin Zhang 2024-07-02 23:54:31 +08:00
  • 5fbcbe0b9f feat: added monitoring for node Marvin Zhang 2024-07-02 23:54:31 +08:00
  • 9084680b64 feat: added metric service Marvin Zhang 2024-07-02 17:59:40 +08:00
  • 7eb8c08e0e feat: added metric service Marvin Zhang 2024-07-02 17:59:40 +08:00
  • 3c1f939229 chore: updated deps Marvin Zhang 2024-07-02 10:22:32 +08:00
  • ffcb44ff9e chore: updated deps Marvin Zhang 2024-07-02 10:22:32 +08:00
  • eed2ff1d95 chore: updated deps Marvin Zhang 2024-07-02 09:51:47 +08:00
  • 3385caf972 chore: updated deps Marvin Zhang 2024-07-02 09:51:47 +08:00
  • f505a9ce5f Merge remote-tracking branch 'origin/develop' into develop Marvin Zhang 2024-07-02 09:49:45 +08:00
  • 71c47083e6 Merge remote-tracking branch 'origin/develop' into develop Marvin Zhang 2024-07-02 09:49:45 +08:00
  • f56b0edb7a chore: updated deps Marvin Zhang 2024-07-02 09:48:40 +08:00
  • 7ca98f9142 chore: updated deps Marvin Zhang 2024-07-02 09:48:40 +08:00
  • 208d595d96 ci: added qodana code check Marvin Zhang 2024-07-01 18:32:33 +08:00
  • de01634888 ci: added qodana code check Marvin Zhang 2024-07-01 18:32:33 +08:00