Adria Navarro
|
3f6e1bbaa2
|
Move datasource.buildSchemaFromDb to sdk
|
2024-01-08 19:07:47 +01:00 |
Adria Navarro
|
8e038e61b0
|
Move datasource.save to sdk
|
2024-01-08 19:02:39 +01:00 |
Adria Navarro
|
92eb185390
|
Type BuildSchemaFromSource
|
2024-01-08 18:54:57 +01:00 |
Adria Navarro
|
498137ba7c
|
Split back
|
2024-01-08 14:19:26 +01:00 |
Adria Navarro
|
dd77779bc1
|
Move code to sdk
|
2024-01-08 14:19:26 +01:00 |
Adria Navarro
|
6df4bf84df
|
Lint
|
2024-01-08 14:19:25 +01:00 |
mike12345567
|
7b2880fbe2
|
Initial work to get relationship column saving working as expecting, sending out events on datasource update for tables, trying to move more to table API where possible.
|
2023-12-11 17:27:05 +00:00 |
Sam Rose
|
47292b8ab4
|
Make DB name non-optional.
|
2023-11-08 14:37:19 +00:00 |
mike12345567
|
455b26bac9
|
Making sure the source ID is always set when creating a table - the frontend expects this to be set for every table so making the type represent this correctly.
|
2023-10-25 19:00:25 +01:00 |
mike12345567
|
2d5818ae33
|
Updating datasource controller to use SDK rather than calling through controllers.
|
2023-10-18 18:58:58 +01:00 |
Sam Rose
|
e1af1a5be3
|
Introduce integration tests for `POST /api/datasources/:datasourceId/schema`
|
2023-10-13 15:29:59 +01:00 |
Sam Rose
|
16451904c9
|
Expose an errors object via the buildSchemaFromDb endpoint.
|
2023-10-12 17:12:49 +01:00 |
Sam Rose
|
1faf920c67
|
DatasourcePlus deals exclusively in ExternalTables, reflect that in the types.
|
2023-10-12 16:38:15 +01:00 |
Sam Rose
|
85b3af2971
|
Refactor DatasourcePlus's buildSchema to return a value, rather than rely on member variables.
|
2023-10-12 16:27:18 +01:00 |
Sam Rose
|
6e1962e6ea
|
Plumb Google Sheets table fetching error through to buildSchemaFromDb endpoint.
|
2023-10-12 12:07:13 +01:00 |
Adria Navarro
|
bf59ecf6b7
|
Split between internal and external views
|
2023-08-29 13:35:12 +02:00 |
mike12345567
|
bb032852e5
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2023-07-21 16:26:34 +01:00 |
mike12345567
|
40b4943766
|
Fix for dynamic variables being duplicated when creating new REST queries - also moved some stuff to backend SDK to make a bit re-usable, allowing backend to detect duplicate dynamic variables and error.
|
2023-07-20 13:07:19 +01:00 |
Adria Navarro
|
58c59eba5e
|
Remove unused db usages
|
2023-07-18 12:00:02 +02:00 |
Adria Navarro
|
2698e47ec4
|
Type internal db.get
|
2023-07-18 11:41:51 +02:00 |
Adria Navarro
|
d1b64bcd9c
|
Moving files and functions
|
2023-07-14 17:09:34 +02:00 |
mike12345567
|
0d1941f264
|
Fix merge conflict.
|
2023-06-30 11:36:08 +01:00 |
mike12345567
|
6495b55b9d
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2023-06-29 17:06:14 +01:00 |
Michael Drury
|
72e7373073
|
Merge pull request #11058 from Budibase/feature/budi-7076
Datasource settings tab for SQL databases and SQL schema export functionality
|
2023-06-28 17:56:03 +01:00 |
mike12345567
|
d8fae3a348
|
Adding SQL export functionality and settings tab for SQL databases.
|
2023-06-28 16:52:45 +01:00 |
Adria Navarro
|
8a7d610faf
|
Move creation pool on the connect step
|
2023-06-28 14:33:51 +01:00 |
mike12345567
|
1d5bc39282
|
PR comments.
|
2023-06-27 12:24:50 +01:00 |
mike12345567
|
c2b4dec88f
|
Fix to make foreign keys auto-columns when used in relationships as well as making sure that when fetching tables that they can be removed, using the old fetch mechanism (to be replaced, but needs to work for now).
|
2023-06-23 18:09:52 +01:00 |
Adria Navarro
|
6ed5894441
|
Type
|
2023-06-20 11:14:23 +01:00 |
Adria Navarro
|
7a4eb3113d
|
Add external schema endpoint
|
2023-06-19 17:56:11 +01:00 |
Rory Powell
|
5f716a62a4
|
Revert "Merge branch 'develop' into master"
This reverts commit 67fb9de7f4 , reversing
changes made to ebec885b0a .
|
2023-06-16 10:13:43 +01:00 |
mike12345567
|
dab1db2271
|
Updating datasource save API to allow specifying a filter for which tables to fetch and then linking this up with the new frontend.
|
2023-06-06 18:27:03 +01:00 |
mike12345567
|
cc60baa3d1
|
Some fixes for BBUI and updating postgres table name fetching to get uniques.
|
2023-06-06 17:40:14 +01:00 |
Adria Navarro
|
1f428bd5c2
|
Fix test
|
2023-06-06 12:17:56 +01:00 |
Adria Navarro
|
21e870109c
|
Save datasource
|
2023-06-06 11:29:50 +01:00 |
Adria Navarro
|
25c921e340
|
Validate url
|
2023-06-06 11:29:49 +01:00 |
mike12345567
|
651d50a064
|
Updating datasource information endpoint to POST which allows sending up an unfinished/unsaved datasource for fetching information with. Also changing how verification and information endpoints work so that enrichment is used and therefore env vars can also be used.
|
2023-05-31 17:04:29 +01:00 |
Andrew Kingston
|
5cf4753853
|
Merge branch 'develop' of github.com:Budibase/budibase into data-section-multidev
|
2023-05-24 15:14:32 +01:00 |
mike12345567
|
590844c8a9
|
PR comments.
|
2023-05-23 12:22:22 +01:00 |
Andrew Kingston
|
cfa07a68ae
|
Handle table, query and datasource events using builder socket
|
2023-05-22 15:59:44 +01:00 |
Michael Drury
|
38e39cf2f2
|
Adding negative test case for connections and adding test of table name fetching for postgres.
|
2023-05-19 13:36:05 +01:00 |
Michael Drury
|
d85bcbc7e5
|
Adding test for postgres verify.
|
2023-05-19 12:19:55 +01:00 |
Michael Drury
|
2223027d28
|
Adding API for retrieving table names.
|
2023-05-18 23:22:52 +01:00 |
mike12345567
|
e09550f7e3
|
PR comments.
|
2023-05-17 09:45:25 +01:00 |
mike12345567
|
9f57d7c33a
|
Fixes after testing against actual Oracle service.
|
2023-05-16 19:31:12 +01:00 |
Adria Navarro
|
d285c2aeb2
|
Merge pull request #10601 from Budibase/budi-6932/verify_google_sheets
Verify google sheets connection
|
2023-05-16 13:33:08 +02:00 |
Adria Navarro
|
be6c398f53
|
Remove bool ref
|
2023-05-16 13:23:35 +02:00 |
Adria Navarro
|
5e7d839cb1
|
Use existing merge
|
2023-05-16 11:43:13 +02:00 |
Adria Navarro
|
a676e42b1f
|
Handle config
|
2023-05-16 11:43:13 +02:00 |
Adria Navarro
|
b5890b788f
|
Append auth on verification
|
2023-05-16 11:43:13 +02:00 |