1
0
Fork 0
mirror of synced 2024-08-12 16:41:26 +12:00
Commit graph

12709 commits

Author SHA1 Message Date
Budibase Staging Release Bot
5144c59ad4 v1.0.159-alpha.1 2022-05-16 11:10:36 +00:00
melohagan
76640f65f1 Merge pull request #5800 from Budibase/bug/sev3/misc-picker-fixes
Misc Picker Fixes
2022-05-16 12:03:22 +01:00
Dean
fab4b8aa66 Removed debug logging 2022-05-16 11:35:19 +01:00
Dean
ef333f14d1 packages/bbui/src/Form/Core/TextField.svelte 2022-05-16 11:30:20 +01:00
mike12345567
8de96726ca Merge branch 'master' of github.com:Budibase/budibase into fix/5850 2022-05-16 11:26:57 +01:00
Mel O'Hagan
df7b75ea84 Show autocomplete only for select 2022-05-16 11:14:13 +01:00
Dean
2a1ef4c87f Code review updates 2022-05-16 11:13:17 +01:00
Mel O'Hagan
0da9ee0a56 Using mongodb types 2022-05-16 09:50:47 +01:00
Dean
2fe7581dd3 Merge remote-tracking branch 'origin/develop' into feature/fill-app-name-on-create 2022-05-16 09:08:33 +01:00
Mel O'Hagan
7b570fea22 Removed unused aws Object import 2022-05-16 08:43:27 +01:00
Mel O'Hagan
e3883d480d Lowercase the object typo 2022-05-16 08:42:09 +01:00
Mel O'Hagan
81f16aa7ce Check type is string before match 2022-05-13 21:25:41 +01:00
mike12345567
459e3c5edd Addresses #5850 - when importing/migrating views and building new views it checks if calculations are used and if they are then it does an empty check to decide whether or not the fields should be included in the calculation, required for real CouchDB nodes. 2022-05-13 18:09:39 +01:00
Budibase Release Bot
76670f248e Update pro version to 1.0.161 2022-05-13 15:46:42 +00:00
Budibase Release Bot
1d885f4de9 v1.0.161 2022-05-13 15:45:14 +00:00
Martin McKeaveney
0da2592077 Merge pull request #5861 from Budibase/fix/oncall-bugs
webhook URL paste, hiding no access role
2022-05-13 16:36:04 +01:00
Mel O'Hagan
0d3ab9ae33 Fix test for update 2022-05-13 15:57:37 +01:00
Mel O'Hagan
c2fc1598fa Null pointer fix 2022-05-13 15:57:15 +01:00
Mel O'Hagan
035a7ee625 MongoDb Delete fix 2022-05-13 15:56:57 +01:00
Mel O'Hagan
f40967784f Fixed update 2022-05-13 15:56:49 +01:00
Mel O'Hagan
dd6093a7ae Create ObjectIds from matching string 2022-05-13 15:56:32 +01:00
Budibase Release Bot
15b92a1f29 Update pro version to 1.0.160 2022-05-13 13:49:29 +00:00
Budibase Release Bot
c6120f509d v1.0.160 2022-05-13 13:48:11 +00:00
Michael Drury
e1aadb2799 Merge pull request #5873 from Budibase/fix/5731
Fix for external DB date only columns in various timezones
2022-05-13 14:40:14 +01:00
Martin McKeaveney
e6586e64a3 only lock no_access for builder users 2022-05-13 14:36:11 +01:00
Martin McKeaveney
e4766ad388 Merge branch 'master' of github.com:Budibase/budibase into fix/oncall-bugs 2022-05-13 14:23:51 +01:00
mike12345567
049bb5bd9c Addresses #5731 - offset the UTC offset in ISO strings to allow date only columns in external DBs to save the correct date when in a timezone differing from UTC. 2022-05-13 23:44:56 +12:00
Budibase Staging Release Bot
99aacb03a3 Update pro version to 1.0.159-alpha.0 2022-05-13 09:34:50 +00:00
Budibase Staging Release Bot
7217d62d5b v1.0.159-alpha.0 2022-05-13 09:33:36 +00:00
Rory Powell
fd7f579d67 Merge pull request #5868 from Budibase/merge-master
Merge master
2022-05-13 10:26:36 +01:00
Budibase Release Bot
a81744cf2a Update pro version to 1.0.159 2022-05-13 09:12:17 +00:00
Budibase Release Bot
f211981da7 v1.0.159 2022-05-13 09:10:56 +00:00
Rory Powell
30c12f2625 Merge branch 'master' into merge-master 2022-05-13 10:05:21 +01:00
Rory Powell
0b731b79fc Merge pull request #5867 from Budibase/add-selfhost-deploy-notification
Add self host deploy notification
2022-05-13 10:02:36 +01:00
Rory Powell
1bf18776e0 Add self host deploy notification 2022-05-13 09:59:40 +01:00
Budibase Release Bot
ba087e41c6 Update pro version to 1.0.158 2022-05-12 20:42:33 +00:00
Budibase Release Bot
a1153da298 v1.0.158 2022-05-12 20:41:02 +00:00
Rory Powell
7abf944dc2 Merge pull request #5863 from Budibase/fix-build
Prevent multiple concurrent release jobs and fix dependency
2022-05-12 21:30:40 +01:00
Rory Powell
3d9e447b0c Add concurrency flags to release jobs to ensure no parallel execution 2022-05-12 21:13:08 +01:00
Rory Powell
ae4466c786 Fix failed release dependencies 2022-05-12 21:06:03 +01:00
Martin McKeaveney
d41de1ca6a webhook URL paste, hiding no access role 2022-05-12 19:46:13 +01:00
Budibase Staging Release Bot
31abb0e524 Update pro version to 1.0.155-alpha.3 2022-05-12 18:05:19 +00:00
Budibase Staging Release Bot
237e03b775 v1.0.155-alpha.3 2022-05-12 18:03:38 +00:00
Martin McKeaveney
ebca5b1033 Merge pull request #5797 from Budibase/fix/disabled-datepicker
Fix datepicker not working when toggling disabled state
2022-05-12 18:56:18 +01:00
Budibase Release Bot
50c3c4b8b9 Update pro version to 1.0.157 2022-05-12 17:33:15 +00:00
Budibase Release Bot
6b8091d4a3 v1.0.157 2022-05-12 17:31:59 +00:00
Martin McKeaveney
9e4928739c Merge pull request #5844 from Budibase/fix/print-styles
Update print styles to work with dev tools update
2022-05-12 18:24:32 +01:00
Martin McKeaveney
f97361fda6 Merge pull request #5858 from Budibase/fix/5841
Add execute automation to basic user / write permission set
2022-05-12 18:24:07 +01:00
Rory Powell
a57c35ee76 Add execute automation to basic user / write permission set 2022-05-12 17:35:31 +01:00
Mel O'Hagan
1e33d3601e Disable reset button if SMTP not configured 2022-05-12 17:25:49 +01:00