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

Es/bjkeua/clockify trigger #6

Merged
merged 10 commits into from
Sep 4, 2020
Merged

Conversation

Sou1Aced
Copy link

@Sou1Aced Sou1Aced commented Sep 4, 2020

Details

Adding to ClockifyTrigger.nodes.ts to return information.

Steps to test changes

  1. Run "npm run dev" to view the website on your localhost.
  2. Add Clockify trigger.
  3. Add your Clockify API Key and set workspace to "Dominion Solutions".
  4. Execute and make sure it returns the right table of information.

Issues Addressed

bjkeuna - Pulling events from Clockify does not work anymore.

Screenshots

Screenshot at 2020-09-04 08-51-30

Sou1Aced and others added 10 commits August 27, 2020 09:31
…ation-to-the-n8n-repo-in-github_Ethan-Sowell

Added pull.yaml file to .github folder for wei/pull
* Add Custom S3 Endpoint credentials
* Add support for custom S3 endpoint in AWS S3 node
* Add support for custom endpoint URL scheme (both HTTP and HTTPS)
* Create generic S3 node
* Revert AWS S3 node to its original state
* ⚡ Add allowUnauthorizedCerts to Postgres-Node
* ⚡ Added RAW data option for assets, entries, content types
* ⚡ Fixed Contentful error parsing, added missing comma in entryDescription
* ⚡ Minor improvements to Contentful-Node
* 🐛 Do not overwrite accept header if set on HTTP Request Node
* 🔖 Release n8n-nodes-base@0.74.1
* ⬆️ Set n8n-nodes-base@0.74.1 on n8n
* 🔖 Release n8n@0.79.1
* 🐛 Add missing rawBody for "application/x-www-form-urlencoded"
* 🔖 Release n8n@0.79.2
* 🐛 Fix bug that workflows did not get activated correctly
* 🔖 Release n8n@0.79.3
* ⚡ Add search operation to Zendesk-Node (n8n-io#900)
* 🐛 Fix wrong authentication name (n8n-io#908)
* 🐛 Fix comment create with assignee ID (repair field name) (n8n-io#906)
* 🐛 Fix another wrong property on ClickUp-Node
* 👷 Automatically run tslint
* 👕 Fix lint issue
* ⬆️ Set n8n-core@0.43.0 on n8n-node-dev
* 📚 Update copy and add information (n8n-io#910)
* Update README.md
* Update README.md
* Update CONTRIBUTING.md
* ✨ Add MQTT Trigger-Node (n8n-io#885)
* Improvements to MQTT-node
* ⚡ Small improvements
done
* ⚡ Improvements
Co-authored-by: LEE SANG JUN <blackr8t@gmail.com>
* ⚡ Minor improvements to MQTT Trigger-Node
* ⚡ Update buffer code to not get deprecation message
* Remove code duplication
* Trim whitespaces in AWS credentials
* Trim whitespaces in the AWS credentials in other nodes
* ⚡ Minor improvements to S3-Node
* 📚 Fix link to docker images
* ✨ Recursive listing for FTP/SFTP (n8n-io#903)
* ⚡ Add allowUnauthorizedCerts to Postgres-Node
* ⚡ Added recursive directory listing for SFTP
* ⚡ Added recursive listing for FTP
* Removed unused imports
* ⚡ Fixed creating an instance of both ftp/sftp both regardless of which is used
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
* ⚡ Normalize FTP-Data
Co-authored-by: Denis Palashevskii <palash.denis@outlook.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Rupenieks <ronaldsupenieks96@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: vvvictor07 <67104594+vvvictor07@users.noreply.github.com>
Co-authored-by: Tanay Pant <7481165+tanay1337@users.noreply.github.com>
Co-authored-by: LEE SANG JUN <blackr8t@gmail.com>
Co-authored-by: Rupenieks <32895755+Rupenieks@users.noreply.github.com>
* Add Custom S3 Endpoint credentials

* Add support for custom S3 endpoint in AWS S3 node

* Add support for custom endpoint URL scheme (both HTTP and HTTPS)

* Create generic S3 node

* Revert AWS S3 node to its original state

* ⚡ Add allowUnauthorizedCerts to Postgres-Node

* ⚡ Added RAW data option for assets, entries, content types

* ⚡ Fixed Contentful error parsing, added missing comma in entryDescription

* ⚡ Minor improvements to Contentful-Node

* 🐛 Do not overwrite accept header if set on HTTP Request Node

* 🔖 Release n8n-nodes-base@0.74.1

* ⬆️ Set n8n-nodes-base@0.74.1 on n8n

* 🔖 Release n8n@0.79.1

* 🐛 Add missing rawBody for "application/x-www-form-urlencoded"

* 🔖 Release n8n@0.79.2

* 🐛 Fix bug that workflows did not get activated correctly

* 🔖 Release n8n@0.79.3

* ⚡ Add search operation to Zendesk-Node (n8n-io#900)

* 🐛 Fix wrong authentication name (n8n-io#908)

* 🐛 Fix comment create with assignee ID (repair field name) (n8n-io#906)

* 🐛 Fix another wrong property on ClickUp-Node

* 👷 Automatically run tslint

* 👕 Fix lint issue

* ⬆️ Set n8n-core@0.43.0 on n8n-node-dev

* 📚 Update copy and add information (n8n-io#910)

* Update README.md

* Update README.md

* Update CONTRIBUTING.md

* ✨ Add MQTT Trigger-Node (n8n-io#885)

* Improvements to MQTT-node

* ⚡ Small improvements

done

* ⚡ Improvements

Co-authored-by: LEE SANG JUN <blackr8t@gmail.com>

* ⚡ Minor improvements to MQTT Trigger-Node

* ⚡ Update buffer code to not get deprecation message

* Remove code duplication

* Trim whitespaces in AWS credentials

* Trim whitespaces in the AWS credentials in other nodes

* ⚡ Minor improvements to S3-Node

* 📚 Fix link to docker images

* ✨ Recursive listing for FTP/SFTP (n8n-io#903)

* ⚡ Add allowUnauthorizedCerts to Postgres-Node

* ⚡ Added recursive directory listing for SFTP

* ⚡ Added recursive listing for FTP

* Removed unused imports

* ⚡ Fixed creating an instance of both ftp/sftp both regardless of which is used

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>

* ⚡ Normalize FTP-Data

* ✨ Add Customer.io-Node (n8n-io#833)

* 🚧 Descriptions, node function, generic function changes

* ✅ Finished functionality, added icon

* ⚡ Added new campaign operations, acommodated for 2 different authentications

* ⚡ Fixed number defaults not being numbers but empty strings

* ⚡ Some improvements to Customer.io Node

* 🐛 Fixed multiple labelIds not working on message -> getAll (n8n-io#916)

* 🐛 Fix Label-ID field

Co-authored-by: Denis Palashevskii <palash.denis@outlook.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Rupenieks <ronaldsupenieks96@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: vvvictor07 <67104594+vvvictor07@users.noreply.github.com>
Co-authored-by: Tanay Pant <7481165+tanay1337@users.noreply.github.com>
Co-authored-by: LEE SANG JUN <blackr8t@gmail.com>
Co-authored-by: Rupenieks <32895755+Rupenieks@users.noreply.github.com>
@spam-n-eggs spam-n-eggs merged commit 12f0e07 into master Sep 4, 2020
@spam-n-eggs spam-n-eggs deleted the ES/bjkeua/Clockify_Trigger branch September 4, 2020 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants