1
0
Fork 0
mirror of synced 2024-08-27 07:51:37 +12:00
Commit graph

9790 commits

Author SHA1 Message Date
Rory Powell
4563dd999a Merge branch 'develop' into feature/query-auth 2021-12-14 11:58:44 +00:00
Rory Powell
451116b690 Move datasource init to onMount 2021-12-14 11:57:28 +00:00
Rory Powell
9581c1d381 Remove unnecessary assignment to datasource 2021-12-14 11:42:41 +00:00
Budibase Staging Release Bot
13dd988c51 v1.0.19-alpha.2 2021-12-14 11:41:07 +00:00
Rory Powell
4276fcd711 Flip datasource and baseDatsource to not update store directly 2021-12-14 11:34:12 +00:00
mike12345567
8b2e69f801 Fixing issue with creating new rest query. 2021-12-14 11:30:50 +00:00
Rory Powell
55c9478c91 Fix merge issue and clear unsaved datasource changes on query load 2021-12-14 10:44:14 +00:00
Rory Powell
d347edb34a Merge branch 'develop' into feature/query-auth 2021-12-14 09:52:16 +00:00
Budibase Staging Release Bot
5623634c9c v1.0.19-alpha.1 2021-12-13 17:45:48 +00:00
Martin McKeaveney
6cbc02406a Merge branch 'develop' of github.com:Budibase/budibase into develop 2021-12-13 18:36:03 +01:00
Martin McKeaveney
970b51110e don't run helm version script 2021-12-13 18:35:03 +01:00
Michael Drury
3275a9efb8
Merge pull request #3741 from Budibase/feature/rest-redesign
Rest UI Redesign
2021-12-13 17:31:03 +00:00
Budibase Staging Release Bot
7899193924 v1.0.19-alpha.0 2021-12-13 17:17:46 +00:00
Martin McKeaveney
be6afb84d1 re-add missing dependency 2021-12-13 18:09:17 +01:00
Martin McKeaveney
4d7d3b59de Merge branch 'master' into develop 2021-12-13 17:38:13 +01:00
Martin McKeaveney
219889a78d Merge branch 'master' of github.com:Budibase/budibase 2021-12-13 17:33:59 +01:00
Martin McKeaveney
a3c5b1d488 adding separate helm release job 2021-12-13 17:30:12 +01:00
Budibase Release Bot
109164ab43 v1.0.18 2021-12-13 16:00:58 +00:00
Martin McKeaveney
542a9106b4 Merge branch 'master' of github.com:Budibase/budibase 2021-12-13 16:53:39 +01:00
Martin McKeaveney
e02c4f013e adding and updating helm repos 2021-12-13 16:52:35 +01:00
mike12345567
1670c31ba7 Fixing issue of disabled headers not being set for unmigrated queries. 2021-12-13 15:18:44 +00:00
mike12345567
b19fcb5d50 Moving Typescript definitions around a bit. 2021-12-13 13:50:15 +00:00
Budibase Release Bot
212bd45843 v1.0.17 2021-12-13 12:57:18 +00:00
Martin McKeaveney
cea723801c updating chart releaser CI 2021-12-13 13:49:02 +01:00
mike12345567
9412b38c9b Fixing some issues around deleting datasources/queries and managing the full URL for migrating queries. 2021-12-13 12:41:47 +00:00
Budibase Release Bot
7225de58c2 v1.0.16 2021-12-13 11:55:27 +00:00
Martin McKeaveney
afe85fab46 index.yaml 2021-12-13 12:46:54 +01:00
mike12345567
41ea5265dd Fixing bug in tabs where double clicks cause tab switching, new headers enabled by default, disabled headers rather than enabled, get requests can have bodies. 2021-12-13 11:24:13 +00:00
mike12345567
fd4600d3af Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-redesign 2021-12-13 10:14:28 +00:00
Rory Powell
34c2d1269d Integrate query with datasource auth 2021-12-11 23:34:30 +00:00
Rory Powell
addd13542e Merge branch 'feature/rest-redesign' into feature/query-auth 2021-12-11 21:43:03 +00:00
Rory Powell
4b1fb01eb4 Add _id field 2021-12-11 10:40:57 +00:00
Rory Powell
e8755b6854 Auth config forms 2021-12-11 09:59:09 +00:00
Budibase Staging Release Bot
90c0656ed1 v1.0.15-alpha.1 2021-12-10 16:56:34 +00:00
Budibase Release Bot
d8a0bfdf96 v1.0.15 2021-12-10 16:55:00 +00:00
mike12345567
557ffa4444 Merge branch 'develop' of github.com:Budibase/budibase into develop 2021-12-10 16:46:29 +00:00
mike12345567
01f9ae3f48 Adding slash incase couch URL doesn't contain. 2021-12-10 16:46:00 +00:00
mike12345567
846f8b5038 Adding slash incase couch URL doesn't contain. 2021-12-10 16:44:58 +00:00
Budibase Staging Release Bot
35b66edf02 v1.0.15-alpha.0 2021-12-10 16:29:45 +00:00
mike12345567
42ad8adb97 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-12-10 16:19:24 +00:00
Budibase Release Bot
56dd4bfe61 v1.0.14 2021-12-10 15:45:07 +00:00
Michael Drury
0ff0bf9363
Merge pull request #3760 from Budibase/fix/all-db-perf
Large number of Couch DBs perf fix
2021-12-10 15:35:57 +00:00
mike12345567
b23a9caf50 Removing repeated line. 2021-12-10 15:18:57 +00:00
mike12345567
c7d287485b Allowing start end key syntax to be used outside of tenancy if we need to. 2021-12-10 15:17:18 +00:00
mike12345567
f6705b879a Reducing the load on DB caused by CouchDB all_db when working with a large number of couch databases. 2021-12-10 15:10:45 +00:00
Budibase Staging Release Bot
948765c186 v1.0.13-alpha.1 2021-12-10 11:14:30 +00:00
Budibase Release Bot
e5ea78169c v1.0.13 2021-12-10 11:12:06 +00:00
mike12345567
fba3335f93 Fixing symlink to env file for development. 2021-12-10 11:05:26 +00:00
mike12345567
1c85906be3 Fixing symlink to env file for development. 2021-12-10 11:04:19 +00:00
Budibase Staging Release Bot
5038db170c v1.0.13-alpha.0 2021-12-10 10:39:20 +00:00