1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00
Commit graph

3447 commits

Author SHA1 Message Date
Andrew Kingston 5aaacf19bf Add pagination info to rest query fields definition 2021-12-17 18:59:24 +00:00
Andrew Kingston 932a63de7f Merge branch 'feature/query-variables' of github.com:Budibase/budibase into rest-pagination 2021-12-17 18:56:16 +00:00
mike12345567 ae510760c3 Some minor UI tweaks. 2021-12-17 18:21:36 +00:00
mike12345567 0f4469e6b8 Adding query invalidation, when a query fails that has dynamic variables it will invalidate the cache value for all dynamic variable values. 2021-12-17 17:56:28 +00:00
mike12345567 5326284075 Some fixes after testing dynamic variables in rest a bit more. 2021-12-17 14:08:48 +00:00
Andrew Kingston 7769ba4d6a Merge branch 'feature/query-variables' of github.com:Budibase/budibase into rest-pagination 2021-12-17 13:12:28 +00:00
Andrew Kingston 27e923657b Allow saving pagination data in queries 2021-12-17 11:38:02 +00:00
Michael Drury 4ceed6c340 Adding in dynamic variable processing - finding which variables need to be used and then calling them from within the query thread. 2021-12-16 22:43:14 +00:00
Michael Drury f2bb4a2162 Fixing some issues discovered with saving queries and dynamic variables, also displaying dynamic variables in a reactive way. 2021-12-16 19:33:47 +00:00
mike12345567 53186abe20 Adding start to redis caching. 2021-12-16 16:58:15 +00:00
mike12345567 7a3dcce510 Merge branch 'develop' of github.com:Budibase/budibase into feature/query-variables 2021-12-16 14:57:21 +00:00
mike12345567 c55cc0f56a Fixing issue with switching between datasources and making sure old client apps can still use the deprecated API. 2021-12-16 11:41:28 +00:00
Martin McKeaveney f678949a8d merge 2021-12-16 11:59:59 +01:00
Budibase Release Bot 95a6e7ba53 v1.0.23 2021-12-16 10:18:24 +00:00
mike12345567 0a6754b13c Finishing up front-end, getting variable creation and management up and working from within the query schema/header menus. 2021-12-15 19:20:19 +00:00
Budibase Staging Release Bot e84add0830 v1.0.23-alpha.1 2021-12-15 16:56:03 +00:00
Budibase Staging Release Bot 2f89f19bc4 v1.0.23-alpha.0 2021-12-15 16:41:32 +00:00
mike12345567 9d01d44cec Merge branch 'master' of github.com:Budibase/budibase into develop 2021-12-15 16:25:32 +00:00
Michael Drury 57acbc016b
Merge pull request #3793 from Budibase/fix/pouch-automation-error
Fix automation TypeError: Pouch is not a constructor
2021-12-15 15:30:56 +00:00
mike12345567 ef06566eb5 Adding unit tests for REST bodies and response parsing. 2021-12-15 13:09:03 +00:00
mike12345567 01b72b6b71 Don't run change if not threading. 2021-12-15 12:26:29 +00:00
mike12345567 06490c5fa6 Fixing issue detected by test case. 2021-12-15 12:23:00 +00:00
mike12345567 ae5b963115 Fixing an issue with automations throwing a Pouch error due to the auth library database not being setup. 2021-12-15 11:25:52 +00:00
mike12345567 f92ba51201 Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-bodies 2021-12-14 18:03:49 +00:00
mike12345567 53dba1cccb Removing outgoing webhook functionality from automations and adding XML response/sending, as well as form data/encoded data. 2021-12-14 17:59:02 +00:00
Budibase Staging Release Bot c9f8ffdd5c v1.0.19-alpha.3 2021-12-14 12:33:48 +00:00
Rory Powell 4563dd999a Merge branch 'develop' into feature/query-auth 2021-12-14 11:58:44 +00:00
Budibase Staging Release Bot 13dd988c51 v1.0.19-alpha.2 2021-12-14 11:41:07 +00:00
Rory Powell d347edb34a Merge branch 'develop' into feature/query-auth 2021-12-14 09:52:16 +00:00
Budibase Release Bot c3a7a9d122 v1.0.22 2021-12-13 18:46:25 +00:00
mike12345567 8d6dc14608 Linting and adding JSON header. 2021-12-13 18:20:02 +00:00
mike12345567 ac49d718a4 Stopping get requests from having bodies (Node fetch doesn't allow this) and allow text body type. 2021-12-13 18:17:20 +00:00
Budibase Release Bot 7233b765d9 v1.0.21 2021-12-13 18:08:22 +00:00
Budibase Release Bot 2277f25df6 v1.0.20 2021-12-13 17:46:32 +00:00
Budibase Staging Release Bot 5623634c9c v1.0.19-alpha.1 2021-12-13 17:45:48 +00:00
Michael Drury 3275a9efb8
Merge pull request #3741 from Budibase/feature/rest-redesign
Rest UI Redesign
2021-12-13 17:31:03 +00:00
Budibase Staging Release Bot 7899193924 v1.0.19-alpha.0 2021-12-13 17:17:46 +00:00
Martin McKeaveney be6afb84d1 re-add missing dependency 2021-12-13 18:09:17 +01:00
Budibase Release Bot 42a3cea202 v1.0.19 2021-12-13 16:43:28 +00:00
Martin McKeaveney 4d7d3b59de Merge branch 'master' into develop 2021-12-13 17:38:13 +01:00
Budibase Release Bot 109164ab43 v1.0.18 2021-12-13 16:00:58 +00:00
Martin McKeaveney 542a9106b4 Merge branch 'master' of github.com:Budibase/budibase 2021-12-13 16:53:39 +01:00
Martin McKeaveney e02c4f013e adding and updating helm repos 2021-12-13 16:52:35 +01:00
mike12345567 b19fcb5d50 Moving Typescript definitions around a bit. 2021-12-13 13:50:15 +00:00
Budibase Release Bot 212bd45843 v1.0.17 2021-12-13 12:57:18 +00:00
mike12345567 9412b38c9b Fixing some issues around deleting datasources/queries and managing the full URL for migrating queries. 2021-12-13 12:41:47 +00:00
Budibase Release Bot 7225de58c2 v1.0.16 2021-12-13 11:55:27 +00:00
mike12345567 41ea5265dd Fixing bug in tabs where double clicks cause tab switching, new headers enabled by default, disabled headers rather than enabled, get requests can have bodies. 2021-12-13 11:24:13 +00:00
mike12345567 fd4600d3af Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-redesign 2021-12-13 10:14:28 +00:00
Rory Powell 34c2d1269d Integrate query with datasource auth 2021-12-11 23:34:30 +00:00