Commit Graph

64 Commits (0511ea1f5691f94de5570ed877d3916e533cbff5)

Author SHA1 Message Date
Henry 39198a42ad 🥳 flowise-ui@1.6.3 release 2024-04-04 15:15:45 +01:00
Octavian FlowiseAI 957694a912
feature: modularized express routes for reusability, testability, composability and performance (#2030)
* transition GET /api/v1/apikey

* transition POST /api/v1/apikey

* transition PUT /api/v1/apikey/:id

* transition DELETE /api/v1/apikey/:id

* Enable e2e tests for api/v1/apikey routes

* remove unused addChatflowsCount

* Enable e2e tests for api/v1/variables routes

* Enable Cypress in GitHub Action

* Update main.yml

* Update main.yml

* Transition GET /api/v1/variables

* Enable cypress on github workflow

* Transition POST /api/v1/variables

* Transition PUT /api/v1/variables

* Transition DELETE /api/v1/variables

* Transition GET /api/v1/variables

* Transition GET /api/v1/chatflows

* Transition GET /api/v1/chatflows/:id

* Transition POST /api/v1/chatflows

* Transition DELETE /api/v1/chatflows/:id

* Transition PUT /api/v1/chatflows/:id

* Transition GET /api/v1/chatflows/apikey/:apiKey

* Transition GET /api/v1/credentials

* Transition POST /api/v1/credentials

* Transition GET /api/v1/credentials/:id

* Transition PUT /api/v1/credentials/:id

* Transition DELETE /api/v1/credentials/:id

* Transition GET /api/v1/tools

* Transition GET /api/v1/tools/:id

* Transition POST /api/v1/tools

* Transition PUT & DELETE /api/v1/tools/:id

* Transition /api/v1/assistants routes

* Transition /api/v1/nodes routes

* Transition GET /api/v1/chatflows-streaming/:id & GET /api/v1/chatflows-uploads/:id

* wip-all-routes

* Transition GET /api/v1/public-chatflows/:id & /api/v1/public-chatbotConfig/:id

* Remove ts-ignore annotations

* Transition GET /api/v1/chatmessage/:id

* Transition POST /api/v1/chatmessage/:id

* delete /api/v1/chatmessage/:id

* transition /api/v1/feedback/:id routes

* transition /api/v1/stats/:id

* Transition GET /api/v1/openai-assistants/:id

* Transition GET /api/v1/openai-assistants

* Transition POST /api/v1/openai-assistants-file

* transition GET /api/v1/get-upload-path

* transition GET /api/v1/get-upload-file

* transition GET /api/v1/flow-config/:id

* transition POST /api/v1/node-config

* transition GET /api/v1/version

* transition GET /api/v1/fetch-links

* transition POST /api/v1/vector/upsert/:id

* transition POST /api/v1/vector/internal-upsert/:id

* transition POST /api/v1/load-prompt

* Update index.ts

* transition POST /api/v1/prompts-list

* transition predictions

* Update index.ts

* transition GET /api/v1/marketplaces/templates

* Router update modularity cleanup

* extend request interface - express namespace

* Update index.ts

* add errorMiddleware

* Add custom application error handler

* Fix pnpm lock file

* prediction return and vector upsert

* Move the getUploadsConfig into its own file

* Remove lint warnings

* fix undefined variable value

* Fix node-load-method api call

* standardize the error message display

* Apply review comment bugfixes

* Update index.ts

* standardize error message display  in snack notifications

* Error message standard in the UI

* Rename flowXpressApp to appServer

* Upload middleware fix and axios update

* fix async await

---------

Co-authored-by: Henry <hzj94@hotmail.com>
2024-04-02 16:44:04 +01:00
Henry ff09ae6a50 🥳 flowise-ui@1.6.2 release 2024-03-20 01:17:08 +08:00
Ilango 49846cd66a
Set embed versions to latest (#1957) 2024-03-15 12:08:16 +05:30
Henry eb2a83fda7 🥳 flowise-ui@1.6.1 2024-03-13 01:50:13 +08:00
Ilango de2ac1d13c Update nuke command - remove .turbo dir 2024-03-07 11:18:45 +05:30
Ilango e3b5309855 Fix merge conflicts 2024-03-06 16:03:12 +05:30
Henry 1d0230382b pin MUI dependencies 2024-02-29 15:59:52 +08:00
Henry 0244216720 🥳 flowise-ui@1.6.0 2024-02-28 02:29:03 +08:00
Henry 0432dc9005 🥳 flowise-ui@1.5.1 release 2024-02-21 12:09:21 +08:00
Henry 9189b70131 🥳 flowise-ui@1.5.0 release 2024-02-06 03:02:16 +08:00
Henry 68bc3c708f 🥳 flowise-ui@1.4.9 release 2024-01-31 13:34:28 +00:00
Henry 4ce0ee2600 🥳 flowise-ui@1.4.8 release 2024-01-25 16:21:41 +00:00
Henry f16b29503d 🥳 flowise-ui@1.4.7 release 2024-01-16 16:08:25 +00:00
Henry 45a42c4404 🥳 flowise-ui@1.4.6 minor release 2023-12-30 23:39:53 +00:00
Henry c6a82156c1 🥳 flowise-ui@1.4.5 release 2023-12-20 16:51:46 +00:00
Henry a1fb5b8ef6 🥳 flowise-ui@1.4.4 release 2023-12-18 12:26:09 +00:00
Henry 911b4fe7fb add new utilties - customfunction, setter/getter, replace code editor 2023-12-15 17:15:00 +00:00
Henry c26e37a923 🥳 flowise-ui@1.4.3 release 2023-12-09 14:44:01 +00:00
Henry 1e5a37ad0f 🥳 flowise-ui@1.4.2 release 2023-12-08 14:16:04 +00:00
Greg L 75a2915388 Merge branch 'maintenance/pnpm-vite-jsx' of https://github.com/use-the-fork/Flowise into maintenance/vite-pnpm-tsup
# Conflicts:
#	packages/ui/pnpm-lock.yaml
#	packages/ui/vite.config.js
2023-12-05 17:03:37 -05:00
Henry 8ce32179ee add turbo, changes to make it work across docker, docker-compose, npx 2023-11-27 11:56:40 +00:00
Henry 98bdda52d7 Merge branch 'main' into maintenance/pnpm-vite-jsx
# Conflicts:
#	packages/components/package.json
2023-11-24 17:33:01 +00:00
Henry aad9111204 🥳 flowise-ui@1.4.1 release 2023-11-24 17:08:41 +00:00
Greg L ee39ce26c1 - Added VitePWA 2023-11-23 19:22:36 -05:00
Greg L 4061dd0abb - Missed a few files that needed to be .jsx
- seperated out package locks per package
2023-11-23 18:34:19 -05:00
Greg L 35ad74f8a3 - Updated workflow and pre-commit to work with PNPM, modified package.json to preinstall PNPM only. 2023-11-23 13:33:52 -05:00
Greg L 0f09faa1bc - Updated .js files to .jsx on frontend.
- Removed Yarn dependency and replaced with PNPM
- Changed Frontend to render via vite
2023-11-23 08:17:06 -05:00
Henry 0d496c2792 🥳 flowise-ui@1.4.0 release 2023-11-09 14:00:57 +00:00
Henry be19cc6581 🥳 flowise-ui@1.4.0-rc.1 release 2023-11-07 21:24:36 +00:00
Henry 0f293e5a59 add openai assistant 2023-11-07 20:45:25 +00:00
Henry 66a0cea419 🥳 flowise-ui@1.3.7 release 2023-11-03 20:06:13 +00:00
Henry 4f6cab47f8 code cleanup 2023-11-03 01:33:08 +00:00
Henry 63b5cfc959 🥳 flowise-ui@1.3.6 release 2023-10-12 16:25:56 +01:00
Henry bf5d9a01be 🥳 flowise-ui@1.3.5 release 2023-10-10 16:58:18 +01:00
Henry ef5bc230b9 🥳 flowise-ui@1.3.4 release 2023-09-21 15:57:01 +01:00
Henry c917e2f353 🥳 flowise-ui@1.3.3 release 2023-09-17 00:05:16 +01:00
Henry 42e6f060ca 🥳 flowise-ui@1.3.2 release 2023-08-23 14:47:51 +01:00
Henry 17aa6684df 🥳 flowise-ui@1.3.1 release 2023-08-10 12:36:30 +01:00
Henry 5a41993cda add package to devDependency 2023-08-03 01:47:13 +01:00
Henry d47835d383 🥳 flowise-ui@1.3.0 release 2023-07-28 17:57:50 +01:00
Henry 50e1a5a4ac 🥳 flowise-ui@1.2.15 release 2023-07-18 21:56:01 +01:00
Henry 59a3f7ab66 🥳 flowise-ui@1.2.14 release 2023-07-12 02:40:46 +01:00
Henry d4b299ba32 🥳 flowise-ui@1.2.13 release 2023-07-05 19:29:25 +01:00
Henry 511c4995e9 format prompt values revamp 2023-06-28 22:59:56 +01:00
Henry e554ac54dd add full page chatbot and react chatbot 2023-06-26 02:37:40 +01:00
Henry de922e1a71 🥳 flowise-ui@1.2.12 release 2023-06-22 17:30:28 +01:00
Henry 70da39629c add custom tool 2023-06-21 18:31:53 +01:00
Henry 539e00ff25 🥳 flowise-ui@1.2.11 release 2023-06-14 01:33:20 +01:00
Henry 625db721ae 🥳 flowise-ui@1.2.10 release 2023-06-09 17:48:09 +01:00