Skip to content

Commit

Permalink
refactor: rename gmail2gdrive -> gmail-processor
Browse files Browse the repository at this point in the history
* project rebranding: gmail2gdrive -> gmail-processor
* full update to README.md
* BREAKING CHANGE marker to trigger major version increment
  • Loading branch information
ahochsteger committed Aug 15, 2023
1 parent 83cd597 commit 525e3db
Show file tree
Hide file tree
Showing 28 changed files with 1,796 additions and 1,856 deletions.
331 changes: 125 additions & 206 deletions README.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/config-schema-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,17 +205,17 @@ Only include attachments smaller than the given size in bytes
<a name="reference-config"></a>
## Config

Represents the configuration root for GMail2GDrive
Represents the configuration root for GmailProcessor

**`Config` Properties**

| |Type|Description|Required|
|---|---|---|---|
|**attachments**|`AttachmentConfig` `[]`|The list of handler that define the way attachments are processed|No, default: `[]`|
|**description**|`string`|The description of the GMail2GDrive config|No, default: |
|**description**|`string`|The description of the GmailProcessor config|No, default: |
|**global**|`GlobalConfig`|The global configuration defines matching and actions for all threads, messages or attachments.|No|
|**messages**|`MessageConfig` `[]`|The list of handler that define the way nested messages or attachments are processed|No, default: `[]`|
|**settings**|`SettingsConfig`|Represents a settings config that affect the way GMail2GDrive works.|No|
|**settings**|`SettingsConfig`|Represents a settings config that affect the way GmailProcessor works.|No|
|**threads**|`ThreadConfig` `[]`|The list of handler that define the way nested threads, messages or attachments are processed|No, default: `[]`|

Additional properties are not allowed.
Expand All @@ -229,7 +229,7 @@ The list of handler that define the way attachments are processed

### Config.description

The description of the GMail2GDrive config
The description of the GmailProcessor config

* **Type**: `string`
* **Required**: No, default:
Expand All @@ -250,7 +250,7 @@ The list of handler that define the way nested messages or attachments are proce

### Config.settings

Represents a settings config that affect the way GMail2GDrive works.
Represents a settings config that affect the way GmailProcessor works.

* **Type**: `SettingsConfig`
* **Required**: No
Expand Down Expand Up @@ -528,7 +528,7 @@ A RegEx matching the recipient email address of messages
<a name="reference-settingsconfig"></a>
## SettingsConfig

Represents a settings config that affect the way GMail2GDrive works.
Represents a settings config that affect the way GmailProcessor works.

**`SettingsConfig` Properties**

Expand Down
Loading

2 comments on commit 525e3db

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 94.77% 5980/6310
🟢 Branches 86.63% 661/763
🟢 Functions 92.75% 256/276
🟢 Lines 94.77% 5980/6310

Test suite run success

237 tests passing in 43 suites.

Report generated by 🧪jest coverage report action from 525e3db

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 94.77% 5980/6310
🟢 Branches 86.63% 661/763
🟢 Functions 92.75% 256/276
🟢 Lines 94.77% 5980/6310

Test suite run success

237 tests passing in 43 suites.

Report generated by 🧪jest coverage report action from 525e3db

Please sign in to comment.