1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00
Commit graph

64 commits

Author SHA1 Message Date
Rory Powell
cabfe00ef5 Deprecate legacyHttpParser, fix rest tests 2022-10-12 11:05:16 +01:00
Rory Powell
40d204fbb2 Fix linting 2022-10-12 10:25:02 +01:00
Rory Powell
51566deeae
Merge branch 'develop' into rejectUnauthorized 2022-10-12 10:06:50 +01:00
Rory Powell
6644a20d2f Merge branch 'master' into develop 2022-09-12 14:05:36 +01:00
Martin McKeaveney
8a3126826d
Merge pull request #7734 from Budibase/fix/cr-header
Fix/cr header
2022-09-12 12:22:35 +01:00
Martin McKeaveney
bd7c62e48c adding friendlyname for legacy HTTP support 2022-09-12 10:18:18 +01:00
Martin McKeaveney
8ef5324048 provide fix for CR header and backwards compatibility with legacy servers 2022-09-12 10:00:05 +01:00
Martin McKeaveney
5c07c17cdd adding insecure HTTP parser 2022-09-12 09:27:16 +01:00
adamkingsbury
9a155f0e28 lint fix 2022-09-10 00:25:35 +01:00
adamkingsbury
70c3e5ee62 Fix issue with query string on sensitive APIs 2022-09-10 00:14:57 +01:00
adamkingsbury
b1bbe69827 Implement rejectUnauthorised logic 2022-09-10 00:10:09 +01:00
mike12345567
92a1d709b8 Fixing test cases. 2022-09-09 17:18:19 +01:00
mike12345567
6cebd08aec Encoding query string URI parameters for REST requests - #7683. 2022-09-07 17:31:15 +01:00
mike12345567
97466f183b Making integrations more like what custom integrations look like (to simplify integration). 2022-08-12 17:03:06 +01:00
mike12345567
b920f8cb05 Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes. 2022-08-11 13:50:05 +01:00
mike12345567
5dce4fc16a 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
Dean
4b296f9bce Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings 2022-06-29 18:50:14 +01:00
Andrew Kingston
5dd8186383 Add types to datasources 2022-06-23 11:35:57 +01:00
Dean
18f2e13a30 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
Andrew Kingston
8e361afcda Allow deep-getting of pagination params from REST responses 2022-03-24 10:07:23 +00:00
mike12345567
5ede1e23a9 Fixing issue #4010 - options and boolean types can be maintained. 2022-01-13 14:36:47 +00:00
Andrew Kingston
0bb8ceb9a6 Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination 2022-01-13 09:44:09 +00:00
Andrew Kingston
c0d36d2a1a Add tests for REST pagination 2022-01-07 10:49:31 +00:00
Rory Powell
5c56abdadf Support variables in URL 2022-01-05 14:33:14 -05:00
Andrew Kingston
03a31f8aef Add support for cursor and page based pagination inside REST query request body 2022-01-05 18:10:22 +00:00
Andrew Kingston
b7d7923904 Add support for cursor based pagination in query params 2022-01-05 17:28:57 +00: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
Rory Powell
e6d8b81ac4 Prevent escaping in query parameter bindings 2021-12-21 13:48:54 -05:00
mike12345567
ef06566eb5 Adding unit tests for REST bodies and response parsing. 2021-12-15 13:09:03 +00:00
mike12345567
06490c5fa6 Fixing issue detected by test case. 2021-12-15 12:23:00 +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
Rory Powell
d347edb34a Merge branch 'develop' into feature/query-auth 2021-12-14 09:52:16 +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
mike12345567
b19fcb5d50 Moving Typescript definitions around a bit. 2021-12-13 13:50:15 +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
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
Rory Powell
34c2d1269d Integrate query with datasource auth 2021-12-11 23:34:30 +00:00
Rory Powell
addd13542e Merge branch 'feature/rest-redesign' into feature/query-auth 2021-12-11 21:43:03 +00:00
Rory Powell
4b1fb01eb4 Add _id field 2021-12-11 10:40:57 +00:00
mike12345567
49e0630511 Measuring length if no content length supplied. 2021-12-09 13:40:39 +00:00
mike12345567
d774aade45 Adding in the ability to retrieve and view the headers from a rest response. 2021-12-09 12:30:05 +00:00
mike12345567
dad8524023 Adding placeholder and making sure query urls have a protocol. 2021-12-09 10:02:47 +00:00
mike12345567
04114594bf Adding in enabled headers, making way for different body types. 2021-12-08 19:11:19 +00:00
Rory Powell
21c45a17ce Render table of auth configs and linting 2021-12-08 15:27:58 +00:00
Rory Powell
b1ff1c9f35 Tidy 2021-12-08 10:52:08 +00:00
Rory Powell
634d1ce127 Add backend for query / datasource auth 2021-12-07 22:33:26 +00:00
mike12345567
6df90803ad Adding in raw functionality. 2021-12-06 18:35:44 +00:00