1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00
Commit graph

7930 commits

Author SHA1 Message Date
Mitch-Budibase c81bf77ddd Update to renameAnApplication
Removing a log that I had i place for val
2021-10-21 15:30:19 +01:00
Mitch-Budibase 21fef55e93 Merge branch 'develop' into cypress-testing 2021-10-15 17:36:18 +01:00
Mitch-Budibase 02ccb5278b New Tests & Command
Rename an application
-5 tests

Custom theming properties
-1 new test (Button roundness)

1 new command
-searches for an application
2021-10-15 17:36:10 +01:00
Budibase Staging Release Bot 82a9320854 v0.9.167-alpha.8 2021-10-15 14:58:22 +00:00
Andrew Kingston 9b1da162d6 Merge pull request #3019 from Budibase/fix/large-csv-import
Fix performance of importing large CSVs
2021-10-15 15:49:11 +01:00
Andrew Kingston 4c1451178c Lint 2021-10-15 14:57:01 +01:00
Andrew Kingston 18c88ac101 Remove linkRows processing when importing CSVs 2021-10-15 14:31:45 +01:00
Budibase Staging Release Bot 31f74632f1 v0.9.167-alpha.7 2021-10-15 13:12:11 +00:00
Michael Drury ec82053d88 Merge pull request #3007 from Budibase/fix/3005
Fixing issues with filter step in automations breaking test flow
2021-10-15 14:03:52 +01:00
Budibase Staging Release Bot 6049acd126 v0.9.167-alpha.6 2021-10-15 10:45:34 +00:00
Andrew Kingston 642d105326 Merge pull request #3002 from Budibase/js-binding-drawer
JavaScript bindings
2021-10-15 11:37:25 +01:00
Budibase Staging Release Bot 45f6e9a2f8 v0.9.167-alpha.5 2021-10-15 07:56:53 +00:00
Peter Clement 544f26c9e1 Merge pull request #3014 from Budibase/fix/hide-table-modal-dev
Don't show the create datasource popup in dev environments
2021-10-15 08:48:22 +01:00
Budibase Staging Release Bot de40dd786f v0.9.167-alpha.4 2021-10-14 16:42:40 +00:00
Budibase Staging Release Bot d809a3d528 v0.9.167-alpha.3 2021-10-14 16:10:07 +00:00
Peter Clement dac2a1ad91 Merge pull request #3010 from Budibase/bug/handle-longform-type-automations
Handle longform types within Automations
2021-10-14 17:00:44 +01:00
Peter Clement 1030d24e25 remove unused command 2021-10-14 16:59:22 +01:00
Peter Clement ba9874eee2 Merge remote-tracking branch 'origin/develop' into fix/hide-table-modal-dev 2021-10-14 16:54:36 +01:00
Budibase Staging Release Bot ac6aa11de6 v0.9.167-alpha.2 2021-10-14 15:47:58 +00:00
Peter Clement 450ad14388 Merge branch 'bug/handle-longform-type-automations' of github.com:Budibase/budibase into bug/handle-longform-type-automations 2021-10-14 16:47:52 +01:00
Peter Clement 08f621f33e remove log 2021-10-14 16:46:59 +01:00
Peter Clement 63b0938d36 Don't show the create datasource popup in dev environments 2021-10-14 16:45:27 +01:00
mike12345567 891a5bcd25 Merge branch 'develop' of github.com:Budibase/budibase into bug/handle-longform-type-automations 2021-10-14 16:42:27 +01:00
Michael Drury 2bd4bc8a90 Merge pull request #3003 from Budibase/fix/2998
Fix issue with template call when no internet connection available
2021-10-14 16:39:07 +01:00
mike12345567 a366e8a568 Fixing an issue with mongo test failing in Node 16 due to unhandled promise rejections. 2021-10-14 16:37:11 +01:00
mike12345567 5b81d25d1a Fixing some issues which were causing errors during the cypress test runs, such as not redirect /api/system/ requests to the worker. 2021-10-14 16:25:07 +01:00
mike12345567 1e318ea267 Fixing some issues which were causing errors during the cypress test runs, such as not redirect /api/system/ requests to the worker. 2021-10-14 16:17:20 +01:00
mike12345567 b73fc93cdc Fixing some issues which were causing errors during the cypress test runs, such as not redirect /api/system/ requests to the worker. 2021-10-14 16:16:20 +01:00
Peter Clement 8ab72050f8 Handle longform types within Automations 2021-10-14 15:44:17 +01:00
mike12345567 11b06b717e Fixing issue #3005 - when a filter step is executed it now will fill in the history with a status describing that it stopped, this stops any errors from occurring. 2021-10-14 15:26:38 +01:00
Budibase Staging Release Bot 2853ae849e v0.9.167-alpha.1 2021-10-14 13:45:01 +00:00
mike12345567 c5ed99939c Fixes #2998 the templates API call will no longer fail if no internet, will simply return an empty array. 2021-10-14 14:18:41 +01:00
Andrew Kingston b1f174debe Remove optional chaining from string-templates 2021-10-14 13:04:57 +01:00
Andrew Kingston 6f67a8f20e Fix issue with validity checking binding expressions 2021-10-14 12:53:56 +01:00
Andrew Kingston e43af1afaa Merge branch 'js-binding-drawer' of github.com:Budibase/budibase into js-binding-drawer 2021-10-14 12:02:42 +01:00
Andrew Kingston 29d58f08c1 Block certain browser API's when executing JS in the browser 2021-10-14 12:02:34 +01:00
Andrew Kingston 01dfef735f Use vm2 for JS execution in node, and a vm polyfill for the browser. Use 2 standalone entrypoints for string-templates depending on env 2021-10-14 11:51:05 +01:00
Michael Drury f1e5483e89 Merge pull request #2992 from Budibase/feature/query-transformers
Query transformers
2021-10-14 11:23:28 +01:00
Andrew Kingston 29659361fe Merge branch 'js-binding-drawer' of github.com:Budibase/budibase into js-binding-drawer 2021-10-14 10:45:19 +01:00
Andrew Kingston 06c46dd3a7 Fix issue with button roundness when using other sizes than medium 2021-10-14 10:43:17 +01:00
Andrew Kingston 0b42415374 Fix editing text input settings inline 2021-10-14 10:43:04 +01:00
Andrew Kingston 19198b6d50 Improve pagination state logic to avoid potential windows where state can get out of sync 2021-10-14 10:20:38 +01:00
mike12345567 9cece8b79e Removing the ability to use the bash scripting action in automations in cloud. 2021-10-13 17:03:19 +01:00
Budibase Staging Release Bot 2635c055b7 v0.9.167-alpha.0 2021-10-13 15:56:03 +00:00
mike12345567 bded4a5b56 Merge branch 'develop' of github.com:Budibase/budibase into js-binding-drawer 2021-10-13 16:48:36 +01:00
mike12345567 e548ec3978 Merge branch 'develop' of github.com:Budibase/budibase into feature/query-transformers 2021-10-13 16:47:41 +01:00
mike12345567 80dfd5bd6f Merge branch 'js-binding-drawer' of github.com:Budibase/budibase into feature/query-transformers 2021-10-13 16:42:53 +01:00
mike12345567 4b6ff16091 Some final tweaks. 2021-10-13 16:42:07 +01:00
Budibase Release Bot b321d34fe2 v0.9.166 2021-10-13 15:33:19 +00:00
Martin McKeaveney 1c31ed51c8 fixing auto imported path 2021-10-13 16:23:16 +01:00