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

PagerDuty node: add support for additional details for the incident #3140

Merged
merged 8 commits into from
Apr 15, 2022

Commits on Apr 14, 2022

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

Commits on Apr 15, 2022

  1. fix(editor): Fix breaking Drop-downs after removing expressions (n8n-…

    …io#3094)
    
    * 🐛 Fixed multiOption parameter input dropdown values after removing expression.
    
    * ♻️ Moved array value normalization to removeExpression action.
    
    * 🐛 Handled scenario where expression contained invalid value.
    alexgrozav committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    17b0cd8 View commit details
    Browse the repository at this point in the history
  2. 🎨 Centralize error throwing for encryption keys and credentials (n8n-…

    …io#3105)
    
    * Centralized error throwing for encryption key
    
    * Unifying the error message used by cli and core packages
    
    * Improvements to error messages to make it more DRY
    
    * Removed unnecessary throw
    
    * Throwing error when credential does not exist to simplify node behavior (n8n-io#3112)
    
    Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
    krynble and ivov committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    d3fecb9 View commit details
    Browse the repository at this point in the history
  3. fix(core): Make email for UM case insensitive (n8n-io#3078)

    * 🚧 lowercasing email
    
    * ✅ add tests for case insensitive email
    
    * 🐘 add migration to lowercase email
    
    * 🚚 rename migration
    
    * 🐛 fix package.lock
    
    * 🐛 fix double import
    
    * 📋 add todo
    BHesseldieck committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    8532b00 View commit details
    Browse the repository at this point in the history
  4. ⚡ Add autocompletion for i18n keys in script sections of Vue files (n…

    …8n-io#3133)
    
    * 📘 Type `baseText()` to i18n keys
    
    * 📘 Adjust `baseText()` signature
    
    * 👕 Except JSON files from Vue ESLint
    
    * 🐛 Fix errors surfaced by `baseText()` typing
    
    * ⚡ Pluralize keys
    
    * 📘 Add typing for category names
    
    * ⚡ Mark internal keys
    
    * ✏️ Update docs references
    
    * 🎨 Prettify syntax
    
    * 🐛 Fix leftover internal key references
    ivov committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    18dee37 View commit details
    Browse the repository at this point in the history
  5. feat(Discord Node): Add additional options (n8n-io#2918)

    * 🔖 Discord Node v2.0
    
    * Updated image from png to svg
    
    * Added correct versioning
    
    * Added old for versioning purposes
    
    * Added other parameter for the url
    
    * Fixed subtitle added multipart option for payload
    
    * Removed unused imports
    
    * Changed data type for binary file
    
    * Removed console.log
    
    * Moved the additional fields to an option field + fixed some bugs
    
    * Refactored node into one version
    
    * Removed any type
    
    * Fixed some broken behaviour
    
    * Minor fixes for discord node
    
    * ⚡ Fix parameter name
    
    Co-authored-by: Timeraa <me@timeraa.dev>
    Co-authored-by: Omar Ajoue <krynble@gmail.com>
    Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
    4 people committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    310bffe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35ed4c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4acd21 View commit details
    Browse the repository at this point in the history