mike12345567
|
06d8d19aaa
|
Final typescript conversions for server.
|
2022-11-26 16:24:37 +00:00 |
mike12345567
|
12d6e60525
|
One file left in the server, some fixes after converting the internal row controller.
|
2022-11-26 15:42:53 +00:00 |
mike12345567
|
658f12281d
|
Fixes based on server build so far.
|
2022-11-26 15:10:41 +00:00 |
mike12345567
|
a3bb2e0d77
|
Automation overhaul to Typescript, plus type updates.
|
2022-11-25 19:57:07 +00:00 |
mike12345567
|
7eac8fafd6
|
Some server typescript re-writes, only automations left and some controllers.
|
2022-11-25 15:01:46 +00:00 |
mike12345567
|
d3c4c99e16
|
Complete conversion of backend-core to Typescript.
|
2022-11-24 18:48:51 +00:00 |
mike12345567
|
514f9a1210
|
Some fixes based on test runs.
|
2022-11-23 11:44:15 +00:00 |
mike12345567
|
02ede5d067
|
Finally removing all usages of backend-core/ type imports from server, including some further typescript conversions.
|
2022-11-22 19:49:59 +00:00 |
mike12345567
|
8c2d9ebec8
|
Updating all of the route files to typescript, as well as some controllers.
|
2022-11-22 18:49:19 +00:00 |
mike12345567
|
92210144ff
|
More controller typescript conversions.
|
2022-11-22 16:52:25 +00:00 |
mike12345567
|
8a4da7d4ce
|
Typescript conversion of the table controllers.
|
2022-11-22 13:56:01 +00:00 |
mike12345567
|
8f94664ddd
|
Merge branch 'develop' of github.com:Budibase/budibase into refactor/backend-core-import
|
2022-11-22 12:03:31 +00:00 |
mike12345567
|
de82eca502
|
Some typescript conversions, moving a few imports around.
|
2022-11-21 18:33:34 +00:00 |
Dean
|
192c9b56e2
|
Import refactoring and some review updates.
|
2022-11-21 15:53:47 +00:00 |
Dean
|
64e7239d42
|
Merge remote-tracking branch 'origin/develop' into feature/default-internal-datasource
|
2022-11-21 15:40:11 +00:00 |
mike12345567
|
cfbed0b236
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-11-21 15:05:48 +00:00 |
Dean
|
02a902ebd3
|
Merge remote-tracking branch 'origin/develop' into feature/default-internal-datasource
|
2022-11-21 11:10:29 +00:00 |
Rory Powell
|
e6589fd4c1
|
Require params on db.remove
|
2022-11-21 10:07:51 +00:00 |
Mel O'Hagan
|
2d28bb4005
|
Break if any column is static formula
|
2022-11-18 12:32:04 +00:00 |
mike12345567
|
0d13a77409
|
Some minor updates after running qa-core tests, found some issues that likely exists before context update.
|
2022-11-17 16:30:38 +00:00 |
Dean
|
e932aa105b
|
Shifted the budibase datasource constant to backend-core
|
2022-11-17 16:28:48 +00:00 |
mike12345567
|
31c198888a
|
Updating some enums, plural to single.
|
2022-11-17 14:59:18 +00:00 |
mike12345567
|
4328ed1b67
|
Updating middlewares to Typescript, as well as some fixes based on running tests.
|
2022-11-16 17:24:13 +00:00 |
mike12345567
|
535fab7997
|
Some major reworks towards higher levels of typescript.
|
2022-11-16 17:23:12 +00:00 |
mike12345567
|
5f658a0398
|
Converting further DB layers to TS - fixing mocks.
|
2022-11-15 18:33:24 +00:00 |
Dean
|
2599748918
|
Merge remote-tracking branch 'origin/develop' into feature/default-internal-datasource
|
2022-11-15 17:11:19 +00:00 |
Dean
|
f73b4f8b01
|
Review updates
|
2022-11-15 17:03:35 +00:00 |
Dean
|
ff7a3b8cef
|
Default Datasource and sample row data
|
2022-11-13 21:37:50 +00:00 |
Dean
|
8f058e222b
|
Fix for attachment cleanup on internal row delete.
|
2022-11-13 18:08:48 +00:00 |
mike12345567
|
bc94f20794
|
Typescript conversions - trying to get all of context/db layer into TS.
|
2022-11-11 11:57:50 +00:00 |
mike12345567
|
45e7ef61ef
|
Re-building the context module to use a single object, meaning we can create new context frames and copy over whatever exists, then update.
|
2022-11-10 16:38:32 +00:00 |
mike12345567
|
c744d23832
|
Major update - removing the use of context for PouchDB instances, swapping knowledge of PouchDB to the PouchLike structure that replaces it.
|
2022-11-09 16:53:42 +00:00 |
mike12345567
|
ecb398bf98
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-11-09 13:41:51 +00:00 |
Michael Drury
|
2f6330db4f
|
Removing timeout for export apps - #8589.
|
2022-11-08 20:12:32 +00:00 |
mike12345567
|
b9caf0aef5
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-11-02 20:12:01 +00:00 |
melohagan
|
a9575db549
|
Merge pull request #8472 from Budibase/bug/sev3/validation-error-attachments
Validation error attachments
|
2022-11-02 09:56:28 +00:00 |
Rory Powell
|
496ba57655
|
Fix attachments upload path
|
2022-11-01 21:17:39 +00:00 |
Mel O'Hagan
|
702e7fe184
|
Map attachment string to array if needed
|
2022-11-01 15:59:04 +00:00 |
Mel O'Hagan
|
a57dc85b60
|
Remove ! from error message
|
2022-11-01 12:37:42 +00:00 |
Mel O'Hagan
|
64eff3bab5
|
Merge branch 'develop' into bug/sev3/automation-mysql-id-relationship-uri-decode
|
2022-11-01 08:10:03 +00:00 |
Martin McKeaveney
|
b498941e1a
|
Merge pull request #8382 from Budibase/feature/meta-tag
adding opengraph metatags for better shareable links
|
2022-10-31 10:36:50 +00:00 |
Martin McKeaveney
|
5fd4f29c61
|
Merge pull request #8422 from Budibase/bug/sev5/public-api-404
Public rows API: Return correct status codes
|
2022-10-31 10:36:32 +00:00 |
Mel O'Hagan
|
ea34856896
|
Check for string type before decode
|
2022-10-27 17:55:46 +01:00 |
Mel O'Hagan
|
ee6a5bffd5
|
Patch: Throw 404 if row not found
|
2022-10-27 17:52:28 +01:00 |
Mel O'Hagan
|
73f54c8133
|
Decode id if needed
|
2022-10-27 16:28:26 +01:00 |
Mel O'Hagan
|
a809700ec2
|
Throw 400 when validation fails
|
2022-10-27 15:10:22 +01:00 |
Mel O'Hagan
|
efc73caf44
|
lint
|
2022-10-27 13:49:59 +01:00 |
Mel O'Hagan
|
5aa98fcbac
|
Remove try catch from rows. Correct status codes.
|
2022-10-27 13:49:19 +01:00 |
Martin McKeaveney
|
3e348908f5
|
merge
|
2022-10-26 11:47:25 +01:00 |
Martin McKeaveney
|
37d76cd39d
|
fix typo
|
2022-10-26 11:45:52 +01:00 |