Mutasem Aldmour
|
5bd8f7c93e
|
✨ Implement design system (#2050)
* split up main, sass imports, import new nds
* migrate most buttons
* update sizes based on feedback
* update copy buttons
* update executions list
* fix issues
* force message box buttons
* update warning color
* update more buttons
* wrap message box buttons
* update last component
* lint fixes
* add build report step
* breakout imports
* set package.json
* fix notification bug
* clean up imports
* use build directories directly
* update imports
* remove xl size
* update number inputs
* fix input width
* update line height, fix icon bug
* fix up editor
* fix spacing between buttons
* Reset line height
* revert changes to this
* revert changes
* clean up button sizes
* change to outline
* update select height
* update tooltip
* remove build report step
* clean up impl
* remove regenerator runtime
* add design system repo
* apply editorconfig
* apply editor config prettier
* lint issue
* switch to tabs
* switch to single space
* update eslintrc
* remove git modules
* update sass package
* support dart sass
* add build
* update dependency
* update contributing.md
* set repo
* update versions
* add tslint step
* update spacing to spaces, add dev step
* add test step
* add test step
* update browser lint rc
* remove .github
* delete .gitignore
* set comment for icons
* remove preview link
* update button interface
* update types
* set types
* clean up intro
* update intro
* remove assets
* move into preview
* remove headline comment
* reduce theme build
* loading executions
* match deps versions
* match deps versions
* fix lint issues
* fix lint issues
* update callback
* disable codacy for docs.css
* fix storybook issues
* add design system to docker image
* update spacing around delete sort button
* set line height to stop juggling headline
* update sizes
* clean up vars
* fix scss issues
* update button vars
* add shade color
* fix button without click
* fix buttons bug
* fix bug with executions list
* clean up theme
* update link styling
* fix typo
* run prettier
* 🎨 code format
* 🎨 code format
* 🔥 remove empty files
* ✨ N8n 2284 new inputs (#2075)
* implement inputs
* prettier fixes
* revert unnessary change
* move input components and tooltip
* remove form elements
* move select
* update input placements
* update sizes
* update credentails
* clean up select size
* fix caret issue
* update inputs
* clean up select
* fix tags dropdown border
* clean up tags input
* fix workflow name bug
* clean up select here
* add sizes template
* fix option caret
* fix input sizes
* update date input size
* remove tags input override
* update prop
* update input size
* center run data inputs
* update disabled colors
* update execution header
* update scrollbar
* update text area spacing
* fix items in header
* update run data tooltip
* remove popover
* update prefix positions
* add filterable demo
* address design issues
* fix input issues, flip boolean input to text
* update input sufffix colors
* remove override
* speed up switch, fix toggle spacing issue
* update icon
* remove icon classes
* clean up inputs
* clean up inputs with icons
* update input spacing again
* update suffix position
* build
* Add support for xlarge inputs
* fix input issues
* fix input issue
* update listeners
* update number inputs for settings
* update append/prepend spacing
* clean up inputs, set expression input as text
* fix type errors
* fix workflow number input
* fix tags dropdown bug
* fix bugs
* fix menu item bug
* remove font weight from link element
* remove default
* fix select option
* fix contrast issues
* allow overflow x for multi selects
* fix icon
* update options select
* fix issue that resolves expression to null
* update how actions are centered
* fix up selects
* update selects to support limiting size
* update option styles
* ⚡ Apply suggestions BHesseldieck
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
* 🎨 code format
Co-authored-by: Jan <janober@users.noreply.github.com>
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
* ⏪ Revert "🔥 remove empty files"
This reverts commit e91ace4e52 .
* ⚡ Remove private from n8n-design-system package
* 🎨 Change to spaces to stay consistent with editorconfig & others
package files
* ⚡ Fix year in license
Co-authored-by: Ben Hesseldieck <1849459+BHesseldieck@users.noreply.github.com>
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
|
2021-08-29 13:36:17 +02:00 |
|
Carlos Alexandro Becker
|
a49624a17c
|
🐳 Improve docker images (#1625)
* feat: docker images
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* fix: workflow
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
* cleanup to reduce image size
Co-authored-by: ahsan-virani <ahsan.virani@gmail.com>
|
2021-06-18 22:54:37 +02:00 |
|
Jan Oberhauser
|
7ed616c7ef
|
🔀 Merge branch 'images' of https://github.com/caarlos0/n8n into caarlos0-images
|
2021-06-17 14:36:02 +02:00 |
|
Jan
|
3667b0dd01
|
✨ Add Git node (#1820)
* ✨ Add Git-Node
* 👕 Fix lint issue
* 🎨 add git icon
* ⚡ Fix indentation in package.json files
* ⚡ Add support for pushTags
* ⚡ Add support for addConfig, fetch, listConfig and status
* ⚡ Add support for clone
* ⚡ Remove not needed code
* ⚡ Add proper continueOnFail support & alphabetize options
* 🐛 Remove console.log
* ⚡ Improve Git Node
* ⚡ Improve Git Node
* 🐳 Add git to Docker images
* ⚡ Auto create folder if not exists and clarify addConfig mode
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
|
2021-06-05 15:43:54 -05:00 |
|
Jan Oberhauser
|
1d13f7d46c
|
📚 Change example docker command to persist data
|
2021-05-09 17:56:57 -05:00 |
|
Jan Oberhauser
|
e3ab0b8679
|
📚 Fix job link
|
2021-05-09 17:55:27 -05:00 |
|
Carlos Alexandro Becker
|
4d3ff091aa
|
feat: docker images
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
|
2021-04-05 09:21:58 -03:00 |
|
mjysci
|
2753566e0a
|
🐛 Fix rpi docker image permission issue (#1587)
|
2021-03-26 12:16:53 +01:00 |
|
mjysci
|
1a2b3dfbdc
|
🐛 Fix rpi docker image permission issue (#1293)
|
2021-03-25 15:19:16 +01:00 |
|
Jan Oberhauser
|
10a377a599
|
🐳 Update Node.js versions of Docker images to 14
|
2021-02-06 17:52:56 +01:00 |
|
Jan Oberhauser
|
6ffab9860c
|
⚡ Remove not needed file
|
2021-02-04 10:52:35 +01:00 |
|
Jan
|
b33a5fcd13
|
💥 Remove MongoDB support
|
2021-01-23 20:35:38 +01:00 |
|
Ben Hesseldieck
|
d395498882
|
✨ Add support for webhook route parameters (#1343)
* 🚧 add webhookId to URL
* 🚧 add webhookId to webhook entity, 🔧 refactor migrations
* 🚧 🐘 postgres migration
* 🚧 add mySQL migration
* 🚧 refactor mongoDB
* 🚧 add webhookId to IWebhookDb
* 🚧 starting workflow with dynamic route works
* ⚡ production dynamic webhooks complete
* 🎨 fix lint issues
* 🔧 dynamic path for webhook-test complete
* 🎨 fix lint issues
* 🎨 fix typescript issue
* ⚡ add error message for dynamic webhook-test
* 🔨 improve handling of leading `/`
* 🚧 add webhookId to URL
* 🚧 add webhookId to webhook entity, 🔧 refactor migrations
* 🚧 🐘 postgres migration
* 🚧 add mySQL migration
* 🚧 refactor mongoDB
* 🚧 add webhookId to IWebhookDb
* 🚧 starting workflow with dynamic route works
* ⚡ production dynamic webhooks complete
* 🎨 fix lint issues
* 🔧 dynamic path for webhook-test complete
* 🎨 fix lint issues
* 🎨 fix typescript issue
* ⚡ add error message for dynamic webhook-test
* 🔨 improve handling of leading `/`
* ⚡ Fix issue that tab-title did not get reset on new workflow
* Revert "⚡ Fix issue that tab-title did not get reset on new workflow"
This reverts commit 699d0a8946 .
* 🔧 reset params before extraction
* 🐘 removing unique constraint for webhookId
* 🚧 handle multiple webhooks per id
* 🔧 enable webhook-test for multiple WH with same id
* 🐘 add migration for postgres
* ⚡ add mysql migration
* 🎨 fix lint issue
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
|
2021-01-23 20:00:32 +01:00 |
|
Wilmar den Ouden
|
9496505232
|
📚 Add MySQL database option to intro (#1006)
|
2021-01-14 19:44:15 +01:00 |
|
LuPa
|
4a98fe48a9
|
🐛 Solve permission issue #1240 (#1262)
|
2020-12-19 23:04:20 +01:00 |
|
Jan
|
63452e7878
|
✨ Add uProc Node (#1263)
* + adding new uProc integration
* + capitalize tool name
+ fix parameter display name
+ add placeholders for parameter
+ add tool description
+ optimize generated .ts for groups and tools
* + remove old functions
* + added new tools
* + add new tools + fix Info on tool
* + fixed Info
* + fix tools description
* + add UProc node to package.json
* + added new tools
* + added new tools
* + fix tool description
* + fix CamelCase subtitle
+ fix node displayName
+ add new tools
* + fix info link
* + add start, data and end callbacks to decouple response
* + added new tools
* + change display name on selected
* + added new tools
* + added new tools
* + added new tools
* + added new tools
* + remove old folder + fix param
* + added new tools
* ⚡ Some improvements to uproc Node
* 🐛 Fix docker image naming #1250
Co-authored-by: Miquel Colomer <mcolomer@gmail.com>
|
2020-12-19 18:22:41 +01:00 |
|
Mathieu Ledru
|
53a97cc27b
|
🎨 update wordings to distinct distribution model to it's license (#1220)
|
2020-12-15 10:50:52 +01:00 |
|
Jan Oberhauser
|
5e56dcb037
|
📚 Extend PI docker README to include mount example
|
2020-12-12 22:53:13 +01:00 |
|
Jan Oberhauser
|
e8f53effb4
|
📚 Fix and unify number of nodes
|
2020-12-10 08:44:06 +01:00 |
|
Jan Oberhauser
|
d3fd88c3eb
|
🐛 Fix docker user mount path #1233
|
2020-12-06 19:45:58 +01:00 |
|
Jan Oberhauser
|
19e2eeadcd
|
🐳 Add fonts to alpine based docker images
|
2020-11-18 21:24:51 +01:00 |
|
Jan Oberhauser
|
134c49dfd8
|
🐳 Update Node.js versions of Docker images
|
2020-10-26 11:03:40 +01:00 |
|
Tanay Pant
|
f5c8fbe953
|
🔨 Fix pronunciation guide
|
2020-08-24 10:50:37 +02:00 |
|
Jan Oberhauser
|
6e06da99fb
|
⚡ Update job website URL
|
2020-07-27 11:43:28 +02:00 |
|
Jan Oberhauser
|
305894d9b4
|
🐛 Fix item display issue
|
2020-07-10 10:12:30 +02:00 |
|
Tanay Pant
|
bafc1fc45c
|
🐛 Fix broken images
|
2020-07-08 12:38:25 +02:00 |
|
Jan Oberhauser
|
b4b65bb906
|
🐳 Build Raspberry Pi Docker image correctly
|
2020-07-05 19:22:25 +02:00 |
|
Jan Oberhauser
|
559afb488b
|
🐳 Add Raspberry Pi Docker image
|
2020-07-05 19:18:01 +02:00 |
|
Jan Oberhauser
|
95068aa132
|
🐳 Expose port in dockerfile
|
2020-06-30 16:55:17 +02:00 |
|
Jan Oberhauser
|
ff62470c73
|
🐳 Improve docker script for custom image
|
2020-05-27 13:57:39 +02:00 |
|
Jan Oberhauser
|
0091f53114
|
⚡ Fix typo
|
2020-05-26 23:29:45 +02:00 |
|
Tin.cr
|
8b23bbb0a9
|
📚 Update docker readme for updating n8n (#594)
Based on https://community.n8n.io/t/how-to-upgrade-n8n-with-docker-compose-setup/660/2
|
2020-05-26 23:28:00 +02:00 |
|
Jan Oberhauser
|
24081d697b
|
🐳 Add Dockerfile to create image with local code
|
2020-05-15 09:31:55 +02:00 |
|
Frane Bandov
|
b6b63ed48b
|
Add full-icu to Dockerfiles
|
2020-03-26 18:05:23 +01:00 |
|
Istvan Richter
|
a041e60a1f
|
Add missed docs for custom Postgres schema support
|
2020-03-18 06:45:44 +01:00 |
|
Istvan Richter
|
31a2138f92
|
Add custom Postgres schema support
|
2020-03-18 06:26:33 +01:00 |
|
Jan Oberhauser
|
d1fff0e45e
|
🐳 Update ubuntu image to use node version 12
|
2020-03-10 19:44:17 +01:00 |
|
Jan Oberhauser
|
1dc8714a80
|
📚 Add fair-code references
|
2020-03-08 22:17:23 +01:00 |
|
Jan Oberhauser
|
bd7b23da59
|
📚 Improve documentation
|
2020-02-21 08:16:51 +01:00 |
|
Jan Oberhauser
|
9996020bea
|
📚 Add links to job board
|
2020-02-13 22:57:37 -08:00 |
|
Jan Oberhauser
|
09309c6602
|
🐳 Fix docker images with custom commands #309
|
2020-02-13 20:08:42 -08:00 |
|
Jan Oberhauser
|
92445082fd
|
⚡ Small additions to MySQL support
|
2020-02-11 21:26:43 -08:00 |
|
Jan Oberhauser
|
2238651fcd
|
🐛 Fix docker run with tunnel
|
2020-02-07 23:48:05 -08:00 |
|
Michael Hirschler
|
fb1424cd4e
|
uses non-root user
|
2020-02-05 21:28:47 +01:00 |
|
Jan Oberhauser
|
6336adec8b
|
📚 Update node count in README.md files
|
2020-01-26 00:17:48 -08:00 |
|
Jan Oberhauser
|
6b2dc25059
|
🐛 Fix errors with unknown nodeTypes
|
2020-01-04 22:51:54 -06:00 |
|
Jan Oberhauser
|
7707312715
|
🐳 Add Ubuntu Docker Image
|
2020-01-02 13:59:55 -06:00 |
|
Jan Oberhauser
|
7dba3eed99
|
📚 Change wording
|
2020-01-01 15:40:37 -06:00 |
|
Jan Oberhauser
|
fcb4f8554c
|
📚 Add links to example docker-compose setup
|
2019-11-07 21:05:34 +01:00 |
|
Jan Oberhauser
|
33fad1dc06
|
📚 Improve documentation
|
2019-10-29 09:42:51 +01:00 |
|