Commit graph

410 commits

Author SHA1 Message Date
Jan Oberhauser 3a2456a88e 🔖 Release n8n-editor-ui@0.96.1 2021-06-29 10:56:43 +02:00
Jan Oberhauser 7f9d546f60 🔖 Release n8n-editor-ui@0.96.0 2021-06-27 11:44:09 +00:00
Iván Ovejero 6bbff58faa
🐛 Fix console error on node deletion (#1921)
* 🐛 Fix this is undefined on node deletion

*  Update to latest per feedback
2021-06-22 19:45:48 +02:00
Jan Oberhauser 4dde8bb032 🔖 Release n8n-editor-ui@0.95.0 2021-06-20 09:17:14 +00:00
Jan Oberhauser 4b1f3e9802 ⬆️ Set n8n-workflow@0.62.0 on n8n-editor-ui 2021-06-20 09:17:14 +00:00
Jan Oberhauser 73fc13fef1 Fix dependencies 2021-06-20 10:49:51 +02:00
Kaito Udagawa f08c13a222 Fix dependencies
This fixes the problem when running lerna bootstrap without --hoist.
2021-06-20 13:03:01 +09:00
Jan Oberhauser 310ae3be98 🔖 Release n8n-editor-ui@0.94.1 2021-06-16 12:50:30 +02:00
Jan Oberhauser 21caa207e8 🔖 Release n8n-editor-ui@0.94.0 2021-06-13 17:57:44 +00:00
Jan Oberhauser ef93a34f8f ⬆️ Set n8n-workflow@0.61.0 on n8n-editor-ui 2021-06-13 17:57:44 +00:00
Jan Oberhauser b03988220f 🔖 Release n8n-editor-ui@0.93.0 2021-06-06 20:20:54 +00:00
Jan Oberhauser e1190d7ed3 🔖 Release n8n-editor-ui@0.92.2 2021-06-03 18:48:11 -05:00
Jan Oberhauser ef08a4a3f7 🔖 Release n8n-editor-ui@0.92.1 2021-05-31 13:15:59 -05:00
Jan Oberhauser 40af847cb3 🔖 Release n8n-editor-ui@0.92.0 2021-05-30 17:47:30 +00:00
Jan Oberhauser 9698f6b94b ⬆️ Set n8n-workflow@0.60.0 on n8n-editor-ui 2021-05-30 17:47:30 +00:00
Jan Oberhauser b219a4df63 Set fixed version of vue-json-pretty to fix copy-values issue 2021-05-29 19:46:45 -05:00
Ben Hesseldieck 05eec87d1d
Add tagging of workflows (#1647)
* clean up dropdown

* clean up focusoncreate

*  Ignore mistaken ID in POST /workflows

*  Fix undefined tag ID in PATCH /workflows

*  Shorten response for POST /tags

* remove scss mixins

* clean up imports

*  Implement validation with class-validator

* address ivan's comments

* implement modals

* Fix lint issues

* fix disabling shortcuts

* fix focus issues

* fix focus issues

* fix focus issues with modal

* fix linting issues

* use dispatch

* use constants for modal keys

* fix focus

* fix lint issues

* remove unused prop

* add modal root

* fix lint issues

* remove unused methods

* fix shortcut

* remove max width

*  Fix duplicate entry error for pg and MySQL

* update rename messaging

* update order of buttons

* fix firefox overflow on windows

* fix dropdown height

* 🔨 refactor tag crud controllers

* 🧹 remove unused imports

* use variable for number of items

* fix dropdown spacing

*  Restore type to fix build

*  Fix post-refactor PATCH /workflows/:id

*  Fix PATCH /workflows/:id for zero tags

*  Fix usage count becoming stringified

* address max's comments

* fix filter spacing

* fix blur bug

* address most of ivan's comments

* address tags type concern

* remove defaults

*  return tag id as string

* 🔨 add hooks to tag CUD operations

* 🏎 simplify timestamp pruning

* remove blur event

* fix onblur bug

*  Fix fs import to fix build

* address max's comments

* implement responsive tag container

* fix lint issues

* Set default dates in entities

* 👕 Fix lint in migrations

* update tag limits

* address ivan's comments

* remove rename, refactor header, implement new designs for save, remove responsive tag container

* update styling

* update styling

* implement responsive tag container

* implement header tags edit

* implement header tags edit

* fix lint issues

* implement expandable input

* minor fixes

* minor fixes

* use variable

* rename save as

* duplicate fixes

*  Implement unique workflow names

*  Create /workflows/new endpoint

* minor edit fixes

* lint fixes

* style fixes

* hook up saving name

* hook up tags

* clean up impl

* fix dirty state bug

* update limit

* update notification messages

* on click outside

* fix minor bug with count

* lint fixes

*  Add query string params to /workflows/new

* handle minor edge cases

* handle minor edge cases

* handle minor bugs; fix firefox dropdown issue

* Fix min width

* apply tags only after api success

* remove count fix

* 🚧 Adjust to new qs requirements

* clean up workflow tags impl, fix tags delete bug

* fix minor issue

* fix minor spacing issue

* disable wrap for ops

* fix viewport root; save on click in dropdown

* save button loading when saving name/tags

* implement max width on tags container

* implement cleaner create experience

* disable edit while updating

* codacy hex color

* refactor tags container

* fix clickability

* fix workflow open and count

* clean up structure

* fix up lint issues

*  Create migrations for unique workflow names

* fix button size

* increase workflow name limit for larger screen

* tslint fixes

* disable responsiveness for workflow modal

* rename event

* change min width for tags

* clean up pr

*  Adjust quotes in MySQL migration

*  Adjust quotes in Postgres migration

* address max's comments on styles

* remove success toasts

* add hover mode to name

* minor fixes

* refactor name preview

* fix name input not to jiggle

* finish up name input

* Fix up add tags

* clean up param

* clean up scss

* fix resizing name

* fix resizing name

* fix resize bug

* clean up edit spacing

* ignore on esc

* fix input bug

* focus input on clear

* build

* fix up add tags clickablity

* remove scrollbars

* move into folders

* clean up multiple patch req

* remove padding top from edit

* update tags on enter

* build

* rollout blur on enter behavior

* rollout esc behavior

* fix tags bug when duplicating tags

* move key to reload tags

* update header spacing

* build

* update hex case

* refactor workflow title

* remove unusued prop

* keep focus on error, fix bug on error

* Fix bug with name / tags toggle on error

* impl creating new workflow name

*  Refactor endpoint per new guidelines

* support naming endpoint

*  Refactor to support numeric suffixes

* 👕 Lint migrations for unique workflow names

*  Add migrations set default dates to indexes

* fix connection push bug

*  Lowercase default workflow name

*  Add prefixes to set default dates migration

*  Fix indentation on default dates migrations

*  Add temp ts-ignore for unrelated change

*  Adjust default dates migration for MySQL

Remove change to data column in credentials_entity, already covered by Omar's migration. Also, fix quotes from table prefix addition.

*  Adjust quotes in dates migration for PG

* fix safari color bug

* fix count bug

* fix scroll bugs in dropdown

* expand filter size

* apply box-sizing to main header

* update workflow names in executions to be wrapped by quotes

* fix bug where key is same in dropdown

* fix firefox bug

* move up push connection session

* 🔨 Remove mistakenly added nullable property

* 🔥 Remove unneeded index drop-create (PG)

* 🔥 Remove unneeded table copying

*  Merge dates migration with tags migration

* 🔨 Refactor endpoint and make wf name env

* dropdown colors in firefox

* update colors to use variables

* update thumb color

* change error message

* remove 100 char maximum

* fix bug with saving tags dropdowns multiple times

* update error message when no name

*  Update name missing toast message

*  Update workflow already exists message

* disable saving for executions

* fix bug causing modal to close

* make tags in workflow open clickable

* increase workflow limit to 3

* remove success notifications

* update header spacing

* escape tag names

* update tag and table colors

* remove tags from export

* build

* clean up push connection dependencies

* address ben's comments

* revert tags optional interface

* address comments

* update duplicate message

* build

* fix eol

* add one more eol

*  Update comment

* add hover style for workflow open, fix up font weight

Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
2021-05-29 13:31:21 -05:00
Jan Oberhauser de898880ec 🔖 Release n8n-editor-ui@0.91.0 2021-05-20 21:43:50 +00:00
Jan Oberhauser 1bef4d7286 ⬆️ Set n8n-workflow@0.59.0 on n8n-editor-ui 2021-05-20 21:43:50 +00:00
Jan Oberhauser b28921240c 🔖 Release n8n-editor-ui@0.90.0 2021-05-16 18:44:52 +00:00
Jan Oberhauser 16bec73cd6 ⬆️ Set n8n-workflow@0.58.0 on n8n-editor-ui 2021-05-16 18:44:51 +00:00
Jan Oberhauser 8ce1086262 🔖 Release n8n-editor-ui@0.89.0 2021-05-09 19:25:53 +00:00
Jan Oberhauser 8c2ffc5d0e 🔖 Release n8n-editor-ui@0.88.0 2021-05-02 13:57:49 +00:00
Jan Oberhauser e5043676be ⬆️ Set n8n-workflow@0.57.0 on n8n-editor-ui 2021-05-02 13:57:49 +00:00
Jan Oberhauser a6a19862f2 🔖 Release n8n-editor-ui@0.87.0 2021-04-24 21:40:22 +00:00
Jan Oberhauser 0b611d5c61 🔖 Release n8n-editor-ui@0.86.0 2021-04-17 15:35:30 +00:00
Jan Oberhauser c49e70d4f6 ⬆️ Set n8n-workflow@0.56.0 on n8n-editor-ui 2021-04-17 15:35:29 +00:00
Ahsan Virani b54aae8c31
⬆️ Update types/node package in all packages (#1659)
* ⬆️ Update types/node package in all packages, fix type in crypto node

*  Fix build issue and some formatting

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-15 23:57:20 +02:00
Jan Oberhauser 64796d4c1c 🔖 Release n8n-editor-ui@0.85.0 2021-04-10 08:46:19 +00:00
Jan Oberhauser 83cc2eef16 🔖 Release n8n-editor-ui@0.84.0 2021-04-03 15:09:58 +00:00
Jan Oberhauser f8a829b2dd Clean up package.json files 2021-03-26 09:21:27 +01:00
Jan Oberhauser 5b4a85d8e8 🔖 Release n8n-editor-ui@0.83.0 2021-03-26 08:11:46 +00:00
Jan Oberhauser bd378fa2bb ⬆️ Set n8n-workflow@0.55.0 on n8n-editor-ui 2021-03-26 08:11:46 +00:00
Jan Oberhauser 9215d45436 🔖 Release n8n-editor-ui@0.82.0 2021-03-19 17:44:20 +01:00
Jan Oberhauser c5eed228d8 ⬆️ Set n8n-workflow@0.54.0 on n8n-editor-ui 2021-03-19 17:43:40 +01:00
Jan Oberhauser 98a4e20051 🔖 Release n8n-editor-ui@0.81.0 2021-03-12 12:38:49 +01:00
Jan Oberhauser b4e879b8a7 🔖 Release n8n-editor-ui@0.80.0 2021-03-04 12:15:26 +01:00
Jan Oberhauser a215dff56c 🔖 Release n8n-editor-ui@0.79.0 2021-02-22 13:44:37 +01:00
Jan Oberhauser 9079bb3f75 ⬆️ Set n8n-workflow@0.53.0 on n8n-editor-ui 2021-02-22 13:42:23 +01:00
Jan Oberhauser 4181ec428d 🔖 Release n8n-editor-ui@0.78.0 2021-02-15 13:04:03 +01:00
Jan Oberhauser 29b3609db9 ⬆️ Set n8n-workflow@0.52.0 on n8n-editor-ui 2021-02-15 13:03:32 +01:00
Jan Oberhauser 5829f09a97 🔖 Release n8n-editor-ui@0.77.0 2021-02-08 08:02:43 +01:00
Jan Oberhauser 9c8a65ed69 🔖 Release n8n-editor-ui@0.76.0 2021-02-05 09:37:10 +01:00
Jan Oberhauser f357649f98 🔖 Release n8n-editor-ui@0.75.0 2021-02-01 08:38:22 +01:00
Jan Oberhauser 604034624b ⬆️ Set n8n-workflow@0.51.0 on n8n-editor-ui 2021-02-01 08:37:56 +01:00
Jan Oberhauser ec01afc870 🔖 Release n8n-editor-ui@0.74.0 2021-01-27 09:17:13 +01:00
Jan Oberhauser f92a432e45 ⬆️ Set n8n-workflow@0.50.0 on n8n-editor-ui 2021-01-27 09:16:34 +01:00
Jan Oberhauser e937d18e9f 🔖 Release n8n-editor-ui@0.73.0 2021-01-26 12:07:23 +01:00
Jan Oberhauser 93f5eef865 ⬆️ Set n8n-workflow@0.49.0 on n8n-editor-ui 2021-01-26 12:06:39 +01:00
Jan Oberhauser b9a550856a 🔖 Release n8n-editor-ui@0.72.0 2021-01-21 11:01:25 +01:00
Jan Oberhauser 37595e0753 🔖 Release n8n-editor-ui@0.71.0 2021-01-15 11:48:17 +01:00
Jan Oberhauser 9fbd4c0738 🔖 Release n8n-editor-ui@0.70.0 2021-01-07 14:26:57 +01:00
Jan Oberhauser af414d77fb ⬆️ Set axios@0.21.1 on n8n-editor-ui 2021-01-05 23:20:17 +01:00
Jan Oberhauser 77d58ca011 🔖 Release n8n-editor-ui@0.69.0 2020-12-30 11:59:59 +01:00
Jan Oberhauser 18cf5f541d ⬆️ Set n8n-workflow@0.48.0 on n8n-editor-ui 2020-12-30 11:59:39 +01:00
Jan Oberhauser 30b6fe017e 🐛 Set fixed jsplumb version to fix node-delete issue 2020-12-29 14:13:17 +01:00
Jan Oberhauser e1890a0368 🔖 Release n8n-editor-ui@0.68.1 2020-12-24 22:09:43 +01:00
Jan Oberhauser 122f34d4e4 🔖 Release n8n-editor-ui@0.68.0 2020-12-24 09:11:30 +01:00
Jan bfb344a23c
Add functionality to easily copy data and path of output data (#1260)
*  Add functionality to easily copy data and path of output data

*  Fix issues with copied path

* 👕 Fix lint issue

* ;bug: Fix issue that some paths were wrong

*  Final improvements
2020-12-18 18:55:53 +01:00
Jan Oberhauser 51131d30cd 🔖 Release n8n-editor-ui@0.67.0 2020-12-16 12:41:59 +01:00
Jan Oberhauser 38511d8f5c 🔖 Release n8n-editor-ui@0.66.0 2020-12-03 13:12:25 +01:00
Jan Oberhauser 083d2bf675 ⬆️ Set n8n-workflow@0.47.0 on n8n-editor-ui 2020-12-03 13:12:00 +01:00
Jan Oberhauser 1b335de272 🔖 Release n8n-editor-ui@0.65.0 2020-11-25 13:20:13 +01:00
Jan Oberhauser b44105d38d ⬆️ Set n8n-workflow@0.46.0 on n8n-editor-ui 2020-11-25 13:19:34 +01:00
Jan Oberhauser 3de3423001 🔖 Release n8n-editor-ui@0.64.0 2020-11-19 14:12:20 +01:00
Jan Oberhauser 05f55a3607 ⬆️ Set n8n-workflow@0.45.0 on n8n-editor-ui 2020-11-19 14:07:06 +01:00
Ricardo Espinoza b954ec99a3
⬆️ Set google-fonts-webpack-plugin to latest version (#1176) 2020-11-18 08:25:36 +01:00
Jan Oberhauser cdea2af248 🔖 Release n8n-editor-ui@0.63.0 2020-11-11 12:01:18 +01:00
Jan Oberhauser bf47cc0337 ⬆️ Set n8n-workflow@0.44.0 on n8n-editor-ui 2020-11-11 12:00:54 +01:00
Jan Oberhauser b630d00179 🔖 Release n8n-editor-ui@0.62.0 2020-11-04 16:25:34 +01:00
Jan Oberhauser e411cb5b63 🔖 Release n8n-editor-ui@0.61.0 2020-10-30 09:49:52 +01:00
Jan Oberhauser b1df37f401 ⬆️ Set n8n-workflow@0.43.0 on n8n-editor-ui 2020-10-30 09:49:29 +01:00
Jan Oberhauser d90a5e5dc6 Improve wheel-scrolling in Firefox 2020-10-23 18:43:30 +02:00
Jan Oberhauser 4df74771e3 Improve support for touch-devices #1070 2020-10-23 13:51:39 +02:00
Jan Oberhauser 7addd14e36 Add tslintfix script 2020-10-23 09:21:15 +02:00
Jan Oberhauser 269bab679d 👕 Fix built issue 2020-10-20 11:15:14 +02:00
Jan Oberhauser a0e879fa45 🔖 Release n8n-editor-ui@0.60.0 2020-10-14 11:50:19 +02:00
Jan Oberhauser bea59e3cc8 🔖 Release n8n-editor-ui@0.59.0 2020-10-05 09:40:04 +02:00
Jan Oberhauser c2ba4b64c3 🔖 Release n8n-editor-ui@0.58.0 2020-09-30 16:19:04 +02:00
Jan Oberhauser 9237409523 🔖 Release n8n-editor-ui@0.57.1 2020-09-23 17:31:59 +02:00
Jan Oberhauser b164470239 🔖 Release n8n-editor-ui@0.57.0 2020-09-23 13:27:17 +02:00
Jan Oberhauser 3c3e1725db ⬆️ Set n8n-workflow@0.42.0 on n8n-editor-ui 2020-09-23 13:26:45 +02:00
Jan Oberhauser 1eb957dfe0 🔖 Release n8n-editor-ui@0.56.0 2020-09-14 13:39:16 +02:00
Jan Oberhauser 982b04c540 ⬆️ Set n8n-workflow@0.40.0 on n8n-editor-ui 2020-09-14 13:38:52 +02:00
Jan Oberhauser ac2e0040b0 Set fixed version of @types/node to fix build 2020-09-12 19:25:49 +02:00
Jan Oberhauser d48c649329 ⬆️ Upgrade some dependencies 2020-09-12 14:02:33 +02:00
Jan Oberhauser fa2ee989ea 🔖 Release n8n-editor-ui@0.55.0 2020-08-27 10:57:05 +02:00
Jan Oberhauser f44611a8d1 🔖 Release n8n-editor-ui@0.54.0 2020-08-18 17:21:00 +02:00
Jan Oberhauser c88249efa2 ⬆️ Set n8n-workflow@0.39.0 on n8n-editor-ui 2020-08-18 17:20:36 +02:00
Jan Oberhauser adf0d09cc5 Update @types/node to latest version 2020-08-14 18:36:34 +02:00
Rupenieks a69098a096 Updated @types/node to v14, fixed TS breaking with changes 2020-08-12 12:19:41 +02:00
Jan Oberhauser 2e9a32f4e2 🔖 Release n8n-editor-ui@0.52.0 2020-08-05 09:44:52 +02:00
Jan Oberhauser 9575f386ed ⬆️ Set n8n-workflow@0.37.0 on n8n-editor-ui 2020-08-05 09:44:21 +02:00
Jan Oberhauser d5d03815d0 🔖 Release n8n-editor-ui@0.51.0 2020-07-26 12:53:32 +02:00
Jan Oberhauser 2a38b3ec58 ⬆️ Set n8n-workflow@0.36.0 on n8n-editor-ui 2020-07-26 12:53:02 +02:00
Jan Oberhauser 0b66b8e753 🔖 Release n8n-editor-ui@0.50.0 2020-07-15 12:39:32 +02:00
Jan Oberhauser bbd39e19ca ⬆️ Set n8n-workflow@0.35.0 on n8n-editor-ui 2020-07-15 12:39:06 +02:00
Jan Oberhauser 25cc745894 🐛 Fix editor-ui build 2020-07-14 23:36:05 +02:00
Jan Oberhauser d17161cf40 🔀 Merge branch 'static-stateless-webhooks' 2020-07-14 12:34:34 +02:00
Jan Oberhauser 22cb017c1a 🔖 Release n8n-editor-ui@0.49.0 2020-07-08 11:26:47 +02:00
Jan Oberhauser d97ed68ce9 ⬆️ Set n8n-workflow@0.34.0 on n8n-editor-ui 2020-07-08 11:26:22 +02:00
Jan Oberhauser f99da78c1d 🔖 Release n8n-editor-ui@0.48.0 2020-06-25 12:27:26 +02:00
ricardo 494b1de93f Merge branch 'master' into static-stateless-webhooks 2020-06-22 16:16:50 -04:00
Jan Oberhauser 734e6a8e87 🔖 Release n8n-editor-ui@0.47.0 2020-06-08 10:55:22 +02:00
Jan Oberhauser 1159064d59 ⬆️ Set n8n-workflow@0.33.0 on n8n-editor-ui 2020-06-08 10:54:59 +02:00
Jan Oberhauser 42d6630466 🔖 Release n8n-editor-ui@0.46.0 2020-06-04 17:11:39 +02:00
Jan Oberhauser 66c3013e56 ⬆️ Set n8n-workflow@0.32.0 on n8n-editor-ui 2020-06-04 17:10:31 +02:00
ricardo 91c40367e1 Done 2020-05-27 19:32:56 -04:00
Jan Oberhauser 0689a6205d 🔖 Release n8n-editor-ui@0.45.0 2020-05-12 16:30:24 +02:00
Jan Oberhauser dd46315ec9 ⬆️ Set n8n-workflow@0.31.0 on n8n-editor-ui 2020-05-12 16:29:59 +02:00
Rupenieks e627a0399c
🔀 Npm package updates (#554)
* Update package.json
* Replace-In-File & change-case update fixes
* tslint to 6.1.2
* nodemailer 6.4.6, googeaplis 50.0.0
* tslint  7.0.1
* package updates
2020-05-08 18:07:34 +02:00
Jan Oberhauser 55c6fca4e3 🔖 Release n8n-editor-ui@0.44.0 2020-05-04 09:07:34 +02:00
Jan Oberhauser 49e4bd971e ⬆️ Set n8n-workflow@0.30.0 on n8n-editor-ui 2020-05-04 09:07:03 +02:00
Jan Oberhauser ab836c51b4 🔖 Release n8n-editor-ui@0.43.0 2020-04-27 08:23:41 +02:00
Jan Oberhauser 5a277a1067 ⬆️ Set n8n-workflow@0.29.0 on n8n-editor-ui 2020-04-27 08:23:15 +02:00
Jan Oberhauser 34a37e59c3 Fix build 2020-04-25 19:40:43 +02:00
Jan Oberhauser 619ccc7734 🔖 Release n8n-editor-ui@0.42.0 2020-04-13 17:28:16 +02:00
Jan Oberhauser d918265738 ⬆️ Set n8n-workflow@0.28.0 on n8n-editor-ui 2020-04-13 17:27:32 +02:00
Jan Oberhauser b4dff3cdb8 🔖 Release n8n-editor-ui@0.41.0 2020-04-12 20:11:58 +02:00
Jan Oberhauser 41a6a53bf5 ⬆️ Set n8n-workflow@0.27.0 on n8n-editor-ui 2020-04-12 20:11:30 +02:00
Jan Oberhauser 01c691ef03 🔖 Release n8n-editor-ui@0.40.0 2020-04-03 20:20:18 +02:00
Jan Oberhauser 4503df9872 ⬆️ Set n8n-workflow@0.26.0 on n8n-editor-ui 2020-04-03 20:19:40 +02:00
Hendy Irawan 70a050c7f1 fix(editor-ui): Use cross-env
So `npm run dev` works in Windows. Fixed #428.
2020-03-31 23:04:19 +07:00
Jan Oberhauser 06b84694cf 🔖 Release n8n-editor-ui@0.39.0 2020-03-22 10:41:56 +01:00
Jan Oberhauser 838d80ad51 ⬆️ Set n8n-workflow@0.25.0 on n8n-editor-ui 2020-03-22 10:41:28 +01:00
Jan Oberhauser 967c51cf67 🔖 Release n8n-editor-ui@0.38.0 2020-03-17 13:30:19 +01:00
Jan Oberhauser 692f36d0a9 ⬆️ Set n8n-workflow@0.24.0 on n8n-editor-ui 2020-03-17 13:29:41 +01:00
Jan Oberhauser f7b67f6865 🔖 Release n8n-editor-ui@0.37.0 2020-02-21 18:00:36 +01:00
Jan Oberhauser c65ffb88d9 ⬆️ Set n8n-workflow@0.23.0 on n8n-editor-ui 2020-02-21 17:59:41 +01:00
Jan Oberhauser 1e0c5820aa :zip: Fix serve command 2020-02-12 15:41:36 -08:00
Jan Oberhauser 83f83abe60 🔖 Release n8n-editor-ui@0.36.0 2020-02-11 21:35:15 -08:00
Guilherme Almeida Girardi 3bdd9096e1 Added support for MySQL
* In packages/cli/src/Db.ts, conditional test of dbType replaced by a
switch;
* removeAll() function adapted to not cause an error using MySQL;
* Added the cross-env module in the "serve" script in the
packages/editor-ui/package.json file. This was done to ensure
compatibility between platforms when declaring environment variables.
Without it, Windows compilation would give an error, for example;
* .idea added to .gitignore (IntelliJ IDEA solutions);
2020-02-10 13:09:06 -03:00
Jan Oberhauser 2c5b596cc6 🔖 Release n8n-editor-ui@0.35.0 2020-02-07 23:21:25 -08:00
Jan Oberhauser 7556d3a043 ⬆️ Set n8n-workflow@0.22.0 on n8n-editor-ui 2020-02-07 23:20:45 -08:00
Jan Oberhauser 3954941c39 🔖 Release n8n-editor-ui@0.34.0 2020-01-24 22:18:35 -08:00
Jan Oberhauser eae8c8137c ⬆️ Set n8n-workflow@0.21.0 on n8n-editor-ui 2020-01-24 22:18:10 -08:00
Jan Oberhauser 80a19856e0 🔖 Release n8n-editor-ui@0.33.0 2020-01-10 14:44:33 -06:00
Jan Oberhauser cba55d4f86 🔖 Release n8n-editor-ui@0.32.0 2020-01-08 13:39:50 -06:00
Jan Oberhauser a25843b9fb 🔖 Release n8n-editor-ui@0.31.0 2020-01-04 23:04:56 -06:00
Jan Oberhauser 95fd6f2ed1 ⬆️ Set n8n-workflow@0.20.0 on n8n-editor-ui 2020-01-04 23:04:20 -06:00
Jan Oberhauser e8979e45e9 Release n8n-editor-ui@0.30.2 2020-01-03 21:51:03 -06:00
Jan Oberhauser a88e4d5b19 🔖 Release n8n-editor-ui@0.30.1 2019-12-31 22:11:29 -06:00
Jan Oberhauser 1d53ad3015 🔖 Release n8n-editor-ui@0.30.0 2019-12-31 21:48:44 -06:00
Jan Oberhauser ee0cafb6a1 ⬆️ Set n8n-workflow@0.19.0 on n8n-editor-ui 2019-12-31 21:48:16 -06:00
Jan Oberhauser ae76d1226d ⬇️ Downgrade to @vue/cli-service@3.11.0 because of issues with vue-json-tree 2019-12-31 21:19:04 -06:00
Jan Oberhauser d726eef239 ⬆️ Update some more packages to latest version 2019-12-30 13:38:55 -06:00
Jan Oberhauser 49e2285573 ⬆️ Update packages to latest version on n8n-editor-ui 2019-12-29 15:02:21 -06:00
Jan Oberhauser 31849de553 🔖 Release n8n-editor-ui@0.29.0 2019-12-21 19:55:43 -06:00
Jan Oberhauser b8607c67b9 ⬆️ Set n8n-workflow@0.18.0 on n8n-editor-ui 2019-12-21 19:55:02 -06:00
Jan Oberhauser 04708262f9 🔖 Release n8n-editor-ui@0.28.0 2019-12-13 13:19:56 -06:00
Jan Oberhauser 3bda5cdb06 🔖 Release n8n-editor-ui@0.27.0 2019-12-01 21:05:54 +01:00
Jan Oberhauser e8854e03c3 ⬆️ Set n8n-workflow@0.17.0 on n8n-editor-ui 2019-12-01 21:05:35 +01:00
Jan Oberhauser 8aeee839d6 🔖 Release n8n-editor-ui@0.26.0 2019-11-23 22:10:05 +01:00
Jan Oberhauser 3750c898f2 ⬆️ Set n8n-workflow@0.16.0 on n8n-editor-ui 2019-11-23 22:09:26 +01:00
Jan Oberhauser 862b693c0a Fix issue that items got displayed twice in JSON-View 2019-11-23 10:23:26 +01:00
Jan Oberhauser edf216ba24 💄 Display new line in JSON data 2019-11-16 23:42:18 +01:00
Jan Oberhauser 72341a425e 🔖 Release n8n-editor-ui@0.25.0 2019-11-07 22:15:17 +01:00
Jan Oberhauser 729cdedcab 🔖 Release n8n-editor-ui@0.24.0 2019-10-31 20:22:09 +01:00
Jan Oberhauser a61b26c640 🔖 Release n8n-editor-ui@0.23.0 2019-10-20 22:32:09 +02:00
Jan Oberhauser b8ea9efff2 ⬆️ Set n8n-workflow@0.15.0 on n8n-editor-ui 2019-10-20 22:31:40 +02:00
Jan Oberhauser 5f45f5a011 🔖 Release n8n-editor-ui@0.22.0 2019-10-16 14:10:55 +02:00
Jan Oberhauser c08c395680 ⬆️ Set n8n-workflow@0.14.0 on n8n-editor-ui 2019-10-16 14:10:36 +02:00
Jan Oberhauser e6d1687e4c 🔖 Release n8n-editor-ui@0.21.0 2019-10-15 07:57:38 +02:00
Jan Oberhauser 08bf068b5f ⬆️ Set n8n-workflow@0.13.0 on n8n-editor-ui 2019-10-15 07:55:29 +02:00
Jan Oberhauser 6e395bf992 🔖 Release n8n-editor-ui@0.20.0 2019-10-06 11:30:22 +02:00
Jan Oberhauser 68fea77bdd ⬆️ Set n8n-workflow@0.12.0 on n8n-editor-ui 2019-10-06 11:29:26 +02:00
Jan Oberhauser 000f24dd4e 🔖 Release n8n-editor-ui@0.19.0 2019-10-04 14:07:03 +02:00
Jan Oberhauser 05a27a1658 🔖 Release n8n-editor-ui@0.18.0 2019-09-22 22:00:17 +02:00
Jan Oberhauser 4c71ed22cd 🔖 Release n8n-editor-ui@0.17.0 2019-09-20 13:58:47 +02:00
Jan Oberhauser bf0e528ff4 🔖 Release n8n-editor-ui@0.16.0 2019-09-11 22:29:35 +02:00
Jan Oberhauser 9bd5d4bec1 First try to get custom properties to work with v1 2019-09-11 17:15:42 +02:00
Jan Oberhauser 5f705dbaff 🔖 Release n8n-editor-ui@0.15.1 2019-09-05 19:05:25 +02:00
Jan Oberhauser 15eb9189bb 🔖 Release n8n-editor-ui@0.15.0 2019-09-04 18:59:02 +02:00
Jan Oberhauser cebb0de9af ⬆️ Set n8n-workflow@0.11.0 on n8n-editor-ui 2019-09-04 18:57:38 +02:00
Jan Oberhauser 2b2113433f Improve Code-Editor in Function-Nodes 2019-09-04 18:24:49 +02:00
Jan Oberhauser 3614a9e9b6 📚 Add homepage to package.json files 2019-08-31 13:06:24 +02:00
Jan Oberhauser 35811d0177 🔖 Release n8n-editor-ui@0.14.0 2019-08-28 17:52:51 +02:00
Jan Oberhauser 81c89ed4a0 ⬆️ Set n8n-workflow@0.10.0 on n8n-editor-ui 2019-08-28 17:52:20 +02:00
Jan Oberhauser 1ff038b563 ⬆️ Set jest@24.x.x on all packages 2019-08-28 15:42:45 +02:00
Jan Oberhauser 54cf08ebbf 🔖 Release n8n-editor-ui@0.13.1 2019-08-19 20:43:41 +02:00
Jan Oberhauser 6208125ac0 Serve editor-ui correctly also when installed as package 2019-08-19 20:41:10 +02:00
Jan Oberhauser 97893fed1b 📚 Update development cycle documentation and add placeholder tests 2019-08-14 13:45:18 +02:00
Jan Oberhauser 84ba4dec06 Make it easier to start n8n in development mode 2019-08-14 12:13:43 +02:00
Jan Oberhauser 7bde0b759c 🔖 Release n8n-editor-ui@0.13.0 2019-08-10 10:56:16 +02:00
Jan Oberhauser a3123c682d 🔖 Release n8n-editor-ui@0.12.0 2019-08-09 12:54:28 +02:00
Jan Oberhauser 14f3d2f9c7 ⬆️ Set n8n-workflow@0.9.0 on n8n-editor-ui 2019-08-09 11:24:17 +02:00
Jan Oberhauser daa7ab7be7 🔖 Release n8n-editor-ui@0.11.0 2019-08-02 17:13:27 +02:00
Jan Oberhauser dd2920c29e ⬆️ Set n8n-workflow@0.8.0 on n8n-editor-ui 2019-08-02 17:12:58 +02:00
Jan Oberhauser aa6914f92e 🔖 Release n8n-editor-ui@0.10.0 2019-07-26 14:46:07 +02:00
Jan Oberhauser 1a41db8a75 🔖 Release n8n-editor-ui@0.9.1 2019-07-25 19:16:03 +02:00
Jan Oberhauser 6a1857af16 🔖 Release n8n-editor-ui@0.9.0 2019-07-25 19:12:32 +02:00
Jan Oberhauser 68696fab32 🔖 Release n8n-editor-ui@0.8.0 2019-07-25 08:37:30 +02:00
Jan Oberhauser 7b3ebc92e6 ⬆️ Set n8n-workflow@0.7.0 on n8n-editor-ui 2019-07-25 08:37:09 +02:00
Jan Oberhauser 926d87fea9 🔖 Release n8n-editor-ui@0.7.0 2019-07-18 20:04:41 +02:00
Jan Oberhauser 990a5cdbf0 ⬆️ Set n8n-workflow@0.6.0 on n8n-editor-ui 2019-07-18 20:04:23 +02:00
Jan Oberhauser a4ad9baa84 🔖 Release n8n-editor-ui@0.6.0 2019-07-17 20:33:46 +02:00
Jan Oberhauser 0e03ab15f9 ⬆️ Set n8n-workflow@0.5.0 on n8n-editor-ui 2019-07-17 20:33:30 +02:00
Jan Oberhauser ce79d8063d 🔖 Release n8n-editor-ui@0.5.2 2019-07-17 09:23:40 +02:00
Jan Oberhauser b6b386dc95 🔖 Release n8n-editor-ui@0.5.1 2019-07-17 07:57:40 +02:00
Jan Oberhauser bf1526e77a 🔖 Release n8n-editor-ui@0.5.0 2019-07-14 19:06:12 +02:00
Jan Oberhauser 13a71256e1 ⬆️ Set n8n-workflow@0.4.0 on n8n-editor-ui 2019-07-14 19:05:50 +02:00
Jan Oberhauser 91bff6e4f6 🐛 Fix parameter update bug with identically named parameters 2019-07-14 14:10:16 +02:00
Jan Oberhauser 66b9203e14 🔖 Release n8n-editor-ui@0.4.0 2019-07-11 15:09:35 +02:00
Jan Oberhauser 7d36ef7e22 🔖 Release n8n-editor-ui@0.3.0 2019-07-11 09:21:08 +02:00
Jan Oberhauser aaa8f42593 ⬆️ Set n8n-workflow@0.3.0 on n8n-editor-ui 2019-07-11 09:20:20 +02:00
Jan Oberhauser 381e9e9842 🔖 n8n-editor-ui@0.2.0 2019-06-27 19:19:24 +02:00
Jan Oberhauser 1d86a2a773 Update to TypeScript 3.5.x 2019-06-24 10:28:18 +02:00
Jan Oberhauser 8ec557d7cb Rename LICENSE files to LICENSE.md 2019-06-23 17:55:43 +02:00
Jan Oberhauser 08cc01551c Add repository entry to package.json files 2019-06-23 12:50:36 +02:00
Jan Oberhauser 9cb9804eee Initial commit to release 2019-06-23 12:35:23 +02:00