mike12345567
|
9298071cc2
|
Addomg a fix for #4370 - allow queries to contain newlines, they will always be escaped.
|
5 years ago |
mike12345567
|
a35a8cb81c
|
Addomg a fix for #4370 - allow queries to contain newlines, they will always be escaped.
|
5 years ago |
mike12345567
|
61283e465d
|
Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest.
|
5 years ago |
mike12345567
|
f2a025013e
|
Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest.
|
5 years ago |
mike12345567
|
e12767fd85
|
Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest.
|
5 years ago |
mike12345567
|
f946f2f68d
|
Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest.
|
5 years ago |
Michael Drury
|
91c2a40c89
|
Final pass refactoring - need to test but all code in server converted.
|
5 years ago |
Michael Drury
|
d3a90acc55
|
Final pass refactoring - need to test but all code in server converted.
|
5 years ago |
Rory Powell
|
70788d42b7
|
Share validation between app modals, add yup based validation framework, add url to app modals
|
5 years ago |
Rory Powell
|
bc67974996
|
Share validation between app modals, add yup based validation framework, add url to app modals
|
5 years ago |
mike12345567
|
5d9b3af332
|
Refactoring core library usage in monorepo, make it a bit cleaner/easier to search/more standardised.
|
5 years ago |
mike12345567
|
5ee6aa24b2
|
Refactoring core library usage in monorepo, make it a bit cleaner/easier to search/more standardised.
|
5 years ago |
mike12345567
|
e2daf948c1
|
Fixing #3228 - allowing access to parameters in the transformer.
|
5 years ago |
mike12345567
|
bdb9a3456d
|
Fixing #3228 - allowing access to parameters in the transformer.
|
5 years ago |
mike12345567
|
836a2f5863
|
Switching out @budibase/auth to @budibase/backend-core.
|
5 years ago |
mike12345567
|
1327394784
|
Switching out @budibase/auth to @budibase/backend-core.
|
5 years ago |
Andrew Kingston
|
b7d7923904
|
Add support for cursor based pagination in query params
|
5 years ago |
Andrew Kingston
|
f5649b48d1
|
Add support for cursor based pagination in query params
|
5 years ago |
Rory Powell
|
6f53b25116
|
Delete and invalidate linked dynamic variables when a query is deleted
|
5 years ago |
Rory Powell
|
8210ed7ee4
|
Delete and invalidate linked dynamic variables when a query is deleted
|
5 years ago |
Andrew Kingston
|
4728b52780
|
Fix paginationValues being attached to every object inside a query due to recursion
|
5 years ago |
Andrew Kingston
|
69a1b503c2
|
Fix paginationValues being attached to every object inside a query due to recursion
|
5 years ago |
Andrew Kingston
|
e0ae492e1d
|
Add support for query param based pagination in REST queries
|
5 years ago |
Andrew Kingston
|
e2478e478e
|
Add support for query param based pagination in REST queries
|
5 years ago |
Rory Powell
|
e6d8b81ac4
|
Prevent escaping in query parameter bindings
|
5 years ago |
Rory Powell
|
6904e6a1df
|
Prevent escaping in query parameter bindings
|
5 years ago |
mike12345567
|
ae510760c3
|
Some minor UI tweaks.
|
5 years ago |
mike12345567
|
ab77c081bd
|
Some minor UI tweaks.
|
5 years ago |
mike12345567
|
0f4469e6b8
|
Adding query invalidation, when a query fails that has dynamic variables it will invalidate the cache value for all dynamic variable values.
|
5 years ago |
mike12345567
|
52eef17da0
|
Adding query invalidation, when a query fails that has dynamic variables it will invalidate the cache value for all dynamic variable values.
|
5 years ago |
mike12345567
|
5326284075
|
Some fixes after testing dynamic variables in rest a bit more.
|
5 years ago |
mike12345567
|
d61cb6c037
|
Some fixes after testing dynamic variables in rest a bit more.
|
5 years ago |
Michael Drury
|
4ceed6c340
|
Adding in dynamic variable processing - finding which variables need to be used and then calling them from within the query thread.
|
5 years ago |
Michael Drury
|
c2a7c53b87
|
Adding in dynamic variable processing - finding which variables need to be used and then calling them from within the query thread.
|
5 years ago |
Michael Drury
|
f2bb4a2162
|
Fixing some issues discovered with saving queries and dynamic variables, also displaying dynamic variables in a reactive way.
|
5 years ago |
Michael Drury
|
f03f3c8864
|
Fixing some issues discovered with saving queries and dynamic variables, also displaying dynamic variables in a reactive way.
|
5 years ago |
mike12345567
|
53186abe20
|
Adding start to redis caching.
|
5 years ago |
mike12345567
|
4960ad760e
|
Adding start to redis caching.
|
5 years ago |
mike12345567
|
e9acb690a8
|
Don't run change if not threading.
|
5 years ago |
mike12345567
|
01b72b6b71
|
Don't run change if not threading.
|
5 years ago |
mike12345567
|
d1127f3220
|
Fixing an issue with automations throwing a Pouch error due to the auth library database not being setup.
|
5 years ago |
mike12345567
|
ae5b963115
|
Fixing an issue with automations throwing a Pouch error due to the auth library database not being setup.
|
5 years ago |
mike12345567
|
d774aade45
|
Adding in the ability to retrieve and view the headers from a rest response.
|
5 years ago |
mike12345567
|
ad1007ffdc
|
Adding in the ability to retrieve and view the headers from a rest response.
|
5 years ago |
mike12345567
|
6df90803ad
|
Adding in raw functionality.
|
5 years ago |
mike12345567
|
b31cd5b6f7
|
Adding in raw functionality.
|
5 years ago |
mike12345567
|
a48d7966a6
|
Adding stats, code, timings and size of request.
|
5 years ago |
mike12345567
|
99e2cd52e8
|
Adding stats, code, timings and size of request.
|
5 years ago |
mike12345567
|
9dfa8c7651
|
Fixing issue from review, values weren't wiped when delete modals closed, also adding a fix for threading to disable it in development as node-ts was causing memory leaks on low memory systems (doesn't apply to production built version).
|
5 years ago |
mike12345567
|
0335b1cee3
|
Fixing issue from review, values weren't wiped when delete modals closed, also adding a fix for threading to disable it in development as node-ts was causing memory leaks on low memory systems (doesn't apply to production built version).
|
5 years ago |