Adria Navarro
|
8a6080ac19
|
Merge branch 'master' into reorganise-row-tests-3
|
2024-03-21 10:55:55 +01:00 |
Sam Rose
|
30a8a89f60
|
Fix debug spec assertions.
|
2024-03-20 18:03:02 +00:00 |
Sam Rose
|
a81a1b13ce
|
Remove mysql mocks.
|
2024-03-20 16:55:34 +00:00 |
Sam Rose
|
6da84d2941
|
Fix lint errors.
|
2024-03-20 16:06:22 +00:00 |
Sam Rose
|
a82c38dc0c
|
Merge branch 'reorganise-row-tests-3' of github.com:budibase/budibase into reorganise-row-tests-3
|
2024-03-20 16:01:49 +00:00 |
Sam Rose
|
07c6dcc0c0
|
Merge branch 'master' of github.com:budibase/budibase into reorganise-row-tests-3
|
2024-03-20 16:01:29 +00:00 |
Sam Rose
|
4783426b0f
|
Merge branch 'master' of github.com:budibase/budibase into reenable-no-unused-vars
|
2024-03-20 11:46:59 +00:00 |
Sam Rose
|
217b39c232
|
Reenable no-unused-vars
|
2024-03-20 11:46:39 +00:00 |
Adria Navarro
|
beb02bfcac
|
Fix flakiness
|
2024-03-20 11:15:12 +01:00 |
Michael Drury
|
856334e333
|
Merge branch 'master' into fix/13282
|
2024-03-19 17:05:51 +00:00 |
mike12345567
|
74abee8902
|
Fixing snapshot test.
|
2024-03-19 16:52:16 +00:00 |
Sam Rose
|
9eeb04fa95
|
Fix broken mocks.
|
2024-03-19 16:50:48 +00:00 |
Sam Rose
|
9d351bcfed
|
Merge branch 'master' of github.com:budibase/budibase into add-lints-for-only
|
2024-03-19 15:25:33 +00:00 |
mike12345567
|
abdff7d8e6
|
Adding test case.
|
2024-03-19 13:22:43 +00:00 |
Sam Rose
|
1785f3af7e
|
Get lint passing.
|
2024-03-19 10:55:51 +00:00 |
Sam Rose
|
7a63dc9830
|
Making progress on getting the eslint-jest plugin working.
|
2024-03-19 10:46:59 +00:00 |
Sam Rose
|
1f63f0bddf
|
Run auto fix.
|
2024-03-19 09:46:10 +00:00 |
Adria Navarro
|
6d7712fbdc
|
Remove .only
|
2024-03-18 10:18:45 +01:00 |
Sam Rose
|
d4f9822c74
|
Move viewV2 tests out of row.spec.ts and into viewV2.spec.ts.
|
2024-03-15 17:03:47 +00:00 |
Sam Rose
|
fec6c7d267
|
Fold some mocky unit tests into row.spec.ts
|
2024-03-15 15:57:27 +00:00 |
Sam Rose
|
ac61087379
|
Merge branch 'master' into reorganise-row-tests
|
2024-03-15 12:02:17 +00:00 |
deanhannigan
|
7a737e7664
|
Merge branch 'master' into feature/app-list-actions
|
2024-03-15 09:31:54 +00:00 |
deanhannigan
|
72a671e93b
|
Merge branch 'master' into feature/app-list-actions
|
2024-03-15 09:10:57 +00:00 |
Sam Rose
|
3c2f2b95b3
|
Finishing touches.
|
2024-03-14 17:29:50 +00:00 |
Sam Rose
|
3b68873fc4
|
Move more view tests out of row.spec.ts
|
2024-03-14 17:17:56 +00:00 |
Sam Rose
|
850fb3d4ec
|
Get viewV2.spec.ts running against real databases.
|
2024-03-14 17:11:09 +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 |
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
|
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 |
Andrew Kingston
|
2d12a1a8fa
|
Add server-side validation for snippet names
|
2024-03-13 11:48:17 +00:00 |
Sam Rose
|
a70cb903f6
|
Remove jest timeout.
|
2024-03-12 17:17:01 +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 |
Dean
|
d6fd5933a4
|
PR feedback and bug fix for server tests being completely skipped
|
2024-03-11 14:22:41 +00:00 |
deanhannigan
|
66f0deecae
|
Merge branch 'master' into feature/app-list-actions
|
2024-03-08 14:44:08 +00:00 |
deanhannigan
|
460c2573e4
|
Merge branch 'master' into feature/app-list-actions
|
2024-03-08 12:24:15 +00:00 |
mike12345567
|
9ec77c45c8
|
Adding test case to confirm works as expected.
|
2024-03-08 10:24:48 +00:00 |
Sam Rose
|
182a1df960
|
Fix the bug, I think.
|
2024-03-05 17:35:04 +00:00 |
Dean
|
136eeefc26
|
Merge remote-tracking branch 'origin/master' into feature/app-list-actions
|
2024-03-05 16:24:14 +00:00 |
Dean
|
320b443ca4
|
Feedback changes. Permission change for app delete from GLOBAL_BUILDER to BUILDER. Minor updates to quota behaviour for apps.
|
2024-03-05 16:23:39 +00:00 |
Sam Rose
|
f1decee010
|
Get test passing.
|
2024-03-05 14:37:06 +00:00 |