Iván Ovejero
|
56c4c6991f
|
🎨 Set up linting and formatting (#2120)
* ⬆️ Upgrade TS to 4.3.5
* 👕 Add ESLint configs
* 🎨 Add Prettier config
* 📦 Add deps and commands
* ⚡ Adjust global .editorconfig to new ruleset
* 🔥 Remove unneeded local .editorconfig
* 📦 Update deps in editor-ui
* 🔨 Limit Prettier to only TS files
* ⚡ Add recommended VSCode extensions
* 👕 Fix build
* 🔥 Remove Vue setting from global config
* ⚡ Disable prefer-default-export per feedback
* ✏️ Add forgotten divider
* 👕 Disable no-plusplus
* 👕 Disable class-methods-use-this
* ✏️ Alphabetize overrides
* 👕 Add one-var consecutive override
* ⏪ Revert one-var consecutive override
This reverts commit b9252cf935 .
* 🎨 👕 Lint and format workflow package (#2121)
* 🎨 Format /workflow package
* 👕 Lint /workflow package
* 🎨 Re-format /workflow package
* 👕 Re-lint /workflow package
* ✏️ Fix typo
* ⚡ Consolidate if-checks
* 🔥 Remove prefer-default-export exceptions
* 🔥 Remove no-plusplus exceptions
* 🔥 Remove class-methods-use-this exceptions
* 🎨 👕 Lint and format node-dev package (#2122)
* 🎨 Format /node-dev package
* ⚡ Exclude templates from ESLint config
This keeps the templates consistent with the codebase while preventing lint exceptions from being made part of the templates.
* 👕 Lint /node-dev package
* 🔥 Remove prefer-default-export exceptions
* 🔥 Remove no-plusplus exceptions
* 🎨 👕 Lint and format core package (#2123)
* 🎨 Format /core package
* 👕 Lint /core package
* 🎨 Re-format /core package
* 👕 Re-lint /core package
* 🔥 Remove prefer-default-export exceptions
* 🔥 Remove no-plusplus exceptions
* 🔥 Remove class-methods-use-this exceptions
* 🎨 👕 Lint and format cli package (#2124)
* 🎨 Format /cli package
* 👕 Exclude migrations from linting
* 👕 Lint /cli package
* 🎨 Re-format /cli package
* 👕 Re-lint /cli package
* 👕 Fix build
* 🔥 Remove prefer-default-export exceptions
* ⚡ Update exceptions in ActiveExecutions
* 🔥 Remove no-plusplus exceptions
* 🔥 Remove class-methods-use-this exceptions
* 👕 fix lint issues
* 🔧 use package specific linter, remove tslint command
* 🔨 resolve build issue, sync dependencies
* 🔧 change lint command
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
|
2021-08-29 20:58:11 +02:00 |
|
Omar Ajoue
|
199377e183
|
⚡ Replace glob-promise with fast-glob (#2096)
Co-authored-by: lublak <lublak.de@gmail.com>
|
2021-08-20 23:48:02 +02:00 |
|
Ben Hesseldieck
|
d3a1d3ffef
|
Revert "⚡ Simplify config imports in cli package (#1840)" (#1931)
This reverts commit c21c8b3369 .
|
2021-06-23 11:20:07 +02:00 |
|
Iván Ovejero
|
c21c8b3369
|
⚡ Simplify config imports in cli package (#1840)
* ⚡ Set path alias for config
* ⚡ Update config export
* ⚡ Simplify config imports
* ⚡ Update also additional imports
* ⚡ Update path in collation migration
* ⚡ Resolve aliased paths
* 👕 Fix Codacy issue
* 👕 Retry to fix Codacy issue
Co-authored-by: Jan <janober@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
|
2021-06-22 23:18:52 +02:00 |
|
Ben Hesseldieck
|
0470740737
|
✨ Change the UI of the Nodes Panel (#1855)
* Add codex search properties to node types
* implement basic styles
* update header designs
* update node list designs
* add trigger icon
* refactor node creator list
* implement categories and subcategories
* fix up spacing
* add arrows
* implement navigatable list
* implement more of feature
* implement navigation
* add transitions
* fix lint issues
* fix overlay
* ⚡ Get and add codex categories
* fix up design
* update borders
* implement no-matches view
* fix preview bug
* add color to search
* clean up borders
* add comma
* Revert "Merge branch 'add-codex-data' of github.com:n8n-io/n8n into PROD-819-nodes-panel-redesign"
38b7d7ead1
* use new impl
* remove empty categories
* update scrolling, hide start node
* make scrollable
* remove text while subcategory panel is open
* fix up spacing
* fix lint issues
* update descriptions
* update path
* update images
* fix tags manager
* give min height to image
* gst
* update clear color
* update font size
* fix firefox spacing
* close on click outside
* add external link icon
* update iterator key
* add client side caching for images
* update caching header
* ⚡️ Add properties to codex for nodes panel (#1854)
* ⚡ Get and add codex categories
* ⚡ Add parens to evaluation + destructuring
* 🔥 Remove non-existing class reference
* ⚡ Add alias to codex property
* move constants
* 🔨 Rename CodexCategories to CodexData
* ✏️ Update getCodex documentation
* refactor and move
* refactor no results view
* more refactoring
* refactor subcategory panel
* more refactoring
* update text
* update no results view
* add miscellaneous to end of list
* address design feedback
* reimplement node search
* fix up clear
* update placeholder color
* impl transition
* focus on tab
* update spacing
* fix transition bug on start
* fix up x
* fix position
* build
* safari fix
* remove input changes
* css bleed issue with image
* update css value
* clean up
* simplify impl
* rename again
* rename again
* rename all
* fix hover bug
* remove keep alive
* delete icon
* update interface type
* refactor components
* update scss to module
* clean up impl
* clean up colors as vars
* fix indentation
* clean up scss
* clean up scss
* clean up scss
* clean up scss
* Clean up files
* update logic to be more efficient
* fix search bug
* update type
* remove unused
* clean up js
* update scrollable, border impl, transition
* fix simicolon
* build
* update search
* address max's comments
* change icon border radius
* change margin
* update icon size
* update icon size
* update slide transition out
* add comma
* remove full
* update trigger icon size
* fix image size
* address design feedback
* update external link icons
* address codacy issues
* support custom nodes without codex file
* address jan's feedback
* address Ben's comments
* add subcategory index
* open/close categories with arrow keys
* add lint comment
* Address latest comments
* ⚡ Minor changes
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
|
2021-06-18 07:58:26 +02:00 |
|
Jan Oberhauser
|
e0602372f6
|
👕 Fix lint issue
|
2021-05-21 23:41:06 -05:00 |
|
Jan Oberhauser
|
40614672e6
|
⚡ Add deprecation warning for "executeSingle"
|
2021-05-21 22:51:38 -05:00 |
|
lublak
|
c83c05456d
|
⚡ Use native fs promise where possible (#1684)
|
2021-04-30 21:22:15 -05:00 |
|
Jan Oberhauser
|
ea79e80c17
|
✨ Make it possible to load only specific nodes
|
2020-12-01 10:53:43 +01:00 |
|
Jan Oberhauser
|
f9b3cced5c
|
🔀 Merge branch 'master' into oauth-support
|
2020-06-04 09:44:21 +02:00 |
|
Jan Oberhauser
|
35c149c7b1
|
⚡ Fix small issue
|
2020-06-03 19:58:55 +02:00 |
|
Tei1988
|
e19cd9c118
|
✨ Add support for scoped npm packages (#612)
|
2020-06-03 19:40:39 +02:00 |
|
Jan Oberhauser
|
f1f09d4a03
|
🔀 Merge branch 'master' into oauth-support
|
2020-05-24 20:37:59 +02:00 |
|
Allan Clempe
|
d79f22d0db
|
⚡ Changed glob pattern to also search nodes in subfolders. (#574)
|
2020-05-23 01:09:05 +02:00 |
|
Jan Oberhauser
|
eb285ef711
|
⚡ Make it possible to set credentials to fixed values
|
2020-01-25 23:48:38 -08:00 |
|
Jan Oberhauser
|
d337cbd805
|
👕 Replace some double quotes with single ones
|
2019-09-19 14:14:37 +02:00 |
|
Jan Oberhauser
|
d59a043e3f
|
✨ Run workflows in own independent subprocess
|
2019-08-08 20:47:08 +02:00 |
|
Jan Oberhauser
|
d027545986
|
✨ Use convict for configuration to make n8n easier to configure
|
2019-07-21 19:52:57 +02:00 |
|
Jan Oberhauser
|
034c70f6ab
|
Make n8n work with older node versions (<10)
|
2019-06-24 12:47:44 +02:00 |
|
Jan Oberhauser
|
9cb9804eee
|
Initial commit to release
|
2019-06-23 12:35:23 +02:00 |
|