Commit graph

588 commits

Author SHA1 Message Date
Mutasem dc21a7ecae update select height 2021-08-03 19:29:33 +02:00
Mutasem 11fdb45849 change to outline 2021-08-03 19:18:38 +02:00
Mutasem 032bcc74e0 clean up button sizes 2021-08-03 09:49:55 +02:00
Mutasem 0d23e02aa9 revert changes 2021-08-03 00:06:56 +02:00
Mutasem e4f9328990 revert changes to this 2021-08-02 23:54:26 +02:00
Mutasem 5050ab0d39 Reset line height 2021-08-02 23:31:52 +02:00
Mutasem 93c6b237ed fix spacing between buttons 2021-08-02 23:15:47 +02:00
Mutasem 4187fd293b fix up editor 2021-08-02 23:00:26 +02:00
Mutasem c4eff3c7e1 update line height, fix icon bug 2021-08-02 22:34:38 +02:00
Mutasem d30e9b01c0 fix input width 2021-08-02 21:45:15 +02:00
Mutasem 979d93e812 update number inputs 2021-08-02 21:32:06 +02:00
Mutasem 443950c519 remove xl size 2021-08-02 17:21:15 +02:00
Mutasem fa516821f4 update imports 2021-08-02 15:27:09 +02:00
Mutasem 9ff5dfb907 use build directories directly 2021-07-30 13:18:30 +02:00
Mutasem b981838d1e clean up imports 2021-07-30 12:35:07 +02:00
Mutasem 08a7b6d42e fix notification bug 2021-07-30 12:27:59 +02:00
Mutasem bf79ec77a0 set package.json 2021-07-30 12:23:45 +02:00
Mutasem 840bcf575c breakout imports 2021-07-29 19:49:44 +02:00
Mutasem 26cb39730c add build report step 2021-07-29 17:55:20 +02:00
Mutasem 7295284cee lint fixes 2021-07-29 17:33:36 +02:00
Mutasem a328b8c66b update last component 2021-07-29 15:30:53 +02:00
Mutasem f645e0248b wrap message box buttons 2021-07-29 13:42:05 +02:00
Mutasem 05ae9aa1b8 update more buttons 2021-07-29 12:15:46 +02:00
Mutasem 34cd13a88f update warning color 2021-07-28 21:51:02 +02:00
Mutasem b6bf6e9363 force message box buttons 2021-07-28 19:25:11 +02:00
Mutasem bf4a59b115 fix issues 2021-07-28 15:04:46 +02:00
Mutasem c46ac9e2c5 update executions list 2021-07-28 14:41:00 +02:00
Mutasem 3986446363 update copy buttons 2021-07-28 14:11:26 +02:00
Mutasem 8490286e9a update sizes based on feedback 2021-07-28 12:12:40 +02:00
Mutasem bf502b71d6 migrate most buttons 2021-07-28 10:09:26 +02:00
Mutasem fbeb4a9eed split up main, sass imports, import new nds 2021-07-27 13:40:37 +02:00
Jan Oberhauser 8d55baeeae 🔖 Release n8n-editor-ui@0.100.0 2021-07-24 20:01:24 +00:00
Jan Oberhauser 27ea1e0700 ⬆️ Set n8n-workflow@0.64.0 on n8n-editor-ui 2021-07-24 20:01:23 +00:00
Jan Oberhauser 2afd93520a 🐛 Fix issue that it displayed URLs after credential change for all
node types
2021-07-23 22:27:22 +02:00
Mutasem Aldmour 47eb2c73ca
Refresh options #1678 (#2012)
* Allow refresh remoteOptions

* clean up pr, update option name, move option down

Co-authored-by: Anthr@X <4828355+AnthraX1@users.noreply.github.com>
2021-07-23 17:52:25 +02:00
Mutasem Aldmour a9550202df
🧹 clean up editor based on #1418 (#2010)
* clean up editor based on #1418

* remove unused ref

