165 Commits (33fa31aae9b68449f47fb62020e18e91844db014)

Author SHA1 Message Date
mike12345567 33fa31aae9 Adding test cases for component, templates and hosting as well as updating some existing test cases. 6 years ago
mike12345567 68bb5d5062 Updating package.json to include an option for coverage, had to re-write some stuff to make sure that views were not getting coverage statements inserted (breaking things). 6 years ago
Michael Drury 2ac101630b Updating packages in builder and server, making build work in Windows. 6 years ago
mike12345567 90f9be36dd Using cross-env instead of pure environment variable specification to make it work on windows. 6 years ago
Martin McKeaveney 36f3bbf6dd user search 6 years ago
Martin McKeaveney 7ef56de1be indexable fields 6 years ago
Martin McKeaveney 07aeccb36d search UI complete, server side cursor based pagination 6 years ago
Martin McKeaveney 63b8db6584 pin deps 6 years ago
mike12345567 6a41875556 Some fixes for integrations, making Dynamo work correctly and allow local usage as well as using the API to try and make responses that are objects work better. 6 years ago
Martin McKeaveney 27c7f5697b internal search working 6 years ago
Martin McKeaveney f745975a0c privacy features + allow builder usage without cloud API key 6 years ago
mike12345567 13fe937e67 This commit includes some fixes for a few auth issues I found when I was working on this and a static page which shows the self hosting info to get the user going (if they end up there). 6 years ago
Martin McKeaveney 75b5b0eb52 only allow read queries in datasources 6 years ago
Martin McKeaveney b52a2efef0 MySQL integration and self hosted deploy event 6 years ago
Keviin Åberg Kultalahti 2034fb8646 adds success notification messages to row API 6 years ago
Andrew Kingston 0535e3b84a Adding server yarn lock file which was somehow removed 6 years ago
Martin McKeaveney 1e9736e396 sensible defaults, adding popover for parameters 6 years ago
Keviin Åberg Kultalahti e3b4ef81ae adds dummy errorStore to client lib 6 years ago
Andrew Kingston b1c292b79c Fix incorrect paths after merge 6 years ago
mike12345567 5a7c0de397 Adding jest test cases to string templating library. 6 years ago
mike12345567 cdef4ead8c Removing mention of mustache from the server package. 6 years ago
Martin McKeaveney 579e3a79b7 direct airtable integration works 6 years ago
dependabot[bot] 2f0eb182b4 Bump ini from 1.3.5 to 1.3.8 6 years ago
dependabot[bot] ec03dc0655 Bump urijs from 1.19.2 to 1.19.5 in /packages/server 6 years ago
dependabot[bot] a3fb1c860f Bump ini from 1.3.5 to 1.3.8 in /packages/server 6 years ago
mike12345567 405ca07efe Adding a build method which can push docker images if you are logged in to docker CLI and making the main docker compose file use the pushed images instead. 6 years ago
Michael Drury 3e38bea3d6 Fixing cypress failure. 6 years ago
Martin McKeaveney 8e10a4ac7d MS SQL Server integration 6 years ago
kevmodrome 2fcdf3483b adds colorpicker to card componeent 6 years ago
Martin McKeaveney fb569a4425 fixing bugs found during testing 6 years ago
Martin McKeaveney 3b049bc286 allow creation of custom layouts, moving layoutId prop to top level of screen 6 years ago
mike12345567 2a41f57382 Linting and update to try and fix issues when screens are created, screen saving now generates CSS. 6 years ago
mike12345567 ac6b2aa6c8 Initial work, layout out some work which will eventually become docker compose, just using bash scripts for now. 6 years ago
Martin McKeaveney 5e5b489cb9 elasticsearch end to end 6 years ago
Martin McKeaveney fbf501aebc mongoDB end to end 6 years ago
Martin McKeaveney 298ef30360 budibase postgres E2E working 6 years ago
Martin McKeaveney b44b2cf881 fix windows url issue 6 years ago
Martin McKeaveney 26cfb54a0f nested routing UI up and running, refactor drag and drop functionality by decoupling store from components 6 years ago
Martin McKeaveney a9cf06e357 linux deb package, builder icon and auto update support for linux 6 years ago
Michael Drury a423664f4c Large update, tests passing, have simplifed access level API, access levels and permissions are now totally separate. 6 years ago
kevmodrome e9f3307864 adds non-working RichText component 6 years ago
Martin McKeaveney 9b914e0395 remove squirrelly, compile a single bundle.css for each page, svelte and hbs server rendering 6 years ago
Martin McKeaveney 8cb716df3b start server render index.html 6 years ago
Martin McKeaveney a9e60a8a57 prevent screen being selected when you save a component 6 years ago
Martin McKeaveney cb25c31d17 potential resolutions for the 4001 issue 6 years ago
mike12345567 ea03d099b3 Initial work into multi-tenancy removal, experiencing issues with test cases at this point. 6 years ago
Martin McKeaveney ee7a4215b4 move run command into cypress setup 6 years ago
mike12345567 e26f272746 Switching from mustache to handlebars for automations as allows configuring helpers, e.g. parsing object. 6 years ago
mike12345567 3ae82b95a3 Adding an outgoing webhook action, so that we have both incoming and outgoing ability. 6 years ago
mike12345567 0d8ec8e03a Some initial work towards webhooks, that generates schema similar to integromat. 6 years ago