745 Commits (fa5bec03ffddcc2e588e51ce522dde364e6b5943)

Author SHA1 Message Date
Andrew Kingston b7d7923904 Add support for cursor based pagination in query params 5 years ago
Andrew Kingston e0ae492e1d Add support for query param based pagination in REST queries 5 years ago
Andrew Kingston 1eac218d6e Add support for nested provider, field and jsonarray datasource types in new data fetch model 5 years ago
mike12345567 46a271c073 Fixing issue discovered by cypress test case and updating dynamic variable view to hide table when there are none. 5 years ago
Andrew Kingston 3b9b6bdde0 Update query fetch to support new pagination structure 5 years ago
Andrew Kingston 9a53982038 Fix issue with determining view schema 5 years ago
Andrew Kingston 32b1c98201 Update client lib data fetch models to support generic pagination 5 years ago
Andrew Kingston 6034670c78 Update data fetch models to use constructor to determine feature flags 5 years ago
Andrew Kingston 910c58b41d Lint 5 years ago
Andrew Kingston 04928b3c05 Remove old reference implementation of data provider component 5 years ago
Andrew Kingston a967a07091 Add back in query extension capability to new data provider 5 years ago
Andrew Kingston def64b2f39 Add client-side searching, sorting and limiting for incompatible datasources to new DataFetch model 5 years ago
Andrew Kingston 38ef2deb90 Delay rendering blocks until the schema has been attempted to be loaded 5 years ago
Andrew Kingston 492c2acc9a Remove initial render of components with undefined props by passing in initial props without triggering svelte invalidation 5 years ago
Andrew Kingston 460d9f8c8d Update core component handling to use svelte function to manually control props in order to avoid triggering additional reactive statements and improve performance 5 years ago
Andrew Kingston 4bf200fcc5 Add new core implementations for fetching data and schema from datasources 5 years ago
mike12345567 c55cc0f56a Fixing issue with switching between datasources and making sure old client apps can still use the deprecated API. 5 years ago
mike12345567 0a6754b13c Finishing up front-end, getting variable creation and management up and working from within the query schema/header menus. 5 years ago
Andrew Kingston 1c23dc3a3c Fix using wrong local storage key when persisting state in client apps 5 years ago
Andrew Kingston 7346199a3c Fix using wrong local storage key when persisting state in client apps 5 years ago
Andrew Kingston 26d89f75d5 Pass current state to peek modals when opening them via query param 5 years ago
Andrew Kingston ed29ccf7eb Pass current state to peek modals when opening them via query param 5 years ago
Andrew Kingston d58b1ae7f0 Fix datasource invalidation proxying from peek modals not working 5 years ago
Andrew Kingston b31bb9be1d Fix datasource invalidation proxying from peek modals not working 5 years ago
Andrew Kingston 98cd12db5f Proxy state updates back from peek modals 5 years ago
Andrew Kingston 43fe2407e1 Proxy state updates back from peek modals 5 years ago
Andrew Kingston 6524b871b0 Expose whole form value as a data binding 5 years ago
Andrew Kingston 6fd53b134a Ensure JSON schema generated in client apps is identical to builder generated schema 5 years ago
Andrew Kingston 5793cc3bbd Add support for binding forms to deep json fields 5 years ago
Andrew Kingston cd0acacb69 Fix blocks not filtering properly on number fields 5 years ago
Andrew Kingston e7899d7f22 Fix border radius rounding on hover and selection indicators in builder preview 5 years ago
Andrew Kingston 3f1d3328e2 Add button context to execute query action 5 years ago
Andrew Kingston cc3facd1b8 Add output context to duplicate row action 5 years ago
Andrew Kingston ff246de1cb Reset field value to default value if default value changes 5 years ago
Andrew Kingston 62fc8d45f6 Fix bug where save duplicate action was mutating the real context 5 years ago
Andrew Kingston 3e8cd19e7b Fix bug where save row action was mutating the real context 5 years ago
Andrew Kingston d9f4c3a4b0 Dynamically enrich button actions at runtime and provide additional ephemeral button action output context 5 years ago
Andrew Kingston f2445226d5 Add new tag component to client apps 5 years ago
Andrew Kingston 6b20d5cf46 Allow internal links to be opened in a new tab 5 years ago
Andrew Kingston 42995a33c5 Allow internal links to be opened in a new tab 5 years ago
Andrew Kingston cb1f870831 Key links by URL as the svelte-spa-router link svelte action does not update correctly 5 years ago
Andrew Kingston 7886b383f5 Key links by URL as the svelte-spa-router link svelte action does not update correctly 5 years ago
Andrew Kingston ba2588d44e Add support for accessing unlimited levels of nested JSON arrays 5 years ago
Andrew Kingston fb23bf5674 Fix datasource invalidations not propagating through peek modals 5 years ago
Andrew Kingston 20f3f41327 Add button action for duplicating a row 5 years ago
Andrew Kingston 39e1e84512 Enable support for handling shallow non-object arrays in JSON fields 5 years ago
Andrew Kingston 1bb6fb37e5 Flatten JSON schema in apps to allow filtering and display of nested values 5 years ago
Andrew Kingston b0732846d0 Update client side lucene searching to work with nested JSON fields and fix bug with flattening nested JSON schema 5 years ago
Andrew Kingston f898b8c94d Allow using JSON field arrays as a data provider source and add data bindings for nested JSON fields 5 years ago
Andrew Kingston b362068d47 Add new form field component for JSON fields, JSON validation and update autoscreen generation 5 years ago