Commit Graph

4 Commits

Author SHA1 Message Date
Harry 2b2501268f refactor(gmail_trigger): standardize naming and enhance attachment handling
- Renamed the trigger from "Gmail Trigger" to "gmail_trigger" in the manifest for consistency.
- Improved the GmailMessageAddedEvent class by adding methods for processing attachments, including handling inline data and file uploads.
- Updated the output schema in the YAML to include new fields for attachment metadata, enhancing the event's data structure.
2025-11-05 19:10:04 +08:00
Harry 05df8aa956 refactor(gmail_trigger): update manifest and remove deprecated files
- Renamed the trigger label from "Gmail" to "Gmail Trigger" for clarity.
- Updated the manifest to reflect the new naming convention and removed the old `gmail.yaml` configuration file.
- Deleted the `gmail.py` provider file as part of the cleanup process, streamlining the trigger's implementation.
2025-11-05 16:29:06 +08:00
kurokobo ee227778af fix(gmail_trigger): correct types, ensure int, correct permission, and bump sdk (#233)
* fix(gmail_trigger): correct types for client_schema

* fix: ensure int

* fix: add storage permission

* fix: bump sdk version

* fix: bump version
2025-11-04 12:36:57 +08:00
Harry cad974b207 feat: enhance GitHub trigger plugin with user ID tracking and event updates
- Added user_id field to EventDispatch and TriggerDispatchResponse models to track the user triggering events.
- Updated GitHub trigger provider to include user_id in event dispatching.
- Modified star event parameters in YAML to simplify naming conventions from "star_created" and "star_deleted" to "created" and "deleted".
- Bumped plugin version in manifest.yaml from 1.3.5 to 1.3.6 to reflect these changes.
2025-10-17 20:58:56 +08:00