Commit Graph

2982 Commits

Author SHA1 Message Date
mike12345567 d79ae0d7e1 Merge branch 'fix/july-fixes' of github.com:Budibase/budibase into fix/6633 2022-07-13 12:47:59 +01:00
mike12345567 cff42331bc Fix for ARM processors. 2022-07-13 12:37:55 +01:00
mike12345567 22d2e41f7b Allowing query backend to attempt to convert types in returned JSON to build a better base schema. 2022-07-13 10:53:50 +01:00
Andrew Kingston e00c91c8a6 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-11 12:13:14 +01:00
Martin McKeaveney 9a07e79047 remove beta middleware 2022-07-11 11:38:53 +01:00
Martin McKeaveney c73cbbb224 lint fix 2022-07-11 11:29:00 +01:00
Martin McKeaveney b695355ed1 update builder path 2022-07-11 11:16:31 +01:00
Martin McKeaveney 367cf37795 remove beta stuff and remove self-host banners 2022-07-11 11:08:56 +01:00
Andrew Kingston 16116f2877 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-11 10:33:50 +01:00
Martin McKeaveney 375482a6cb Merge pull request #6511 from Budibase/seed-admin-user
Add env vars to automatically create initial admin user on first run
2022-07-11 10:04:05 +01:00
mike12345567 a9a54154e5 Merge branch 'develop' of github.com:Budibase/budibase into fix/june-fixes 2022-07-08 19:12:43 +01:00
Peter Clement 1b0081bc4e Merge pull request #6612 from Budibase/fix/automation-auth-issue
Fix Automation auth issue - External Data Connector not working
2022-07-08 13:21:56 +01:00
deanhannigan db90525362 Merge pull request #6609 from Budibase/fix/rest-query-retry-mutation
Fixed expression mutation
2022-07-08 13:03:19 +01:00
Peter Clement 81d94577f4 add isAutomation to object 2022-07-08 12:16:27 +01:00
Dean d34739f459 Updated query tests to remove altered datasource. Updated messaging for refresh failure messaging 2022-07-08 11:19:41 +01:00
Peter Clement 2b5d81be12 linting 2022-07-08 11:11:03 +01:00
Peter Clement cd0885f468 make auth check optional when caller is automation 2022-07-08 11:09:06 +01:00
Dean 02c0b433bb Fixed issue where mutation was causing expression bindings to be lost. Request retries will now have them intact for re-enrichment 2022-07-08 09:29:16 +01:00
Mel O'Hagan d51710532b Merge branch 'develop' into bug/sev2/generate-select-statement-null-pointer-fix 2022-07-08 09:03:36 +01:00
mike12345567 88102a80ad Merge branch 'develop' of github.com:Budibase/budibase into fix/june-fixes 2022-07-07 17:31:43 +01:00
Dean a59d0c7f31 Linting commit 2022-07-06 13:09:13 +01:00
Dean 084a469442 Surface refresh process error messaging 2022-07-06 13:03:25 +01:00
Dean 9fcedfa979 Properly invalidate the cached user ensuring up-to-date credentials are always used 2022-07-06 11:51:48 +01:00
mike12345567 b3e6e2385f Updating specs to state that oneOf is allowed, fixing YAML issue and making sure allOr function works for lucene. 2022-07-05 19:54:11 +01:00
mike12345567 f1c94513e4 Fix for #5709 making sure public API can update existing apps. 2022-07-05 18:52:53 +01:00
mike12345567 a96576034e Updating definitions. 2022-07-05 18:51:34 +01:00
mike12345567 f283417b6d Updating API docs #6434 to better describe the API for range and for oneOf operator. 2022-07-05 18:47:30 +01:00
Mel O'Hagan 73e2eac2c2 Don't try to check externalType of related tables 2022-07-05 16:59:32 +01:00
Dean 4805f73cb5 Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-07-05 09:28:56 +01:00
deanhannigan 37ce29fa2d Merge pull request #6315 from Budibase/feature/current-user-rest-bindings
REST query bindings for Current User
2022-07-05 09:22:03 +01:00
Dean b0daf30b4a Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-07-05 09:07:33 +01:00
Martin McKeaveney fd184dd1b5 PR comments 2022-07-04 18:11:40 +01:00
mike12345567 8ff88d028c Removing spam of unauthorised traces from tests, may be causing stack overflow. 2022-07-04 16:34:59 +01:00
mike12345567 0074b0cb1f Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-07-04 15:47:52 +01:00
mike12345567 d390bb9c20 Moving majority of automation logging functionality to pro. 2022-07-04 15:44:47 +01:00
Dean 5c1ea3cfe1 Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-07-04 13:16:39 +01:00
mike12345567 355cb9c091 Update as per changes to pro SDK. 2022-07-04 11:43:18 +01:00
mike12345567 11f1e95cc0 Main body of PR comments - still need to move a bit to pro. 2022-07-04 11:12:08 +01:00
Dean db016b319c Merge remote-tracking branch 'origin/develop' into fix/update-icon-context 2022-07-04 10:38:16 +01:00
Dean 1e6845d5cb Refresh the OAuth tokens automatically when making rest calls. Fix to remove the password from the api token authentication. 2022-07-03 21:13:15 +01:00
Dean 85e755fc7f Ignore authconfigs for datasources if they are empty 2022-07-03 18:55:44 +01:00
Dean 31b51e1ecf Fixes for datasource authentication parsing. Mapping UX updates 2022-07-01 17:27:24 +01:00
mike12345567 21a78d6fc8 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-07-01 15:14:12 +01:00
Martin McKeaveney 836af2ffbe Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-01 00:34:50 +01:00
Andrew Kingston e9d20abb0d Wrap admin user creation in a try/catch to provider better info in case of an error 2022-06-30 11:40:52 +01:00
Andrew Kingston 467cc27f47 Add env vars to automatically create initial admin user on first run 2022-06-30 11:28:52 +01:00
Dean ac1df878d4 Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings 2022-06-29 18:50:14 +01:00
Dean 0a4b21b206 Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-06-29 12:42:04 +01:00
Martin McKeaveney a05c0b7450 Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-06-29 09:50:14 +01:00
Martin McKeaveney 10f0de203f default beta access baseURL to production 2022-06-29 09:32:00 +01:00