Commit Graph

28089 Commits

Author SHA1 Message Date
Budibase Release Bot 04387191d9 v2.2.1 2022-12-12 13:13:05 +00:00
Michael Drury ff9b1ce9f9
Merge pull request #9014 from Budibase/fix/bb-skel-fix
Backend-core plugin import support
2022-12-12 12:47:00 +00:00
Andrew Kingston ab568a52c1 Fix side nav styles 2022-12-12 12:42:11 +00:00
mike12345567 dd60aae236 Fix for budibase plugin skeleton, which utilises the old import style. 2022-12-12 12:13:02 +00:00
Budibase Release Bot c3cd61a44f Update pro version to 2.2.0 2022-12-12 10:25:56 +00:00
Budibase Release Bot 736f36effc v2.2.0 2022-12-12 10:21:57 +00:00
Budibase Release Bot 09a55cb2ae Update pro version to 2.1.46 2022-12-12 09:05:49 +00:00
Budibase Release Bot b99a3a3e9b v2.1.46 2022-12-12 09:02:12 +00:00
Martin McKeaveney 413ae50b49
Merge pull request #8991 from Budibase/develop
develop -> master
2022-12-12 08:46:46 +00:00
Budibase Staging Release Bot e79b0d0e20 Update pro version to 2.1.46-alpha.3 2022-12-11 22:38:10 +00:00
Budibase Staging Release Bot 91f7e2bcaf v2.1.46-alpha.3 2022-12-11 22:33:55 +00:00
Martin McKeaveney 653c19d5a7 merge 2022-12-11 22:05:47 +00:00
Martin McKeaveney 55621cb328 additional spectrum deps 2022-12-11 19:13:08 +00:00
Budibase Staging Release Bot 849e2ee3d7 Update pro version to 2.1.46-alpha.2 2022-12-11 17:33:45 +00:00
Budibase Staging Release Bot 51b2958628 v2.1.46-alpha.2 2022-12-11 17:30:10 +00:00
Martin McKeaveney b6a96e37d6 pinning spectrum deps in BBUI 2022-12-11 17:13:22 +00:00
Budibase Staging Release Bot 3daa583248 v2.1.46-alpha.1 2022-12-09 14:42:23 +00:00
Rory Powell 779ab325ae
Remove new (#8994) 2022-12-09 14:25:11 +00:00
Budibase Staging Release Bot 3fd0d0e465 Update pro version to 2.1.46-alpha.0 2022-12-09 13:55:41 +00:00
Budibase Staging Release Bot 1c1f758ab9 v2.1.46-alpha.0 2022-12-09 13:52:03 +00:00
Martin McKeaveney 42bb6374f5 merge 2022-12-09 13:35:18 +00:00
Budibase Staging Release Bot 38420d1c67 Update pro version to 2.1.43-alpha.15 2022-12-08 11:40:19 +00:00
Budibase Staging Release Bot ecc52184a7 v2.1.43-alpha.15 2022-12-08 11:36:58 +00:00
Budibase Staging Release Bot 8adcf81beb v2.1.43-alpha.14 2022-12-08 10:29:26 +00:00
Andrew Kingston 7443a30477
Merge pull request #8980 from Budibase/pin-bbui-spectrum
Pin all vesions of spectrum deps inside BBUI
2022-12-08 10:16:32 +00:00
Budibase Staging Release Bot 3b2af5437e Update pro version to 2.1.43-alpha.13 2022-12-08 09:40:47 +00:00
Andrew Kingston 45f09a4113 Merge branch 'develop' of github.com:Budibase/budibase into pin-bbui-spectrum 2022-12-08 09:38:46 +00:00
Budibase Staging Release Bot 0e33c2a66e v2.1.43-alpha.13 2022-12-08 09:36:34 +00:00
Andrew Kingston 7732a25b85 Pin all vesions of spectrum deps inside BBUI 2022-12-08 09:34:11 +00:00
Michael Drury 45984e4c3f
Merge pull request #8968 from Budibase/fix/user-self-update
Minor update - stop users updating their own admin/global flags
2022-12-08 09:01:41 +00:00
Michael Drury 3188bf806f
Merge pull request #8970 from Budibase/fix/7865
Fix for removing cron automations immediately after publishing
2022-12-08 09:01:06 +00:00
mike12345567 c869cf23f9 Adding unit test. 2022-12-07 18:37:23 +00:00
mike12345567 6243186db5 Fixing repl options. 2022-12-07 18:22:02 +00:00
mike12345567 020129ed02 Fixing yarn locks. 2022-12-07 18:14:38 +00:00
mike12345567 5f49d71b8b Adding back compaction. 2022-12-07 18:09:17 +00:00
mike12345567 35b097fa28 build fixes. 2022-12-07 18:04:20 +00:00
mike12345567 936582bee7 Merge branch 'develop' of github.com:Budibase/budibase into fix/7865 2022-12-07 17:35:41 +00:00
mike12345567 0b7057dd1d Some fixes based on test failure. 2022-12-07 17:33:26 +00:00
mike12345567 4b211b6587 Linting. 2022-12-07 14:43:27 +00:00
mike12345567 bffb41490b Fix for #7865 - if you deleted a cron automation immediately after creating/publishing it there was a scenario where prod automations would be out of sync with dev automations and it wouldn't really delete. To get around this, we do an automation sync back to dev DB - meaning that the cron ID is known and can be disabled. 2022-12-07 14:32:29 +00:00
Budibase Staging Release Bot f140ec94f9 Update pro version to 2.1.43-alpha.12 2022-12-07 13:32:39 +00:00
Budibase Staging Release Bot 3a5e1b63a3 v2.1.43-alpha.12 2022-12-07 13:29:13 +00:00
Andrew Kingston 2c276816ab Ensure filters are reset when changing table in the data section 2022-12-07 13:08:58 +00:00
Andrew Kingston 041f156754
Merge pull request #8965 from Budibase/cheeks-fixes
Misc fixes
2022-12-07 13:01:14 +00:00
mike12345567 edb3c88a41 Extension on fix for user self assignment, don't allow users to change their admin/builder status. 2022-12-07 12:42:14 +00:00
Budibase Staging Release Bot db0136a0dd Update pro version to 2.1.43-alpha.11 2022-12-07 11:22:36 +00:00
Budibase Staging Release Bot 5e37b2273c v2.1.43-alpha.11 2022-12-07 11:19:14 +00:00
melohagan a3d3e492f0
Merge pull request #8886 from Budibase/bug/sev3/query-bindings-drawer
Query bindings drawer fixes
2022-12-07 11:06:19 +00:00
Michael Drury e4b9b01e8c
Merge pull request #8956 from Budibase/fix/8843
Fix for JS helpers
2022-12-07 10:53:58 +00:00
Michael Drury f92daa2d60
Merge pull request #8955 from Budibase/fix/7732
Dis-allow users updating their roles/deleting themselves through the public API
2022-12-07 10:53:32 +00:00