1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00
Commit graph

77 commits

Author SHA1 Message Date
Peter Clement
8a066fb1cb move worker middleware to backend-core 2022-07-22 11:50:51 +01:00
Peter Clement
c5b9be60c7 Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-19 11:23:31 +01:00
Peter Clement
6663fc25fc Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-14 13:32:51 +01:00
mike12345567
d6f92c7039 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
Peter Clement
72a67adcf4 improve performance of adding users and groups 2022-07-11 15:29:39 +01:00
Peter Clement
218abe39cc add isAutomation to object 2022-07-08 12:16:27 +01:00
Peter Clement
4bf9dda4d6 linting 2022-07-08 11:11:03 +01:00
Peter Clement
0ee8635348 make auth check optional when caller is automation 2022-07-08 11:09:06 +01:00
Dean
7152125667 Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-07-05 09:28:56 +01:00
Dean
2ea4a9d225 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
dc20ecc5ff Merge commit 2022-06-23 14:29:19 +01:00
Dean
523bb63455 Added missing request context for user bindings 2022-06-20 11:11:15 +01:00
Dean
62a7d7128b Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings 2022-06-14 10:16:52 +01:00
Dean
830f127343 Context binding for authenticated user in REST API querys. Includes fix for REST datasource UI 2022-06-14 10:14:05 +01:00
Rory Powell
429f379431 Failover protection with event cache 2022-05-31 21:04:41 +01:00
Rory Powell
fd845284d3 Lots of failure handling and caching 2022-05-30 21:46:08 +01:00
Rory Powell
22aa226ca9 Event identification 2022-05-23 22:14:44 +01:00
Rory Powell
8ae358d237 App migrations finished 2022-05-20 12:29:31 +01:00
Rory Powell
606d21b313 Build and test fixes 2022-05-03 22:58:19 +01:00
Martin McKeaveney
e01ef9bdfb merge with master 2022-04-26 10:21:45 +01:00
Rory Powell
769f48f935 Remove remaining direct usage of CouchDB. Add common pouch config to backend-core 2022-04-19 16:45:27 +01:00
Rory Powell
2c682d3507 Table CRUD events + add timekeeper for tests 2022-04-11 14:39:31 +01:00
Rory Powell
75be1e031b user / rbac events + tests 2022-04-08 01:28:22 +01:00
Rory Powell
ed9836d8a6 query / update events + tests 2022-04-07 00:38:18 +01:00
Rory Powell
4ad846f116 Remove remaining direct usage of CouchDB. Add common pouch config to backend-core 2022-03-29 16:03:44 +01:00
Rory Powell
bf9f5488fc Merge branch 'develop' into feature/licensing 2022-03-21 17:13:16 +00:00
Rory Powell
336f0ff4a0 Published apps, automations and query count quotas 2022-03-20 01:13:54 +00:00
Rory Powell
ce965de59d Fix base path in server url for openapi3 import 2022-03-18 09:20:30 +00:00
Maurits Lourens
6f31b094b9 implement review comments 2022-03-07 13:58:04 +01:00
Rory Powell
183b01dd47 Fix build, additional tests, updated body detection, support variables in urls 2022-03-07 10:41:28 +00:00
Maurits Lourens
090da34a99 fix openapi 3 test doc and tests 2022-03-03 15:19:36 +01:00
Maurits Lourens
c1d2a4680a initial implementation of openapi 3 2022-03-03 00:18:15 +01:00
mike12345567
3aac333dcb Fix for #4440, fixing validation of API endpoints. 2022-02-12 10:35:10 +00:00
Maurits Lourens
73781ec5a3 add properties which are present when previewing an existing query 2022-02-12 10:06:48 +00:00
Maurits Lourens
41b57848b2 Fix validation for query preview endpoint 2022-02-12 10:06:37 +00:00
mike12345567
09cfa9508e Merge branch 'develop' of github.com:Budibase/budibase into lab-day/refactor-app-db 2022-01-31 17:16:59 +00:00
mike12345567
417bf98ec9 Tests updating, all now passing, fixed some issues discovered by them. 2022-01-28 15:43:51 +00:00
Michael Drury
91c2a40c89 Final pass refactoring - need to test but all code in server converted. 2022-01-28 00:05:39 +00:00
mike12345567
ea6b286609 Fixing an issue where old apps did not send up the values of the default parameters, the server should be able to handle this, enrich them in if they aren't there. 2022-01-20 19:06:08 +00:00
Martin McKeaveney
80e1da6a94 readding query thread timeout 2022-01-17 15:57:31 +01:00
Andrew Kingston
0bb8ceb9a6 Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination 2022-01-13 09:44:09 +00:00
Rory Powell
06114d9481 Fix rest import tests for url and invert dynamic variable invalidation / deletion 2022-01-05 14:49:01 -05:00
Rory Powell
6f53b25116 Delete and invalidate linked dynamic variables when a query is deleted 2022-01-05 11:54:59 -05:00
Rory Powell
f049916764 Add full URL to path for imported queries 2022-01-05 10:31:06 -05:00
Andrew Kingston
aa56269ccb Merge branch 'feature/query-variables' of github.com:Budibase/budibase into rest-pagination 2022-01-05 09:21:25 +00:00
Andrew Kingston
e0ae492e1d Add support for query param based pagination in REST queries 2022-01-05 09:16:10 +00:00
mike12345567
a7bb952dbf Fixing issue discovered where parameters weren't selected correctly. 2022-01-04 15:50:18 +00:00
Rory Powell
006df467cd Update curl import to support encoded characters in request body 2021-12-21 09:39:34 -05:00
Andrew Kingston
b236c0ef07 Remove pagination from top level query structure validation 2021-12-17 19:01:07 +00:00
Andrew Kingston
3830aeba8f Return top level pagination info from query execution 2021-12-17 19:00:23 +00:00