Adria Navarro
|
1e238ce693
|
Validate google sheets url
|
2023-06-06 11:29:49 +01:00 |
Rory Powell
|
abbd8c5c8b
|
Merge branch 'master' into develop
|
2023-06-05 23:19:43 +01:00 |
mike12345567
|
0506096e72
|
Fixing filtering plus pagination in googlesheets, the pagination previously was first which broke the filtering.
|
2023-06-05 10:03:47 +01:00 |
mike12345567
|
e7649374d2
|
Fixing googlesheets filtering by _id - there was an issue with the response API giving _rowNumber rather than the expected primary key of rowNumber, need to update the filters accordingly.
|
2023-06-02 18:25:35 +01:00 |
mike12345567
|
213315e14f
|
Fixing issue with row deletion not returning the _id of the row which was deleted in googlesheets.
|
2023-06-02 18:03:43 +01:00 |
Michael Drury
|
cde4dabe42
|
Fixing some redis type errors.
|
2023-06-01 11:10:39 +01:00 |
Adria Navarro
|
77a619945b
|
Merge pull request #10680 from Budibase/budi-6933-verify-data-source-connection-during
Verify data source connection before saves
|
2023-05-26 10:47:42 +02:00 |
Adria Navarro
|
b264708af6
|
Merge remote-tracking branch 'origin/develop' into chore/esbuild
|
2023-05-24 14:17:32 +02:00 |
Adria Navarro
|
237cda064c
|
Simplify integration features
|
2023-05-24 10:50:51 +02:00 |
Adria Navarro
|
c3036af072
|
Merge pull request #10659 from Budibase/feature/table-fetching
Datasource+ table fetching API
|
2023-05-23 15:39:18 +02:00 |
andz-bb
|
7b9d56ac25
|
add role field to snowflake datasource connection
|
2023-05-23 12:38:50 +01:00 |
mike12345567
|
590844c8a9
|
PR comments.
|
2023-05-23 12:22:22 +01:00 |
Adria Navarro
|
aa58a24a6d
|
Change query for retrieving postgres primary keys
|
2023-05-23 11:20:18 +02:00 |
Adria Navarro
|
e838a90d3e
|
Add small unit test
|
2023-05-23 10:22:26 +02:00 |
Adria Navarro
|
023373bb25
|
Remove unnecessary load info
|
2023-05-23 10:18:37 +02:00 |
Adria Navarro
|
b7b604ca00
|
Improve test
|
2023-05-23 10:17:42 +02:00 |
Adria Navarro
|
5ea19986b1
|
Add basic test
|
2023-05-23 10:14:06 +02:00 |
Adria Navarro
|
74ea851fa3
|
Fetch google sheets
|
2023-05-23 09:55:46 +02:00 |
mike12345567
|
83ddb9c8dd
|
Adding feature to denote fetch table names function.
|
2023-05-22 14:28:18 +01:00 |
mike12345567
|
d6c07f47b6
|
Adding base implementation for googlesheets integration.
|
2023-05-22 13:57:56 +01:00 |
Michael Drury
|
732ebb4f87
|
Adding function to fetch table names.
|
2023-05-18 22:09:44 +01:00 |
Adria Navarro
|
2d2d50a5df
|
Merge branch 'develop' into chore/esbuild
|
2023-05-18 11:34:11 +02:00 |
mike12345567
|
f3785892a9
|
Merge branch 'develop' of github.com:Budibase/budibase into chore/esbuild
|
2023-05-17 12:45:28 +01:00 |
Adria Navarro
|
8e95038671
|
Merge pull request #10620 from Budibase/feature/oracle-conn-checking
Oracle connection checking
|
2023-05-17 10:52:31 +02:00 |
Adria Navarro
|
a2e22bda71
|
Merge pull request #10618 from Budibase/budi-6932/check_elastic
Check elastic search connection settings
|
2023-05-17 10:16:16 +02:00 |
mike12345567
|
ee5f0ec641
|
Remove unused type.
|
2023-05-17 09:15:06 +01:00 |
Adria Navarro
|
896bc61934
|
Check elastic connection
|
2023-05-17 09:38:37 +02:00 |
mike12345567
|
9f57d7c33a
|
Fixes after testing against actual Oracle service.
|
2023-05-16 19:31:12 +01:00 |
mike12345567
|
832f8b3aa8
|
Adding Oracle connection checking.
|
2023-05-16 19:04:46 +01:00 |
Adria Navarro
|
e465422031
|
Implement connection
|
2023-05-16 15:08:34 +02:00 |
Adria Navarro
|
ce357ecac8
|
Setup CONNECTION_CHECKING feature
|
2023-05-16 13:37:30 +02: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
|
87497fee73
|
Comments
|
2023-05-16 13:24:16 +02:00 |
Adria Navarro
|
419e2de602
|
Test airtable connection
|
2023-05-16 13:24:16 +02:00 |
Adria Navarro
|
062127b1f1
|
Fix types
|
2023-05-16 11:48:40 +02:00 |
Adria Navarro
|
b3b962534f
|
Test snowflake connection
|
2023-05-16 11:47:38 +02:00 |
Adria Navarro
|
911a072069
|
Update types
|
2023-05-16 11:44:58 +02:00 |
Adria Navarro
|
cd93d327a5
|
Test google sheets
|
2023-05-16 11:43:13 +02:00 |
mike12345567
|
6b7269b954
|
Refactoring response from integrations to a simple type.
|
2023-05-15 17:36:16 +01:00 |
Michael Drury
|
18d2c33839
|
Merge pull request #10583 from Budibase/budi-6932/verify_redis
Implement redis connection verification
|
2023-05-15 17:22:32 +01:00 |
Michael Drury
|
fbc3697c8c
|
Merge pull request #10546 from Budibase/budi-6932/verify_mysql
Implement mysql connection verification
|
2023-05-15 17:13:32 +01:00 |
Michael Drury
|
9e6f22653b
|
Merge pull request #10550 from Budibase/budi-6932/verify_couchdb
Implement couchdb connection verification
|
2023-05-15 17:12:54 +01:00 |
Michael Drury
|
3ef204cf7b
|
Merge pull request #10553 from Budibase/budi-6932/verify_mssql
Implement MSSQL connection verification
|
2023-05-15 17:12:05 +01:00 |
Michael Drury
|
f9fd3d942a
|
Merge pull request #10554 from Budibase/budi-6932/verify_mongo
Implement mongo connection verification
|
2023-05-15 17:11:37 +01:00 |
Michael Drury
|
001e8757e8
|
Merge pull request #10555 from Budibase/budi-6932/verify_arango
Implement arango connection verification
|
2023-05-15 17:11:12 +01:00 |
Michael Drury
|
328514afdd
|
Merge pull request #10588 from Budibase/budi-6932/verify_s3
Implement S3 connection verification
|
2023-05-15 17:10:38 +01:00 |
Michael Drury
|
d77107f540
|
Merge pull request #10589 from Budibase/budi-6932/verify_dynamodb
Implement dynamodb connection verification
|
2023-05-15 17:10:10 +01:00 |
mike12345567
|
571987a2ce
|
Merge branch 'feature/datasource-connections' of github.com:Budibase/budibase into feature/datasource-conns
|
2023-05-15 17:00:30 +01:00 |
Adria Navarro
|
3933a3881b
|
Test dynamodb connection
|
2023-05-15 17:58:09 +02:00 |
Adria Navarro
|
f2f0c2e708
|
Typing
|
2023-05-15 17:56:48 +02:00 |
Adria Navarro
|
1e505791c0
|
Implement s3 checks
|
2023-05-15 17:37:28 +02:00 |
Adria Navarro
|
058ac416ea
|
Test redis
|
2023-05-15 16:50:37 +02:00 |
Adria Navarro
|
fad57db634
|
Implement the check as part of the integration
|
2023-05-15 16:48:40 +02:00 |
Adria Navarro
|
901bff5399
|
Validate arango
|
2023-05-15 16:47:41 +02:00 |
Adria Navarro
|
2f9b076381
|
Implement the check as part of the integration
|
2023-05-15 16:38:42 +02:00 |
Adria Navarro
|
e8fa690566
|
Add mongo checks
|
2023-05-15 16:37:20 +02:00 |
Adria Navarro
|
d98bc11a20
|
Clean
|
2023-05-15 16:30:43 +02:00 |
Adria Navarro
|
2641a8c135
|
Clean code
|
2023-05-15 16:30:43 +02:00 |
Adria Navarro
|
0418e90a37
|
Implement the check as part of the integration
|
2023-05-15 16:30:43 +02:00 |
Adria Navarro
|
32695018bf
|
Validate and test microsoft sql
|
2023-05-15 16:30:43 +02:00 |
Adria Navarro
|
bd736836f0
|
Remove export
|
2023-05-15 13:55:22 +02:00 |
Adria Navarro
|
d656edad40
|
Implement the check as part of the integration
|
2023-05-15 13:54:32 +02:00 |
Adria Navarro
|
209ada0c38
|
Validate couchdb
|
2023-05-15 13:54:32 +02:00 |
Adria Navarro
|
8a1564ef07
|
Implement the check as part of the integration
|
2023-05-15 13:48:09 +02:00 |
Adria Navarro
|
721492e76d
|
Validate mysql
|
2023-05-15 13:47:48 +02:00 |
Adria Navarro
|
f10a66cc42
|
Type mysql configs
|
2023-05-15 13:47:48 +02:00 |
Adria Navarro
|
eaf7e399e7
|
Remove unnecessary export
|
2023-05-15 13:16:56 +02:00 |
Adria Navarro
|
ffef2499cc
|
Implement the check as part of the integration
|
2023-05-15 13:16:56 +02:00 |
Adria Navarro
|
f5fb4f8850
|
Clean
|
2023-05-15 13:16:56 +02:00 |
Adria Navarro
|
b022dcba77
|
Types
|
2023-05-15 13:16:56 +02:00 |
Adria Navarro
|
25233c5c9b
|
Add message response
|
2023-05-15 13:16:56 +02:00 |
Adria Navarro
|
f022a43065
|
Test pg connection
|
2023-05-15 13:16:56 +02:00 |
Adria Navarro
|
239a51a2c0
|
Typings
|
2023-05-15 13:16:56 +02:00 |
melohagan
|
fb54b6de60
|
Add pagination to Google Sheets (#10525)
* Add pagination to Google Sheets
* Default limit to 100
|
2023-05-09 12:05:12 +01:00 |
mike12345567
|
ce6c5bfa68
|
Base connection work - extending the base integration to include the option of a connection check function.
|
2023-05-05 15:47:55 +01:00 |
mike12345567
|
49b45f5e67
|
Merge branch 'develop' of github.com:Budibase/budibase into chore/esbuild
|
2023-04-25 17:37:56 +01:00 |
Michael Drury
|
9c93bf91c0
|
Merge pull request #10352 from Budibase/fix/10349
Allow SQL formulas using related row information to be used as display columns
|
2023-04-24 17:50:49 +01:00 |
mike12345567
|
1aca5d6407
|
Fixing an issue with creating relationships between existing tables, not using the correct type for the primary key in the foreign key relationship.
|
2023-04-19 17:17:37 +01:00 |
mike12345567
|
67de033683
|
Merge branch 'develop' of github.com:Budibase/budibase into chore/esbuild
|
2023-04-19 15:01:26 +01:00 |
Michael Drury
|
42c37eea46
|
Merge pull request #10276 from Budibase/labday/automation-plugins
Automation step plugins
|
2023-04-18 17:33:25 +01:00 |
mike12345567
|
9a36377d6e
|
Merge branch 'develop' of github.com:Budibase/budibase into chore/esbuild
|
2023-04-17 18:10:29 +01:00 |
mike12345567
|
c552913737
|
Fixing defaults in MS-SQL as well.
|
2023-04-14 18:10:10 +01:00 |
mike12345567
|
09ccac12ae
|
Fix for default values with NOT NULL requirements being intepreted as requiring values in the frontend, presence check is now ignored if a default or auto value is found.
|
2023-04-14 17:56:17 +01:00 |
mike12345567
|
361005b521
|
Merge branch 'develop' of github.com:Budibase/budibase into chore/esbuild
|
2023-04-13 17:23:58 +01:00 |
mike12345567
|
a9fb09424b
|
Merge branch 'develop' of github.com:Budibase/budibase into labday/automation-plugins
|
2023-04-12 14:27:50 +01:00 |
melohagan
|
3a5e31710c
|
Add db prop to redis integration (#10210)
* Add db prop to redis integration
* Add DB display
* Default DB value to 0
|
2023-04-12 13:51:40 +01:00 |
mike12345567
|
ac37d00f69
|
Updating plugins to have a SDK, which can be used for automation action retrieval as well as datasources.
|
2023-04-11 16:37:26 +01:00 |
mike12345567
|
29def1408a
|
Fixing syntax error and linting.
|
2023-04-03 15:36:34 +01:00 |
Michael Drury
|
2f57b3b16d
|
Merge pull request #10077 from robert4dt/develop
Handle application/pdf content type in rest integration
|
2023-04-03 15:30:03 +01:00 |
adrinr
|
e8e77cc140
|
Use esbuild for server
|
2023-03-31 12:32:41 +01:00 |
mike12345567
|
32c78ec9bf
|
This makes it so that Googlesheets works correctly as part of onboarding in the Cloud, in self host the googlesheets onboarding option has been hidden as it is too complex to get the user to setup the correct integrations with their google account while doing the first time onboarding to an app.
|
2023-03-29 19:58:24 +01:00 |
Rory Powell
|
d6992bbf94
|
Merge branch 'master' into merge-master-develop
|
2023-03-29 11:52:09 +01:00 |
Rory Powell
|
89d19a87a7
|
Revert "Merge pull request #10038 from Budibase/fix/budi-6723" (#10143)
This reverts commit b1b18bef18 , reversing
changes made to e841ccd0ed .
|
2023-03-29 08:48:06 +01:00 |
melohagan
|
9e8ab55e18
|
Lowercase values for Oracle LIKE (#10134)
|
2023-03-28 11:46:29 +01:00 |
mike12345567
|
cf5316ec8d
|
General fixes for open handles, attempting to find and close all issues in server which are stopping shutdown of Jest suite.
|
2023-03-27 19:38:49 +01:00 |
mike12345567
|
82286d519f
|
Fixing some issues with test cases.
|
2023-03-21 17:27:31 +00:00 |
Michael Drury
|
34e8009f08
|
Merge pull request #9949 from Budibase/fix/blacklist
Blacklisting
|
2023-03-20 10:33:11 +00:00 |
T4DT GmbH
|
9a4ab17c53
|
Update rest.ts
|
2023-03-20 11:31:45 +01:00 |
mike12345567
|
6174b6ae18
|
Squashing #10024 for master merge.
|
2023-03-15 14:16:45 +00:00 |
mike12345567
|
f2484eafec
|
Fix for spaces in table names (external).
|
2023-03-14 16:13:14 +00:00 |