Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Salesforce Node): Add fax field to lead option #7030

Merged
merged 3 commits into from
Sep 7, 2023

Conversation

mcnaveen
Copy link
Contributor

@github-actions
Copy link
Contributor

Great PR! Please pay attention to the following items before merging:

Files matching packages/**:

  • If fixing bug, added test to cover scenario.
  • If addressing forum or Github issue, added link to description.

Files matching packages/**/*.ts:

  • Added unit tests to cover new or updated functionality.

Files matching packages/nodes-base/nodes/**:

  • Added workflow tests for nodes if possible.

Make sure to check off this list before asking for review.

@mcnaveen mcnaveen changed the title feat(salesforce): ✨ add fax field to lead feat(salesforce): ✨ add fax field to lead option Aug 28, 2023
@mcnaveen mcnaveen changed the title feat(salesforce): ✨ add fax field to lead option feat(salesforce): ✨ Add fax field to lead option Aug 28, 2023
@n8n-assistant n8n-assistant bot added community Authored by a community member node/improvement New feature or request labels Aug 28, 2023
@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.17% ⚠️

Comparison is base (8bdb07d) 32.11% compared to head (57e77d7) 31.95%.
Report is 63 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7030      +/-   ##
==========================================
- Coverage   32.11%   31.95%   -0.17%     
==========================================
  Files        3183     3274      +91     
  Lines      195685   197826    +2141     
  Branches    21379    21569     +190     
==========================================
+ Hits        62853    63206     +353     
- Misses     131812   133564    +1752     
- Partials     1020     1056      +36     
Files Changed Coverage Δ
...ges/nodes-base/nodes/Salesforce/LeadDescription.ts 0.00% <ø> (ø)
...ges/nodes-base/nodes/Salesforce/Salesforce.node.ts 0.00% <0.00%> (ø)

... and 204 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mcnaveen mcnaveen changed the title feat(salesforce): ✨ Add fax field to lead option feat(Salesforce Node): ✨ Add fax field to lead option Sep 4, 2023
@Joffcom
Copy link
Member

Joffcom commented Sep 7, 2023

@mcnaveen thanks for the PR, Did you want to resolve the lint error?

@mcnaveen
Copy link
Contributor Author

mcnaveen commented Sep 7, 2023

Hi @Joffcom Yeah yeah, a minute please

@Joffcom
Copy link
Member

Joffcom commented Sep 7, 2023

@mcnaveen perfect, this looks good to go.

@Joffcom Joffcom changed the title feat(Salesforce Node): ✨ Add fax field to lead option feat(Salesforce Node): Add fax field to lead option Sep 7, 2023
@Joffcom Joffcom merged commit 01f875a into n8n-io:master Sep 7, 2023
9 checks passed
@mcnaveen
Copy link
Contributor Author

mcnaveen commented Sep 7, 2023

🫡 Thanks for merging

@github-actions github-actions bot mentioned this pull request Sep 13, 2023
netroy added a commit that referenced this pull request Sep 13, 2023
# [1.7.0](https://github.com/n8n-io/n8n/compare/n8n@1.6.0...n8n@1.7.0)
(2023-09-13)


### Bug Fixes

* **Code Node:** Disable WASM to address CVE-2023-37903
([#7122](#7122))
([36a8e91](36a8e91))
* **Code Node:** Upgrade vm2 to address CVE-2023-37466
([#7123](#7123))
([0a35025](0a35025))
* **core:** Disable Node.js custom inspection to address CVE-2023-37903
([#7125](#7125))
([a223734](a223734)),
closes [#7122](#7122)
* **editor** Account for nanoid workflow ids for subworkflow execute
policy ([#7094](#7094))
([67092c0](67092c0))
* **editor:** Unbind workflow endpoint events in case of workspace reset
([#7129](#7129))
([c9b7948](c9b7948))
* **editor:** Update git repo url validation regex
([#7151](#7151))
([e51f173](e51f173))
* **Google Cloud Firestore Node:** Fix empty string interpreted as
number ([#7136](#7136))
([915cfa0](915cfa0))
* **HubSpot Node:** Fix issue with contact lists not working
([#5582](#5582))
([6e5a4f6](6e5a4f6))
* **Postgres Node:** Fix automatic column mapping
([#7121](#7121))
([92af131](92af131))
* **Zoho CRM Node:** Fix issue with Sales Order not updating
([#6959](#6959))
([fd800b6](fd800b6))


### Features

* **core:** Add an option to enable WAL mode for SQLite
([#7118](#7118))
([1d1a022](1d1a022))
* **core:** Add commands to workers to respond with current state
([#7029](#7029))
([7b49cf2](7b49cf2))
* **Salesforce Node:** Add fax field to lead option
([#7030](#7030))
([01f875a](01f875a))

Co-authored-by: netroy <netroy@users.noreply.github.com>
@github-actions github-actions bot mentioned this pull request Sep 13, 2023
netroy added a commit that referenced this pull request Sep 13, 2023
# [1.7.0](https://github.com/n8n-io/n8n/compare/n8n@1.6.0...n8n@1.7.0)
(2023-09-13)


### Bug Fixes

* **Code Node:** Disable WASM to address CVE-2023-37903
([#7122](#7122))
([36a8e91](36a8e91))
* **Code Node:** Upgrade vm2 to address CVE-2023-37466
([#7123](#7123))
([0a35025](0a35025))
* **core:** Disable Node.js custom inspection to address CVE-2023-37903
([#7125](#7125))
([a223734](a223734))
* **editor** Account for nanoid workflow ids for subworkflow execute
policy ([#7094](#7094))
([67092c0](67092c0))
* **editor:** Tweak hover area of workflow / cred cards
([#7108](#7108))
([217de21](217de21))
* **editor:** Unbind workflow endpoint events in case of workspace reset
([#7129](#7129))
([c9b7948](c9b7948))
* **editor:** Update git repo url validation regex
([#7151](#7151))
([e51f173](e51f173))
* **Google Cloud Firestore Node:** Fix empty string interpreted as
number ([#7136](#7136))
([915cfa0](915cfa0))
* **HubSpot Node:** Fix issue with contact lists not working
([#5582](#5582))
([6e5a4f6](6e5a4f6))
* **Postgres Node:** Fix automatic column mapping
([#7121](#7121))
([92af131](92af131))
* **Zoho CRM Node:** Fix issue with Sales Order not updating
([#6959](#6959))
([fd800b6](fd800b6))


### Features

* **core:** Add an option to enable WAL mode for SQLite
([#7118](#7118))
([1d1a022](1d1a022))
* **core:** Add commands to workers to respond with current state
([#7029](#7029))
([7b49cf2](7b49cf2))
* **Salesforce Node:** Add fax field to lead option
([#7030](#7030))
([01f875a](01f875a))

Co-authored-by: netroy <netroy@users.noreply.github.com>
@janober
Copy link
Member

janober commented Sep 14, 2023

Got released with n8n@1.7.1

@mcnaveen
Copy link
Contributor Author

🫡 Thank you @janober

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Authored by a community member node/improvement New feature or request Released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants