1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-08 02:28:57 +03:00
n8n/packages
Marcus 277b6b73c3
feat(Notion (Beta) Node): Use resource locator component for database and page parameters (#4340)
* use resource locator component for database -> get (Notion V1/V2)

* getDatabases search function for V1/V2 with url

* updated database get list placeholder

* get database RLC by url - regex support optional workspace domain names

* fixed linting error

* listSearch getDatabases support filter query

* support extractValue in getCurrentNodeParameter for RLC

* RLC for database page create/getAll operation

* RLC for database get operation support "By ID" with optional v param.

* use RLC in append blocks operation

* use RLC in NotionTrigger.nodes.ts

* removed unused loadOptions getDatabases

* support database RLC in createPage/createDbPage operation

* page create operation use RLC for parent page param

* page archive operation use RLC for page param

* removed unused imports

* fixed missing extractPageId in NotionV1.node.ts

* database page get operation use RLC for page param

* database page update operation use RLC for page param

* block getAll children operation use RLC for page param

* block append operation use RLC for block param

* support databaseId with optional '-' characters

* support blockId with optional '-' characters

* support pageId with optional '-' characters

* improved RLC descriptions and hints

* NotionTrigger node support databseId with optional '-' characters

* stricter RLC by ID regex rules for uuids

* stricter RLC by URL regex rules for uuids

* stricter RLC by ID regex rules for uuids (support max length)

* RLC regex from URL allow both http and https

* RLC by ID only allow uuid v4 with optional dash

* removed RLC from URL hint "Use Notion's copy link..."

* RLC from URL only allow uuid v4

* DB Status Column: Support Simplify Properties

* Notion Credentials: Support custom Notion-Version header

Use latest Notion-Version 2022-02-22 if not set

* DB Status Column: Support DB Page Create/Update

* DB Status Column: Support DB Page GetMany Filters

* removed unused paginationToken args

* Database Get: RLC by URL improve validation error message
2022-11-11 13:37:52 +01:00
..
@n8n_io/eslint-config feat: Switch from npm to pnpm (#4429) 2022-11-09 17:32:05 +01:00
cli feat(core): Add credential runtime checks and prevent tampering in manual run (#4481) 2022-11-11 11:14:45 +01:00
core feat(Notion (Beta) Node): Use resource locator component for database and page parameters (#4340) 2022-11-11 13:37:52 +01:00
design-system refactor(editor): Add Workflows view e2e tests (#4573) 2022-11-11 09:07:14 +01:00
editor-ui refactor(editor): Add Workflows view e2e tests (#4573) 2022-11-11 09:07:14 +01:00
node-dev 🔖 Release n8n-node-dev@0.81.1 2022-11-10 20:53:52 +00:00
nodes-base feat(Notion (Beta) Node): Use resource locator component for database and page parameters (#4340) 2022-11-11 13:37:52 +01:00
workflow feat(Notion (Beta) Node): Use resource locator component for database and page parameters (#4340) 2022-11-11 13:37:52 +01:00