1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00
Commit graph

856 commits

Author SHA1 Message Date
mike12345567
f2dd8bff02 Updating plugins to not think about versions, only ever one version of each plugin by name, making plugins self host only and adding error checking for datasource implementations. 2022-09-02 19:32:15 +01:00
Martin McKeaveney
2b342a60fc improvements to redis connector - multi line pipelines and lowercase commands 2022-09-02 18:35:06 +01:00
Mel O'Hagan
52947e4417 Exclude formula columns from Sql drop column 2022-09-01 17:21:42 +01:00
mike12345567
4a71252731 Updating test cases to TS to get them working properly with the full TS implementations. 2022-08-31 19:21:45 +01:00
mike12345567
5411f3c8e3 Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-31 15:53:32 +01:00
Martin McKeaveney
0089a07096 merge 2022-08-30 10:33:37 +01:00
Mel O'Hagan
c8330622e3 Add delete button 2022-08-25 17:40:09 +01:00
Mel O'Hagan
018f4db2e4 Add mongodb aggregate method 2022-08-25 17:30:47 +01:00
Martin McKeaveney
446008d263 fixing s3 outage errors and scoping AWS configuration to service level 2022-08-25 17:01:12 +01:00
Mel O'Hagan
6ff1e42899 Upgrade to mongodb@4.9 2022-08-25 11:02:46 +01:00
Mel O'Hagan
e0744000a4 lint 2022-08-23 15:33:30 +01:00
Mel O'Hagan
da4107b26c Generic handle objectid 2022-08-23 15:33:04 +01:00
mike12345567
e53f86c0b2 Adding in hash handling for datasource plugins. 2022-08-18 15:21:55 +01:00
mike12345567
9a49f58a88 Adding full flow for creating custom datasource. 2022-08-17 10:05:13 +01:00
mike12345567
3388008f0b Adding custom datasources to UI. 2022-08-15 18:38:09 +01:00
mike12345567
3fb5a2251b Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience 2022-08-15 16:17:54 +01:00
mike12345567
2904b1a5db Merge branch 'develop' of github.com:Budibase/budibase into feature/multiselect-filters 2022-08-15 12:24:41 +01:00
mike12345567
97466f183b Making integrations more like what custom integrations look like (to simplify integration). 2022-08-12 17:03:06 +01:00
mike12345567
2fbf39947a Merge branch 'master' of github.com:Budibase/budibase into develop 2022-08-11 16:28:46 +01:00
mike12345567
b920f8cb05 Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes. 2022-08-11 13:50:05 +01:00
mike12345567
5dce4fc16a Moving all datasource types around - this is needed to make the SDK/Document types more accesible for the development datasource plugins. 2022-08-11 11:48:58 +01:00
Rory Powell
41672cedbe Merge branch 'develop' into merge-master 2022-08-10 15:29:46 +01:00
melohagan
44b723f7c8
Merge pull request #6895 from Budibase/bug/sev2/mongodb-fixes
Support ObjectId in MongoDB operators
2022-08-10 14:54:47 +01:00
Rory Powell
3d12db8b2b Merge branch 'master' into develop 2022-08-10 14:36:49 +01:00
Mel O'Hagan
69ee22f563 Fix unit test 2022-08-10 13:56:15 +01:00
Mel O'Hagan
ba4b20bb62 Use display field 2022-08-10 13:54:56 +01:00
Mel O'Hagan
9ce34aa4c0 lint 2022-08-10 10:58:11 +01:00
Mel O'Hagan
334d9a956d Ignore escaped double quotes within strings 2022-08-10 10:57:42 +01:00
Mel O'Hagan
f7c816bce9 lint 2022-08-09 17:28:21 +01:00
Mel O'Hagan
40c846ce8f Handle braces within quotes 2022-08-09 17:27:51 +01:00
Mel O'Hagan
15fe3650dc Fix unit test 2022-08-09 15:54:08 +01:00
Mel O'Hagan
ea6f0938da Rename to recordID 2022-08-09 14:59:05 +01:00
Mel O'Hagan
a5065411cc Add table field to Airtable update 2022-08-09 14:55:45 +01:00
Michael Drury
1b574bc58f
Merge pull request #7049 from Budibase/fix/2585
Updating filters to allow multiple uses of the same property and exposing allOr option
2022-08-09 11:00:38 +01:00
Mel O'Hagan
e23d29b7ef lint 2022-08-08 21:57:36 +01:00
Mel O'Hagan
88f06539a4 Nested braces parse fix added for MongoDB 2022-08-08 21:56:55 +01:00
Mel O'Hagan
98d8080826 Bug fix findOneAndUpdate 2022-08-08 17:53:17 +01:00
Mel O'Hagan
d02e5ae87f Add unit tests for ObjectId 2022-08-08 17:01:56 +01:00
Mel O'Hagan
c57fc1cfcd Merge branch 'develop' into bug/sev2/mongodb-fixes 2022-08-08 15:15:03 +01:00
mike12345567
df074c6004 Fixing test cases. 2022-08-03 18:20:07 +01:00
mike12345567
5eeb2ea600 Updating the filter system to allow adding multiple filter properties of the same name at once, as well as enabling the use of the allOr property from within the UI - resolves an old issue #2585. 2022-08-02 18:34:58 +01:00
mike12345567
a99ed3bf52 Merge branch 'master' of github.com:Budibase/budibase into fix/6737 2022-08-01 19:00:17 +01:00
mike12345567
5aea08fdce Adding mechanism to allow displaying an error on data retrieval for tables. 2022-08-01 18:56:59 +01:00
mike12345567
41683c1f6d Fix for #6737 - making it so that if a column is deleted externally tables can be re-fetched and this will be fixed. 2022-08-01 17:40:35 +01:00
Mel O'Hagan
432a8eb1b7 Has any support SQL Server 2022-07-28 09:20:00 +01:00
Mel O'Hagan
600794de66 SQL Server containsAny unit test 2022-07-27 16:40:07 +01:00
Mel O'Hagan
9369498d38 Has any of filter Postgres 2022-07-27 16:37:29 +01:00
Mel O'Hagan
804d1ef8f6 Has any of MySQL filter 2022-07-27 13:19:47 +01:00
Mel O'Hagan
d9823faac6 Not Contains for SQL Server 2022-07-27 11:56:57 +01:00
Mel O'Hagan
54643cff58 Not Contains Postgres filter 2022-07-27 11:49:45 +01:00
Mel O'Hagan
8d7fe78028 Not Contains filter for MySQL 2022-07-27 11:40:46 +01:00
Mel O'Hagan
4135c4ce59 Fix unit tests 2022-07-26 16:58:01 +01:00
Mel O'Hagan
91f906877f Has all of SQLServer 2022-07-26 16:45:05 +01:00
Mel O'Hagan
3d263f3927 MySQL has all of 2022-07-26 16:16:46 +01:00
Mel O'Hagan
f436c50b5b Postgres has all of 2022-07-26 15:59:49 +01:00
Mel O'Hagan
0ead7fca54 lint 2022-07-26 11:38:34 +01:00
Mel O'Hagan
377aca0458 Support ObjectId in operator blocks 2022-07-26 10:53:53 +01:00
Mel O'Hagan
f653345296 Added unit tests for contains filter 2022-07-21 10:28:54 +01:00
Mel O'Hagan
6b81d3d727 Handle numeric types Postgres 2022-07-19 18:34:30 +01:00
Mel O'Hagan
cd0bac74e2 Prettier 2022-07-19 18:04:27 +01:00
Mel O'Hagan
e5dc38845b Added contains support for datasource pluses 2022-07-19 17:25:41 +01:00
mike12345567
2272c095b7 Fix for ARM processors. 2022-07-13 12:37:55 +01:00
Mel O'Hagan
65aab29ee6 Don't try to check externalType of related tables 2022-07-05 16:59:32 +01:00
Dean
4b296f9bce Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings 2022-06-29 18:50:14 +01:00
mike12345567
f0dd336b15 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-06-24 17:50:55 +01:00
Andrew Kingston
27d5f2ba6e
Merge pull request #6443 from Budibase/datasource-labels
Datasource labels
2022-06-23 15:32:28 +01:00
Mel O'Hagan
688a46f75e Added Knex.Raw to return type 2022-06-23 13:09:22 +01:00
Andrew Kingston
5dd8186383 Add types to datasources 2022-06-23 11:35:57 +01:00
Mel O'Hagan
1d6f780c72 Refactor - simplify regex and use enum 2022-06-23 09:41:43 +01:00
Mel O'Hagan
0fb46ca465 Only cast money as numeric for Postgres 2022-06-22 16:13:02 +01:00
Mel O'Hagan
bc72b63579 Use raw sql to get money type as numeric 2022-06-22 15:58:15 +01:00
Mel O'Hagan
ba0916d161 Added external types to ds+ schemas 2022-06-20 18:08:30 +01:00
Mel O'Hagan
78a3043aed Include external SQL server type in schema 2022-06-20 16:49:58 +01:00
Dean
3b68abf407 Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings 2022-06-20 09:09:21 +01:00
Mel O'Hagan
5f9944af34 Add empty options if missing for delete 2022-06-17 16:54:23 +01:00
Dean
18f2e13a30 Fixes for Rest API request UI. Rest test fixes for XML API request body. Fix for raw XML api request body parsing issue. General fixes for query testing. 2022-06-17 12:00:42 +01:00
mike12345567
a46d73931d Merge branch 'master' of github.com:Budibase/budibase into develop 2022-06-17 11:41:34 +01:00
Dean
57b8ae7842 Fix to ignore global rest query headers when they are not configured. 2022-06-15 10:09:47 +01:00
Rory Powell
05aca077d1 Merge branch 'release' into merge-release 2022-06-13 11:58:14 +01:00
Rory Powell
05f0393310 Merge branch 'release' into merge-release 2022-06-13 11:45:18 +01:00
Mel O'Hagan
9bb0dba973 Remove duplicate equals 2022-06-10 15:52:28 +01:00
Mel O'Hagan
86d0d37fd5 Fix for privatekey newline 2022-06-10 14:15:25 +01:00
Mel O'Hagan
aedda40891 Removed ServiceAccount to reduce confusion 2022-06-10 14:04:34 +01:00
Mel O'Hagan
91b97698a6 Rename Firebase to Firestore 2022-06-08 12:05:29 +01:00
Andrew Kingston
3a9e4fff87 Account for types being undefined when running in a test env 2022-06-07 08:41:45 +01:00
Andrew Kingston
f2e3b2efa8 Apply timezones patch from existing ignore-timezones branch 2022-06-07 08:31:00 +01:00
Martin McKeaveney
493607b853 update google sheets strategy to use the standard passport strategy 2022-06-05 16:43:04 +01:00
Mel O'Hagan
87c0df55f0 Using snowflake-promise 2022-06-01 11:41:41 +01:00
Mel O'Hagan
b282102998 Revert "Datasource plus - build schema"
This reverts commit 3c1d32ba24.
2022-06-01 09:36:42 +01:00
Mel O'Hagan
be8cd07cdc Revert "primaryKey name fix"
This reverts commit fcdc2bf584.
2022-06-01 09:36:28 +01:00
Mel O'Hagan
fcdc2bf584 primaryKey name fix 2022-05-31 14:47:27 +01:00
Mel O'Hagan
3c1d32ba24 Datasource plus - build schema 2022-05-31 14:39:53 +01:00
Mel O'Hagan
a940269051 CRUD added for snowflake 2022-05-31 13:10:16 +01:00
Mel O'Hagan
31aa9418dd Added types and error handling 2022-05-31 11:58:03 +01:00
Mel O'Hagan
a2a29caeea Added Snowflake integration 2022-05-30 21:13:45 +01:00
mike12345567
5f8cfcdb5c Opening connection for building schema. 2022-05-20 17:43:47 +01:00
mike12345567
a23e4efd8c Fix for Postgres connections, seemed to be some issues with out of order, connections not opening in time. 2022-05-20 17:41:27 +01:00
Mel O'Hagan
2c2eb69ae7 Improve parseQueryParams regex 2022-05-17 12:11:43 +01:00
Mel O'Hagan
aa0c09ac82 Parse params if needed 2022-05-16 22:44:38 +01:00
Mel O'Hagan
c6591490d3 Using mongodb types 2022-05-16 09:50:47 +01:00