1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00
Commit graph

8268 commits

Author SHA1 Message Date
mike12345567
010f160fa5 Cleaning up files after import is finished (with large files this saves on tmp space) as well as fixing an issue where menu would appear next to a restore despite having no options. 2024-01-31 18:22:18 +00:00
Martin McKeaveney
63cc5447d5 adding lint rule for console.log 2024-01-31 10:47:27 -03:00
Adria Navarro
cd4fccbd6e Allow excluding js helpers 2024-01-31 10:34:49 +01:00
Adria Navarro
70d49bbd6b Renames 2024-01-31 09:59:59 +01:00
Adria Navarro
d1712bda52 Remove helpers not available in js 2024-01-30 17:37:09 +01:00
mike12345567
51aeda26ce Fix for #12909 - the relationship modal was too small, cutting table names and making it hard to use, expanding the modal to be easier to use on normal screens. 2024-01-30 12:53:51 +00:00
Dean
8f153eef65 Removed debugging naming from readable bindings 2024-01-26 17:05:01 +00:00
deanhannigan
d45642da98
Merge branch 'master' into revert-12832-revert-11830-global-bindings 2024-01-26 15:16:02 +00:00
Michael Drury
f6252e30d0
Merge branch 'master' into 12251-budi-7719-invite-new-user-panel-should-pass-the-search-email-address-into-the-email-field-of-the-add-user-page 2024-01-26 12:57:38 +00:00
deanhannigan
68d2634888
Merge branch 'master' into revert-12832-revert-11830-global-bindings 2024-01-26 12:39:28 +00:00
Conor Webb
f7e39f8436
Merge branch 'master' into 12251-budi-7719-invite-new-user-panel-should-pass-the-search-email-address-into-the-email-field-of-the-add-user-page 2024-01-26 11:09:16 +00:00
Conor Webb
89111a5b0d Allowed typed user query to be passed into invite user form. 2024-01-26 11:02:53 +00:00
Dean
fbe9c41bee Removed comment 2024-01-26 10:13:25 +00:00
Dean
fcacb641f6 Updated state action parsing for nested component types 2024-01-25 17:32:35 +00:00
deanhannigan
0ced1d29c5
Merge branch 'master' into revert-12832-revert-11830-global-bindings 2024-01-25 14:20:44 +00:00
Peter Clement
74b06f20a7
Merge branch 'master' into fix/disable-save-button-relationshiop-empty 2024-01-25 12:25:09 +00:00
Peter Clement
827508816e Fix for relationship save button being enabled when table was missing 2024-01-25 12:14:55 +00:00
deanhannigan
d1038df35f
Merge branch 'master' into revert-12832-revert-11830-global-bindings 2024-01-25 11:33:31 +00:00
deanhannigan
043f4d275b
Merge branch 'master' into revert-12832-revert-11830-global-bindings 2024-01-25 09:49:38 +00:00
deanhannigan
7f19688ffb
Merge branch 'master' into fix/hover-store-and-button-group 2024-01-24 15:41:07 +00:00
mike12345567
35a3d663ba Comments on PR - some small changes. 2024-01-24 12:33:29 +00:00
Dean
361fea2a6b Broke out the hover tracking into its own store. Value check on the button group to mitigate excessive rendering. Fix for relationship field 2024-01-24 12:06:38 +00:00
melohagan
e3e02c9f17
Merge branch 'master' into fix/budi-7916 2024-01-24 10:37:58 +00:00
Conor Webb
3ea8bfda91
Modified planTitle function to accommodate old plans (#12854)
* Modified planTitle function to accommodate old plans

* Fixed liniting issues.
2024-01-24 09:43:31 +00:00
melohagan
1636677ce9
Merge branch 'master' into fix/budi-7916 2024-01-24 08:58:13 +00:00
Peter Clement
3030db8eb6
Merge branch 'master' into feat/configure-automation-chaining 2024-01-23 14:47:31 +00:00
Peter Clement
a4797366ad fix types 2024-01-23 12:08:20 +00:00
Peter Clement
8a90a1a3e4 pr comments 2024-01-23 10:10:38 +00:00
Peter Clement
8a46927c5e Merge remote-tracking branch 'refs/remotes/origin/fix/automation-bindings-name-fix' into fix/automation-bindings-name-fix 2024-01-23 09:21:38 +00:00
Peter Clement
3f9d1402f3 fix operand issue 2024-01-23 09:21:04 +00:00
Peter Clement
2d3f0c90e0
Merge branch 'master' into fix/automation-bindings-name-fix 2024-01-23 09:08:46 +00:00
mike12345567
1f3a93fe3a Updating normal query panel to also work with expanded types and not flat types. 2024-01-22 17:51:49 +00:00
mike12345567
3236616307 Getting REST UI to work with full schema objects. 2024-01-22 17:48:39 +00:00
mike12345567
e5e51ede81 Merge branch 'master' of github.com:Budibase/budibase into fix/budi-7916 2024-01-22 13:39:29 +00:00
mike12345567
2a21556402 Get rid of schemaFields on backend. 2024-01-22 13:29:14 +00:00
deanhannigan
d246adca9c
Revert "Revert "Global bindings"" 2024-01-22 11:10:03 +00:00
deanhannigan
b2c790650b
Revert "Global bindings" 2024-01-22 11:03:05 +00:00
Conor Webb
fa36701f0f
Added function to get correct plan display name (#12810)
* Changed minPlan BUSINESS to PREMIUM_PLUS

* Added new helper to display the correct string plan

* Changed ManageAccessModal to use the new helper

* Refactored to use plan title helper, removed title function

* Removed capitalised function from svelte template

* Fixed linting issues

* Ran yarn lint. Fixed linting issues.
2024-01-22 10:54:47 +00:00
Peter Clement
3ab791710c fix issue where readable binding wasn't working correctly with named steps 2024-01-22 09:40:56 +00:00
deanhannigan
0be0ace9fe
Merge branch 'master' into global-bindings 2024-01-22 09:14:34 +00:00
Peter Clement
0992618956 Merge remote-tracking branch 'origin/master' into feat/configure-automation-chaining 2024-01-19 16:35:02 +00:00
Peter Clement
242dd3ea52 ux tweaks to new automations setting page 2024-01-19 16:04:44 +00:00
melohagan
87be623057
Remove auto naming of columns (#12816)
* Remove auto column naming

* Let enter key save edit table name

* update submodules
2024-01-19 11:26:13 +00:00
Peter Clement
714ac7a5a0 remove log 2024-01-19 11:09:40 +00:00
Peter Clement
7c19d18460 small automation fixes 2024-01-19 11:07:58 +00:00
Peter Clement
b05484bb49 frontend toggle for new automation chaining and update settings ux 2024-01-18 16:38:51 +00:00
deanhannigan
ce7432ad71
Merge branch 'master' into global-bindings 2024-01-17 10:27:01 +00:00
Dean
7f3ddc6bde Merge remote-tracking branch 'origin/master' into global-bindings 2024-01-17 10:19:38 +00:00
Peter Clement
c36f7c61c0 Merge remote-tracking branch 'origin/master' into feat/automation-ux 2024-01-17 09:58:59 +00:00
Peter Clement
250c54e0c3 Merge remote-tracking branch 'origin/master' into feat/trigger-binding-suggesti 2024-01-17 09:43:08 +00:00