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

1536 commits

Author SHA1 Message Date
Rory Powell
f055d392b5 Merge branch 'develop' into fix/return-url 2022-01-13 14:11:20 +00:00
Rory Powell
b5250ac244 Fix return url using cookies 2022-01-13 14:07:49 +00:00
Andrew Kingston
9a7cc4113d Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination 2022-01-13 09:44:09 +00:00
Budibase Staging Release Bot
f2a2a072c6 v1.0.27-alpha.13 2022-01-12 13:20:06 +00:00
Budibase Staging Release Bot
05a17d4475 v1.0.27-alpha.12 2022-01-11 17:25:33 +00:00
Budibase Staging Release Bot
337eb07422 v1.0.27-alpha.11 2022-01-11 14:31:25 +00:00
Budibase Staging Release Bot
07bb680470 v1.0.27-alpha.10 2022-01-11 13:49:47 +00:00
Budibase Staging Release Bot
fe54c98c1a v1.0.27-alpha.9 2022-01-11 13:17:43 +00:00
Budibase Staging Release Bot
6c7aaf9a68 v1.0.27-alpha.8 2022-01-11 09:42:12 +00:00
Andrew Kingston
ad6b0714d3 Fix crash when fetching queries set up before pagination existed 2022-01-10 12:45:30 +00:00
Budibase Staging Release Bot
a14fc26b8f v1.0.27-alpha.7 2022-01-10 12:14:33 +00:00
Budibase Staging Release Bot
48d18d4242 v1.0.27-alpha.6 2022-01-07 12:04:19 +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
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
Andrew Kingston
f5649b48d1 Add support for cursor based pagination in query params 2022-01-05 17:28:57 +00: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
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
Budibase Staging Release Bot
ba5586e601 v1.0.27-alpha.3 2022-01-04 18:07:13 +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
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 Staging Release Bot
f65ae6a9e3 v1.0.27-alpha.2 2022-01-04 11:52:12 +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
Budibase Staging Release Bot
e463ae652a v1.0.27-alpha.1 2021-12-31 14:12:45 +00:00
mike12345567
ff69aad969 Fixing conflict. 2021-12-21 12:33:12 +00:00
Budibase Staging Release Bot
961d9ea4aa v1.0.27-alpha.0 2021-12-20 09:21:52 +00:00
Andrew Kingston
6539f90b51 Update query fetch to support new pagination structure 2021-12-17 18:53:57 +00:00
Andrew Kingston
2043fd3402 Fix issue with determining view schema 2021-12-17 18:48:44 +00:00
Andrew Kingston
441cc2fccf Update client lib data fetch models to support generic pagination 2021-12-17 18:39:48 +00:00
Budibase Release Bot
50ae72b1f0 v1.0.26 2021-12-17 14:52:40 +00:00
Andrew Kingston
af00ed88ae Merge branch 'feature/query-variables' of github.com:Budibase/budibase into rest-pagination 2021-12-17 13:12:28 +00:00
Andrew Kingston
d6120de81b Update data fetch models to use constructor to determine feature flags 2021-12-17 10:49:12 +00:00
Andrew Kingston
78a3f807a3 Lint 2021-12-17 10:43:27 +00:00
Andrew Kingston
4e5df0efa4 Merge branch 'develop' of github.com:Budibase/budibase into rest-pagination 2021-12-17 10:37:43 +00:00
Andrew Kingston
f90c6ec44d Remove old reference implementation of data provider component 2021-12-17 10:37:26 +00:00
Andrew Kingston
5c26f07d26 Add back in query extension capability to new data provider 2021-12-17 10:37:06 +00:00
Andrew Kingston
66d9dc9b1e Add client-side searching, sorting and limiting for incompatible datasources to new DataFetch model 2021-12-17 09:52:12 +00:00
Andrew Kingston
3a8e217bb7 Delay rendering blocks until the schema has been attempted to be loaded 2021-12-17 09:18:43 +00:00
Andrew Kingston
58e0daeb8c Remove initial render of components with undefined props by passing in initial props without triggering svelte invalidation 2021-12-17 09:18:07 +00:00
Andrew Kingston
86065084c1 Update core component handling to use svelte function to manually control props in order to avoid triggering additional reactive statements and improve performance 2021-12-17 08:22:40 +00:00
Andrew Kingston
63ec10d73f Add new core implementations for fetching data and schema from datasources 2021-12-17 08:22:04 +00:00
Budibase Release Bot
ef4410229e v1.0.25 2021-12-16 18:32:05 +00:00
mike12345567
02855fa37b Merge branch 'develop' of github.com:Budibase/budibase into feature/query-variables 2021-12-16 14:57:21 +00:00
mike12345567
a9437302b7 Fixing issue with switching between datasources and making sure old client apps can still use the deprecated API. 2021-12-16 11:41:28 +00:00
Budibase Release Bot
e7ab6f72f7 v1.0.24 2021-12-16 11:04:27 +00:00