Daniele Teti
636341d822
NamedSQLQuery (WIP)
2023-08-09 01:23:24 +02:00
Daniele Teti
47c3003f15
Better organization of method between TMVCActiveRecord and TMVCActiveRecordHelper
2023-08-09 00:46:31 +02:00
Daniele Teti
0053885bc1
Better exception description and better recognize of boolean type when database doesn't know boolean field types
2023-08-08 18:54:44 +02:00
Daniele Teti
c201c916cb
https://github.com/danieleteti/delphimvcframework/issues/675
2023-08-08 14:31:23 +02:00
Daniele Teti
4a27f8b64d
- Updated unittest with the new TMVCResponse behavior
2023-08-04 14:34:42 +02:00
Daniele Teti
8631a155ff
- Added IMVCResponse with related helper methods "MVCResponse(...)"
...
- IMVCObjectDictionary can be serialized as attribute and not only as root object (required to serialize IMVCObjectDictionary from TMVCResponse)
2023-08-04 13:09:05 +02:00
Daniele Teti
9b9f2b0a21
Improved CRUD Actions generated by wizard
2023-08-03 17:05:04 +02:00
Daniele Teti
7e451ae1d6
Added specific rendering case for TMVCResponse and its child classes
2023-08-03 17:04:28 +02:00
João Antônio Duarte
1d50399b4f
Fixed data decompression in TMVCRestClient. On MACOS/iOS clients the decompression is automatic.
2023-07-25 15:42:08 -03:00
Daniele Teti
4c46381fc8
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
2023-07-20 16:48:14 +02:00
Daniele Teti
49ed5c7824
Fixed a default initialization for JWT (thanks to Flavio Basile)
2023-07-20 16:47:48 +02:00
danieleteti
6f8caf88e0
chore(docs): update TOC
2023-07-20 14:41:08 +00:00
Daniele Teti
34bddfc8fd
Improved TMVCResponse to better suit the new functional actions
2023-07-20 16:40:39 +02:00
Daniele Teti
7bf4b82db7
More unit tests for functional actions
2023-07-19 14:35:25 +02:00
Daniele Teti
329aaa9190
Added more tests on "functional actions"
2023-07-19 12:29:16 +02:00
Daniele Teti
61d021b92a
Improved dataset handling for functional actions.
2023-07-19 11:10:21 +02:00
Daniele Teti
e6fc21dff9
Merge branch 'master' into feature_642_functions_as_action
...
# Conflicts:
# packages/d113/dmvcframework_group.groupproj
# sources/MVCFramework.Commons.pas
2023-07-18 13:44:14 +02:00
Daniele Teti
69d9780b02
TMVCActiveRecord correnctly handle "DirectExecute" params in Exec* methods
2023-07-12 15:01:58 +02:00
Daniele Teti
ee13993501
Ability to generate classes as abstract
2023-07-07 20:42:00 +02:00
Daniele Teti
2b65a1d503
In case of MVCPartitioning and DefaultFiltering are both present, DefaultFiltering wins.
...
While the partitioning in enforced at insert, the update doesn't enforce partitioning. This allows to implement proper OOP architecture (person -> employee -> manager)
2023-07-07 20:29:09 +02:00
Daniele Teti
7a3ad403f8
Added RenderFile and RenderStream as aliases for SendFile and SendStream
2023-07-07 20:27:24 +02:00
Daniele Teti
ae5284d7bf
Added specific sample to show how to render binary data "render_binary_contents"
2023-07-07 20:26:49 +02:00
Daniele Teti
6fd2e33bda
Updated README.md
2023-06-21 17:11:15 +02:00
Daniele Teti
17d9afc58e
https://github.com/danieleteti/delphimvcframework/issues/667
2023-06-21 12:56:21 +02:00
Daniele Teti
0374d8fa4b
Added MSHeap.pas ( https://github.com/RDP1974/DelphiMSHeap )
2023-06-21 12:30:29 +02:00
Daniele Teti
1bccc507f9
Refactored some tests
2023-06-21 12:20:46 +02:00
Daniele Teti
2e11e63926
Improved dotEnv parser to better handling border cases
2023-06-16 14:58:17 +02:00
Daniele Teti
2365be432b
Wrong comparison in checks for ro/RW/PK fields
2023-06-16 00:59:51 +02:00
Daniele Teti
2e2d3a499e
Added support for configuration; better handling for topics cleaning.
2023-06-15 23:42:07 +02:00
Daniele Teti
70be43c586
Merge commit 'ef447743a882db2dbb2aee207fc945b5376ca427'
2023-06-15 11:30:29 +02:00
Daniele Teti
9c5cdecccc
Removed dotEnv(<instance>), introduced dotEnvConfigure(TFunc<IMVCDotEnv>); ide expert updated accordingly
2023-06-14 17:57:33 +02:00
Daniele Teti
93ee4225f4
Small improvements on shutdown
2023-06-06 17:34:24 +02:00
Daniele Teti
e30db206cc
Wizard and related samples updated
2023-06-06 17:33:37 +02:00
Daniele Teti
5ecd346803
Sample .env file
2023-06-06 17:03:38 +02:00
Daniele Teti
fd19c463f2
Wizard uses dotEnv configurations
2023-06-06 13:00:21 +02:00
Daniele Teti
2604c3a52f
Integrating dotEnv engine in dmvcframework projects - starting with the concurrency_speed_test
2023-06-06 10:16:34 +02:00
Daniele Teti
1d6483d1f4
Set SwagDoc.dproj as "Explicit Rebuild Package"
2023-06-05 16:52:49 +02:00
Daniele Teti
f7a15b4fb2
Refactored custom logging sample
2023-06-05 10:01:09 +02:00
danieleteti
9f96a4b7e6
chore(docs): update TOC
2023-06-04 21:46:40 +00:00
Daniele Teti
ad5e5c9391
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
2023-06-04 23:46:05 +02:00
Daniele Teti
ca5ead2cff
added dotEnv section in read.me
2023-06-04 18:33:54 +02:00
danieleteti
d0f38150f0
chore(docs): update TOC
2023-06-04 16:20:21 +00:00
Daniele Teti
607a30a3f0
https://github.com/danieleteti/delphimvcframework/issues/664
2023-06-04 18:19:50 +02:00
Daniele Teti
23927c806c
Merge branch 'master' into feature_642_functions_as_action
2023-05-30 12:52:10 +02:00
Daniele Teti
85389b8fb6
Splitted IMVCDotEnv in IMVCDotEnvBuilder and IMVCDotEnv
2023-05-30 12:03:20 +02:00
Daniele Teti
724c797cbf
Improved some unit tests - fix some failing tests
2023-05-27 12:20:24 +02:00
Daniele Teti
1dea5bbd0e
Updated copyright
2023-05-26 18:47:17 +02:00
Daniele Teti
a05060b18c
https://github.com/danieleteti/delphimvcframework/issues/663
...
Reverted commit ba537b2ad9
related to issue https://github.com/danieleteti/delphimvcframework/issues/658
2023-05-26 18:46:59 +02:00
Daniele Teti
3ddda59e33
Added support for dotEnv multiline keys - added dotEnv show case (WIP)
2023-05-25 00:48:03 +02:00
Daniele Teti
d892c21cc4
Support for .env (WIP)
2023-05-24 10:55:43 +02:00