1
0
Fork 0
mirror of synced 2024-09-16 09:17:40 +12:00
Commit graph

12191 commits

Author SHA1 Message Date
melohagan
a350a715fa
Fix: Only show free trial banner/modal to account owner (#13692)
* Add free_trial to deploy camunda script

* Fix only show trial banner to owner
2024-05-15 10:33:02 +00:00
Andrew Kingston
87ab4ad370 Use multi rather than multiple for data type names 2024-05-15 10:09:00 +01:00
Andrew Kingston
bf2b277134 Update naming of some data types and update order 2024-05-14 16:31:21 +01:00
Andrew Kingston
026be0ae8d
Merge branch 'master' into fix/external-tables-with-view-in-name 2024-05-14 15:03:16 +01:00
Andrew Kingston
29081cea1c Ensure we don't false-positive flag external tables with view_ in their names as views 2024-05-14 10:55:27 +01:00
mike12345567
5b5e7e47a2 Fixing some issues with updating rows with attachments, there were some UI bugs that had been raised (undefined being displayed) and the uploading from a URL was not working as expected, due to the stream not matching the expected format of the S3 SDK - this has been fixed by converting the stream to a true readable stream with . 2024-05-13 18:11:40 +01:00
Martin McKeaveney
de52a8f230
Merge branch 'master' into fix/builder-tabs-underline 2024-05-13 16:53:24 +01:00
Andrew Kingston
8960b1b137
Merge branch 'master' into new-table-selected-rows 2024-05-13 16:09:37 +01:00
deanhannigan
698ea861a5
Merge branch 'master' into fix/builder-tabs-underline 2024-05-13 14:47:06 +01:00
deanhannigan
e185cf79de
Merge branch 'master' into fix/builder-tabs-underline 2024-05-13 14:04:12 +01:00
Michael Drury
ce7fe13ec4
Merge branch 'master' into fix/13660 2024-05-13 14:00:16 +01:00
Michael Drury
24397ee349
Merge branch 'master' into fix/13660 2024-05-13 13:51:02 +01:00
Adria Navarro
42a6b24170
Merge branch 'master' into chore/remove-unused-packages 2024-05-13 14:48:41 +02:00
Andrew Kingston
3d01bd3f08 Merge branch 'master' of github.com:Budibase/budibase into new-table-selected-rows 2024-05-13 13:44:27 +01:00
Adria Navarro
2c68c3ffb1 Merge branch 'master' into chore/remove-unused-packages 2024-05-13 14:38:46 +02:00
Andrew Kingston
824893cbcd
Merge branch 'master' into feature/changelog-in-builder 2024-05-13 13:37:23 +01:00
Michael Drury
00e7d22c47
Merge branch 'master' into fix/13660 2024-05-13 13:34:38 +01:00
mike12345567
58cda93b08 PR comments. 2024-05-13 13:33:59 +01:00
Andrew Kingston
68148a6d3a
Merge branch 'master' into fix-component-auto-expand 2024-05-13 13:24:07 +01:00
deanhannigan
ab3624b3bb
Merge branch 'master' into fix/builder-tabs-underline 2024-05-13 12:58:24 +01:00
mike12345567
92348fb526 Changing the logic of how automation thread timeout gets applied, so that it can be used properly. 2024-05-13 12:53:44 +01:00
Adria Navarro
a36c46ea90
Merge branch 'master' into feat/budi-8123-single-user 2024-05-13 13:33:03 +02:00
Adria Navarro
e6f90d5a7d Fix binding 2024-05-13 12:35:19 +02:00
Dean
58987d40e4 Removed unnecessary span tag 2024-05-13 09:56:39 +01:00
Adria Navarro
7d142511a0
Merge branch 'master' into budi-8222/deleting-a-column-on-google-spreadsheet-messes-with-the-data 2024-05-10 16:13:28 +02:00
Adria Navarro
d83e5e21f2
Merge branch 'master' into feat/budi-8123-single-user 2024-05-09 18:05:16 +02:00
Adria Navarro
910ec6446b Prevent spamming the column config save button 2024-05-09 18:03:46 +02:00
deanhannigan
a3ec428c5e
Merge branch 'master' into fix/builder-tabs-underline 2024-05-09 15:29:38 +01:00
deanhannigan
c1874f3376
Merge branch 'master' into feature/filter-bindings 2024-05-09 14:34:07 +01:00
Peter Clement
db273bcd36
Support attachment columns in Automations (#13567)
* base work to support attachments in create / update row

* handle single attachment column

* fix tests

* pro

* fix some types

* handle case where file exists in storage

* improve attacment processing

* refactor slightly and ensure correct url is used for existing attachments

* add test

* Fixing a build issue.

* update tests

* some lint

* remove cursed backend-core test util

* addressing pr comments

* refactoring nasty automationUtils upload code

* remove uneeded check

* use basneeame for fallback filename

* add a test to ensure coverage of single attachment column type

* fail early when fetching object metadata

---------

Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
2024-05-09 14:30:56 +01:00
Adria Navarro
95faefcb87 DRY 2024-05-09 12:28:44 +02:00
Dean
4c6629d15f Merge remote-tracking branch 'origin/master' into feature/filter-bindings 2024-05-09 11:05:58 +01:00
Martin McKeaveney
dacb0d30ce prevent lack of start/end date from causing UI error 2024-05-08 15:55:14 +01:00
melohagan
68cb2636df
Free trial close to expiration message (#13638)
* Add free_trial to deploy camunda script

* Free trial banner

* Don't show upgrade button for enterprise trial

* Add link option to banners

* Show free trial banner in portal

* Only admins should see free trial modal

* Fix days remaining

* Ignore subscription cancelled message for trial

* Remove unused code

---------

Co-authored-by: José Vte. Calderón <jose@budibase.com>
2024-05-08 13:38:50 +01:00
deanhannigan
46995a115a
Merge branch 'master' into feature/filter-bindings 2024-05-08 09:37:14 +01:00
Dean
31fccf23a8 Add font load event to allow the header to redraw as the fonts load 2024-05-08 09:23:30 +01:00
melohagan
cfc2ea9117
Add free trial modal (#13609)
* Add free_trial to deploy camunda script

* WIP FreeTrial modal

* Handle free trial modal via self endpoint

* Set correct plan title for trial

* Remove catch

* lint

* Refactor

* Remove unnecessary code

* Rename to EnterpriseBasicTrialModal
2024-05-07 12:44:57 +01:00
Gerard Burns
0cda854f1d remove line 2024-05-07 09:18:34 +01:00
Adria Navarro
86e129cae0 Fix 2024-05-06 08:06:44 +02:00
Adria Navarro
e39a65cad2 Fix edit old 2024-05-06 08:06:44 +02:00
Adria Navarro
457eebbcb4 Fix types 2024-05-06 08:06:43 +02:00
Adria Navarro
7951aac36b
Merge branch 'master' into chore/remove-unused-packages 2024-05-03 18:58:16 +02:00
Adria Navarro
bd86f906b1
Merge branch 'master' into feat/budi-8123-single-user 2024-05-03 17:31:29 +02:00
Dean
741d33b7e6 Merge remote-tracking branch 'origin/master' into feature/filter-bindings 2024-05-03 14:20:25 +01:00
Andrew Kingston
5c09684a7c Update tests 2024-05-03 11:55:34 +01:00
Andrew Kingston
ef7b97ce0d Use a fixed ID for each column in column configuration to avoid closing popovers due to ID changes 2024-05-03 11:16:10 +01:00
Dean
83eeddf422 Merge remote-tracking branch 'origin/master' into feature/filter-bindings 2024-05-02 16:32:29 +01:00
Adria Navarro
c723790594 Rename 2024-05-02 12:10:29 +01:00
Adria Navarro
70c6d56c1e Merge branch 'feat/budi-8123-single-user' into budi-8123/single-user-column-type 2024-05-02 12:06:42 +01:00
Andrew Kingston
052c6df713 Merge branch 'master' of github.com:Budibase/budibase into bug-crusher-9000 2024-05-02 11:40:42 +01:00