* address comment on guard style
2021-07-23 17:50:47 +02:00
MedAliMarz 5602929210
🎨 Update webhook URL details UI (#2004)
* Update the webhook URL details

* Change radio buttons values

* Limit the effects for the webhook node
2021-07-23 17:42:46 +02:00
MedAliMarz 10acbecfaa
🐛 Fix workflow activation confirmation modal (#2005)
* Show the activation message if the workflow is not saved

* Apply review changes
2021-07-23 09:32:56 +02:00
Mutasem Aldmour 98ec23544b
Add new version notification (#1977)
* add menu item

* implement versions modal

* fix up modal

* clean up badges

* implement key features

* fix up spacing

* add error message

* add notification icon

* fix notification

* fix bug when no updates

* address lint issues

* address multi line nodes

* add closing animation

* keep drawer open

* address design feedback

* address badge styling

* use grid for icons

* update cli to return version information

* set env variables

* add scss color variables

* address comments

* fix lint issue

* handle edge cases

* update scss variables, spacing

* update spacing

* build

* override top value for theme

* bolden version

* update config

* check endpoint exists

* handle long names

* set dates

* set title

* fix bug

* update warning

* remove unused component

* refactor components

* add fragments

* inherit styles

* fix icon size

* fix lint issues

* add cli dep

* address comments

* handle network error

* address empty case

* Revert "address comments"

480f969e07

* remove dependency

* build

* update variable names

* update variable names

* refactor verion card

* split out variables

* clean up impl

* clean up scss

* move from nodeview

* refactor out gift notification icon

* fix lint issues

* clean up variables

* update scss variables

* update info url

* Add instanceId to frontendSettings

* Use createHash from crypto module

* Add instanceId to store & send it as http header

* Fix lintings

* Fix interfaces & apply review changes

* Apply review changes

* add console message

* update text info

* update endpoint

* clean up interface

* address comments

* cleanup todo

* Update packages/cli/config/index.ts

Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>

* update console message

*  Display node-name on hover

*  Formatting fix

Co-authored-by: MedAliMarz <servfrdali@yahoo.fr>
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-07-22 10:22:17 +02:00
Jan Oberhauser d14de339a9 🔖 Release n8n-editor-ui@0.99.0 2021-07-18 12:26:52 +00:00
MedAliMarz e2e57539d6
🐛 Change the dirty state after deleting a workflow (#1992) 2021-07-17 09:00:39 +02:00
Jan Oberhauser f625f7c3f8 🔖 Release n8n-editor-ui@0.98.0 2021-07-11 16:23:06 +00:00
Jan Oberhauser 45e73ad628 👕 Fix lint issue 2021-07-11 18:18:01 +02:00
Iván Ovejero 922880f93d
Fix workflow ID type on download (#1956) 2021-07-10 23:23:19 +02:00
Omar Ajoue d3da5023f0
🐛 Fix "unknown", never-end workflow and not displaying error message (#1978)
* Added try catch blocks to avoid endlessly running workflows

* Added handling for subworkflows

*  Fix one cause of "unkown" status of worklows with "main" mode

*  Fix one cause of "unkown" status of worklows with "own" mode

*  Fix one cause of "unkown" status of worklows with "queue" mode

* Saving database recovery

* 🐛 Fix issue that errors did not get saved correctly and also not
displayed

*  Save workflow timeout correctly as error

* Adding error capture to queued jobs

*  Mark canceled executions as not finished consistently across all
modes

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-07-10 11:34:41 +02:00
Mutasem Aldmour a842e4bc0a
🐛 Fix nodes panel reactivity bug (#1972)
* add keys

* fix nodes panel reactivity bug

* fix lint issues
2021-07-08 07:46:20 +02:00
Omar Ajoue 8d235e94cb
Performance improvements for executions count on Postgres (#1888)
* Performance improvements for executions count on Postgres

As reported by a community member https://community.n8n.io/t/stress-load-testing/4846/5
and https://github.com/n8n-io/n8n/issues/1578, when using postgres with
a big volume of executions, the executions list's performance degrades.

This PR is aimed at Postgres specifically by querying postgres' stats
collector instead of running a full table scan, providing a good
estimate.

More can be read here: https://www.citusdata.com/blog/2016/10/12/count-performance/

* Removed order of magnitude so we display closer numbers

* Making count based on statistics only when not applying filters

*  Minor styling improvements

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-07-06 23:25:25 +02:00
Jan Oberhauser 80a5c8ac60 🔖 Release n8n-editor-ui@0.97.0 2021-07-04 18:14:34 +00:00
Jan Oberhauser ba7b487517 ⬆️ Set n8n-workflow@0.63.0 on n8n-editor-ui 2021-07-04 18:14:34 +00:00
Jan Oberhauser b49202687d Add support to display binary video content 2021-07-03 14:30:02 +02:00