1
0
Fork 0
mirror of synced 2024-08-05 13:21:26 +12:00
Commit graph

6408 commits

Author SHA1 Message Date
Mike Shanks
61506c18aa updated builder license to GPL & copyright to Budibase Inc 2021-05-28 12:14:14 +01:00
Martin McKeaveney
09ce58aa95 fix mssql encryption option 2021-05-28 11:55:28 +01:00
Martin McKeaveney
0c90f9ffc5 adding watchtower to docker config 2021-05-28 10:09:32 +01:00
Budibase Release Bot
faaf49c562 v0.9.14 2021-05-27 15:05:57 +00:00
Michael Drury
7892260366 Merge pull request #1574 from Budibase/fix/mike-0.9.1
Various fixes based on reports
2021-05-27 15:57:32 +01:00
mike12345567
c9a352bee7 Fixing server test cases. 2021-05-27 15:40:55 +01:00
mike12345567
3d01ac17e9 Updating date helper to use UTC. 2021-05-27 15:21:00 +01:00
mike12345567
9fb5e97330 Linting. 2021-05-27 14:55:48 +01:00
mike12345567
bf91cb35a6 Formatting. 2021-05-27 14:53:47 +01:00
mike12345567
aab11fa932 Updating permissions to allow roles other than builder/admin to use apps properly. 2021-05-27 14:53:41 +01:00
mike12345567
88b31d7406 Fixing an issue with redirect loop in auth, 2021-05-27 12:05:31 +01:00
Martin McKeaveney
5be2182fef piping errors to stderr when timeout exceeded 2021-05-27 11:47:02 +01:00
mike12345567
de91822ce7 Adding test case for issue found by Andrew with formulas, HBS in deep context objects was being evaluated which is not valid and breaks things. 2021-05-27 11:45:17 +01:00
Martin McKeaveney
7c4ec2f23a execute bash commands in automations 2021-05-27 11:11:44 +01:00
Martin McKeaveney
04cdb7fb8b Merge pull request #1570 from Budibase/fix/stack-fixes
SSL fixes, update boolean in lucene
2021-05-27 09:03:03 +01:00
Martin McKeaveney
76620a5083 flip bools to strings 2021-05-27 08:21:05 +01:00
Budibase Release Bot
2c86cb4f43 v0.9.13 2021-05-27 07:19:23 +00:00
Andrew Kingston
21f96a200c Merge pull request #1571 from Budibase/fix/boolean-backend-ui
Fix toggles in tables in backend UI always showing false
2021-05-27 08:12:07 +01:00
Andrew Kingston
ae297f2fdd Fix toggles in tables in backend UI always showing false 2021-05-27 07:36:46 +01:00
Martin McKeaveney
b830265b89 SSL fixes, update boolean in lucene 2021-05-26 22:48:55 +01:00
Budibase Release Bot
b970a01def v0.9.12 2021-05-26 16:53:00 +00:00
Andrew Kingston
6d44323af9 Merge pull request #1567 from Budibase/fix/client-formula-schema
Fix formula fields causing handlebars enrichment to fail
2021-05-26 17:43:10 +01:00
Andrew Kingston
01be9be963 Fix formula fields causing handlebars enrichment of client component settings to fail 2021-05-26 17:38:49 +01:00
Budibase Release Bot
f8a7220a56 v0.9.11 2021-05-26 16:14:47 +00:00
Martin McKeaveney
2f18402ecf Merge branch 'master' of https://github.com/Budibase/budibase 2021-05-26 17:04:39 +01:00
Martin McKeaveney
8585618736 configure AWS S3 credentials to upload standard components 2021-05-26 17:04:32 +01:00
Budibase Release Bot
08b7e3a543 v0.9.10 2021-05-26 15:57:10 +00:00
Martin McKeaveney
88a35ecf81 automate npmrc step to keep scoped within CI 2021-05-26 16:48:03 +01:00
Martin McKeaveney
0eec23cb2a Merge branch 'master' of https://github.com/Budibase/budibase 2021-05-26 16:41:35 +01:00
Martin McKeaveney
b36bda340f NPMRC with token 2021-05-26 16:32:47 +01:00
Budibase Release Bot
7ff173687c v0.9.9 2021-05-26 15:16:54 +00:00
Martin McKeaveney
5c726e6d10 Update release.yml 2021-05-26 15:52:31 +01:00
Martin McKeaveney
74a7319bf0 automate release 2021-05-26 15:37:15 +01:00
Martin McKeaveney
40634b099b v0.9.8 2021-05-26 15:36:41 +01:00
Martin McKeaveney
10a8f063fb v0.9.7 2021-05-26 15:34:28 +01:00
Martin McKeaveney
399890fad9 auto release from NPM 2021-05-26 15:08:57 +01:00
Andrew Kingston
f9157f49f9 Merge pull request #1566 from Budibase/ak-fixes
Fix issue when exporting apps
2021-05-26 15:02:34 +01:00
Andrew Kingston
ee9d247997 Fix issue when exporting apps 2021-05-26 14:58:24 +01:00
Kevin Åberg Kultalahti
65a0e0a8f3 Merge pull request #1565 from Budibase/fix/users-table
Fixes issue where earlier imported apps might break because certain fields do not exist
2021-05-26 15:47:19 +02:00
Keviin Åberg Kultalahti
fd7050697d checks for user table props in table 2021-05-26 15:44:16 +02:00
Martin McKeaveney
7befe535fc v0.9.6 2021-05-26 13:37:46 +01:00
Andrew Kingston
4a38fa3b71 Merge pull request #1564 from Budibase/ak-fixes
Proper font support and multiple fixes
2021-05-26 13:18:40 +01:00
Joe
654204ba35 Update README.md 2021-05-26 09:49:06 +01:00
Joe
3138a6c677 Updated setup informaation
- removed old setup information
- added a simplification of the new setup
- linked to docs for further info
2021-05-26 09:45:58 +01:00
Andrew Kingston
13574941ca Merge pull request #1563 from Budibase/fix/query-action
Fix execute query action not working
2021-05-26 09:28:02 +01:00
Andrew Kingston
7e95961542 Fix issue with automation action for executing external data connector. Closes #1559 2021-05-26 09:02:59 +01:00
Andrew Kingston
29f81ffe0d Merge branch 'master' of github.com:Budibase/budibase into ak-fixes 2021-05-26 08:53:42 +01:00
Andrew Kingston
bb422d1c4e Fix execute query action not working 2021-05-26 08:49:54 +01:00
Martin McKeaveney
1150593e74 v0.9.5 2021-05-25 15:40:12 +01:00
Andrew Kingston
104298371a Fix case of group by button 2021-05-25 15:33:04 +01:00