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

feat(Code Node): Add Python support #4295

Merged
merged 254 commits into from
May 4, 2023
Merged

feat(Code Node): Add Python support #4295

merged 254 commits into from
May 4, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 30, 2022

  1. 📘 Create types file

    ivov committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    35556dd View commit details
    Browse the repository at this point in the history
  2. 🚚 Rename theme

    ivov committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c87f2b2 View commit details
    Browse the repository at this point in the history
  3. 🔥 Remove unneeded prop

    ivov committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    62124c4 View commit details
    Browse the repository at this point in the history
  4. ⚡ Override keybindings

    ivov committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    d2f1960 View commit details
    Browse the repository at this point in the history
  5. ⚡ Expand lintings

    ivov committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    8694c63 View commit details
    Browse the repository at this point in the history
  6. ⚡ Create editor content getter

    ivov committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    0b25559 View commit details
    Browse the repository at this point in the history
  7. 🚚 Ensure all helpers use $

    ivov committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f35126c View commit details
    Browse the repository at this point in the history
  8. ✨ Add autocompletion

    ivov committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f0d0185 View commit details
    Browse the repository at this point in the history
  9. ⚡ Filter out welcome note node

    ivov committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    fbbdbda View commit details
    Browse the repository at this point in the history
  10. ⚡ Convey error line number

    ivov committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    6c9bb1f View commit details
    Browse the repository at this point in the history
  11. ⚡ Highlight error line

    ivov committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    6e55e05 View commit details
    Browse the repository at this point in the history
  12. ⚡ Restore logging from node

    ivov committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    307b797 View commit details
    Browse the repository at this point in the history
  13. ✨ More autocompletions

    ivov committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    fc402e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. ⚡ Streamline completions

    ivov committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    105610e View commit details
    Browse the repository at this point in the history
  2. ✏️ Update placeholders

    ivov committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    92315a3 View commit details
    Browse the repository at this point in the history
  3. ⚡ Update linter to new methods

    ivov committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    59b09ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a67a77 View commit details
    Browse the repository at this point in the history
  5. ⚡ Re-update placeholders

    ivov committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    2fd5597 View commit details
    Browse the repository at this point in the history
  6. 🔀 Merge master

    ivov committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    e1708b7 View commit details
    Browse the repository at this point in the history
  7. 🎨 Fix formatting

    ivov committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f9e4d78 View commit details
    Browse the repository at this point in the history
  8. 📦 Update package-lock.json

    ivov committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    a61492c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    238b8b3 View commit details
    Browse the repository at this point in the history
  10. ⚡ Account for syntax errors

    ivov committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    cb737c0 View commit details
    Browse the repository at this point in the history
  11. 🔥 Remove unneeded variant

    ivov committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    a9d1227 View commit details
    Browse the repository at this point in the history
  12. ⚡ Minor improvements

    ivov committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    732ca58 View commit details
    Browse the repository at this point in the history
  13. ⚡ Add more autocompletions

    ivov committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    2ac7bf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. 🚚 Rename extension

    ivov committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d71629b View commit details
    Browse the repository at this point in the history
  2. 🔥 Remove outdated comments

    ivov committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    0058d09 View commit details
    Browse the repository at this point in the history
  3. 🚚 Rename field

    ivov committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    8ea43b2 View commit details
    Browse the repository at this point in the history
  4. ✨ More autocompletions

    ivov committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    e5eed49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87cbdc4 View commit details
    Browse the repository at this point in the history
  6. 🔥 Remove logging

    ivov committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    7b17042 View commit details
    Browse the repository at this point in the history
  7. ✨ More error validation

    ivov committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    e59d2ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc9334e View commit details
    Browse the repository at this point in the history
  9. ⚡ Add item to validation info

    ivov committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    da86942 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. 🔀 Merge master

    ivov committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    e00e54c View commit details
    Browse the repository at this point in the history
  2. 📦 Update package-lock.json

    ivov committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    62065a4 View commit details
    Browse the repository at this point in the history
  3. ⚡ Leftover fixes

    ivov committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    98ae79b View commit details
    Browse the repository at this point in the history
  4. ⚡ Set insertNewlineAndIndent

    ivov committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    1c90e2b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. 📦 Update package-lock.json

    ivov committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    ee7790e View commit details
    Browse the repository at this point in the history
  2. 🔀 Merge master

    ivov committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    dbec09a View commit details
    Browse the repository at this point in the history
  3. 📦 Re-update package-lock.json

    ivov committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    86d32c2 View commit details
    Browse the repository at this point in the history
  4. 👕 Add lint exception

    ivov committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    55508f4 View commit details
    Browse the repository at this point in the history
  5. 📘 Add type to mixin type

    ivov committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    46f7adc View commit details
    Browse the repository at this point in the history
  6. Clean up comment

    ivov committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    942b2f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    653b39f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. ⚡ Adjust placeholders

    ivov committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    9e202b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee8796 View commit details
    Browse the repository at this point in the history
  3. 🎨 Set border

    ivov committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    622ab7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55adfa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10b69fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58197f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55bd59b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    70116a1 View commit details
    Browse the repository at this point in the history
  9. 🔀 Merge master

    ivov committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    6b57813 View commit details
    Browse the repository at this point in the history
  10. 📦 Update package-lock.json

    ivov committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    14ba3cb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. 🐛 Fix for $items(nodeName)[0]

    ivov committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    bc2e336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f4d0a4 View commit details
    Browse the repository at this point in the history
  3. ⚡ Refactor error handling

    ivov committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    0b290b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1577a13 View commit details
    Browse the repository at this point in the history
  5. ⚡ Apply review feedback

    ivov committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    740da9f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. ♻️ More general refactorings

    ivov committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    f687bd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. ⚡ Add dot notation utility

    ivov committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    4a3db67 View commit details
    Browse the repository at this point in the history
  2. Customize input handler

    ivov committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    d9e2fad View commit details
    Browse the repository at this point in the history
  3. ⚡ Support .json. completions

    ivov committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    f8931e0 View commit details
    Browse the repository at this point in the history
  4. ⚡ Adjust placeholder

    ivov committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    4b20bd8 View commit details
    Browse the repository at this point in the history
  5. ⚡ Sort imports

    ivov committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    1b0ed01 View commit details
    Browse the repository at this point in the history
  6. 🔥 Remove blank rows addition

    ivov committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    5d6b067 View commit details
    Browse the repository at this point in the history
  7. ⚡ Add more error validation

    ivov committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    bd02cbf View commit details
    Browse the repository at this point in the history
  8. 🔀 Merge master

    ivov committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    7c61f89 View commit details
    Browse the repository at this point in the history
  9. 📦 Update package-lock.json

    ivov committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    c894afd View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. ⚡ Make date logging consistent

    ivov committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    33dd437 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    841d64d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eaf13f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af1cacf View commit details
    Browse the repository at this point in the history
  5. ⚡ More input validation

    ivov committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    37bd909 View commit details
    Browse the repository at this point in the history
  6. ⚡ Expand linting to loops

    ivov committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    6e34ef7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e86e4f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. 🔀 Merge master

    ivov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    97f449e View commit details
    Browse the repository at this point in the history
  2. 🐛 Fix placeholder syntax

    ivov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c7e3102 View commit details
    Browse the repository at this point in the history
  3. 📘 Narrow down type

    ivov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    de5882d View commit details
    Browse the repository at this point in the history
  4. 🚚 Rename using kebab-case

    ivov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    3019e47 View commit details
    Browse the repository at this point in the history
  5. 🔥 Remove mapGetters

    ivov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    0ac92e0 View commit details
    Browse the repository at this point in the history
  6. ✏️ Fix casing

    ivov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    38721c7 View commit details
    Browse the repository at this point in the history
  7. ⚡ Adjust import for type

    ivov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f233634 View commit details
    Browse the repository at this point in the history
  8. ✏️ Fix quotes

    ivov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    efa7cf0 View commit details
    Browse the repository at this point in the history
  9. 🐛 Fix activeNode reference

    ivov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    f833412 View commit details
    Browse the repository at this point in the history
  10. ⚡ Use constant

    ivov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9994e41 View commit details
    Browse the repository at this point in the history
  11. 🔥 Remove logging

    ivov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    1f00bbb View commit details
    Browse the repository at this point in the history
  12. ✏️ Fix typo

    ivov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    5d6bd56 View commit details
    Browse the repository at this point in the history
  13. ⚡ Add missing notice

    ivov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    00db128 View commit details
    Browse the repository at this point in the history
  14. ✏️ Add tags

    ivov committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    75927b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. ✏️ Fix alias

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    29f4770 View commit details
    Browse the repository at this point in the history
  2. ✏️ Update copy

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    2e48c46 View commit details
    Browse the repository at this point in the history
  3. 🔥 Remove wrong linting

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    2e3d429 View commit details
    Browse the repository at this point in the history
  4. ✏️ Update copy

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    0931bdc View commit details
    Browse the repository at this point in the history
  5. ⚡ Add validation for null

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    408677b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0c1fb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8015b8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c7e101 View commit details
    Browse the repository at this point in the history
  9. ⚡ More validation

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    34a167e View commit details
    Browse the repository at this point in the history
  10. ✏️ More copy updates

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    dae417b View commit details
    Browse the repository at this point in the history
  11. ✏️ Placeholder updates

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    5e5aa15 View commit details
    Browse the repository at this point in the history
  12. ⏪ Restore spelling

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    00b283a View commit details
    Browse the repository at this point in the history
  13. ⚡ Fix var name

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    87a5378 View commit details
    Browse the repository at this point in the history
  14. ✏️ More copy updates

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    9cd1811 View commit details
    Browse the repository at this point in the history
  15. ⚡ Add luxon autocompletions

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    fd93630 View commit details
    Browse the repository at this point in the history
  16. ⚡ Make scrollable

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    c404699 View commit details
    Browse the repository at this point in the history
  17. 🔀 Merge master

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    3b70aa7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3234823 View commit details
    Browse the repository at this point in the history
  19. 📦 Update package-lock.json

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    fe0e206 View commit details
    Browse the repository at this point in the history
  20. 👕 Fix lint detail

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    45e43d1 View commit details
    Browse the repository at this point in the history
  21. 🎨 Set font family

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    8c24967 View commit details
    Browse the repository at this point in the history
  22. ⚡ Bring in expressions fix

    ivov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    3b845be View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. 🔀 Merge master

    ivov committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    e1cdd7d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. ♻️ Address feedback

    ivov committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    92d6886 View commit details
    Browse the repository at this point in the history
  2. 🔀 Merge master (Vite)

    ivov committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    fefbfb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a62b8c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9631fc3 View commit details
    Browse the repository at this point in the history
  5. feat(editor-ui): Replace lezer with esprima in client linter (#4192)

    * 🔥 Remove addition from misresolved conflict
    
    * ⚡ Replace `lezer` with `esprima` in client linter
    
    * ⚡ Add missing key
    
    * 📦 Update `package-lock.json`
    
    * ⚡ Match dependencies
    
    * 📦 Update `package-lock.json`
    
    * 📦 Re-update `package-lock.json`
    ivov authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    55ef5b4 View commit details
    Browse the repository at this point in the history
  6. ⚡ Match whitespace

    ivov committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    128a601 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. 🐛 Fix selection

    ivov committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    2cc494b View commit details
    Browse the repository at this point in the history
  2. ⚡ Expand validation

    ivov committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    3033223 View commit details
    Browse the repository at this point in the history
  3. 🔥 Remove validation

    ivov committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    50a15e8 View commit details
    Browse the repository at this point in the history
  4. ✏️ Update copy

    ivov committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    fa9dd42 View commit details
    Browse the repository at this point in the history
  5. 🚚 Move to constants

    ivov committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    48567a9 View commit details
    Browse the repository at this point in the history
  6. ⚡ More null validation

    ivov committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    d9b42b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4a7cec7 View commit details
    Browse the repository at this point in the history
  8. ⚡ Gloss over n8n syntax error

    ivov committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    df68964 View commit details
    Browse the repository at this point in the history
  9. 🎨 Re-style diagnostic button

    ivov committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    ed531eb View commit details
    Browse the repository at this point in the history
  10. 🔥 Remove item as itemAlias

    ivov committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    31e4c03 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    363e8df View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    accf483 View commit details
    Browse the repository at this point in the history
  13. ⚡ More autocompletions

    ivov committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a6c06dc View commit details
    Browse the repository at this point in the history
  14. 👕 Fix lint

    ivov committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    d1982c6 View commit details
    Browse the repository at this point in the history
  15. ⚡ Simplify typings

    ivov committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    6bb0c67 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. feat(nodes-base): Multiline autocompletion for code-node-editor (#4220

    )
    
    * ⚡ Simplify typings
    
    * ⚡ Consolidate helpers in utils
    
    * ⚡ Multiline autocompletion for standalone vars
    
    * 🔥 Remove unneeded mixins
    
    * ✏️ Update copy
    
    * ✏️ Prep TODOs
    
    * ⚡ Multiline completion for `$input.method` + `$input.item`
    
    * 🔥 Remove unused method
    
    * 🔥 Remove another unused method
    
    * 🚚 Move luxon strings to helpers
    
    * ⚡ Multiline autocompletion for methods output
    
    * ⚡ Refactor to use optional chaining
    
    * 👕 Fix lint
    
    * ✏️ Update TODOs
    
    * ⚡ Multiline autocompletion for `json` fields
    
    * 📘 Add typings
    
    * ⚡ De-duplicate callback to forEach
    
    * 🐛 Fix autocompletions not working with leading whitespace
    
    * 🌐 Apply i18n
    
    * 👕 Fix lint
    
    * :constructor: Second-period var usage completions
    
    * 👕 Fix lint
    
    * 👕 Add exception
    
    * ⚡ Add completion telemetry
    
    * 📘 Add typing
    
    * ⚡ Major refactoring to organize
    
    * 🐛 Fix multiline `.all()[index]`
    
    * 🐛 Do not autoclose square brackets prior to `.json`
    
    * 🐛 Fix accessor for multiline `jsonField` completions
    
    * ⚡ Add completions for half-assignments
    
    * 🐛 Fix `jsonField` completions for `x.json`
    
    * ✏️ Improve comments
    
    * 🐛 Fix `.json[field]` for multiline matches
    
    * ⚡ Cleanup
    ivov authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    63f9594 View commit details
    Browse the repository at this point in the history
  2. 🔀 Merge master

    ivov committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    983f09b View commit details
    Browse the repository at this point in the history
  3. 🔀 Merge master again

    ivov committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    f1ecafc View commit details
    Browse the repository at this point in the history
  4. 📦 Update package-lock.json

    ivov committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    6684045 View commit details
    Browse the repository at this point in the history
  5. 👕 Fix lint

    ivov committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    00f0c66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c6256a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c06fa88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e456fff View commit details
    Browse the repository at this point in the history
  9. ✏️ Make naming consistent

    ivov committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    525af94 View commit details
    Browse the repository at this point in the history
  10. ✏️ Add docline

    ivov committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    e1585ae View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. ⚡ Finish self-review cleanup

    ivov committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    cb688e1 View commit details
    Browse the repository at this point in the history
  2. 🔥 Remove outdated comment

    ivov committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    5898030 View commit details
    Browse the repository at this point in the history
  3. 📌 Pin luxon to major-minor

    ivov committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    239d791 View commit details
    Browse the repository at this point in the history
  4. ✏️ Fix typo

    ivov committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    da6b857 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. 📦 Update package-lock.json

    ivov committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    3d20450 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e66bcd View commit details
    Browse the repository at this point in the history
  3. 📦 Update package-lock.json

    ivov committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    4c5edf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb1ab7b View commit details
    Browse the repository at this point in the history
  5. ➕ Add luxon for Gmail node

    ivov committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    c73926e View commit details
    Browse the repository at this point in the history
  6. 📦 Update package-lock.json

    ivov committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    53fd6e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e388bf View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. 🐛 Fix $prevNode completions

    ivov committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    c2dab13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3705b8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eb99a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e063844 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5f7150 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a745370 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9004ca6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b392fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    482a264 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b3c8ff4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e3826c0 View commit details
    Browse the repository at this point in the history
  12. 🔀 Merge master

    ivov committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    6a709d3 View commit details
    Browse the repository at this point in the history
  13. 📦 Update package-lock.json

    ivov committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    724f0e6 View commit details
    Browse the repository at this point in the history
  14. 🐛 Fix guard in $input.last()

    ivov committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b25bfbc View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Configuration menu
    Copy the full SHA
    caf5830 View commit details
    Browse the repository at this point in the history
  2. 👕 Fix lint issue

    janober committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    768fe87 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    4fdc5d9 View commit details
    Browse the repository at this point in the history
  2. 📦 Update package-lock.json

    janober committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    ef633d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ca2d97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8541df3 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

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

Commits on Nov 5, 2022

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

Commits on Dec 6, 2022

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

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    a861a4e View commit details
    Browse the repository at this point in the history
  2. Update pnpm-lock file

    janober committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    2239fce View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

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

Commits on Dec 9, 2022

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

Commits on Dec 16, 2022

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

Commits on Dec 26, 2022

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

Commits on Dec 27, 2022

  1. lazy load pythonia

    netroy committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    b734457 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

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

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    beea212 View commit details
    Browse the repository at this point in the history
  2. Fix lint issue

    janober committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0519ff8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    bc01a15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93d3144 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab7d0bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d3b2ba View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. ⚡ Suppress warnings

    janober committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c6e5d1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c8ec5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d189a2f View commit details
    Browse the repository at this point in the history
  4. ⚡ Adjust description

    janober committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8f92b61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ea20c4 View commit details
    Browse the repository at this point in the history
  6. ⚡ Improve error display

    janober committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    bfabe4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84e3323 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9bb59aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e56b1d3 View commit details
    Browse the repository at this point in the history
  10. ⚡ Add missing file

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

Commits on Feb 6, 2023

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

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    61e5648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f84fac7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

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

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    48e9722 View commit details
    Browse the repository at this point in the history
  2. ⚡ Disable Python by default

    janober committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    753b9d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    17f05fa View commit details
    Browse the repository at this point in the history
  2. reset and rebuild the lockfile

    1. gco origin/master pnpm-lock.yaml
    2. pnpm i
    3. git commit
    netroy committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    669ad05 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    63945be View commit details
    Browse the repository at this point in the history
  2. ⚡ Fix tests

    janober committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    54d2d47 View commit details
    Browse the repository at this point in the history
  3. refactor(editor): Remove monaco editor (#5446)

    * refactor(editor): Remove monaco editor and improve & generalize CodeNodeEditor
    
    * ⚡ Make it possible to use full height available
    
    * ⚡ Fix height in CodeEdit modal
    
    * ⚡ Preventing code editor overflow in output panel
    
    * ⚡ Make necessary changes for versioning
    
    * Apply suggestion
    
    Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
    
    * Improve variable naming
    
    ---------
    
    Co-authored-by: Milorad Filipovic <milorad@n8n.io>
    Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
    3 people authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    87dac07 View commit details
    Browse the repository at this point in the history
  4. Add python tests

    janober committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    2d2a3c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72cbbb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    355923d View commit details
    Browse the repository at this point in the history
  2. reset and rebuild the lockfile

    netroy committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    0357531 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    b87c727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1535ac View commit details
    Browse the repository at this point in the history
  3. remove unused workflowMode

    netroy committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    5a7db99 View commit details
    Browse the repository at this point in the history
  4. restructure code

    netroy committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    8fb30c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e77d56 View commit details
    Browse the repository at this point in the history
  6. fix a typo

    netroy committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6036257 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35fda9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f924497 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb87618 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

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

Commits on Mar 18, 2023

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

Commits on Mar 19, 2023

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

Commits on Mar 21, 2023

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

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    62eba41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06f7c26 View commit details
    Browse the repository at this point in the history
  3. revert WorkflowDataProxy

    netroy committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    73948d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. update @codemirror/lang-python

    netroy committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    06b89cf View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

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

Commits on Apr 18, 2023

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

Commits on Apr 26, 2023

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

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    fe10294 View commit details
    Browse the repository at this point in the history
  2. make it all work again

    netroy committed May 2, 2023
    Configuration menu
    Copy the full SHA
    cf8b461 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    832a65b View commit details
    Browse the repository at this point in the history
  2. update lockfile

    netroy committed May 3, 2023
    Configuration menu
    Copy the full SHA
    0eb819e View commit details
    Browse the repository at this point in the history
  3. revert changes to auto-completions code

    we can use the same code for python auto-complete as well
    netroy committed May 3, 2023
    Configuration menu
    Copy the full SHA
    d567803 View commit details
    Browse the repository at this point in the history
  4. fix linting error

    netroy committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c77b4b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32e43ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf71f83 View commit details
    Browse the repository at this point in the history
  7. p

    netroy committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c9d05e2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

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