1
0
Fork 0
mirror of synced 2024-07-11 01:06:04 +12:00
Commit graph

10866 commits

Author SHA1 Message Date
Adria Navarro dff96b88a2 Remove --frozen-lockfile 2024-03-15 14:53:50 +01:00
Adria Navarro 2d641a9672 Clean worker and server dockerfile string-templates injection 2024-03-15 14:53:50 +01:00
Adria Navarro 21fbd53041 Fix test mapper 2024-03-15 14:53:25 +01:00
Dean b8277fc60f Merge remote-tracking branch 'origin/feature/app-list-actions' into feature/app-favourites 2024-03-15 10:01:38 +00:00
deanhannigan 7a737e7664
Merge branch 'master' into feature/app-list-actions 2024-03-15 09:31:54 +00:00
Dean f2dbeed6e8 Merge remote-tracking branch 'origin/feature/app-list-actions' into feature/app-favourites 2024-03-15 09:20:02 +00:00
deanhannigan 72a671e93b
Merge branch 'master' into feature/app-list-actions 2024-03-15 09:10:57 +00:00
Dean 4949ea1bcd PR feedback 2024-03-15 09:09:44 +00:00
Andrew Kingston b6eab42c18 Merge branch 'cheeks-lab-day-binding-eval' of github.com:Budibase/budibase into cheeks-snippets-poc 2024-03-14 16:24:16 +00:00
Sam Rose 76e1a4b7da
Fix type check errors. 2024-03-14 11:19:04 +00:00
Dean 9755d40203 Merge remote-tracking branch 'origin/feature/app-list-actions' into feature/app-favourites 2024-03-14 09:52:01 +00:00
deanhannigan 1db358d5c2
Merge branch 'master' into feature/app-list-actions 2024-03-14 09:33:33 +00:00
Sam Rose 3da2261735
Convert view.spec.js to TypeScript, remove reliace on TestConfiguration. 2024-03-14 09:22:50 +00:00
Sam Rose 64ea77237f
Merge branch 'master' into budi-8067-sql-testing-more-datasource-types 2024-03-14 09:21:46 +00:00
Sam Rose 76ecfedaed
Reduce reliance on config a bit more. 2024-03-13 16:44:05 +00:00
Sam Rose 68777b0843
Remove all uses of config.createTable 2024-03-13 16:32:33 +00:00
Sam Rose d3c8a28ab6
Remove more old testing practices. 2024-03-13 16:20:45 +00:00
Sam Rose ed2926d924
Significantly reduce reliance on the config.* methods on row.spec.ts, making them more independent. 2024-03-13 16:08:21 +00:00
Adria Navarro 625c1dda9f Improve tests 2024-03-13 16:54:39 +01:00
Adria Navarro 940ff5acd2 Fix table changes with empty attachments 2024-03-13 16:48:58 +01:00
Adria Navarro 0420734d97 Add failing test 2024-03-13 16:48:32 +01:00
Sam Rose dbf2efb76d
Merge branch 'budi-8067-sql-testing-more-datasource-types' of github.com:budibase/budibase into budi-8067-sql-testing-more-datasource-types 2024-03-13 13:38:29 +00:00
Sam Rose a5c8e8845f
Implement Adri's type guard suggestion. 2024-03-13 13:38:08 +00:00
Andrew Kingston 30622a56ca Add updated snippets IVM bundle 2024-03-13 12:50:26 +00:00
Andrew Kingston 663abde785 Optimise isolated-vm snippet performance by using a map and by caching evaluated snippets 2024-03-13 12:48:55 +00:00
Andrew Kingston 2d12a1a8fa Add server-side validation for snippet names 2024-03-13 11:48:17 +00:00
Sam Rose 05cd71107b
Merge branch 'master' into budi-8067-sql-testing-more-datasource-types 2024-03-13 11:29:46 +00:00
Andrew Kingston e45beff059 Merge branch 'master' of github.com:Budibase/budibase into cheeks-snippets-poc 2024-03-13 10:21:07 +00:00
Andrew Kingston c25ea7a9d7 Fix external triggers not getting snippet context 2024-03-13 09:42:31 +00:00
Adria Navarro cc275983dc
Merge branch 'master' into cleanup-isolates 2024-03-13 10:30:37 +01:00
Andrew Kingston 20f4c5a77d Add snippet context before testing automations manually 2024-03-12 21:41:00 +00:00
Andrew Kingston 28d938ba3e Lint 2024-03-12 19:09:32 +00:00
Sam Rose d061c19c80
Remove some extraneous, unused code. 2024-03-12 17:21:33 +00:00
Sam Rose a70cb903f6
Remove jest timeout. 2024-03-12 17:17:01 +00:00
Andrew Kingston 16ce5ac65e Update how snippets are fetched and enriched into context, because HBS helpers can't be async 2024-03-12 17:02:01 +00:00
Andrew Kingston 10c581c3be Fetch snippets from app doc when creating a new isolate 2024-03-12 15:39:26 +00:00
Sam Rose aff0209176
MariaDB tests passing. 2024-03-12 15:27:34 +00:00
Sam Rose 1334f5dcc5
SQL Server fully passing. 2024-03-12 14:46:52 +00:00
Sam Rose 477d17b53e
Making progress on getting SQL Server working. 2024-03-12 12:25:30 +00:00
Sam Rose d1f876d67f
Fix test that was failing because SQL Server doesn't allow you to insert values into primary key columns unless you set a setting. 2024-03-12 10:55:58 +00:00
Sam Rose ce209a16b3
Get tests running with SQL Server. Need to make them pass next. 2024-03-12 10:42:42 +00:00
Sam Rose 186f916b40
Get tests passing against a real MySQL. 2024-03-12 09:57:59 +00:00
Andrew Kingston 8b71c2731b Merge branch 'cheeks-lab-day-binding-eval' of github.com:Budibase/budibase into cheeks-snippets-poc 2024-03-11 16:16:29 +00:00
Dean 1cd20781fb Merge remote-tracking branch 'origin/feature/app-list-actions' into feature/app-favourites 2024-03-11 14:41:07 +00:00
Dean debb7c7255 Merge remote-tracking branch 'origin/master' into feature/app-list-actions 2024-03-11 14:33:05 +00:00
Dean d6fd5933a4 PR feedback and bug fix for server tests being completely skipped 2024-03-11 14:22:41 +00:00
Andrew Kingston af10b65d51 Merge branch 'cheeks-lab-day-binding-eval' of github.com:Budibase/budibase into cheeks-snippets-poc 2024-03-11 13:55:12 +00:00
Dean c5753dab0a Fix for duplicate app, PR feedback. Update for View only UX in app row, ensure favourite is displayed 2024-03-11 09:20:19 +00:00
mike12345567 507fa2b417 Quick fix for #12502 - the schema was never updating in the UI no matter what was input despite the response - cleaned up the key parsing a little on the backend and made sure there is simply one schema that the frontend always uses, respecting whatever the backend responds with. 2024-03-08 16:50:59 +00:00
deanhannigan 66f0deecae
Merge branch 'master' into feature/app-list-actions 2024-03-08 14:44:08 +00:00