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
mike12345567
c2de0ade7d
Merge branch 'develop' of github.com:Budibase/budibase into fix/budi-6723
2023-03-14 14:25:46 +00:00
mike12345567
da9e1bed64
Fix for googlesheets issue - when table initially created doesn't have the correct schema, adding a function to handle static schemas like Gsheets.
2023-03-14 12:11:01 +00:00
melohagan
878bc65eb2
Add missing readable flag ( #10016 )
2023-03-14 10:06:01 +00:00
mike12345567
3d84409a58
Making sure created flag gets carried across for external tables.
2023-03-13 18:18:04 +00:00
mike12345567
65ada7f8b2
Adding back a base column for sheet creation.
2023-03-13 18:10:35 +00:00
mike12345567
2a1f215351
Removing relationship option from Googlesheets as it doesn't add value, as well as multi-select as it can't really be supported. Also fixing issues with re-fetching after adding some special column types./
2023-03-13 18:04:29 +00:00
mike12345567
d3464ce166
Adding mechanism for bulk creation of rows in gsheets, used for CSV imports.
2023-03-13 17:21:04 +00:00
mike12345567
6b8d0ca9dd
Adding mechanism for verifying the Budibase properties, such as required and min/max as part of the external API.
2023-03-13 16:21:22 +00:00
mike12345567
9037ab86d5
Adding an error for XLSX type sheets not working, adding the sheets URL as an option for google config (should be added to redirect URL) and fixing some error states.
2023-03-10 18:46:48 +00:00
Michael Drury
c553f053fe
Merge pull request #9965 from Budibase/budi-6667-change-oracle-db-name-to-service-name
...
Change Database to Service Name in Oracle config
2023-03-10 16:38:06 +00:00
Mel O'Hagan
ad7bda17bb
Change database to Service Name in oracle
2023-03-09 15:52:16 +00:00
Adria Navarro
63afd34eb2
Bug - BUDI-6068 filters do not work for google sheets ( #9886 )
...
* Add data-utils with filters
* Create data-utils
* Add data-utils to compiled code
* Reuse constants
* Fix tests
* Rename package to shared-core
* Namespace export shared-core
* Rely on rollup to bundle shared-core
* Revert "Rely on rollup to bundle shared-core"
This reverts commit e8b5a2bb9a
.
* Updating version and removing private.
* Update version
* Increment versions.
* Implement sort
* Enabling sort
* v2.3.21-alpha.2
* Fix build
* Improve readability
* Move deepGet to shared helper
* Better type usage
* Fix types
* Configure types
* Fix vite refs
* Add dep
* Fixing depencencies on client
* Add missing dev command
* Fix loading issues
* Update versions to latest
* Multiple es6 and commonjs configs
* Config
* Use local packages on rollup for client
* Change shared-core and types entry points
---------
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
2023-03-09 12:25:12 +00:00
mike12345567
564c724be1
Provides the option for blacklisting IPs.
2023-03-08 16:30:26 +00:00
mike12345567
0342d409c3
Fix for #9790 - formulas never exist in the database and so were always being considered deleted, handling this.
2023-03-07 15:29:58 +00:00
Martin McKeaveney
26660b12fb
PR comments
2023-03-06 10:33:49 +00:00
Martin McKeaveney
edac525424
remove import
2023-03-06 10:24:45 +00:00
Martin McKeaveney
e8c73cdee0
return gsheets config in test regardless
2023-03-06 10:22:32 +00:00
Michael Drury
fcb9f3e116
Merge pull request #9815 from Budibase/bug/budi-6076-cannot-delete-columns-in-google-sheet
...
Bug - budi-6076 cannot delete columns in google sheet
2023-02-28 13:56:32 +00:00
Rory Powell
312c01a879
Prefer default config for google sheets in cloud, don't use env vars for regular auth
2023-02-28 10:36:29 +00:00
adrinr
b05d568518
Merge remote-tracking branch 'origin/develop' into bug/budi-6076-cannot-delete-columns-in-google-sheet
2023-02-27 17:45:37 +01:00
adrinr
f017f0d54e
Catch issue on test
2023-02-27 17:41:42 +01:00
adrinr
f85ea527bd
Add tests for adding/removing columns in a google spreadsheet
2023-02-27 17:25:48 +01:00
adrinr
abe06a127a
Types
2023-02-27 17:25:26 +01:00
mike12345567
2fb33e2cf3
Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs
2023-02-27 14:51:33 +00:00
Rory Powell
2e829ce8a6
Merge pull request #9785 from Budibase/configs-refactor-and-server-test-fixes
...
Configs / Server tests / Failing real email tests updates
2023-02-27 14:00:21 +00:00
adrinr
30fde61d4d
Handle deletes
2023-02-27 13:33:19 +01:00
mike12345567
42fc004212
Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs
2023-02-24 12:46:58 +00:00
Rory Powell
d3a7286711
Configs updates: remove circular deps, dedicated module, typing improvements, reduce db reads
2023-02-23 13:41:35 +00:00
adrinr
9e0d003038
Fix creation
2023-02-23 10:28:24 +01:00
adrinr
b9c54b6fe6
Update many to many
2023-02-22 10:54:55 +00:00
mike12345567
ef30c03fa6
Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs
2023-02-21 17:26:24 +00:00
adrinr
e0b3976ee4
Add return select statement back on update
2023-02-21 15:57:04 +00:00
adrinr
1ada790d50
Fix postgres update for relationships
2023-02-21 15:21:00 +00:00
Rory Powell
cacf275a99
Prevent SSO users from setting / resetting a password ( #9672 )
...
* Prevent SSO users from setting / resetting a password
* Add support for ENABLE_SSO_MAINTENANCE_MODE
* Add typing to self api and build out user update sdk
* Integrate sso checks with user sdk. Integrate user sdk with self api
* Test fixes
* Move self update into SDK
* Lock down maintenance mode to admin user
* Fix typo
* Add health status response and return type signature to accounts.getStatus
* Remove some unnecessary comments
* Make sso save user function non optional
* Remove redundant check on sso auth details provider
* Update syncProfilePicture function name to getProfilePictureUrl
* Update packages/worker/src/sdk/users/events.ts
Co-authored-by: Adria Navarro <adria@revityapp.com>
* Add ENABLE_EMAIL_TEST_MODE flag
* Fix for logging in as sso user when existing user has password already
* Hide password update and force reset from ui for sso users
* Always disable sso maintenance mode in cloud
---------
Co-authored-by: Adria Navarro <adria@revityapp.com>
2023-02-21 08:23:53 +00:00
Rory Powell
bb1faac62a
Merge master into develop
2023-02-15 15:10:02 +00:00
mike12345567
05ceee1cfe
Moving lucene handling to backend-core so that it can be used for other databases (outside row indexes).
2023-02-13 17:13:59 +00:00
mike12345567
0c80ea2083
Merge branch 'master' of github.com:Budibase/budibase into develop
2023-02-10 17:42:56 +00:00
mike12345567
4acfae6af6
Updating so that datasources always have correct types after environment variable enrichment.
2023-02-10 12:47:23 +00:00
mike12345567
f8ef06c849
Fix issue with MS-SQL, port needs to be a number for the node-mssql package, with env vars it isn't anymore.
2023-02-10 11:54:16 +00:00
adrinr
2cdc2f3fec
Fix select statement when no resource
2023-02-07 12:29:58 +00:00
adrinr
3d917bfe22
Fix conflicting columns issue
2023-02-07 12:25:02 +00:00
adrinr
bc0208bc83
Clean describes
2023-02-07 11:27:46 +00:00
adrinr
79e42abc1e
Tidy tests
2023-02-07 10:46:34 +00:00
Adria Navarro
afa282ecbf
Fix sql when no resource
2023-02-06 20:47:49 +00:00
adrinr
c87efb7866
Don't return foreign keys on updates and deletes
2023-02-06 17:37:00 +00:00
adrinr
29503d1244
Fix tests
2023-02-06 17:30:33 +00:00
adrinr
9bb1a2fa18
Merge remote-tracking branch 'origin/develop' into test/9339-sqlpostgres-row-api-test-suite
2023-02-06 09:12:13 +00:00
Martin McKeaveney
d4a0e44b31
merge
2023-02-05 22:11:37 +00:00
adrinr
4eb0c07953
Merge branch 'feature/dependencies-image' into test/9339-sqlpostgres-row-api-test-suite
2023-02-02 10:12:33 +00:00
Rory Powell
71292d3786
Fix server build by removing unused dependency on file path in backend-core
2023-02-02 09:26:39 +00:00
Michael Drury
dfeb41ee53
Merge pull request #9493 from Budibase/fix/8236
...
CouchDB integration fixes
2023-02-01 13:55:03 +00:00
mike12345567
048cf8f188
PR comments.
2023-02-01 13:01:38 +00:00
melohagan
7ce31d64cb
Fix/elastic search delete ( #9492 )
...
* Make sure json param isn't included in delete
* lint
2023-02-01 12:47:38 +00:00
mike12345567
f4379fcb4f
Updates to use our new Nano layer for CouchDB integration rather than PouchDB.
2023-01-31 19:49:31 +00:00
mike12345567
c2eb8fb976
Update to cover the authentication for REST, replacing it with secret value and converting to password field, as well as minor update to env dropdown to only be a password field when not containing an environment variable - #9480 .
2023-01-30 18:50:35 +00:00
Rory Powell
da2c809a09
Merge branch 'develop' into feature/environment-variables
2023-01-27 11:27:11 +00:00
melohagan
0daacf3425
Add fields for MongoDB SSL cert file paths ( #8260 )
...
* Added fields for tls certificate files
* lint
* Only include cert fields if SELF_HOSTED
* lint
* Refactor getSchema function
* Add datasource field group with accordion
* Handle no display column on fieldGroup field
* Override text transform accordian header
* Renamed from TLS to SSL in UI config
* readable flag
* Add accordion component
* Refactor
2023-01-23 16:46:02 +00:00
melohagan
19696fb1fe
Treat bigint as string ( #8877 )
...
* Make bigint string type
* Handle BigInt relationships
* remove unused var
* Revert CreateEditRelationship modal changes
2023-01-22 19:19:16 +00:00
melohagan
458ab7dadc
SQL filtering: Always escape key in LIKE statements ( #9278 )
...
* Always escape key in like statements
* lint
2023-01-20 14:03:14 +00:00
Adria Navarro
6bc658c1ff
Fix types
2023-01-18 11:50:00 +00:00
mike12345567
fc5f6ca530
Adding the ability to store environment variables to context, to make them more easily available/re-usable, as well as exposing them to queries.
2023-01-13 19:53:46 +00:00
Peter Clement
117aaed356
Merge remote-tracking branch 'origin/develop' into feature/environment-variables
2023-01-12 14:54:02 +00:00
mike12345567
d27674de5c
Replacing some require statements with imports.
2023-01-11 19:07:01 +00:00
mike12345567
c479a7da2f
Fixing minor Typescript issue, some old requires.
2023-01-11 18:16:30 +00:00
mike12345567
69b9af51ff
Merge branch 'develop' of github.com:Budibase/budibase into feature/environment-variables
2023-01-11 18:08:49 +00:00
mike12345567
03df57d077
Adding in basic implementation of variable usage, getting from pro and enriching through new datasource SDK.
2023-01-11 17:57:51 +00:00
Rory Powell
fba7ef26ad
Replace ts-jest with swc/jest ( #9289 )
...
- Add swc dependencies
- Add transform change to jest.config.ts
- Replace `export =` with `export default` in src code to enable code coverage to work with swc transformer
- Restructure backend-core errors package to allow for exporting error classes with ESM syntax
- Update backend-core to no longer use `export =`, export individual packages instead of replacing with `export default` for backwards compatibility
- Update event publishers to use `export default` - this was required for the `jest.spyOn` usage inside backend-core common mocks
- Restructure some jest.mock usages where declaring the jest.fn as a variable outside of the package mock threw an error
2023-01-11 09:37:37 +00:00
mike12345567
3cd097a7f1
Merge branch 'master' of github.com:Budibase/budibase into develop
2023-01-05 17:04:24 +00:00
Mel O'Hagan
b70fdf907a
Cast bit buffer as boolean
2023-01-04 15:18:53 +00:00
Martin McKeaveney
72573c818b
pulling from master
2022-12-19 18:54:58 +00:00
melohagan
1b74895abc
SQL server relationship fix for tables in schema ( #9103 )
...
* Add schema to LEFT JOIN
* lint
2022-12-19 18:12:05 +00:00
Martin McKeaveney
84ab7862d1
fixes for google sheets, admin checklist, and deleting an app from API ( #8846 )
...
* fixes for google sheets, admin checklist, and deleting an app from API
* code review
* splitting unpublish endpoint, moving deploy endpoint to applications controller. Still to do public API work and move deployment controller into application controller
* updating REST method for unpublish in API test
* unpublish and publish endpoint on public API, delete endpoint unpublishes and deletes app
* removing skip_setup from prodAppDb call
* removing commented code
* unit tests and open API spec updates
* unpublish, publish unit tests - delete still in progress
* remove line updating app name in API test
* unit tests
* v2.1.46
* Update pro version to 2.1.46
* v2.2.0
* Update pro version to 2.2.0
* Fix for budibase plugin skeleton, which utilises the old import style.
* Fix side nav styles
* v2.2.1
* Update pro version to 2.2.1
* using dist folder to allow importing constants for openAPI specs
* v2.2.2
* Update pro version to 2.2.2
* Fix for user enrichment call (updating to @budibase/nano fork) (#9038 )
* Fix for #9029 - this should fix the issue users have been experiencing with user enrichment calls in apps, essentially it utilises a fork of the nano library we use to interact with CouchDB, which has been updated to use a POST request rather than a GET request as it supports a larger set of data being sent as query parameters.
* Incrementing Nano version to attempt to fix yarn registry issues.
* v2.2.3
* Update pro version to 2.2.3
* Fix SQL table `_id` filtering (#9030 )
* Re-add support for filtering on _id using external SQL tables and fix filter key prefixes not working with _id field
* Remove like operator from internal tables and only allow basic operators on SQL table _id column
* Update data section filtering to respect new rules
* Update automation section filtering to respect new rules
* Update dynamic filter component to respect new rules
* v2.2.4
* Update pro version to 2.2.4
* lock changes (#9047 )
* v2.2.5
* Update pro version to 2.2.5
* Make looping arrow point in right direction (#9053 )
* v2.2.6
* Update pro version to 2.2.6
* Types/attaching license to account (#9065 )
* adding license type to account
* removing planDuration
* v2.2.7
* Update pro version to 2.2.7
* Environment variable type coercion fix (#9074 )
* Environment variable type coercion fix
* Update .gitignore
* v2.2.8
* Update pro version to 2.2.8
* tests passing
* all tests passing, updates to public API response
* update unpublish call to return 204, openAPI spec and unit
* fixing API tests
Co-authored-by: Budibase Release Bot <>
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2022-12-19 13:18:00 +00:00
Rory Powell
786039055e
File authentication using presigned URLs ( #8883 )
...
* file auth wip
* Private plugin bucket wip
* Add etag to logo request, fix circular dependency
* Resolve cyclic dependency
* Ensure browser doesn't cache custom component
* Global file fixes
* File fixes / remove permaUrl
* Add ctx local storage
* Enable presigned url to work from any host
* Test fix
* Self hosting w/ S3 + other fixes
* Fix for serving dev app in multi tenant
* Fix backup restore and import attachment url processing, never store attachment urls
* Test fixes
* Unit tests WIP
* Replace file path with base64 encoded private key
* Multi tenancy tests for files
* Environment files fixes
* Post-merge build and test fixes
* Add debug conditional to all jest logging and revert/fix prod minio proxy_pass
* Re-add default '/' minio route :(
* Rename iconFile -> iconFileName
* Add cloudfront vars to k8s templates
* Remove public bucket policy
* Remove duplicated test
2022-12-15 11:35:22 +00:00
mike12345567
0ca1c359a5
Final fix for #8882 - adding text to show the error - as well as fixing an issue with many to many updating correctly.
2022-12-02 17:28:37 +00:00
mike12345567
2a51091ffb
Adding some null controls.
2022-12-02 16:17:56 +00:00
Michael Drury
4f4eb4da26
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-11-29 11:13:54 +00:00
Mel O'Hagan
11ae382af0
lint
2022-11-28 12:05:19 +00:00
Mel O'Hagan
ba10756119
Don't parse number arrays as date
2022-11-28 12:04:44 +00:00
mike12345567
658f12281d
Fixes based on server build so far.
2022-11-26 15:10:41 +00:00
mike12345567
02ede5d067
Finally removing all usages of backend-core/ type imports from server, including some further typescript conversions.
2022-11-22 19:49:59 +00:00
mike12345567
cfbed0b236
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-11-21 15:05:48 +00:00
mike12345567
535fab7997
Some major reworks towards higher levels of typescript.
2022-11-16 17:23:12 +00:00
Mel O'Hagan
5aba8e4a65
Added readable prop to aggregate function
2022-11-08 14:31:36 +00:00
melohagan
cc44430638
Merge pull request #7521 from Budibase/feature/s3-bucket-connector
...
S3 bucket connector improvements
2022-11-01 09:56:47 +00:00
chaoticefx
a45c16bc42
Cleaned up config declaration in constructor
2022-11-01 09:08:17 +08:00
chaoticefx
46a0197cd6
Ran npx prettier against elasticsearch.ts
2022-10-27 16:24:01 +08:00
chaoticefx
ac9c52e70f
Fixed code styling
2022-10-27 15:52:49 +08:00
Mel O'Hagan
86fef02567
lint
2022-10-26 16:44:25 +01:00
Mel O'Hagan
d69abc4569
Merge branch 'develop' into feature/s3-bucket-connector
2022-10-26 16:37:11 +01:00
chaoticefx
1ac362f90c
Implemented custom ssl config in elasticsearch.ts
2022-10-25 11:59:34 +08:00
Martin McKeaveney
975134caea
Merge pull request #8295 from weslien/patch-8294
...
Fix arangoDB connector
2022-10-20 22:01:07 +01:00
Gustav Weslien
e8b9b196d0
Fix arangoDB connector :
...
https://github.com/Budibase/budibase/issues/8294#issue-1412041907
2022-10-17 20:56:30 +02:00
deanhannigan
aa1293f15a
Merge pull request #8153 from Budibase/feature/qr-barcode-reader
...
Feature/qr barcode reader
2022-10-13 16:43:54 +01:00
melohagan
9c8aa0dd84
Merge pull request #8117 from Budibase/lab/mongodb
...
Add aggregate method to MongoDB
2022-10-13 16:32:30 +01:00
Dean
7125e3f6e3
Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader
2022-10-13 16:16:28 +01:00
Mel O'Hagan
10367dfb43
Rename flow to pipeline
2022-10-13 13:05:45 +01:00
Mel O'Hagan
10e6c61081
lint
2022-10-12 18:55:22 +01:00
Mel O'Hagan
436cbed74b
Add support for ObjectId in aggregations
2022-10-12 18:54:53 +01:00
Mel O'Hagan
9f60a6c485
Allow template to be used when changed body blank
2022-10-12 16:20:11 +01:00
Mel O'Hagan
53475f1312
Add all the stage templates
2022-10-12 16:03:51 +01:00
Mel O'Hagan
33c36c1112
Include stage templates
2022-10-12 15:31:53 +01:00
Mel O'Hagan
4c781eb667
Merge branch 'develop' into lab/mongodb
2022-10-12 11:19:50 +01:00
Rory Powell
e29330093b
Fix tests
2022-10-12 11:18:57 +01:00
Rory Powell
c7dac5f417
Deprecate legacyHttpParser, fix rest tests
2022-10-12 11:05:16 +01:00
Mel O'Hagan
c67c784e15
Merge branch 'develop' into lab/mongodb
2022-10-12 10:29:27 +01:00
Rory Powell
6e083c85a4
Fix linting
2022-10-12 10:25:02 +01:00
Rory Powell
7c9767e186
Merge pull request #7716 from adamkingsbury/rejectUnauthorized
...
Reject unauthorized
2022-10-12 10:22:01 +01:00
Rory Powell
d2882a3779
Merge branch 'develop' into rejectUnauthorized
2022-10-12 10:06:50 +01:00
Martin McKeaveney
5838eb70b4
turn on gsheets
2022-10-10 09:02:17 +01:00
Dean
c09154b03e
Renamed the 'Scanned Code' field type to 'Barcode/QR'. The component is also now listed as 'Barcode/QR Scanner'. Minor fix to include longform text columns in the table csv import list
2022-10-07 11:00:25 +01:00
Dean
e251c914ff
Review feedback changes. Changed 'Code' labelling to 'Scanned Code'
2022-10-06 13:02:17 +01:00
Dean
2ec21741d1
Initial commit of QR Reader field
2022-10-05 09:28:07 +01:00
Mel O'Hagan
a95f32c5de
Rename actionTypes to actionType
2022-10-04 11:29:13 +01:00
Mel O'Hagan
9580e83ae3
lint
2022-10-04 11:03:54 +01:00
Mel O'Hagan
55c112677e
Added support for JSON array stages
2022-10-04 11:03:24 +01:00
Mel O'Hagan
b3d549a170
Add aggregate method. Push results.
2022-10-03 20:08:47 +01:00
Mel O'Hagan
b6eebad75f
Fix types
2022-10-03 19:10:01 +01:00
Mel O'Hagan
a9212a56ed
lint
2022-10-03 17:18:16 +01:00
Mel O'Hagan
0d08eb60c5
Merge branch 'develop' into lab/mongodb
2022-10-03 17:10:21 +01:00
mike12345567
476bb79c29
Quick fix for development machines, when running Budibase development stack on systems that are not oracle compatiable it would fail to start due to the lack of dependency.
2022-09-30 15:19:34 +01:00
mike12345567
38f49dad2a
Merge branch 'master' of github.com:Budibase/budibase into feature/plugin-icons
2022-09-30 11:17:43 +01:00
mike12345567
a3b7d7f8a9
Fix for #8023 - moving Oracle integration to ESM import rather than CJS.
2022-09-30 10:52:00 +01:00
mike12345567
95136a54f2
Adding ability for datasource plugins to have a custom icon svg.
2022-09-29 19:30:53 +01:00
Mel O'Hagan
1afc0fbdf8
Support multiple statements
2022-09-22 16:36:19 +01:00
mike12345567
416a2c999f
Fixing issue with plugin import for datasources - extract the integration correctly.
2022-09-13 12:16:00 +01:00
Michael Drury
99e9bdea6b
Merge pull request #7574 from Budibase/bug/sev4/delete-formula-column
...
Exclude formula columns from Sql drop column
2022-09-13 11:27:59 +02:00
Rory Powell
45a43baee2
Merge branch 'master' into develop
2022-09-12 14:05:36 +01:00
Martin McKeaveney
35274583c6
Merge pull request #7734 from Budibase/fix/cr-header
...
Fix/cr header
2022-09-12 12:22:35 +01:00
Martin McKeaveney
37fa940661
adding friendlyname for legacy HTTP support
2022-09-12 10:18:18 +01:00
Martin McKeaveney
6bdf103e11
provide fix for CR header and backwards compatibility with legacy servers
2022-09-12 10:00:05 +01:00
Martin McKeaveney
6983d94d90
adding insecure HTTP parser
2022-09-12 09:27:16 +01:00
adamkingsbury
2eca405559
lint fix
2022-09-10 00:25:35 +01:00
adamkingsbury
4cd182844a
Fix issue with query string on sensitive APIs
2022-09-10 00:14:57 +01:00
adamkingsbury
e33ea75ee0
Implement rejectUnauthorised logic
2022-09-10 00:10:09 +01:00
mike12345567
2686d50523
Fixing test cases.
2022-09-09 17:18:19 +01:00
mike12345567
2fb96b29c9
Encoding query string URI parameters for REST requests - #7683 .
2022-09-07 17:31:15 +01:00
mike12345567
ca749aed86
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
2022-09-07 12:40:45 +01:00
Mel O'Hagan
2cdd47042c
lint
2022-09-05 18:31:20 +01:00
Mel O'Hagan
00f12698d7
type check
2022-09-05 18:31:12 +01:00
Mel O'Hagan
67f123d60f
Parse incoming row as JSON
2022-09-05 18:31:03 +01:00
mike12345567
a5f475872d
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
151d70ef43
improvements to redis connector - multi line pipelines and lowercase commands
2022-09-02 18:35:06 +01:00
Mel O'Hagan
b29e9be026
Exclude formula columns from Sql drop column
2022-09-01 17:21:42 +01:00
mike12345567
f49d61bc5c
Updating test cases to TS to get them working properly with the full TS implementations.
2022-08-31 19:21:45 +01:00
mike12345567
320cbfada3
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
2022-08-31 15:53:32 +01:00
Mel O'Hagan
b11b3c11fb
lint
2022-08-30 19:56:38 +01:00
Mel O'Hagan
0e44703e95
Delete method S3 Bucket
2022-08-30 19:56:08 +01:00
Mel O'Hagan
088cf26b46
Create Bucket
2022-08-30 19:17:10 +01:00
Mel O'Hagan
3443e2cd48
Create WIP
2022-08-30 16:56:56 +01:00
Mel O'Hagan
0e219e1545
remove async
2022-08-30 15:19:18 +01:00
Mel O'Hagan
8c40394d35
Handle non-csv file error
2022-08-30 15:18:44 +01:00
Mel O'Hagan
1e70f6afb4
Promisify stream
2022-08-30 13:55:55 +01:00
Mel O'Hagan
9e864e07a9
WIP
2022-08-30 13:42:49 +01:00
Mel O'Hagan
e2033898b0
Add additional params to listObjects
2022-08-30 11:17:11 +01:00
Martin McKeaveney
02c93071ee
merge
2022-08-30 10:33:37 +01:00
Mel O'Hagan
f2881fc714
Add delete button
2022-08-25 17:40:09 +01:00
Mel O'Hagan
52c8fda064
Add mongodb aggregate method
2022-08-25 17:30:47 +01:00
Martin McKeaveney
2470d711b0
fixing s3 outage errors and scoping AWS configuration to service level
2022-08-25 17:01:12 +01:00
Mel O'Hagan
8738beb907
Upgrade to mongodb@4.9
2022-08-25 11:02:46 +01:00
Mel O'Hagan
1e9234da8e
lint
2022-08-23 15:33:30 +01:00
Mel O'Hagan
bbc40b2d2c
Generic handle objectid
2022-08-23 15:33:04 +01:00
mike12345567
2bb32253d8
Adding in hash handling for datasource plugins.
2022-08-18 15:21:55 +01:00
mike12345567
2aaff7576b
Adding full flow for creating custom datasource.
2022-08-17 10:05:13 +01:00
mike12345567
51e06a9c7a
Adding custom datasources to UI.
2022-08-15 18:38:09 +01:00
mike12345567
4683c57e02
Merge branch 'develop' of github.com:Budibase/budibase into plugins-dev-experience
2022-08-15 16:17:54 +01:00
mike12345567
ae9ae26bd4
Merge branch 'develop' of github.com:Budibase/budibase into feature/multiselect-filters
2022-08-15 12:24:41 +01:00
mike12345567
970e7ee3e7
Making integrations more like what custom integrations look like (to simplify integration).
2022-08-12 17:03:06 +01:00
mike12345567
1c7f860184
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-08-11 16:28:46 +01:00
mike12345567
b803a3fd93
Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes.
2022-08-11 13:50:05 +01:00
mike12345567
1134b01f39
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
c656b79e9b
Merge branch 'develop' into merge-master
2022-08-10 15:29:46 +01:00
melohagan
964e1a2d5e
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
664cb2b0b0
Merge branch 'master' into develop
2022-08-10 14:36:49 +01:00
Mel O'Hagan
ec28bb8c63
Fix unit test
2022-08-10 13:56:15 +01:00
Mel O'Hagan
785cdea396
Use display field
2022-08-10 13:54:56 +01:00
Mel O'Hagan
1109f1162c
lint
2022-08-10 10:58:11 +01:00
Mel O'Hagan
dc7566308e
Ignore escaped double quotes within strings
2022-08-10 10:57:42 +01:00
Mel O'Hagan
9a10590414
lint
2022-08-09 17:28:21 +01:00
Mel O'Hagan
415f57e0ef
Handle braces within quotes
2022-08-09 17:27:51 +01:00
Mel O'Hagan
55f53de412
Fix unit test
2022-08-09 15:54:08 +01:00
Mel O'Hagan
860880baf2
Rename to recordID
2022-08-09 14:59:05 +01:00
Mel O'Hagan
3323388b03
Add table field to Airtable update
2022-08-09 14:55:45 +01:00
Michael Drury
f8e978f321
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
051779b013
lint
2022-08-08 21:57:36 +01:00
Mel O'Hagan
09a3052aa2
Nested braces parse fix added for MongoDB
2022-08-08 21:56:55 +01:00
Mel O'Hagan
fe0163ac29
Bug fix findOneAndUpdate
2022-08-08 17:53:17 +01:00
Mel O'Hagan
c289d72816
Add unit tests for ObjectId
2022-08-08 17:01:56 +01:00
Mel O'Hagan
4d217bfc04
Merge branch 'develop' into bug/sev2/mongodb-fixes
2022-08-08 15:15:03 +01:00
mike12345567
d14051bd62
Fixing test cases.
2022-08-03 18:20:07 +01:00
mike12345567
129c966226
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
4f01a7fb80
Merge branch 'master' of github.com:Budibase/budibase into fix/6737
2022-08-01 19:00:17 +01:00
mike12345567
de3ceeb119
Adding mechanism to allow displaying an error on data retrieval for tables.
2022-08-01 18:56:59 +01:00
mike12345567
87b583e51e
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
2356d09022
Has any support SQL Server
2022-07-28 09:20:00 +01:00
Mel O'Hagan
26c8af3c1e
SQL Server containsAny unit test
2022-07-27 16:40:07 +01:00
Mel O'Hagan
4abd984d99
Has any of filter Postgres
2022-07-27 16:37:29 +01:00
Mel O'Hagan
17bb56a772
Has any of MySQL filter
2022-07-27 13:19:47 +01:00
Mel O'Hagan
413bd55b94
Not Contains for SQL Server
2022-07-27 11:56:57 +01:00
Mel O'Hagan
69135d34a7
Not Contains Postgres filter
2022-07-27 11:49:45 +01:00
Mel O'Hagan
ce9a6a7141
Not Contains filter for MySQL
2022-07-27 11:40:46 +01:00
Mel O'Hagan
47955b9b31
Fix unit tests
2022-07-26 16:58:01 +01:00
Mel O'Hagan
74d6687a95
Has all of SQLServer
2022-07-26 16:45:05 +01:00
Mel O'Hagan
a85ad2ced6
MySQL has all of
2022-07-26 16:16:46 +01:00
Mel O'Hagan
76e4ffc04d
Postgres has all of
2022-07-26 15:59:49 +01:00
Mel O'Hagan
4cc0a327a0
lint
2022-07-26 11:38:34 +01:00
Mel O'Hagan
71a55eb288
Support ObjectId in operator blocks
2022-07-26 10:53:53 +01:00
Mel O'Hagan
3ba1ce80dd
Added unit tests for contains filter
2022-07-21 10:28:54 +01:00
Mel O'Hagan
0c88195ab0
Handle numeric types Postgres
2022-07-19 18:34:30 +01:00
Mel O'Hagan
58c02ee05d
Prettier
2022-07-19 18:04:27 +01:00
Mel O'Hagan
ed0bd07732
Added contains support for datasource pluses
2022-07-19 17:25:41 +01:00
mike12345567
cff42331bc
Fix for ARM processors.
2022-07-13 12:37:55 +01:00
Mel O'Hagan
73e2eac2c2
Don't try to check externalType of related tables
2022-07-05 16:59:32 +01:00
Dean
ac1df878d4
Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings
2022-06-29 18:50:14 +01:00
mike12345567
a625fa573d
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-06-24 17:50:55 +01:00
Andrew Kingston
a429c16521
Merge pull request #6443 from Budibase/datasource-labels
...
Datasource labels
2022-06-23 15:32:28 +01:00
Mel O'Hagan
633a701b0c
Added Knex.Raw to return type
2022-06-23 13:09:22 +01:00
Andrew Kingston
8bfd54bd80
Add types to datasources
2022-06-23 11:35:57 +01:00
Mel O'Hagan
ece1e7533d
Refactor - simplify regex and use enum
2022-06-23 09:41:43 +01:00
Mel O'Hagan
9603a92c2c
Only cast money as numeric for Postgres
2022-06-22 16:13:02 +01:00
Mel O'Hagan
8154fe3445
Use raw sql to get money type as numeric
2022-06-22 15:58:15 +01:00
Mel O'Hagan
a888d9a273
Added external types to ds+ schemas
2022-06-20 18:08:30 +01:00
Mel O'Hagan
eca2fe0b50
Include external SQL server type in schema
2022-06-20 16:49:58 +01:00
Dean
5196fde134
Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings
2022-06-20 09:09:21 +01:00
Mel O'Hagan
fcf9ed6df7
Add empty options if missing for delete
2022-06-17 16:54:23 +01:00
Dean
28f722cf4b
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
7050ffc2cb
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-06-17 11:41:34 +01:00
Dean
42cd5e2c63
Fix to ignore global rest query headers when they are not configured.
2022-06-15 10:09:47 +01:00
Rory Powell
af8b1ff908
Merge branch 'release' into merge-release
2022-06-13 11:58:14 +01:00
Rory Powell
4dc5cfc5a7
Merge branch 'release' into merge-release
2022-06-13 11:45:18 +01:00
Mel O'Hagan
23ae0df4df
Remove duplicate equals
2022-06-10 15:52:28 +01:00