Rory Powell
|
c7dac5f417
|
Deprecate legacyHttpParser, fix rest tests
|
2022-10-12 11:05:16 +01:00 |
Rory Powell
|
6e083c85a4
|
Fix linting
|
2022-10-12 10:25:02 +01:00 |
Rory Powell
|
d2882a3779
|
Merge branch 'develop' into rejectUnauthorized
|
2022-10-12 10:06:50 +01: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
|
970e7ee3e7
|
Making integrations more like what custom integrations look like (to simplify integration).
|
2022-08-12 17:03:06 +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 |
Dean
|
ac1df878d4
|
Merge remote-tracking branch 'origin/develop' into feature/current-user-rest-bindings
|
2022-06-29 18:50:14 +01:00 |
Andrew Kingston
|
8bfd54bd80
|
Add types to datasources
|
2022-06-23 11:35:57 +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 |
Andrew Kingston
|
2242044f3b
|
Allow deep-getting of pagination params from REST responses
|
2022-03-24 10:07:23 +00:00 |
mike12345567
|
3f8af725d1
|
Fixing issue #4010 - options and boolean types can be maintained.
|
2022-01-13 14:36:47 +00:00 |
Andrew Kingston
|
9a7cc4113d
|
Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination
|
2022-01-13 09:44:09 +00:00 |
Andrew Kingston
|
bf22c5130f
|
Add tests for REST pagination
|
2022-01-07 10:49:31 +00:00 |
Rory Powell
|
6d5d301adb
|
Support variables in URL
|
2022-01-05 14:33:14 -05:00 |
Andrew Kingston
|
4ab06c200d
|
Add support for cursor and page based pagination inside REST query request body
|
2022-01-05 18:10:22 +00:00 |
Andrew Kingston
|
f5649b48d1
|
Add support for cursor based pagination in query params
|
2022-01-05 17:28:57 +00:00 |
Andrew Kingston
|
abc02d812a
|
Merge branch 'feature/query-variables' of github.com:Budibase/budibase into rest-pagination
|
2022-01-05 09:21:25 +00:00 |
Andrew Kingston
|
e2478e478e
|
Add support for query param based pagination in REST queries
|
2022-01-05 09:16:10 +00:00 |
Rory Powell
|
6904e6a1df
|
Prevent escaping in query parameter bindings
|
2021-12-21 13:48:54 -05:00 |
mike12345567
|
1f97ae259e
|
Adding unit tests for REST bodies and response parsing.
|
2021-12-15 13:09:03 +00:00 |
mike12345567
|
5c00960ac0
|
Fixing issue detected by test case.
|
2021-12-15 12:23:00 +00:00 |
mike12345567
|
12b11ed3d9
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-bodies
|
2021-12-14 18:03:49 +00:00 |
mike12345567
|
da7153dd64
|
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
|
17ba5d7c88
|
Merge branch 'develop' into feature/query-auth
|
2021-12-14 09:52:16 +00:00 |
mike12345567
|
64fa8055ce
|
Linting and adding JSON header.
|
2021-12-13 18:20:02 +00:00 |
mike12345567
|
17f083e586
|
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
|
b11e4bd2df
|
Moving Typescript definitions around a bit.
|
2021-12-13 13:50:15 +00:00 |
mike12345567
|
1948c867cc
|
Fixing some issues around deleting datasources/queries and managing the full URL for migrating queries.
|
2021-12-13 12:41:47 +00:00 |
mike12345567
|
a7743c8481
|
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
|
077c9ef434
|
Integrate query with datasource auth
|
2021-12-11 23:34:30 +00:00 |
Rory Powell
|
9fa4fe6c76
|
Merge branch 'feature/rest-redesign' into feature/query-auth
|
2021-12-11 21:43:03 +00:00 |
Rory Powell
|
9a0af5ba0a
|
Add _id field
|
2021-12-11 10:40:57 +00:00 |
mike12345567
|
cade92cc63
|
Measuring length if no content length supplied.
|
2021-12-09 13:40:39 +00:00 |
mike12345567
|
ad1007ffdc
|
Adding in the ability to retrieve and view the headers from a rest response.
|
2021-12-09 12:30:05 +00:00 |
mike12345567
|
e1ae7c603d
|
Adding placeholder and making sure query urls have a protocol.
|
2021-12-09 10:02:47 +00:00 |
mike12345567
|
bbb5501d41
|
Adding in enabled headers, making way for different body types.
|
2021-12-08 19:11:19 +00:00 |
Rory Powell
|
720b828bee
|
Render table of auth configs and linting
|
2021-12-08 15:27:58 +00:00 |
Rory Powell
|
a237d31424
|
Tidy
|
2021-12-08 10:52:08 +00:00 |
Rory Powell
|
9cbe03fd66
|
Add backend for query / datasource auth
|
2021-12-07 22:33:26 +00:00 |
mike12345567
|
b31cd5b6f7
|
Adding in raw functionality.
|
2021-12-06 18:35:44 +00:00 |