9845 Commits (38ef2deb90fbce7b97bb02ba2c99068cd4016ccf)
 

Author SHA1 Message Date
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
Andrew Kingston 7bf0a50fba Use fixed width for REST query verbs 5 years ago
Andrew Kingston 3018438020 Revert hiding body tab for GETs since already implemented in another pending PR 5 years ago
Andrew Kingston 510a11e080 Hide 'Body' tab for REST API datasources when using a GET query 5 years ago
Budibase Staging Release Bot e84add0830 v1.0.23-alpha.1 5 years ago
Andrew Kingston 16979de27d
Merge pull request #3795 from Budibase/home-screen-mobile 5 years ago
Budibase Staging Release Bot 2f89f19bc4 v1.0.23-alpha.0 5 years ago
mike12345567 9d01d44cec Merge branch 'master' of github.com:Budibase/budibase into develop 5 years ago
Andrew Kingston 8d196edfd1 Lint 5 years ago
Andrew Kingston dab5d20183 Revert open button size to small in app list 5 years ago
Andrew Kingston 91923f2370 Restore original logic around export apps button 5 years ago
Andrew Kingston 07b2a411a4 Update home screen UI to work better on mobile and make spacing more consistent 5 years ago
Andrew Kingston c1f104163f
Merge pull request #3791 from Budibase/proxy-state-modals 5 years ago
Michael Drury 57acbc016b
Merge pull request #3793 from Budibase/fix/pouch-automation-error 5 years ago
Michael Drury 5f450c5bd4
Merge pull request #3785 from Budibase/feature/rest-bodies 5 years ago
mike12345567 ef06566eb5 Adding unit tests for REST bodies and response parsing. 5 years ago
mike12345567 01b72b6b71 Don't run change if not threading. 5 years ago
mike12345567 06490c5fa6 Fixing issue detected by test case. 5 years ago
mike12345567 ce1b40aa7a Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-bodies 5 years ago
mike12345567 ae5b963115 Fixing an issue with automations throwing a Pouch error due to the auth library database not being setup. 5 years ago
Peter Clement 5da5acc27b
Merge pull request #3737 from Budibase/feature/home-screen-redesign 5 years ago
Andrew Kingston 7346199a3c Fix using wrong local storage key when persisting state in client apps 5 years ago
Andrew Kingston ed29ccf7eb Pass current state to peek modals when opening them via query param 5 years ago
mike12345567 f92ba51201 Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-bodies 5 years ago
mike12345567 53dba1cccb Removing outgoing webhook functionality from automations and adding XML response/sending, as well as form data/encoded data. 5 years ago
Peter Clement 86a6d650c8 add templates store 5 years ago
Peter Clement 93230b7207 update handling of app updates 5 years ago
Andrew Kingston b31bb9be1d Fix datasource invalidation proxying from peek modals not working 5 years ago
Andrew Kingston 43fe2407e1 Proxy state updates back from peek modals 5 years ago
Budibase Staging Release Bot c9f8ffdd5c v1.0.19-alpha.3 5 years ago
Rory Powell a5bd89dacc
Merge pull request #3772 from Budibase/feature/query-auth 5 years ago
Rory Powell 4563dd999a Merge branch 'develop' into feature/query-auth 5 years ago
Rory Powell 451116b690 Move datasource init to onMount 5 years ago
Rory Powell 9581c1d381 Remove unnecessary assignment to datasource 5 years ago
Budibase Staging Release Bot 13dd988c51 v1.0.19-alpha.2 5 years ago
Rory Powell 4276fcd711 Flip datasource and baseDatsource to not update store directly 5 years ago
mike12345567 0bed9411b4 Merge branch 'develop' of github.com:Budibase/budibase into feature/rest-bodies 5 years ago
mike12345567 8b2e69f801 Fixing issue with creating new rest query. 5 years ago
mike12345567 187ca44884 Fixing code mirror mode reactivity. 5 years ago
Rory Powell 55c9478c91 Fix merge issue and clear unsaved datasource changes on query load 5 years ago
Rory Powell d347edb34a Merge branch 'develop' into feature/query-auth 5 years ago
Peter Clement b94f2791ef remove log 5 years ago
Budibase Release Bot c3a7a9d122 v1.0.22 5 years ago
Martin McKeaveney 1c5eacbf4d Merge branch 'master' of github.com:Budibase/budibase 5 years ago
Martin McKeaveney 600677ff88 re-add helm release and configure 5 years ago
mike12345567 8d6dc14608 Linting and adding JSON header. 5 years ago
mike12345567 ac49d718a4 Stopping get requests from having bodies (Node fetch doesn't allow this) and allow text body type. 5 years ago