1
0
Fork 0
mirror of synced 2024-08-21 21:11:23 +12:00
Commit graph

314 commits

Author SHA1 Message Date
Martin McKeaveney
1b53b7da58 v0.8.6 2021-03-12 09:33:12 +00:00
mike12345567
710b17b627 Removing dynamo client from coverage. 2021-03-11 18:36:36 +00:00
mike12345567
189a673c9c Testing some of the automation actions (still a few to complete) and adding quick test case for the self host stuff. 2021-03-11 18:29:48 +00:00
mike12345567
163d24a767 Updating row tests, reducing console logging during tests for speed and clarity, testing some misc endpoints and updating search functionality to use a starts with operator when working with strings on rows. 2021-03-10 17:55:42 +00:00
mike12345567
33fa31aae9 Adding test cases for component, templates and hosting as well as updating some existing test cases. 2021-03-09 16:07:44 +00:00
mike12345567
bd2a901f60 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-03-08 10:42:57 +00:00
mike12345567
6d9b8a6678 Initial work on test refactoring, laying the utilities down which will be the basis of new testing framework, interacting directly with the controllers. 2021-03-03 17:52:41 +00:00
Martin McKeaveney
7f38415967 v0.8.5 2021-03-03 17:46:36 +00:00
Martin McKeaveney
a9ab12b999 v0.8.4 2021-03-03 17:05:18 +00:00
mike12345567
37211e4e9d Updating server package to always generate coverage report but don't display as text. 2021-03-02 17:42:32 +00:00
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). 2021-03-02 17:13:11 +00:00
Martin McKeaveney
a0456e86bd v0.8.3 2021-02-25 17:18:36 +00:00
Martin McKeaveney
779deddc5a v0.8.2 2021-02-25 16:39:52 +00:00
Martin McKeaveney
e72057499a v0.8.1 2021-02-25 13:50:33 +00:00
Martin McKeaveney
b4996ccb4d v0.8.0 2021-02-25 12:49:03 +00:00
mike12345567
90f9be36dd Using cross-env instead of pure environment variable specification to make it work on windows. 2021-02-24 10:13:16 +00:00
Martin McKeaveney
71778c0dc1 Merge pull request #1163 from Budibase/develop
Develop
2021-02-23 15:35:39 +00:00
Martin McKeaveney
f16ec615aa Merge pull request #1083 from Budibase/bug/4001-to-0-fix
Attempting to fix the 4001 bug - using ephemeral ports in production (builder)
2021-02-22 13:57:26 +00:00
Andrew Kingston
ec94aaa90b Merge branch 'develop' of github.com:Budibase/budibase into url-context 2021-02-16 15:35:05 +00:00
Martin McKeaveney
26377700bb v0.7.8 2021-02-15 14:07:27 +00:00
Martin McKeaveney
03044d36fe merge 2021-02-12 13:32:37 +00:00
Martin McKeaveney
8d92692593 v0.7.7 2021-02-12 11:15:38 +00:00
Martin McKeaveney
bfa865cf3c Merge branch 'master' of github.com:Budibase/budibase into internal-search 2021-02-08 09:32:53 +00:00
Martin McKeaveney
d3e44268ed v0.7.6 2021-02-06 22:59:28 +00:00
Martin McKeaveney
67371ab25f v0.7.5 2021-02-06 12:43:01 +00:00
Martin McKeaveney
b4628a43d0 merge 2021-02-05 11:18:37 +00:00
Martin McKeaveney
dd1419f2eb v0.7.4 2021-02-05 10:59:29 +00:00
Martin McKeaveney
8d8cdcd732 app export with space in name 2021-02-05 10:55:54 +00:00
Martin McKeaveney
28e2ce28ba v0.7.3 2021-02-05 09:43:45 +00:00
Martin McKeaveney
63b8db6584 pin deps 2021-02-05 09:39:42 +00:00
Martin McKeaveney
02a2c60797 v0.7.2 2021-02-04 14:25:15 +00:00
mike12345567
a88ce0d608 Attempting to fix the issue with 4001, this updates the cypress tests so that it is easier to change the port on which it runs as well as updating the electron usage of the app to use port 0 (an ephermeral port). 2021-02-03 16:09:48 +00:00
Martin McKeaveney
e283dc0bb1 v0.7.1 2021-02-03 10:30:22 +00:00
Martin McKeaveney
7a386ac1b5 v0.7.0 2021-02-02 18:52:05 +00:00
Martin McKeaveney
27c7f5697b internal search working 2021-02-01 21:02:54 +00:00
Martin McKeaveney
c13e71e870 adding appimage back 2021-01-31 20:31:17 +00:00
sovlookup
d1ba3f97f6 add arangodb integration 2021-01-28 21:42:40 +08:00
Martin McKeaveney
79277f0ee0 v0.6.2 2021-01-27 17:43:38 +00:00
Martin McKeaveney
23899840d3 v0.6.1 2021-01-27 16:47:44 +00:00
Martin McKeaveney
b1a76ad74d v0.6.0 2021-01-27 15:04:13 +00:00
Martin McKeaveney
b52a2efef0 MySQL integration and self hosted deploy event 2021-01-26 11:07:30 +00:00
mike12345567
3dd985cfb6 Merge branch 'master' of github.com:Budibase/budibase into feature/handlebars-migration 2021-01-21 10:57:41 +00:00
mike12345567
5a7c0de397 Adding jest test cases to string templating library. 2021-01-19 17:29:38 +00:00
mike12345567
419c6b9393 Adding the handlebars library, still need to add testcases to this. 2021-01-18 17:40:19 +00:00
mike12345567
cdef4ead8c Removing mention of mustache from the server package. 2021-01-15 14:38:10 +00:00
Martin McKeaveney
a7f9e2fb8f better integration API, parse JSON by default 2021-01-15 13:11:51 +00:00
Martin McKeaveney
b96518458e v0.5.3 2021-01-14 15:24:01 +00:00
Martin McKeaveney
836092ec82 v0.5.2 2021-01-14 15:03:58 +00:00
Martin McKeaveney
951808e535 v0.5.1 2021-01-14 14:46:40 +00:00
Martin McKeaveney
3ea31ba383 v0.5.0 2021-01-14 14:37:53 +00:00
Martin McKeaveney
579e3a79b7 direct airtable integration works 2021-01-11 17:18:22 +00:00
Martin McKeaveney
b4b4941003 use queries in front end 2020-12-30 12:58:39 +00:00
Martin McKeaveney
736adca7a4 v0.4.3 2020-12-23 22:39:10 +00:00
Martin McKeaveney
4a38b2be70 add notarization step back in for OSX 2020-12-23 22:33:10 +00:00
Martin McKeaveney
29b51bc6c2 separation of datasources and queries 2020-12-18 18:19:43 +00:00
Martin McKeaveney
0665a0dcc5 v0.4.2 2020-12-15 15:23:45 +00:00
Martin McKeaveney
ab7a0bbeae Update package.json 2020-12-15 15:08:21 +00:00
Martin McKeaveney
14b88d781a v0.4.1 2020-12-15 14:46:11 +00:00
Martin McKeaveney
9900ce131f Update package.json
We can't build RPM for our scoped package due to - https://github.com/electron-userland/electron-builder/issues/5240

