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

2704 commits

Author SHA1 Message Date
mike12345567
213bee1e3b Adding the ability to get back the context. 2021-09-07 19:06:20 +01:00
mike12345567
1c24e3f520 Re-working all of the actions to have a success output, and make sure everything has useful outputs. 2021-09-07 17:31:54 +01:00
mike12345567
f429bc1a08 Adding slack integration. 2021-09-07 13:59:58 +01:00
mike12345567
4450883a0a Adding slack integration. 2021-09-07 13:58:53 +01:00
Rory Powell
ba5f1ec720 Merge branch 'develop' into feature/onboarding-backend 2021-09-07 11:24:23 +01:00
Rory Powell
3d15db2223 Account portal cors and auth changes 2021-09-07 11:22:11 +01:00
Andrew Kingston
d371344d9b Fix test for loading component library 2021-09-07 10:05:24 +01:00
Andrew Kingston
3c3a69318f Remove some other reference to standard-components 2021-09-06 18:45:39 +01:00
Andrew Kingston
989652bc0b Merge branch 'develop' of github.com:Budibase/budibase into custom-theming 2021-09-06 18:23:08 +01:00
mike12345567
2531d9a681 Cleanup, prepping for automation history, some refactoring to get rid of concept of builtin. 2021-09-06 17:53:02 +01:00
Budibase Staging Release Bot
01519a7fa2 v0.9.123-alpha.0 2021-09-06 16:38:38 +00:00
Andrew Kingston
d607f7b25b Merge branch 'develop' of github.com:Budibase/budibase into custom-theming 2021-09-06 17:29:51 +01:00
mike12345567
5cc5bd4533 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework 2021-09-06 17:29:08 +01:00
mike12345567
9fa80f2b88 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-09-06 17:27:29 +01:00
Budibase Release Bot
ed2f4c78dc v0.9.122 2021-09-06 15:45:10 +00:00
Martin McKeaveney
df5f738451 Merge pull request #2560 from Budibase/fix/multi-tenancy-prod
Fixing issues with multi-tenancy breaking various server endpoints in prod
2021-09-06 16:36:43 +01:00
mike12345567
0c6235f18c Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework 2021-09-06 16:35:38 +01:00
Martin McKeaveney
f7718ecae9 lint 2021-09-06 16:24:51 +01:00
Martin McKeaveney
bcb5cb1d77 merge with master 2021-09-06 16:13:17 +01:00
mike12345567
a0e0843363 Allowing all server endpoints to run without tenant information, as most endpoints in server can be public. 2021-09-06 16:01:45 +01:00
Budibase Staging Release Bot
402262e030 v0.9.120-alpha.4 2021-09-06 14:57:36 +00:00
Maurits Lourens
bb90a7b30f remove unused and non-existing initialise script 2021-09-06 16:55:06 +02:00
mike12345567
033bd521cf Fixing an issue with redirect having the middleware applied before the redirection 2021-09-06 15:48:46 +01:00
Budibase Release Bot
6668e994b2 v0.9.121 2021-09-06 14:26:46 +00:00
Budibase Release Bot
16167a1f3a v0.9.120 2021-09-06 13:13:46 +00:00
mike12345567
ae73efaabe Fixing an issue in prod where the /builder endpoint wasn't being allowed past without tenancy. 2021-09-06 13:36:41 +01:00
Budibase Staging Release Bot
221a67fe5a v0.9.120-alpha.3 2021-09-06 10:48:29 +00:00
Maurits Lourens
4d4d6aa27b fix fetching tables from database with uppercase name 2021-09-06 12:33:03 +02:00
Budibase Staging Release Bot
d374d25393 v0.9.120-alpha.2 2021-09-06 07:05:56 +00:00
mike12345567
a3cffa8905 Getting rid of automation step download system. 2021-09-03 17:36:00 +01:00
Budibase Staging Release Bot
919042ed86 v0.9.120-alpha.1 2021-09-03 14:55:28 +00:00
Michael Drury
5afad5464f Merge pull request #2539 from Budibase/fix/table-primary-same-name
Fixing issue with relationships that was uncovered by having same primary display and table name
2021-09-03 15:44:59 +01:00
mike12345567
3f960e4f13 Fixing an issue that occurs when the table name and the primary display column are the same name. 2021-09-03 14:49:56 +01:00
Budibase Staging Release Bot
90266fa6df v0.9.120-alpha.0 2021-09-03 11:16:31 +00:00
Budibase Release Bot
0e8709def0 v0.9.119 2021-09-03 10:55:17 +00:00
Michael Drury
8ce56c8492 Merge pull request #2531 from Budibase/fix/sql-relationship-issues
Relationship bug fixes (SQL and internal) and a few other bits
2021-09-03 11:47:36 +01:00
mike12345567
0b0da47778 Fixing issues discovered by test cases. 2021-09-03 11:06:44 +01:00
mike12345567
8c3eb30ab1 Fixing issues after upgrading to node 14 and circular dependencies causing issues. 2021-09-02 18:33:41 +01:00
mike12345567
b17e9aa5e4 Fixing issue with using 'ta' in view name. 2021-09-02 17:49:21 +01:00
mike12345567
2148bf6da4 Fixing issues with search endpoint not handling users fully. 2021-09-02 17:13:00 +01:00
Budibase Release Bot
ba12fda745 v0.9.118 2021-09-02 15:56:14 +00:00
mike12345567
0c4b34c59f Merge branch 'master' of github.com:Budibase/budibase into fix/sql-relationship-issues 2021-09-02 14:49:20 +01:00
mike12345567
d2cb0282ea Fixing issue with rows not returning correctly. 2021-09-02 13:31:46 +01:00
Andrew Kingston
6e856c4bd7 Fix indexing of rows with arrays of objects 2021-09-02 12:00:18 +01:00
mike12345567
a9e2336036 Fixing issues with SQL many relationship updates. 2021-09-01 19:40:47 +01:00
Andrew Kingston
047cd4ea88 Merge standard-components into the client library 2021-09-01 11:41:48 +01:00
Martin McKeaveney
8ed415107f prevent sql relationship delete from erroring 2021-08-31 19:59:49 +01:00
Martin McKeaveney
83db9754d5 prevent relationships getting overridden in mySQL connector 2021-08-31 14:44:33 +01:00
Budibase Staging Release Bot
c88159f5d0 v0.9.117-alpha.2 2021-08-31 13:37:12 +00:00
Budibase Release Bot
c20e5763d8 v0.9.117 2021-08-31 13:04:48 +00:00
Budibase Staging Release Bot
3acb270d9d v0.9.117-alpha.1 2021-08-31 12:50:22 +00:00
Budibase Staging Release Bot
9cce54d792 v0.9.117-alpha.0 2021-08-31 12:32:55 +00:00
Martin McKeaveney
4b367f0480 Merge branch 'develop' of github.com:Budibase/budibase into develop 2021-08-31 13:23:57 +01:00
Martin McKeaveney
929697b5f4 removing merge HEAD 2021-08-31 13:23:46 +01:00
Martin McKeaveney
62b2913236 Merge pull request #2498 from mslourens/add_patch_to_rest_api
add patch method to the rest api interface
2021-08-31 13:14:10 +01:00
Martin McKeaveney
619fec745c merge with master 2021-08-31 13:10:08 +01:00
Budibase Staging Release Bot
0559e9fdbe v0.9.116-alpha.3 2021-08-30 22:01:09 +00:00
Maurits Lourens
3e7369b1cb add patch method to the rest api interface 2021-08-30 22:55:12 +02:00
Budibase Staging Release Bot
582308500a v0.9.116-alpha.2 2021-08-27 13:51:03 +00:00
PClmnt
58b966c0cc Merge pull request #2470 from Budibase/multi-option-datatype
Multi-Option Data Type
2021-08-27 14:43:09 +01:00
Peter Clement
e03244e44e change index definition 2021-08-27 14:10:19 +01:00
Budibase Staging Release Bot
12c88c21e5 v0.9.116-alpha.1 2021-08-27 07:47:19 +00:00
Peter Clement
ee830d0e85 refactor of multi-option filtering and validation 2021-08-27 08:05:22 +01:00
Keviin Åberg Kultalahti
cf9a8c3805 fix datasources not getting updated correctly 2021-08-26 22:01:24 +02:00
Budibase Release Bot
8b7014325d v0.9.116 2021-08-26 15:00:28 +00:00
Budibase Staging Release Bot
b14bda8610 v0.9.116-alpha.0 2021-08-26 13:38:17 +00:00
Peter Clement
544dd4ef1d Merge remote-tracking branch 'origin/develop' into multi-option-datatype 2021-08-26 14:38:05 +01:00
Peter Clement
1ab618c2ef fix indexing of arrays 2021-08-26 14:22:52 +01:00
Martin McKeaveney
b8d10a2b6d merge package updates 2021-08-26 14:13:30 +01:00
Peter Clement
4fa36727e4 Update validation for array type 2021-08-26 14:04:18 +01:00
Peter Clement
f7ebf7f8a4 Fix lucene not allowed characters 2021-08-26 11:39:42 +01:00
Budibase Staging Release Bot
36963b5de4 v0.9.105-alpha.33 2021-08-26 10:03:39 +00:00
Peter Clement
91d5308d99 linting 2021-08-25 19:25:57 +01:00
Peter Clement
078cb07b04 use normal combobox for filtering array columns 2021-08-25 17:00:42 +01:00
Budibase Staging Release Bot
46dad8b841 v0.9.105-alpha.32 2021-08-25 15:59:13 +00:00
Peter Clement
725b9bb6e2 Add more validation options for array field 2021-08-25 15:49:04 +01:00
Budibase Staging Release Bot
3ffae5141a v0.9.105-alpha.31 2021-08-25 13:17:59 +00:00
Peter Clement
05568295b5 Add not contains option to lucene query builder 2021-08-25 14:05:00 +01:00
Budibase Release Bot
890dca13a9 v0.9.115 2021-08-25 12:05:49 +00:00
Budibase Staging Release Bot
dfb639554f v0.9.105-alpha.30 2021-08-25 12:05:47 +00:00
Budibase Staging Release Bot
b5086d1151 v0.9.105-alpha.29 2021-08-25 11:50:47 +00:00
Martin McKeaveney
700caa7e34 making sure relationships for autocolumns are created when uploading a CSV 2021-08-24 20:04:28 +01:00
Budibase Staging Release Bot
c0c4b3ba3b v0.9.105-alpha.28 2021-08-24 15:26:18 +00:00
Peter Clement
f000d44e39 Add contains option to lucene query builder 2021-08-24 16:14:38 +01:00
Budibase Release Bot
6e03449906 v0.9.114 2021-08-24 09:55:51 +00:00
Budibase Staging Release Bot
336c3ac1f2 v0.9.105-alpha.27 2021-08-24 09:33:04 +00:00
Budibase Release Bot
234769a83b v0.9.113 2021-08-23 20:59:56 +00:00
Budibase Release Bot
c5da2a59cb v0.9.112 2021-08-23 16:29:12 +00:00
Budibase Release Bot
694e735a87 v0.9.111 2021-08-20 16:43:42 +00:00
Budibase Staging Release Bot
ff7dfa328d v0.9.105-alpha.26 2021-08-20 16:13:53 +00:00
Martin McKeaveney
2ff9e33773 fix test 2021-08-20 16:21:08 +01:00
Martin McKeaveney
e7f8454ad7 make SQL startsWith queries case insensitive 2021-08-20 15:20:52 +01:00
Budibase Release Bot
3f705ebe98 v0.9.110 2021-08-20 11:57:47 +00:00
Budibase Release Bot
fe65ef396f v0.9.109 2021-08-20 10:40:44 +00:00
Budibase Release Bot
73ea7a8032 v0.9.108 2021-08-19 16:28:01 +00:00
Budibase Staging Release Bot
7f737523de v0.9.105-alpha.25 2021-08-19 16:00:21 +00:00
Peter Clement
17438372d0 Add ability for user to select 'List' data type for a column 2021-08-19 16:54:44 +01:00
Budibase Staging Release Bot
7bc05aa4e4 v0.9.105-alpha.24 2021-08-19 07:08:13 +00:00
Martin McKeaveney
1a588f0973 Merge pull request #2400 from Budibase/feature/budibase-kubernetes
Budibase Kubernetes Support
2021-08-19 07:54:55 +01:00
Budibase Staging Release Bot
741794bcad v0.9.105-alpha.23 2021-08-18 13:19:18 +00:00
Budibase Staging Release Bot
8f82f13e1b v0.9.105-alpha.22 2021-08-18 12:11:42 +00:00
Martin McKeaveney
841dd7de6f Merge pull request #2405 from Budibase/simplify-couch-config
simplify couchDB configuration
2021-08-18 13:01:48 +01:00
Martin McKeaveney
af4c1b23de simplify couchDB configuration 2021-08-18 11:23:28 +01:00
Budibase Staging Release Bot
b2de52cf60 v0.9.105-alpha.21 2021-08-18 09:54:08 +00:00
Martin McKeaveney
f07dcf7f55 Merge pull request #2401 from mslourens/update_datasource_name
Update the name of the datasource
2021-08-18 10:44:04 +01:00
Budibase Staging Release Bot
df21e9c83b v0.9.105-alpha.20 2021-08-18 09:10:38 +00:00
Maurits Lourens
de944480da update the name of the datasource 2021-08-17 23:57:11 +02:00
Martin McKeaveney
2e30626e89 merge with dev 2021-08-17 21:27:30 +01:00
Martin McKeaveney
9360d7ebef Merge branch 'develop' of github.com:Budibase/budibase into feature/budibase-kubernetes 2021-08-17 21:26:16 +01:00
Budibase Staging Release Bot
d06de6b8e3 v0.9.105-alpha.19 2021-08-17 16:04:50 +00:00
Martin McKeaveney
87bf640a5d conditionally apply username and password to couchdb auth 2021-08-17 16:48:02 +01:00
Budibase Staging Release Bot
1a9a61f92c v0.9.105-alpha.18 2021-08-17 14:31:01 +00:00
Budibase Staging Release Bot
2a8e2d3175 v0.9.105-alpha.17 2021-08-17 13:36:30 +00:00
Martin McKeaveney
3b993b0fac Merge pull request #2385 from Budibase/feature/couchdb-auth-test
couchDB auth options
2021-08-17 14:26:05 +01:00
Martin McKeaveney
5d560022c5 lint 2021-08-17 14:15:24 +01:00
Martin McKeaveney
f4232bd7d7 couchDB auth options 2021-08-17 14:11:03 +01:00
Budibase Staging Release Bot
21bd0c6a7a v0.9.105-alpha.16 2021-08-17 12:58:35 +00:00
Martin McKeaveney
db0183e8cf Merge pull request #2379 from Budibase/fix/app-name-validation
adding alphanumeric app name validation
2021-08-17 13:49:50 +01:00
Budibase Staging Release Bot
f2511931d0 v0.9.105-alpha.15 2021-08-17 12:16:22 +00:00
Martin McKeaveney
2e4f32269b adding alphanumeric app name validation 2021-08-17 10:41:37 +01:00
Budibase Staging Release Bot
08ec960fab v0.9.105-alpha.14 2021-08-17 08:36:18 +00:00
Budibase Release Bot
a2efbb1338 v0.9.107 2021-08-17 06:25:14 +00:00
Martin McKeaveney
8e1e016c66 Revert "Feature/couchdb auth" 2021-08-17 07:16:43 +01:00
Budibase Staging Release Bot
7e54c860a1 v0.9.105-alpha.13 2021-08-16 20:54:33 +00:00
Maurits Lourens
87c59db02e fix lint issues 2021-08-16 22:07:15 +02:00
Maurits Lourens
459ba46c48 return validation errors 2021-08-16 21:15:15 +02:00
Budibase Staging Release Bot
fe5d3fe1d4 v0.9.105-alpha.12 2021-08-16 17:37:03 +00:00
Budibase Release Bot
0cc16ee5c2 v0.9.106 2021-08-16 16:35:51 +00:00
Budibase Staging Release Bot
274986ae4a v0.9.105-alpha.11 2021-08-16 16:22:24 +00:00
Martin McKeaveney
2661d1c0b4 lint 2021-08-16 17:17:48 +01:00
Martin McKeaveney
0bfbedac80 lint 2021-08-16 16:47:26 +01:00
Martin McKeaveney
beb16a733e utility helper for determining correct couchDB URL 2021-08-16 16:38:00 +01:00
Martin McKeaveney
769c37a11d couchdb direct auth 2021-08-16 15:58:04 +01:00
Martin McKeaveney
0d6b0c887b named templates for local k8s DNS resolution 2021-08-16 15:15:07 +01:00
Martin McKeaveney
a248084c56 budibase kubernetes support 2021-08-16 11:42:21 +01:00
Budibase Staging Release Bot
062ce04a00 v0.9.105-alpha.10 2021-08-16 08:13:57 +00:00
Budibase Staging Release Bot
12dc73655c v0.9.105-alpha.9 2021-08-13 13:16:28 +00:00
Budibase Staging Release Bot
1edd6d934e v0.9.105-alpha.8 2021-08-13 12:49:38 +00:00
Keviin Åberg Kultalahti
f6218d8e0b Merge branch 'master' into develop 2021-08-13 14:41:49 +02:00
Budibase Staging Release Bot
3792cd8030 v0.9.105-alpha.7 2021-08-13 11:50:38 +00:00
Budibase Release Bot
892970234b v0.9.105 2021-08-13 08:08:23 +00:00
Budibase Staging Release Bot
ec83a77ce9 v0.9.105-alpha.6 2021-08-12 14:20:20 +00:00
Budibase Staging Release Bot
be68c25334 v0.9.105-alpha.5 2021-08-12 08:49:04 +00:00
Martin McKeaveney
83b99be1d6 linting 2021-08-11 20:34:45 +01:00
Budibase Staging Release Bot
bf92322f9c v0.9.105-alpha.4 2021-08-11 14:56:17 +00:00
Martin McKeaveney
1678c86bf4 lint 2021-08-10 17:46:28 +01:00
Martin McKeaveney
ccb7f67458 ensure user metadata is created before link documents are created 2021-08-10 13:00:15 +01:00
Budibase Staging Release Bot
6e6c9371d5 v0.9.105-alpha.3 2021-08-10 10:51:18 +00:00
Budibase Staging Release Bot
9e2d0608e6 v0.9.105-alpha.2 2021-08-09 15:20:42 +00:00
Budibase Staging Release Bot
4aac090719 v0.9.105-alpha.1 2021-08-06 20:51:57 +00:00