1
0
Fork 0
mirror of synced 2024-08-02 03:42:08 +12:00
Commit graph

10127 commits

Author SHA1 Message Date
Michael Drury
342a4b1f95 Merge pull request #3931 from Budibase/fix/3915
Fixing some issues with short hand URL for prod apps - using it by default in self host
2022-01-07 11:58:30 +00:00
Andrew Kingston
53b601ec9b Ensure paginate option is respected in DataFetch models 2022-01-07 11:30:47 +00:00
Andrew Kingston
e187e8f2b1 Update client query fetch to better determine whether pagination is supported or not 2022-01-07 11:03:55 +00:00
Andrew Kingston
54ad2237ea Improve naming of REST pagination parameters 2022-01-07 11:03:31 +00:00
Andrew Kingston
bf22c5130f Add tests for REST pagination 2022-01-07 10:49:31 +00:00
mike12345567
c75cc47ad3 Updating to handle prod vs dev apps and deletion of attachments, as well as handling it on update. 2022-01-06 18:45:40 +00:00
mike12345567
f1981220af Removing attachments when row is deleted (always, need to restrict if app is deployed). 2022-01-06 17:59:29 +00:00
mike12345567
657f55f0da Adding a skip button for fetching plus datasource tables incase working with very large data sets and still want to perform queries. 2022-01-06 15:28:38 +00:00
Andrew Kingston
422c0a3033 Comment builder implementation of lucene searching to highlight that it will be replaced 2022-01-06 14:05:32 +00:00
Andrew Kingston
74fcf63fbb Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination 2022-01-06 14:03:42 +00:00
Budibase Staging Release Bot
5ff0505f11 v1.0.27-alpha.5 2022-01-06 13:31:15 +00:00
Michael Drury
52d680faaf Merge pull request #3929 from Budibase/fix/cli-versioning
Updating self host docs and making CLI pkgs part of release
2022-01-06 13:24:37 +00:00
Budibase Release Bot
157877a604 v1.0.35 2022-01-06 08:28:55 +00:00
Rory Powell
d0c2d74eb5 Fix rest import tests for url and invert dynamic variable invalidation / deletion 2022-01-05 14:49:01 -05:00
Rory Powell
6d5d301adb Support variables in URL 2022-01-05 14:33:14 -05:00
Rory Powell
22407446ee Navigation fixes for duplicate and delete query 2022-01-05 13:27:15 -05:00
mike12345567
efc691f238 Fixing issue #3915 so that when using the short hand URL for apps you will be redirected correctly if not logged in, allows all users to make use of it and updating the builder to send the user to the short form factor URL if not in cloud. 2022-01-05 18:26:39 +00:00
Andrew Kingston
4ab06c200d Add support for cursor and page based pagination inside REST query request body 2022-01-05 18:10:22 +00:00
Andrew Kingston
f5649b48d1 Add support for cursor based pagination in query params 2022-01-05 17:28:57 +00:00
Rory Powell
8210ed7ee4 Delete and invalidate linked dynamic variables when a query is deleted 2022-01-05 11:54:59 -05:00
mike12345567
07fb8cbb13 Updating CLI to build required versions and including it as part of the release workflow. 2022-01-05 16:41:09 +00:00
Rory Powell
e115a561c2 Fix Add Authentication button icon 2022-01-05 10:31:44 -05:00
Rory Powell
d74d1d66b8 Add full URL to path for imported queries 2022-01-05 10:31:06 -05:00
Rory Powell
b1ef2e3988 Fix auth dropdown z-index 2022-01-05 10:29:40 -05:00
Budibase Staging Release Bot
7732d8de3e v1.0.27-alpha.4 2022-01-05 15:28:59 +00:00
Michael Drury
fe40e3e85d Merge pull request #3830 from Budibase/feature/query-variables
Datasource static and dynamic variables
2022-01-05 15:22:30 +00:00
mike12345567
8d9db5c846 Adding test case to check that query dynamic variables are cached correctly and error scenario is handled. 2022-01-05 15:01:28 +00:00
Andrew Kingston
69a1b503c2 Fix paginationValues being attached to every object inside a query due to recursion 2022-01-05 14:26:13 +00:00
Rory Powell
ee8fefc6a9 Merge pull request #3919 from Budibase/consolidate-ci-docs
Consolidate CI docs in CONTRIBUTING.md
2022-01-05 08:35:36 -05:00
Andrew Kingston
8aa4d49f31 Fix crash in KeyValueBuilder when object doesn't exist 2022-01-05 10:57:05 +00:00
Andrew Kingston
abc02d812a Merge branch 'feature/query-variables' of github.com:Budibase/budibase into rest-pagination 2022-01-05 09:21:25 +00:00
Andrew Kingston
e2478e478e Add support for query param based pagination in REST queries 2022-01-05 09:16:10 +00:00
mike12345567
44a8d36c91 Adding basic test cases for static and dynamic variables (backend). 2022-01-04 18:23:45 +00:00
Budibase Staging Release Bot
ba5586e601 v1.0.27-alpha.3 2022-01-04 18:07:13 +00:00
Rory Powell
db7ececb3d Merge pull request #3920 from Budibase/stalebot/prevent-close
Prevent stalebot from closing issues
2022-01-04 12:59:56 -05:00
Rory Powell
de6d060234 Prevent stalebot from closing issues 2022-01-04 10:54:47 -05:00
mike12345567
b5a52cb790 Fixing issue discovered where parameters weren't selected correctly. 2022-01-04 15:50:18 +00:00
Rory Powell
45d82141ca Consolidate CI docs in CONTRIBUTING.md 2022-01-04 10:48:48 -05:00
Andrew Kingston
81cbb6d403 Remove line from testing 2022-01-04 15:03:19 +00:00
Andrew Kingston
6e3f217fbb Add support for nested provider, field and jsonarray datasource types in new data fetch model 2022-01-04 15:02:43 +00:00
mike12345567
532fefaeff Hiding all tables from data sources when there is no data for them (no placeholder table). 2022-01-04 14:46:10 +00:00
mike12345567
e32869b100 Fixing issue discovered by cypress test case and updating dynamic variable view to hide table when there are none. 2022-01-04 14:41:11 +00:00
Andrew Kingston
db55074b0a Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination 2022-01-04 14:34:09 +00:00
mike12345567
18ff7a9cfb Merge branch 'develop' of github.com:Budibase/budibase into feature/query-variables 2022-01-04 12:58:42 +00:00
Budibase Release Bot
20550543f7 v1.0.34 2022-01-04 12:48:58 +00:00
Martin McKeaveney
2479e95a0c Merge pull request #3886 from Budibase/feature/dynamo-describe
adding dynamoDB describe call to dynamo integration
2022-01-04 12:42:49 +00:00
Budibase Staging Release Bot
f65ae6a9e3 v1.0.27-alpha.2 2022-01-04 11:52:12 +00:00
Peter Clement
c5f80af0ed Merge pull request #3913 from Budibase/bug/pc-fixes
Bug fixes for #3399 and #3489
2022-01-04 11:44:57 +00:00
Andrew Kingston
2611dd04e8 Merge pull request #3776 from Budibase/feature/json-backend
JSON data type, button action context, duplication action + more
2022-01-04 11:37:02 +00:00
Andrew Kingston
4cd8886e1a Merge branch 'develop' of github.com:Budibase/budibase into feature/json-backend 2022-01-04 09:48:44 +00:00