3280 Commits (2e6ed0bad97e5e123e2dc4f01fee826ac8a30ffb)
 

Author SHA1 Message Date
Martin McKeaveney 2e6ed0bad9 v0.3.7 6 years ago
Martin McKeaveney ace53ee0f3 Merge pull request #851 from Budibase/turn-off-invalidation 6 years ago
Martin McKeaveney faf9fd4754 increasing log level in production 6 years ago
Martin McKeaveney 129d36ccfe remove cf invalidation, adding validation around successful deploys only 6 years ago
Michael Drury 9d7ac6835c Merge pull request #850 from Budibase/bugs/random-bugs 6 years ago
mike12345567 928c306769 Fixing #848 - standard components was not using the same API calls consistently which was breaking some things like charts. For now just make it consistent by updating it to make calls the same way as client lib does but the SDK will eventually replace all this and solve these problems. 6 years ago
mike12345567 f8f46b90e5 Fixing an issue where screens couldn't be deleted and fixing an issue where rows would still contain data from a column that no longer exists if a column was deleted from a table. 6 years ago
Martin McKeaveney 4c5c386a14 v0.3.6 6 years ago
Martin McKeaveney 21ce995dfc bump rollup plugin svelte version 6 years ago
Martin McKeaveney 1a273d9b05 v0.3.5 6 years ago
Martin McKeaveney 239bc03396 Merge pull request #845 from Budibase/auto-screens-issue 6 years ago
Martin McKeaveney 8b5db4493e fix auto screens issue 6 years ago
Michael Drury 43a2be3248 Merge pull request #839 from Budibase/bug/app-id-consistency 6 years ago
mike12345567 2467043f35 Improving consistency of how appId is retrieved and making sure it is valid when being used. 6 years ago
Martin McKeaveney 725e32fe8e v0.3.4 6 years ago
Martin McKeaveney b102559aff Merge pull request #834 from Budibase/bug/more-auth-fixes 6 years ago
Martin McKeaveney e5773f04a3 Merge pull request #835 from Budibase/screenselection-bug 6 years ago
Martin McKeaveney a9e60a8a57 prevent screen being selected when you save a component 6 years ago
Andrew Kingston 0dd73b5e71 Merge pull request #832 from Budibase/cheeks-bugfixes 6 years ago
mike12345567 f2e1f1f4e9 The API that the components library would use was not always consistent with the API client library would use and this would sometimes break things. 6 years ago
Andrew Kingston 23de1d2e1d Merge branch 'master' of github.com:Budibase/budibase into cheeks-bugfixes 6 years ago
Andrew Kingston 253568fd2d Merge pull request #817 from Budibase/apex-charts 6 years ago
Andrew Kingston 9af8b04c99 Fix case sensitive screen alphabetical sorting 6 years ago
Andrew Kingston b2738f3177 Fix autoscreens sometimes created in public rather than private page 6 years ago
Andrew Kingston 29af11faeb Fix new screens and autoscreens not displaying properly 6 years ago
Andrew Kingston 8795263192 Fix alphabetical sorting of screens 6 years ago
Martin McKeaveney 6e5cdb4828 v0.3.3 6 years ago
Martin McKeaveney 23d317955b Merge pull request #830 from Budibase/bug/electron-no-pathname 6 years ago
mike12345567 5f0912e6ff Linting. 6 years ago
mike12345567 ce12325b8c Fixing issues with auth not being able to find appId in pathname, using the currentapp cookie if pathname not populated. 6 years ago
Martin McKeaveney 8d3dd9694e Merge pull request #824 from Budibase/port-fixes 6 years ago
Michael Drury 9b1b9361c2 Merge pull request #828 from Budibase/bug/remove-replicate 6 years ago
Martin McKeaveney 127f0e6eb3 PR review 6 years ago
mike12345567 6d41a30440 Quick change, we had a replication statement for testing, should be removed for production and uncommented when needed. 6 years ago
Michael Drury bd65dd5992 Merge pull request #826 from Budibase/tidy-up-store 6 years ago
Martin McKeaveney f183b72023 remove superfluous files 6 years ago
Martin McKeaveney a8b5c3c255 small tidy ups 6 years ago
mike12345567 96c18d574c Changing signup function to createNewApp for clarity. 6 years ago
mike12345567 e15288fffb Linting. 6 years ago
mike12345567 e353c2a1c4 Updating templates to be able to run locally with an environment variable LOCAL_TEMPLATES and making them work using the DB. Users are also no longer included in the db dump. 6 years ago
Martin McKeaveney 646a7ab072 v0.3.2 6 years ago
Martin McKeaveney cb25c31d17 potential resolutions for the 4001 issue 6 years ago
mike12345567 d57368eb8b Refactoring to replace the use of frontend store.screens with derived allScreens and currentScreens. 6 years ago
mike12345567 768298f733 Getting started into removing screens from store. 6 years ago
mike12345567 4d0771ac9e Fixing some bugs that have been found. 6 years ago
Martin McKeaveney bdfd80fc03 rename buildPage 6 years ago
Andrew Kingston 951f5e1db5 Add colour palette options for charts 6 years ago
Andrew Kingston 2cf7f66d9b Ensure candlestick chart works with either our own date formats as well as timestamps 6 years ago
mike12345567 0c8bd319f3 More cleanup, removing template app pages that were unused and fixing a bug with auth not being configured correctly when app created. 6 years ago
Andrew Kingston b8ce20ac4c Fix style of DND navigation 6 years ago