Commit Graph

22840 Commits

Author SHA1 Message Date
Adria Navarro 262dbc7c2b Inject url 2024-01-18 13:49:47 +01:00
Adria Navarro 60574196b9 Add date functions 2024-01-17 14:50:26 +01:00
Adria Navarro ef08c699d6 Add comparison functions 2024-01-17 14:43:46 +01:00
Adria Navarro 9949b08879 Add regex functions 2024-01-17 14:25:17 +01:00
Adria Navarro a2082e94d3 Add object functions 2024-01-17 13:47:56 +01:00
Adria Navarro b7647797b3 Add string functions 2024-01-17 13:30:58 +01:00
Adria Navarro 51f21456ec Add array functions 2024-01-17 12:53:47 +01:00
Adria Navarro adc98f7cac Add number functions 2024-01-17 12:32:41 +01:00
Adria Navarro 2c9165d1be Create a better bundle (math only) 2024-01-16 17:32:23 +01:00
Adria Navarro 807e9f1687 Use compiled module (working with hacked bundle!) 2024-01-16 17:27:24 +01:00
Adria Navarro 17339b7b50 Exclude handlebars from the esbuild bundle 2024-01-16 16:31:19 +01:00
Adria Navarro a4959e2762
Merge branch 'master' into isolated-vm 2024-01-16 12:46:56 +01:00
Adria Navarro e42784b5e9 Use system lock 2024-01-16 11:49:34 +01:00
Adria Navarro 7e50986a2e Remove unnecessary get 2024-01-16 11:28:35 +01:00
Adria Navarro 0cce142571 Use lock to prevent race conditions on invite 2024-01-16 11:20:27 +01:00
Adria Navarro 0ed8464aab Display error on wrong password 2024-01-16 11:07:03 +01:00
Adria Navarro d49b17db53 Improve error message 2024-01-15 13:06:07 +01:00
Adria Navarro 7e2087ea56 Build string-templates on dev 2024-01-15 12:36:50 +01:00
Adria Navarro eb69b36aac Use esbuild for jsrunner 2024-01-15 12:30:47 +01:00
Adria Navarro 7186addb5c Merge branch 'BUDI-7884/esbuild-stringtemplates' into isolated-vm 2024-01-15 12:22:35 +01:00
Adria Navarro ac2b7a26b6
Merge branch 'master' into isolated-vm 2024-01-15 12:14:16 +01:00
Adria Navarro 73fee7dec7 Fix build 2024-01-15 12:04:35 +01:00
Dean 39438c997a PR update 2024-01-15 10:37:34 +00:00
deanhannigan 08c9d4deca
Merge branch 'master' into multistep-formblock-feedback 2024-01-15 10:23:32 +00:00
Adria Navarro 91e10f86f1
Merge branch 'master' into isolated-vm 2024-01-15 11:02:49 +01:00
Adria Navarro 27bb73f77a Compile stringtemplates via esbuild 2024-01-15 11:01:13 +01:00
Dean 1585407097 Update account portal submodule to latest 2024-01-15 09:26:40 +00:00
deanhannigan 63e2c50a0a
Merge branch 'master' into multistep-formblock-feedback 2024-01-15 09:06:11 +00:00
Sam Rose 6be7814e55
Copy context over, ignoring functions. 2024-01-12 15:22:49 +00:00
Sam Rose 407f36eeb3
Move pro to where it should be. 2024-01-12 15:09:08 +00:00
Sam Rose c508a435d6
Isolate and context re-use. 2024-01-12 15:08:08 +00:00
Sam Rose 290dde125e
Merge master. 2024-01-12 14:56:10 +00:00
mike12345567 287d3f87c4 Merge branch 'fix/remove-db-head-requests' of github.com:Budibase/budibase into fix/remove-db-head-requests 2024-01-11 17:17:56 +00:00
mike12345567 e69ba75849 Fixing typing for performCall. 2024-01-11 17:17:38 +00:00
Michael Drury 649113b622
Merge branch 'master' into fix/remove-db-head-requests 2024-01-11 16:49:06 +00:00
mike12345567 8483a53178 This removes the need for constant DB HEAD requests to check if a database exists or not. Instead, it tries to make the request, and if it fails it will check if the reason for failure is the database not existing. If it doesn't exist it runs through the same old flow to confirm that it definitely doesn't exist, and if it doesn't then it will create it. 2024-01-11 16:44:15 +00:00
melohagan aa579699b5
Allow enter key to continue (#12762) 2024-01-11 16:31:57 +00:00
Dean 205dc7d690 Merge remote-tracking branch 'origin/master' into multistep-formblock-feedback 2024-01-11 15:22:13 +00:00
Dean 2a6af35e6a UX feedback. Added styling and button positioning 2024-01-11 15:21:36 +00:00
Adria Navarro 58336ea7c2 Merge branch 'BUDI-7883/reduce-stringtemplates-bundle' into update-handlebars-helpers-package 2024-01-11 11:30:49 +01:00
Adria Navarro de7e44dbe7
Merge branch 'master' into update-handlebars-helpers-package 2024-01-11 10:46:06 +01:00
Dean e896904af1 Added value caching to alleviate too many updates when hovering 2024-01-10 17:12:02 +00:00
Dean 980aad9fb2 Merge remote-tracking branch 'origin/master' into fix/disable-component-tree-eject-per-config 2024-01-10 15:39:48 +00:00
Dean ae1786786b Ignore calls to eject via keyboard shortcut ctrl+e is not an ejectable block 2024-01-10 15:38:49 +00:00
Dean 47e04c363c Disable eject for blocks if ejectable has been set to false 2024-01-10 14:52:16 +00:00
José Vte. Calderón 58994a6435
Merge branch 'master' into fix/collect-data 2024-01-10 15:51:21 +01:00
jvcalderon 47ce041a4d Update pro submodule 2024-01-10 15:49:44 +01:00
Adria Navarro 52b97336ee lodash.clonedeep 2024-01-10 14:56:29 +01:00
Adria Navarro a4cc424b69 Update @budibase/handlebars-helpers package 2024-01-10 14:38:58 +01:00
deanhannigan 558a2e6199
Merge branch 'master' into fix-hover-component-spam 2024-01-10 12:23:39 +00:00