Need to remove RPM for now as it's blocking the release
2020-12-15 14:01:46 +00:00
Martin McKeaveney
f834004dab v0.4.0 2020-12-15 11:53:28 +00:00
Martin McKeaveney
9851138fb5 Merge pull request #897 from Budibase/replace-appimage
replace appimage with native linux packages
2020-12-14 15:20:05 +00:00
Martin McKeaveney
8e10a4ac7d MS SQL Server integration 2020-12-12 21:48:51 +00:00
Martin McKeaveney
7255a21819 merge 2020-12-12 20:09:04 +00:00
Martin McKeaveney
fb569a4425 fixing bugs found during testing 2020-12-08 16:55:43 +00:00
Martin McKeaveney
0439a101a3 replace appimage with native linux packages 2020-12-07 10:15:27 +00:00
Andrew Kingston
a0f3b16e51 Merge branch 'master' of github.com:Budibase/budibase into component-sdk 2020-11-27 15:59:32 +00:00
Martin McKeaveney
5e5b489cb9 elasticsearch end to end 2020-11-26 17:03:18 +00:00
Martin McKeaveney
fbf501aebc mongoDB end to end 2020-11-26 16:46:36 +00:00
Martin McKeaveney
298ef30360 budibase postgres E2E working 2020-11-26 14:43:56 +00:00
Andrew Kingston
b8bc583fd9 Merge branch 'master' of github.com:Budibase/budibase into component-sdk 2020-11-25 18:38:58 +00:00
Martin McKeaveney
b44b2cf881 fix windows url issue 2020-11-24 10:23:29 +00:00
Martin McKeaveney
e9e97101e9 v0.3.8 2020-11-16 13:54:26 +00:00
Martin McKeaveney
a9cf06e357 linux deb package, builder icon and auto update support for linux 2020-11-14 17:43:52 +00:00
Martin McKeaveney
28360ded59 Merge pull request #855 from Budibase/server-render-index
Server render index page, simplify CSS bundling, refactor static asset compilation
2020-11-12 11:18:09 +00:00
Martin McKeaveney
9b914e0395 remove squirrelly, compile a single bundle.css for each page, svelte and hbs server rendering 2020-11-12 10:25:25 +00:00
Martin McKeaveney
2e6ed0bad9 v0.3.7 2020-11-10 20:23:36 +00:00
Martin McKeaveney
6d135fa965 Merge branch 'master' of github.com:Budibase/budibase into server-render-index 2020-11-09 20:18:37 +00:00
Martin McKeaveney
4c5c386a14 v0.3.6 2020-11-09 18:16:36 +00:00
Martin McKeaveney
1a273d9b05 v0.3.5 2020-11-09 16:28:06 +00:00
Martin McKeaveney
8cb716df3b start server render index.html 2020-11-09 15:24:29 +00:00
Martin McKeaveney
725e32fe8e v0.3.4 2020-11-09 11:08:41 +00:00
Martin McKeaveney
6e5cdb4828 v0.3.3 2020-11-06 21:40:31 +00:00
Martin McKeaveney
8d3dd9694e Merge pull request #824 from Budibase/port-fixes
potential resolutions for the 4001 issue
2020-11-06 21:00:57 +00:00
Martin McKeaveney
646a7ab072 v0.3.2 2020-11-06 11:39:44 +00:00
Martin McKeaveney
cb25c31d17 potential resolutions for the 4001 issue 2020-11-05 22:09:49 +00:00
Michael Drury
f22aafd7c1 Merge pull request #804 from Budibase/bug/add-init
Adding init process back after removing CLI package
2020-10-29 09:11:49 +00:00
Michael Drury
fa00b6662d The removal of CLI package meant there was no way to init the system anymore so nuking budibase directory was unrecoverable, fixing this. 2020-10-28 22:14:13 +00:00
Martin McKeaveney
7dee8d6683 v0.3.1 2020-10-28 21:30:51 +00:00
Martin McKeaveney
caab43a312 v0.3.0 2020-10-28 20:28:00 +00:00
Martin McKeaveney
b2a2cde303 remove budibase cli 2020-10-28 10:21:24 +00:00
mike12345567
3d77163773 Switching from axios to node-fetch as per review. 2020-10-27 14:16:57 +00:00
mike12345567
e26f272746 Switching from mustache to handlebars for automations as allows configuring helpers, e.g. parsing object. 2020-10-27 13:19:38 +00:00
mike12345567
3ae82b95a3 Adding an outgoing webhook action, so that we have both incoming and outgoing ability. 2020-10-27 12:33:25 +00:00
mike12345567
0d8ec8e03a Some initial work towards webhooks, that generates schema similar to integromat. 2020-10-22 17:48:32 +01:00
Martin McKeaveney
c26eca48ae v0.2.6 2020-10-21 14:14:33 +01:00
Andrew Kingston
5a1a988839 Merge branch 'master' of github.com:Budibase/budibase into replace-sharp 2020-10-21 13:01:33 +01:00
Andrew Kingston
64812e2ddc Replace sharp with jimp for image processing 2020-10-21 13:00:23 +01:00
Martin McKeaveney
94f0f79f27 sanitizing s3 keys and making them windows friendly 2020-10-21 11:27:42 +01:00
Martin McKeaveney
988d86f975 v0.2.5 2020-10-19 20:31:49 +01:00
Martin McKeaveney
df316167cc v0.2.4 2020-10-19 09:48:33 +01:00