This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
ToolJet
Watch
1
Star
0
Fork
You've already forked ToolJet
0
mirror of
https://github.com/ToolJet/ToolJet
synced
2026-04-29 09:27:32 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
f624e98f5f
ToolJet
/
plugins
/
packages
/
n8n
/
__tests__
/
index.js
8 lines
104 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Feature/plugin: n8n integration 🔥 (#2227) * Integrated new n8n datasource [initial] * Resolved some bugs * Added a dropdown for auth type - changed sensitive fields to encrypted - Added basic & header auth * Added changes - Plugin icon - Removed ecrypted option from username - Chnaged some placeholder text and field names * Changed datasource fields - Removed host from datasource modal - Added url field to operations - Changed operation names * Redesigned dynamic list * changed error message * Changed icon * Added helpText to dropdown-flip component * Cleaning code * Cleaning code * Added n8n documentation * Edited hint text
2022-02-21 18:07:09 +00:00
'use strict'
;
chore/plugins: fixes lint warning and errors (#2502)
2022-03-14 09:35:02 +00:00
// const n8n = require('../lib');
Feature/plugin: n8n integration 🔥 (#2227) * Integrated new n8n datasource [initial] * Resolved some bugs * Added a dropdown for auth type - changed sensitive fields to encrypted - Added basic & header auth * Added changes - Plugin icon - Removed ecrypted option from username - Chnaged some placeholder text and field names * Changed datasource fields - Removed host from datasource modal - Added url field to operations - Changed operation names * Redesigned dynamic list * changed error message * Changed icon * Added helpText to dropdown-flip component * Cleaning code * Cleaning code * Added n8n documentation * Edited hint text
2022-02-21 18:07:09 +00:00
describe
(
'n8n'
,
(
)
=>
{
chore/plugins: fixes lint warning and errors (#2502)
2022-03-14 09:35:02 +00:00
it
.
todo
(
'needs tests'
)
;
Feature/2395 - add eslint to plugins (#2402) * merge develop * Add eslint dependencies, configs and scripts to plugins project * run lint with Github action * ignore tests and dist folders * fun eslint with --fix and manual fixes, renamed __tests_ to __tests__ * add plugins packages folder to lint-staged config * fix lint issue
2022-03-10 06:59:48 +00:00
}
)
;
Reference in a new issue
Copy permalink