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

Elasticsearch node improvements - N8N-3131 #2420

Merged
merged 23 commits into from
Jul 10, 2022

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    00f4420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a3161f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04a74eb View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

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

Commits on Mar 16, 2022

  1. πŸ”¨ merge fix

    michael-radency committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    9a9ba08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f790d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    7dac4bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3ba072 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

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

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    9f3860d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3991253 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fd4509 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. ⚑ Improvements

    RicardoE105 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    adcd00f View commit details
    Browse the repository at this point in the history
  2. πŸ”€ Merge master

    RicardoE105 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    a7e9c84 View commit details
    Browse the repository at this point in the history
  3. ⚑ Improvements

    RicardoE105 committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    291d118 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. feat(Redis Node): Add push and pop operations (n8n-io#3127)

    * ✨ Add push and pop operations
    
    * ⚑ linter fixes
    
    * ⚑ linter fixes
    
    * πŸ› Fix errors and remove overwrite
    
    * πŸ› Remove errant hint
    
    * ⚑ Small change
    
    Co-authored-by: Michael Kret <[email protected]>
    Co-authored-by: ricardo <[email protected]>
    3 people authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    32c68eb View commit details
    Browse the repository at this point in the history
  2. refactor: Telemetry updates (n8n-io#3529)

    * Init unit tests for telemetry
    
    * Update telemetry tests
    
    * Test Workflow execution errored event
    
    * Add new tracking logic in pulse
    
    * cleanup
    
    * interfaces
    
    * Add event_version for Workflow execution count event
    
    * add version_cli in all events
    
    * add user saved credentials event
    
    * update manual wf exec finished, fixes
    
    * improve typings, lint
    
    * add node_graph_string in User clicked execute workflow button event
    
    * add User set node operation or mode event
    
    * Add instance started event in FE
    
    * Add User clicked retry execution button event
    
    * add expression editor event
    
    * add input node type to add node event
    
    * add User stopped workflow execution wvent
    
    * add error message in saved credential event
    
    * update stop execution event
    
    * add execution preflight event
    
    * Remove instance started even tfrom FE, add session started to FE,BE
    
    * improve typing
    
    * remove node_graph as property from all events
    
    * move back from default export
    
    * move psl npm package to cli package
    
    * cr
    
    * update webhook node domain logic
    
    * fix is_valid for User saved credentials event
    
    * fix Expression Editor variable selector event
    
    * add caused_by_credential in preflight event
    
    * undo webhook_domain
    
    * change node_type to full type
    
    * add webhook_domain property in manual execution event (n8n-io#3680)
    
    * add webhook_domain property in manual execution event
    
    * lint fix
    ahsanv authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    6b2db8e View commit details
    Browse the repository at this point in the history
  3. feat(SpreadsheetFile Node): Allow skipping headers when writing sprea…

    …dsheets (n8n-io#3234)
    
    * ⚑ Allow skipping headers when writing spreadsheets
    
    * Fix type on sheet options
    drudge authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    dbfb8d5 View commit details
    Browse the repository at this point in the history
  4. fix(Telegram Node): Fix sending binaryData media (photo, document, vi…

    …deo etc.) (n8n-io#3408)
    
    * fixed send media (photo, document, video etc.) issues on Telegram Node
    
    * fixed send media (photo, document, video etc.) issues on Telegram Node
    
    * file name is optional now
    
    * ⚑ lock file and linter fix
    
    * ⚑ improvements
    
    * ⚑ fixes
    
    * ⚑ Improvements
    
    * ⚑ Add placeholder to File Name
    
    * ⚑ Add error message
    
    * πŸ”₯ Remove requestWithAuthentication
    
    * ⚑ Fix typo
    
    * πŸ‘• Fix linting issues
    
    Co-authored-by: Michael Kret <[email protected]>
    Co-authored-by: ricardo <[email protected]>
    3 people authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    af45a07 View commit details
    Browse the repository at this point in the history
  5. feat(Freshworks CRM Node): Add Search + Lookup functionality (n8n-io#…

    …3131)
    
    * Add fields and Ops for Lookup Search
    
    * Adds Search (Search + Lookup) operations
    
    * πŸ”¨ credentials update
    
    * πŸ”¨ improvements
    
    * ⚑ clean up and linter fixes
    
    * ⚑ merged search and query, more hints
    
    * ⚑ Improvements
    
    * ⚑ Add generic type to authentication method
    
    Co-authored-by: Michael Kret <[email protected]>
    Co-authored-by: ricardo <[email protected]>
    3 people authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    dbc0280 View commit details
    Browse the repository at this point in the history
  6. feat(Jira Trigger Node): Add optional query auth for security (n8n-io…

    …#3172)
    
    * ✨ Add query auth for Jira Trigger security
    
    * ⚑ small fixes:
    
    * ⚑ Response with 403 when invalid query authentication
    
    * πŸ‘• Fix linting issues
    
    Co-authored-by: Michael Kret <[email protected]>
    Co-authored-by: ricardo <[email protected]>
    3 people authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    25093b6 View commit details
    Browse the repository at this point in the history
  7. πŸ”€ Merge branch 'elasticsearch-improvements' of github.com:pemontto/n8…

    …n into pemontto-elasticsearch-improvements
    janober committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    556a6f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14faab6 View commit details
    Browse the repository at this point in the history