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

Onfleet node #2593

Closed
wants to merge 17 commits into from
Closed

Onfleet node #2593

wants to merge 17 commits into from

Commits on Dec 14, 2021

  1. feat: added Onfleet nodes

    Added Onfleet nodes for working with different endpoints like:
    organizations, administrators, workers, hubs, teams, destinations, recipients,
    containers and webhooks.
    Santiago Botero Ruiz committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    be60920 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. style: fixed typos, arrays uniformity, unnecesary files

    Santiago Botero Ruiz committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    6d111c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. refactor: changed add to create in comments and labels

    Santiago Botero Ruiz committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    4c36754 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from YokySantiago/master

    INT-441: Add Onfleet nodes to n8n
    jamesliupenn authored Dec 21, 2021
    Configuration menu
    Copy the full SHA
    1c4a6ab View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. feat: added name field to onfleet trigger node

    Santiago Botero Ruiz committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    56d6e77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from YokySantiago/master

    feat: added name field to onfleet trigger node
    jamesliupenn authored Dec 22, 2021
    Configuration menu
    Copy the full SHA
    34f3b33 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. feat: added team endpoints to onfleet node

    Added team auto-dispatch and driver time estimate endpoints to Onfleet
    node
    Santiago Botero Ruiz committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    19d90e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. style: remove dots in descriptions and fixed some typos

    Santiago Botero Ruiz committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    49a8e03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from YokySantiago/master

    INT-483: Add missing endpoints to n8n-onfleet node
    jamesliupenn authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    2fb2be6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. feat: added fixes according to comments made on the n8n PR

    added new fixed collections, refactored the code according to comments
    made on the n8n pr
    Santiago Botero Ruiz committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    9e597ec View commit details
    Browse the repository at this point in the history
  2. fix: fixed recipient and destination cretion

    Santiago Botero Ruiz committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    19c67e1 View commit details
    Browse the repository at this point in the history
  3. docs: added docstrings for format some functions

    added docstrings for new functions addded for formatting the destination
    and recipient objects
    Santiago Botero Ruiz committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    a95f4a6 View commit details
    Browse the repository at this point in the history
  4. style: formatting the code according to n8n nodelinter

    Santiago Botero Ruiz committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    addba39 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    4424dc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. fix: typos and better descriptions

    Santiago Botero Ruiz committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    78842f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from YokySantiago/master

    Refactor according to n8n PR comments
    jamesliupenn authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    7d14e43 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. [INT-510] n8n: Address additional problems from n8n code review (#5)

    * Fixed some error creating a worker, moving some fields under additional fields collection
    
    * Fixed returned values for delete operations, making some changes for style code
    
    * Added operational error since required property is not working for dateTime fields
    YokySantiago authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    007ed0b View commit details
    Browse the repository at this point in the history