1
0
Fork 0
mirror of synced 2024-09-21 20:01:32 +12:00
Commit graph

387 commits

Author SHA1 Message Date
Sam Rose
9d8c18337d
Type role controller. 2024-03-04 16:42:41 +00:00
Sam Rose
143daa153c
Fix ViewV2 tests. 2024-03-04 09:38:53 +00:00
Sam Rose
89a03af92a
Fix table test. 2024-03-04 09:20:32 +00:00
Sam Rose
594cd5ee56
Fix permissions tests. 2024-03-01 17:40:10 +00:00
Sam Rose
37a10857df
Migrate ViewV2API 2024-03-01 17:35:51 +00:00
Sam Rose
7fa5dbeec9
Migrate UserAPI 2024-03-01 17:17:38 +00:00
Sam Rose
149d2c0b29
Migrate ScreenAPI 2024-03-01 17:14:30 +00:00
Sam Rose
f91db6d985
Migrate RowAPI.search 2024-03-01 17:13:46 +00:00
Sam Rose
c0907d37ef
Migrate RowAPI.bulkImport 2024-03-01 17:12:46 +00:00
Sam Rose
02ac338c3f
deleteMany -> bulkDelete 2024-03-01 17:11:19 +00:00
Sam Rose
a4e212c0d8
Migrate RowAPI.exportRows 2024-03-01 17:10:49 +00:00
Sam Rose
376bb9c105
Migrate RowAPI.fetch 2024-03-01 17:04:35 +00:00
Sam Rose
a98948150d
Migrate RowAPI.delete 2024-03-01 17:03:34 +00:00
Sam Rose
4efafaeeaf
Migrate RowAPI.patch 2024-03-01 16:40:47 +00:00
Sam Rose
58b1c2bca6
Migrate RowAPI.validate 2024-03-01 16:39:57 +00:00
Sam Rose
a639ba91d3
Migrate RowAPI.save 2024-03-01 16:38:31 +00:00
Sam Rose
5d42804020
Migrate some of RowAPI, WIP 2024-03-01 15:20:07 +00:00
Sam Rose
16e9c5ff4e
Migrate QueryAPI 2024-03-01 14:33:18 +00:00
Sam Rose
f5f81a5fb0
Fix tests. 2024-03-01 13:59:55 +00:00
Sam Rose
46bec3c515
Migrate PermissionAPI 2024-02-29 17:33:36 +00:00
Sam Rose
1a2a77fc91
Migrate LegacyViewAPI 2024-02-29 15:59:03 +00:00
Sam Rose
4fbe03bbda
Migrate DatasourceAPI. 2024-02-29 15:50:18 +00:00
Sam Rose
5163434b08
Convert BackupAPI. 2024-02-29 14:33:09 +00:00
Sam Rose
6b306266b5
Only show stack traces if you ask for them. 2024-02-29 11:09:39 +00:00
Sam Rose
8488ff4144
Print stack traces from inside request handler. 2024-02-29 09:19:14 +00:00
Sam Rose
e309282ff7
Fix type checks. 2024-02-28 17:46:16 +00:00
Sam Rose
d9cffa1878
Migrate AttachmentAPI. 2024-02-28 17:43:39 +00:00
Sam Rose
7a48fd85ac
Migrate ApplicationAPI 2024-02-28 17:27:15 +00:00
Sam Rose
3e76511ffd
Merge branch 'master' of github.com:budibase/budibase into test-api-unification 2024-02-28 16:56:39 +00:00
Sam Rose
f1ed7af439
Rework the API slightly. 2024-02-28 16:55:45 +00:00
Sam Rose
3203cc3d72
Convert TableAPI. 2024-02-28 16:27:14 +00:00
Sam Rose
237634386c
More typing fixes. 2024-02-28 12:19:08 +00:00
Sam Rose
a9392b2176
More types. 2024-02-28 12:13:13 +00:00
Sam Rose
bfb0064289
More types. 2024-02-28 11:46:58 +00:00
Sam Rose
c81ca66aa4
Get tests passing again. 2024-02-28 11:16:26 +00:00
Sam Rose
7ac2449201
Working on typing TestConfiguration.ts. 2024-02-28 10:08:42 +00:00
Sam Rose
8f61b69ee5
Merge branch 'master' of github.com:budibase/budibase into budi-7710-user-groups-do-not-fully-support-custom-roles 2024-02-26 17:28:51 +00:00
Sam Rose
04e5699c9c
Finish modernising application.spec.ts 2024-02-26 16:00:12 +00:00
Sam Rose
b9600d8330
More progress on modernising application tests. 2024-02-26 11:57:56 +00:00
melohagan
896b879ce7
Feature/query array schema (#13118)
* Revert "Revert "Add nestedSchemaFields to RestQueryViewer (#13102)""

This reverts commit 6545af12fa.

* Revert "Revert "Dynamic schema generation for query arrays: bug fix and refactor (#13…""

This reverts commit ae4bc362c3.
2024-02-22 17:06:08 +00:00
Martin McKeaveney
ae4bc362c3
Revert "Dynamic schema generation for query arrays: bug fix and refactor (#13…"
This reverts commit 0c9d13c79a.
2024-02-21 21:30:22 +00:00
Sam Rose
b2c4f04aa6
Typing and config.api'ing application.spec.ts, WIP 2024-02-21 17:52:58 +00:00
melohagan
0c9d13c79a
Dynamic schema generation for query arrays: bug fix and refactor (#13082)
* Bug fix and refactor

* lint

* Refactor

* refactor

* lint

* type fixes

* Unit test fix and refactor

* refactor

* Make name option for preview, required for query

* Refactor unit tests

* Fix test

* update account-portal

* Revert "update account-portal"

This reverts commit e378f8d702.

* simplify set iteration

* comment
2024-02-21 15:33:13 +00:00
Adria Navarro
73bf29ab3c Clean code 2024-02-21 11:22:43 +01:00
Adria Navarro
f68e7359c6 Fix csrf usage 2024-02-21 10:57:49 +01:00
Adria Navarro
f7d5ccee3c Fix setting up email 2024-02-21 10:42:36 +01:00
Adria Navarro
0b5226413b Fix ids 2024-02-21 10:36:17 +01:00
Adria Navarro
e988890a7e Remove defaultUserValues from test config 2024-02-21 10:12:06 +01:00
Sam Rose
c7ec698d30
Ensure a backup is complete before attempting to import it. 2024-02-20 12:20:35 +00:00
Adria Navarro
3ee555e72a Fix js tests 2024-02-12 12:50:23 +01:00