Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: n8n-io/n8n
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: n8n@0.214.0
Choose a base ref
...
head repository: n8n-io/n8n
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: n8n@0.214.1
Choose a head ref
  • 11 commits
  • 36 files changed
  • 7 contributors

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    8a224c0 View commit details
    Browse the repository at this point in the history
  2. feat(Slack Node): Revamp the node with more functionalities in a new …

    …version (#4587)
    
    * 🔥 Remove useless tooltips
    
    * Slack change additional fields to Options in node
    
    * 🥅 Add error handeling for out of Scope request
    
    * ♻️ Refactor channel visibility
    
    * ♻️ refactor user ressource
    
    * Update user profile
    
    * 🔥 remove JSON parameter
    
    * 🔥 remove attchmant json and block json
    
    * 🎨 refactors message post
    
    * 🎨 refactor ts property into timestamps
    
    * 🎨 change action name for messages
    
    * ✨ add new operation to message ressouce
    
    * ✨ add search backend logic + channel RLC
    
    * 🎨 improve timestamp description and plaecholder
    
    * 🎨 change timestamp disaplay name
    
    * ✨ add RLC for channels
    
    * ✨ add versioning
    
    * 🐛 Fix imports for versioning
    
    * ✨ Add RLC for users when sending messages
    
    * ✨ RLC for user presence
    
    * ✨ Add json builder for slack blocks
    
    * 🐛 Fix option in search query
    
    * Add loadoption for search in channels
    
    * Fix indentation issue
    
    * ✨ Add more scopes to Oauth2
    
    * 🐛 Fix lint issue
    
    * 🐛 oauth fix
    
    * ✨ Merge user and user profile
    
    * ✨ Improve reactions and star resource
    
    * ⚡️Merges ephemeral operation into one
    
    * ⚡️Merge image and emoji in profile picture
    
    * 🐛Fix bug for replying to messages
    
    * ⚡️Add username type to User Rlc
    
    * 🐛 Fix typo
    
    * 🎨 Improves tooltip and naming for ephemeral messages
    
    * 🎨 Improve display name and description
    
    * ⚡️Add the ability to delete within username channel
    
    * 🎨 Add informations on how to use the emojis and add doc
    
    * 🎨 Fix typos and improve display names
    
    * ✨ Improve FE validation for timestamp
    
    * 🎨 Change block description
    
    * 🚨 Fix linting
    
    * 🚨 More lint fixes
    
    * 🐛 Fix timestamps bug
    
    * 🐛 Fix timestamp not showing up
    
    * 🐛 More small fixes
    
    * 🐛 Fix logic error
    
    * Add searchable to slack rlc channels and users
    
    * Fix lint rules
    
    * ⚡️Message Search -> fix limit request using qs count
    
    * ⚡️Message Search -> sort by relevance use qs score
    
    * Fix messages by username rlc
    
    * 🐛 fix messages search all operation
    
    * Add error when using username with ephemeral message
    
    * 🎨 fix linting errors
    
    * 🎨 send message ephemeral error message improvement
    
    ---------
    
    Co-authored-by: Marcus <marcus@n8n.io>
    agobrech and maspio authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4df6942 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d9b64e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. fix(editor): Fix merge node connectors (#5364)

    * fix(editor): Fix merge node connectors
    
    * Set `stateIsDirty` from `EVENT_CONNECTION` hook
    OlegIvaniv authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    20356ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b628dd View commit details
    Browse the repository at this point in the history
  3. fix(editor): Fix mapping to empty expression input (#5367)

    🐛 Fix mapping to empty expression input
    ivov authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    e4458b4 View commit details
    Browse the repository at this point in the history
  4. fix(core): CORS middleware should not process the entire handler chai…

    …n on OPTIONS requests (no-changelog) (#5368)
    
    fix(core): CORS middleware should not process the entire handler chain on OPTIONS requests
    netroy authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    a115baa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c115f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c006b76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ede218 View commit details
    Browse the repository at this point in the history
  8. 🔖 Release n8n@0.214.1

    janober committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    6b7408d View commit details
    Browse the repository at this point in the history
Loading