Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: "\U0001F41B Bug Report"
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

<!---
How to Report Bugs and Suggest Product & Ecosystem Improvements:
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s
-->

# Component Bug Report

## Description

[Description of the bug]

## Component Version

[
Version of the component running when the below steps to reproduce were performed
Platform version running when/installation name where the below steps were reproduced
Credentials used
]

## Steps to Reproduce

1.
2.
3.
4.
5.

## Actual Result

[What actually happened]

## Expected Result

[What you expected to happen]

## Workaround(s)

[Any known workaround(s) to circumvent the above issue]
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/2-new-oih-action-or-trigger.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: "\U0001F3ED New OIH Action or Trigger"
about: Request a new action or trigger to be added to the component
title: 'Add OIH Action/Trigger: {Action/Trigger Name}'
labels: ''
assignees: ''

---

<!---
How to Report Bugs and Suggest Product & Ecosystem Improvements:
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s
-->

# New OIH Action or Trigger: {Action/Trigger Name}
[OIH Standard](https://github.com/elasticio/Connectors/blob/master/Adapters/AdapterBehaviorStandardization/StandardizedActionsAndTriggers.md#{Section})

## Config Fields
* {Field Name} ({Field Type}, {optional/required}): {Additional Info}

## Input Metadata
* {Field Name} ({Field Type}, {optional/required}): {Additional Info}

## Output Metadata
* [List of items to appear in the output]

## Implementation Notes

## Related API Documentation
* [Links to related API documentation]
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/3-migration-to-new-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: "\U0001F440 Migration to Use New API Features"
about: If the underlying API changes and work is needed to migrate to a new version
title: ''
labels: ''
assignees: ''

---

<!---
How to Report Bugs and Suggest Product & Ecosystem Improvements:
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s
-->

# Migration to Use New API Features

## Description

[Description of the changes needed]

## Due Date

[Date at which the migration must be completed (if the component currently uses an API that is being depricated).]
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/4-other-feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: "\U0001F680 Other Feature Request"
about: Suggest an idea for this component
title: ''
labels: enhancement
assignees: ''

---

<!---
How to Report Bugs and Suggest Product & Ecosystem Improvements:
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s
-->

# Other Feature Request

## Description

[Description of the enhancement]

## Definition of Done

[What you expected to be implemented]
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/5-internal-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: "\U0001F4A9 Internal Issue"
about: Suggest an internal technical issue/enhancement
title: ''
labels: ''
assignees: ''

---

<!---
How to Report Bugs and Suggest Product & Ecosystem Improvements:
https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s
-->

# Internal Issue/Enhancement

## Description

[Description of the enhancement]

## Definition of Done

[What you expected to be implemented]
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.0.1 (July 27, 2021)
* Version to replace 3.0.0 on production

## 2.2.0 (April 23, 2021)
* Add pipe to list of separators in `Write CSV attachment from JSON Array` and `Write CSV attachment from JSON Object` actions
* Bump dependencies
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A comma-separated values (CSV) file stores tabular data (numbers and text) in plain-text form",
"docsUrl": "https://github.com/elasticio/csv-component",
"buildType": "docker",
"version": "2.2.0",
"version": "3.0.1",
"triggers": {
"read": {
"main": "./lib/triggers/read.js",
Expand Down