Andrew Kingston
|
008d4dfd7f
|
Ensure non string types are ignored when searching for HBS blocks
|
2022-10-21 10:32:32 +01:00 |
mike12345567
|
4f2a623eb0
|
Initial attempt at transpiling HBS to JS.
|
2022-07-28 20:20:53 +01:00 |
mike12345567
|
6ffeaab597
|
Fixing an issue with JSONparse helper always being considered invalid due to a lack of input.
|
2022-05-04 12:14:01 +01:00 |
mike12345567
|
8ce1b471fd
|
Fixes for SQL issues raised by Marty.
|
2022-03-02 17:40:50 +00:00 |
Rory Powell
|
f60aacb270
|
Merge branch 'master' into merge-master
|
2022-02-23 12:14:04 +00:00 |
mike12345567
|
3925fb3e31
|
Fixing issue with escaping on multiple bindings that are the same in queries.
|
2022-02-17 13:22:36 +00:00 |
mike12345567
|
664b43edfa
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-02-15 16:54:21 +00:00 |
mike12345567
|
676ec02380
|
Fix for safari, removing all usage of regex lookbehinds.
|
2022-02-15 14:48:32 +00:00 |
Andrew Kingston
|
b7e1aebaa8
|
Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching
|
2022-02-09 15:18:44 +00:00 |
mike12345567
|
9d0264fa93
|
Fixing issue with isValid function found by testcase.
|
2022-02-08 17:22:44 +00:00 |
mike12345567
|
9298071cc2
|
Addomg a fix for #4370 - allow queries to contain newlines, they will always be escaped.
|
2022-02-07 17:56:01 +00:00 |
Andrew Kingston
|
cfe7e9c262
|
Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching
|
2022-02-07 09:50:17 +00:00 |
mike12345567
|
ad97dc09a1
|
Fixing merge conflict.
|
2022-02-03 20:32:20 +00:00 |
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.
|
2022-02-03 18:44:34 +00:00 |
Andrew Kingston
|
c7b78e135a
|
Merge branch 'frontend-core' of github.com:Budibase/budibase into experimental-hbs-caching
|
2022-02-01 16:49:59 +00:00 |
mike12345567
|
8fbd101448
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/formula-filtering
|
2022-01-31 15:21:15 +00:00 |
Andrew Kingston
|
e7b02aec04
|
Add experimental support for caching the creation of HBS template functions
|
2022-01-29 18:53:21 +00:00 |
mike12345567
|
135aff4a31
|
Bit of refactoring, adding in functionality to remove invalid static formula when the elements that the formula depends on are removed.
|
2022-01-24 18:22:59 +00:00 |
mike12345567
|
04934a544a
|
Adding the ability to filter using the filter drawer for formula fields, getting them based on the enriched contents of a row - adding functionality to denote to each table which other tables depend on them for formula.
|
2022-01-21 16:24:24 +00:00 |
Andrew Kingston
|
45142ba916
|
Update {{ now }} HBS helper to floor to the second instead of millisecond
|
2022-01-20 19:37:01 +00:00 |
Andrew Kingston
|
a0d8bffbc6
|
Remove the pre-execution validation in string templates to double performance and prevent JS binding issues when mutating context
|
2021-12-06 17:58:43 +00:00 |
mike12345567
|
8b2c505050
|
Fixing #2718 - disabling handlebars helpers for queries.
|
2021-10-26 20:04:36 +01:00 |
Andrew Kingston
|
403f64d1ac
|
Use vm2 for JS execution in node, and a vm polyfill for the browser. Use 2 standalone entrypoints for string-templates depending on env
|
2021-10-14 11:51:05 +01:00 |
Andrew Kingston
|
583faba9da
|
Add BBUI to monorepo and use vite for builder, client lib and standard components
|
2021-03-31 16:14:56 +01:00 |
mike12345567
|
6fd080269b
|
linting.
|
2021-02-03 13:56:01 +00:00 |
mike12345567
|
ae54a420ba
|
Adding some more changes to make it more obvious when a binding hasn't worked.
|
2021-02-03 13:04:19 +00:00 |
mike12345567
|
c10cd53eb6
|
Some more fixes, getting a balance of validity checking, not letting package output anything non-sensical.
|
2021-02-03 12:38:06 +00:00 |
mike12345567
|
96acfc6563
|
Fixing an issue with the new validity checking being too lenient.
|
2021-02-03 12:10:39 +00:00 |
mike12345567
|
b79d6b712b
|
Quick fix for string-templates, was being a bit too fuzzy in its lookup of possible helper names.
|
2021-02-03 11:41:33 +00:00 |
Michael Drury
|
30b004ba1f
|
Linting.
|
2021-02-02 20:29:10 +00:00 |
Michael Drury
|
8d40cb6b32
|
Widening the allowance criteria for handlebars validity, check for any errors which suggest a simple type error from the context and allowing these through.
|
2021-02-02 20:28:27 +00:00 |
Michael Drury
|
ff75f8e8a5
|
Some rollup fixes - the handlebars-helper library needs dynamic requires removed from it, likely best to fork it and do this.
|
2021-01-30 02:54:52 +00:00 |
Michael Drury
|
699046ccb8
|
Some fixes, still dealing with problems of illegal re-assignment in rollup.
|
2021-01-30 00:20:13 +00:00 |
Michael Drury
|
93a7abf160
|
Quick fix for number systems in string templates.
|
2021-01-29 22:56:01 +00:00 |
mike12345567
|
bd3bdfa9aa
|
Work in progress, fixing issue with some helpers not getting translated, now running into rollup issue.
|
2021-01-29 20:03:09 +00:00 |
mike12345567
|
72f205d736
|
Adding a getManifest function to string templates.
|
2021-01-29 14:36:16 +00:00 |
mike12345567
|
ebb78a3c29
|
Updating string templates to have test cases for all the main helpers we want to make use of and adding a readme.
|
2021-01-25 17:08:21 +00:00 |
mike12345567
|
9acd30a4cb
|
Adding error checking to our handlebars syntax inputs as well as making all handlebars helpers available due to space pre-processor being removed.
|
2021-01-22 17:57:38 +00:00 |
mike12345567
|
932107cd65
|
Changing up how processors work to make it a bit easier to add to them.
|
2021-01-21 17:56:00 +00:00 |
mike12345567
|
ddb9ea50f7
|
Merge branch 'feature/handlebars-migration' of github.com:Budibase/budibase into feature/handlebars-migration
|
2021-01-21 13:49:05 +00:00 |
mike12345567
|
ec55655900
|
Handling undefined/null values in context object for string templates, replacing with empty string.
|
2021-01-21 13:48:23 +00:00 |
Andrew Kingston
|
6fb50a1988
|
Fix crashing when a nullish value exists in an object being recursed for enrichment
|
2021-01-21 13:46:45 +00:00 |
mike12345567
|
8ecabc91cc
|
Linting.
|
2021-01-21 11:32:26 +00:00 |
mike12345567
|
3d33199f16
|
Fixing issue found by cheeks with all helper trying to wrap helpers even if no other helpers present.
|
2021-01-21 11:30:53 +00:00 |
mike12345567
|
a9274f7d86
|
Adding cleaners which will process and find spaces removing them and fixing them with literal specifiers for handlebars props. Also changing the way cleaners work for the system to make it easier to add them.
|
2021-01-20 18:12:16 +00:00 |
mike12345567
|
3f6d9e21e0
|
Updating the string templating system to be capable of async operations.
|
2021-01-20 13:32:15 +00:00 |
mike12345567
|
4c597ed91a
|
Moving everything over to use the string template library, now just need to escape spaces properly and handle HTML escaping.
|
2021-01-19 18:44:29 +00:00 |
mike12345567
|
e8ef03bb1c
|
Adding jest test cases to string templating library.
|
2021-01-19 17:29:38 +00:00 |
mike12345567
|
759a106d2d
|
Updating to have real auto-completion on string templates library.
|
2021-01-19 15:29:49 +00:00 |
mike12345567
|
3c627d6455
|
Adding the handlebars library, still need to add testcases to this.
|
2021-01-18 17:40:19 +00:00 |