1
0
Fork 0
mirror of synced 2024-09-15 00:38:01 +12:00
Commit graph

19279 commits

Author SHA1 Message Date
Budibase Staging Release Bot
45e97b710c Update pro version to 2.4.4-alpha.0 2023-03-07 17:05:14 +00:00
Andrew Kingston
3c71acd68e Add context menu to sheets with deletion and duplication features 2023-03-07 17:03:37 +00:00
Budibase Staging Release Bot
a8d4cb4e46 v2.4.4-alpha.0 2023-03-07 17:02:09 +00:00
Martin McKeaveney
72cb60ec02 merge from master 2023-03-07 16:54:33 +00:00
Dean
f622c84ebc Review feedback 2023-03-07 16:39:26 +00:00
Budibase Release Bot
9edea70f82 Update pro version to 2.4.3 2023-03-07 16:18:07 +00:00
Dean
ab45e06edb Review updates 2023-03-07 16:17:29 +00:00
Budibase Release Bot
3e154ba851 v2.4.3 2023-03-07 16:15:01 +00:00
Jonny McCullagh
2500527354 tidy actions (#9922)
* tidy actions
2023-03-07 16:03:02 +00:00
Peter Clement
1abab9421e Merge pull request #9915 from Budibase/fix/9441-group-roles
fix roleId being undefined leading to group role overriding incorrectly
2023-03-07 16:01:53 +00:00
Michael Drury
5d166421bf Merge pull request #9923 from Budibase/fix/9790
SQL formulas - keeping after fetching
2023-03-07 15:58:25 +00:00
Martin McKeaveney
065c466eeb Merge pull request #9897 from Budibase/fix/csp-media-src
Add budi cdn to CSP media-src directive
2023-03-07 15:42:53 +00:00
Martin McKeaveney
3ba89168c0 Merge pull request #9919 from Budibase/budi-6680-fix-csp
Fix S3 CSP
2023-03-07 15:41:44 +00:00
mike12345567
0342d409c3 Fix for #9790 - formulas never exist in the database and so were always being considered deleted, handling this. 2023-03-07 15:29:58 +00:00
Budibase Release Bot
f13096140a Update pro version to 2.4.2 2023-03-07 15:25:56 +00:00
Budibase Release Bot
bc556440fb v2.4.2 2023-03-07 15:22:57 +00:00
Rory Powell
f1a5ffcaea Add checkout to preprod deploy (#9921) 2023-03-07 15:14:39 +00:00
Andrew Kingston
a946b8e399 Update dev setup docs for file descriptor issues (#9920) 2023-03-07 14:58:58 +00:00
Budibase Release Bot
5b264d021b Update pro version to 2.4.1 2023-03-07 14:53:17 +00:00
Budibase Release Bot
2c56ec7671 v2.4.1 2023-03-07 14:50:14 +00:00
Peter Clement
f3b7445dcb fix formatting 2023-03-07 14:45:11 +00:00
Rory Powell
1a0e71f4aa Add release helm chart to release job (#9918)
* Add release helm chart to release job

* Update job name from release to release-images

* add get previous tag to all jobs
2023-03-07 14:39:54 +00:00
Peter Clement
9f3f4d37bc Fix s3 csp 2023-03-07 14:37:35 +00:00
Dean
ec9e570ac2 Test updates 2023-03-07 14:21:55 +00:00
Andrew Kingston
ef54813764 Update delete button and allow horizontal scrolling 2023-03-07 14:14:16 +00:00
Dean
c6cddb5c06 Linting 2023-03-07 13:41:57 +00:00
Dean
5b9fbbc3b4 Various fixes for update self behaviour 2023-03-07 13:35:18 +00:00
Jonny McCullagh
e251b84d60 replace preprod with new EKS deployment (#9889) 2023-03-07 13:34:18 +00:00
Peter Clement
1cb03c7603 fix roleId being undefined leading to groups override 2023-03-07 13:30:24 +00:00
Budibase Staging Release Bot
737928d8e3 Update pro version to 2.3.21-alpha.2 2023-03-07 13:02:09 +00:00
Budibase Staging Release Bot
cdc2b319b0 v2.3.21-alpha.2 2023-03-07 12:59:16 +00:00
Adria Navarro
9d3c48ca52 Merge pull request #9835 from Budibase/bug/budi-5901-usage-quota-document-conflicts-can-cause
Bug - budi-5901 usage quota document conflicts can cause
2023-03-07 12:52:10 +00:00
Budibase Release Bot
434ebfdb67 Update pro version to 2.4.0 2023-03-07 12:50:08 +00:00
Budibase Release Bot
09797d1fb5 v2.4.0 2023-03-07 12:47:07 +00:00
adrinr
77cbe9bc8d Update docs 2023-03-07 13:30:23 +01:00
Andrew Kingston
7f231aecdf Small style updates 2023-03-07 12:10:50 +00:00
Budibase Release Bot
ccbe02f976 Update pro version to 2.3.25 2023-03-07 12:08:48 +00:00
Budibase Release Bot
7cfe8a01e6 v2.3.25 2023-03-07 12:05:45 +00:00
Andrew Kingston
0e9fc297fb Expose loading state of sheet and improve column highlighting logic 2023-03-07 12:05:00 +00:00
Andrew Kingston
df757ce09b Prevent adding rows to users table and remove log 2023-03-07 11:57:28 +00:00
Michael Drury
335c85a36e Merge pull request #9912 from Budibase/fix/cli-deps
CLI dependency issue
2023-03-07 11:55:00 +00:00
Andrew Kingston
a25af10c0e Count context menu clicks when considering the click outside handler 2023-03-07 11:54:41 +00:00
Andrew Kingston
84770c72c2 Add flags for controlling editing and adding rows in sheets 2023-03-07 11:51:47 +00:00
adrinr
84d450a931 Renames 2023-03-07 12:47:27 +01:00
adrinr
49493d80be Use name suffix instead of complex key object 2023-03-07 12:45:20 +01:00
mike12345567
485a9d5f3c Fixing an issue with the CLI dependencies, the version of docker-compose we were using didn't support ES6 imports, despite appearing as if it did, upgrading to a version this is properly supported. 2023-03-07 11:44:23 +00:00
Budibase Release Bot
e5716633b2 Update pro version to 2.3.24 2023-03-07 11:44:13 +00:00
Andrew Kingston
554659bd91 Fix buttons being highlighted when filters are set 2023-03-07 11:43:42 +00:00
adrinr
4d854ea5a7 Merge remote-tracking branch 'origin/develop' into bug/budi-5901-usage-quota-document-conflicts-can-cause 2023-03-07 12:41:58 +01:00
Budibase Release Bot
99bdcb1b87 v2.3.24 2023-03-07 11:41:28 +00:00