Commit Graph

1295 Commits

Author SHA1 Message Date
Daniele Teti
ae1eda03e1 Added GetFrameworkType method 2020-08-22 15:37:08 +02:00
Daniele Teti
55c82cfafc book cover 2020-08-22 12:48:01 +02:00
Daniele Teti
c04506010f Added react demo to readme 2020-08-15 09:54:06 +02:00
Daniele Teti
8ece6ed7a4
Merge pull request #409 from angelosobreira/reactdemo
React Demo
2020-08-15 09:48:45 +02:00
Daniele Teti
7576ab8bf8 Added the ability to deserialize an object starting from an arbitrary node in the JSON (or other format) present in the request body.
Improved the primary key type handling for manual handling in MVCActiveRecord.
Improved activerecord_showcase sample.
2020-08-13 17:40:02 +02:00
Daniele Teti
a690bea612 Added foReadonly and foWriteOnly os MVCActiveRecord Field Options 2020-08-11 00:54:42 +02:00
Daniele Teti
2e42f10466 Updated roadmap 2020-08-09 10:16:45 +02:00
Daniele Teti
465de5cbab TMVCRenderer methods used by TEntityProcessor become public again 2020-08-09 09:38:54 +02:00
angelosobreira
2ab97c6f65 React Demo 2020-08-08 17:24:20 -03:00
Daniele Teti
a3464c38d0 Small router improvements. 2020-08-08 01:03:37 +02:00
Daniele Teti
c05cbfffb7 Improved JSON-RPC Hooks 2020-08-06 17:40:56 +02:00
Daniele Teti
b1c56b6a2c completed unit tests 2020-08-06 00:28:54 +02:00
Daniele Teti
6656314501 formatting 2020-08-05 14:56:11 +02:00
Daniele Teti
75cdf7f720 Hooks signature changed. 2020-08-05 09:50:06 +02:00
Daniele Teti
a9bdb0291a added badges 2020-08-01 01:27:50 +02:00
Daniele Teti
27af7eb39f Version bump for 3.2.1 (carbon) 2020-07-29 12:56:56 +02:00
Daniele Teti
c90aa1c028 Fixed some unit tests after jsonrpc refactoring 2020-07-29 12:35:12 +02:00
Daniele Teti
49cafdc473 JSON-RPC named params change. 2020-07-29 00:12:23 +02:00
Daniele Teti
f06ae5f11c Improved name casing resolution for JSON-RPC named params 2020-07-29 00:11:10 +02:00
Daniele Teti
311f392505 v3.2.0-boron 2020-07-22 15:01:37 +02:00
Daniele Teti
0d7fa465fc TableName is no more serialized in ActiveRecord 2020-07-18 20:14:58 +02:00
Daniele Teti
ba9e74492b Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2020-07-13 17:06:05 +02:00
Daniele Teti
4bebea287c Added ActiveRecord unittests for Firebird (using firebird embedded). Now unit tests automatically tests sqlite and firebird. All the other RDBMS are tested manually using activerecord_showcase sample. 2020-07-13 17:05:22 +02:00
João Antônio Duarte
e356e3fd57 Merge remote-tracking branch 'upstream/master' 2020-07-04 17:46:23 -03:00
João Antônio Duarte
b1bae8b736 Updated Swagger UI and removed online validation of JSON schemas 2020-07-04 17:45:44 -03:00
Daniele Teti
fb87e9e1f4 https://github.com/danieleteti/delphimvcframework/issues/401 2020-07-02 23:19:36 +02:00
Daniele Teti
70518f9a4b Relaxed test in deserialization of integer properties from json property of type string 2020-06-29 19:13:04 +02:00
Daniele Teti
e6a7c80ef6 Improved caching and add X-Powered-By optional header 2020-06-29 19:11:41 +02:00
Daniele Teti
0145a1c89e Fix for CompressionMiddleware when compiled as apache or IIS module with compression enabled 2020-06-29 18:07:25 +02:00
Daniele Teti
3948f62a40 Improved unittest for sqlite 2020-06-25 23:19:00 +02:00
Daniele Teti
9b61fe8653 SQLite and Interbase fix for date and time types 2020-06-25 22:54:57 +02:00
Daniele Teti
787309889e Added first sample for APIBinder 2020-06-25 00:09:07 +02:00
Daniele Teti
57e785efd7 Small fixes for Interbase SQLGenerator 2020-06-24 23:51:06 +02:00
Daniele Teti
a8ee598b9d Small refactoring before 3.2.0-boron final 2020-06-24 00:00:47 +02:00
Daniele Teti
a8ac6a7206 Updated JSON Parser 2020-06-23 23:43:08 +02:00
João Antônio Duarte
a6ffb35b6f Added more tests for serializing/deserializing generic objects 2020-06-23 09:00:39 -03:00
João Antônio Duarte
54fad7f5a7 Merge branch 'vsantos-desenv-master' 2020-06-22 18:43:20 -03:00
João Antônio Duarte
82f0396979 Correction of compilation and removal of warnings 2020-06-22 18:42:15 -03:00
Vinicius Vieira dos Santos
8328327389 fix generic list serialization of a generic object 2020-06-22 17:54:20 -03:00
Daniele Teti
7d07b99499 Added "JSON Object -> String property" deserialization 2020-06-22 18:09:12 +02:00
Daniele Teti
aaa34ca410 Added "TMVCActiveRecord.SelectOneByRQL", Removed "Context.Request.HeaderNames" 2020-06-22 15:24:20 +02:00
Daniele Teti
af91c92563 Added Context.Request.HeaderNames: TArray<String> 2020-06-20 19:41:12 +02:00
Daniele Teti
aae0105698 Added support for Count(RQL) for all SQLGenerators and all supported RDBMSes 2020-06-19 19:31:34 +02:00
Daniele Teti
92fbdf0043 Added RQL->SQL without order by and limit 2020-06-19 17:48:47 +02:00
Daniele Teti
25a677bb40 Added count parameter in GET /($entity) and POST /($entity)/searches 2020-06-19 16:01:07 +02:00
Daniele Teti
66c9a0f75d Added RQL support description in README.md 2020-06-19 10:04:41 +02:00
Daniele Teti
06b5f795f7 Small FIX ActiveRecordController 2020-06-18 15:54:05 +02:00
Daniele Teti
e76ece994e Small FIXES for ActiveRecordController 2020-06-18 14:49:06 +02:00
Daniele Teti
ad23c85469 https://github.com/danieleteti/delphimvcframework/issues/386 2020-05-28 22:42:16 +02:00
Daniele Teti
516101ebb8 https://github.com/danieleteti/delphimvcframework/issues/388 2020-05-28 22:35:45 +02:00