deanhannigan
|
50abdf2e63
|
Merge branch 'master' into global-bindings
|
2024-01-15 15:28:00 +00: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 |
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 |
deanhannigan
|
dac9fe0394
|
Merge branch 'master' into global-bindings
|
2024-01-12 11:04:17 +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 |
deanhannigan
|
67ffb9bfb0
|
Merge branch 'master' into global-bindings
|
2024-01-11 12:52:08 +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 |
deanhannigan
|
544caddd6d
|
Merge branch 'master' into global-bindings
|
2024-01-11 09:04:40 +00: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
|
0571e0b405
|
Merge branch 'master' into global-bindings
|
2024-01-10 12:35:36 +00:00 |
deanhannigan
|
558a2e6199
|
Merge branch 'master' into fix-hover-component-spam
|
2024-01-10 12:23:39 +00:00 |
melohagan
|
4ea1e598a4
|
Add component icon to custom css (#12741)
* Add component icon to custom css
* Remove span
* Refactor
|
2024-01-10 12:22:42 +00:00 |
Dean
|
9525b3b9bd
|
Merge remote-tracking branch 'origin/master' into fix-hover-component-spam
|
2024-01-10 11:39:10 +00:00 |
deanhannigan
|
c787d21c94
|
Merge branch 'master' into global-bindings
|
2024-01-10 11:10:51 +00:00 |
Sam Rose
|
19bd2726b3
|
Move traces around in runJS to further pinpoint where time is spent.
|
2024-01-10 10:07:41 +00:00 |
Dean
|
778fbd56a8
|
Merge remote-tracking branch 'origin/master' into global-bindings
|
2024-01-10 09:40:32 +00:00 |
Dean
|
327d9ecb86
|
Fixes for rendering issues for Multistep in client and builder
|
2024-01-10 09:40:09 +00:00 |
mike12345567
|
82ba1df4ef
|
Fixing an issue with typing in the information_schema table that was leading to an 'invalid syntax name' message when attempting to fetch tables from our QA postgres database.
|
2024-01-09 13:40:34 +00:00 |
Dean
|
eedefbb69d
|
Remove debugging statement
|
2024-01-09 10:57:39 +00:00 |
deanhannigan
|
8a6a83156b
|
Merge branch 'master' into global-bindings
|
2024-01-09 10:38:34 +00:00 |
melohagan
|
59ca41d837
|
Support number array binding filtering in automations (#12708)
* Support number array binding filtering in automations
* Remove ts-ignore
* Fix action trigger array test input
* Unit tests
* Refactor
* lint
|
2024-01-09 10:25:36 +00:00 |
Dean
|
e765a677f5
|
Merge remote-tracking branch 'origin/master' into global-bindings
|
2024-01-09 10:09:17 +00:00 |
Dean
|
c039b0421d
|
Trigger a redraw of the form step contents when the step index change
|
2024-01-09 10:08:58 +00:00 |
Conor Webb
|
e53d68da43
|
Updated lock tags to correct plan type (#12738)
|
2024-01-09 10:06:17 +00:00 |
Adria Navarro
|
8a70c642fc
|
Merge branch 'master' into fix-oss-checks
|
2024-01-09 10:34:54 +01:00 |
Dean
|
b41f83dc9d
|
Merge remote-tracking branch 'origin/master' into global-bindings
|
2024-01-09 09:30:09 +00:00 |
Adria Navarro
|
8956b9036d
|
Merge branch 'master' into chore/move-code-to-sdk
|
2024-01-09 10:28:12 +01:00 |
Dean
|
13dc9a32c9
|
Update account portal submodule
|
2024-01-09 09:18:16 +00:00 |
deanhannigan
|
60f5120f80
|
Merge branch 'master' into fix/relationship-filtering-form-block
|
2024-01-09 09:07:47 +00:00 |
Adria Navarro
|
1586925b5a
|
Add @types/koa-send
|
2024-01-09 09:44:49 +01:00 |
Adria Navarro
|
0ec869303e
|
Unify koa-send
|
2024-01-09 09:33:05 +01:00 |
Adria Navarro
|
30d64a473f
|
Merge branch 'master' into chore/move-code-to-sdk
|
2024-01-08 19:09:35 +01:00 |
Adria Navarro
|
3f6e1bbaa2
|
Move datasource.buildSchemaFromDb to sdk
|
2024-01-08 19:07:47 +01:00 |
Adria Navarro
|
8e038e61b0
|
Move datasource.save to sdk
|
2024-01-08 19:02:39 +01:00 |