Daniele Teti
|
3388354743
|
Serialization support for all the types in MVCFramework.Nullables
|
2020-02-03 10:51:40 +01:00 |
|
Daniele Teti
|
1ddb6e11b9
|
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
|
2020-01-24 10:09:40 +01:00 |
|
Daniele Teti
|
3233ea123f
|
Fixed a mleak in caso of disconnection while the request is running (https://github.com/danieleteti/delphimvcframework/issues/323)
|
2020-01-24 10:09:14 +01:00 |
|
João Antônio Duarte
|
33cd117255
|
Merge pull request #320 from juliomar/master
Correction of the example to run the windows service
|
2020-01-17 17:30:00 -03:00 |
|
juliomar
|
990eec48ed
|
Correction of the example to run the windows service
|
2020-01-17 17:25:31 -03:00 |
|
Daniele Teti
|
9d7ff23c11
|
Added more unit tests for MVCActiveRecord
|
2020-01-08 23:59:41 +01:00 |
|
Daniele Teti
|
23b3826f02
|
Fixed WineCellar* samples (thank you Stephen)
|
2020-01-08 20:34:02 +01:00 |
|
Daniele Teti
|
25f67480cb
|
interbase db
|
2020-01-08 15:32:08 +01:00 |
|
Daniele Teti
|
4eb5444cb6
|
Added sequence support fo mvcactiverecord (required for interbase, optional for other dbms)
|
2020-01-08 15:30:10 +01:00 |
|
Daniele Teti
|
b5df488157
|
Updated SQLite sample schema to correctly work with the mvcactiverecord nullable tests
|
2020-01-07 14:58:04 +01:00 |
|
Daniele Teti
|
9027d0e192
|
3.2.0-boron-RC3
|
2020-01-06 16:51:54 +01:00 |
|
Daniele Teti
|
8144baf40c
|
Nulls support in MVCActiveRecord (check activerecord_showcase sample)
|
2020-01-06 16:49:18 +01:00 |
|
Daniele Teti
|
b097121ee7
|
First working version of nullable support for mvcactiverecord
|
2020-01-04 12:54:38 +01:00 |
|
Daniele Teti
|
691e6e9832
|
Merge pull request #317 from joaoduarte19/swagger_improvements
Swagger improvements
|
2020-01-03 23:40:06 +01:00 |
|
João Antônio Duarte
|
64d9936784
|
Added EnumValues parameter to MVCSwagParamAttribute attribute. When adding an enum, swagger will display a list of possible values to select
|
2020-01-03 18:08:47 -03:00 |
|
João Antônio Duarte
|
996c1344c7
|
improved path ordering
Added DefaultValue parameter to MVCSwagParamAttribute attribute
|
2020-01-03 17:47:01 -03:00 |
|
João Antônio Duarte
|
4c60e67a3e
|
Added ordering of paths by tags
|
2020-01-03 16:49:53 -03:00 |
|
João Antônio Duarte
|
7222b19003
|
Json schemas moved to Definitions section
|
2020-01-03 15:48:22 -03:00 |
|
Daniele Teti
|
7230149cb2
|
dmvchandbook cover
|
2019-12-23 18:40:31 +01:00 |
|
Daniele Teti
|
7c89df545d
|
Middleware Trace
|
2019-12-23 18:37:28 +01:00 |
|
Daniele Teti
|
e2f6bd76d4
|
https://github.com/danieleteti/delphimvcframework/issues/312
|
2019-12-23 18:35:21 +01:00 |
|
Daniele Teti
|
ab3ef05550
|
Updated roadmap and readme page
|
2019-12-23 17:51:44 +01:00 |
|
Daniele Teti
|
09c7634001
|
Merge pull request #314 from landrix/master
SSL-server-support for TMVCListener
|
2019-12-23 17:34:07 +01:00 |
|
Daniele Teti
|
519d607b90
|
Added a NOTE field in all ActiveRecordDB - the sample has been updated as well
|
2019-12-23 10:35:36 +01:00 |
|
Sven Harazim
|
ed3757ac52
|
SSL-server-support for TMVCListener
|
2019-12-19 10:39:13 +01:00 |
|
Daniele Teti
|
fdcb617801
|
Improved error messages for ActiveRecord
|
2019-12-17 17:34:23 +01:00 |
|
Daniele Teti
|
3793a42b5d
|
Improved router ACCEPT resolution - Improved MSSQLServer support for nvarchar(max) data type
|
2019-12-17 14:52:11 +01:00 |
|
Daniele Teti
|
2f43b31bbd
|
v3_2_0-boron-RC2
|
2019-12-01 20:55:31 +01:00 |
|
Daniele Teti
|
b4a5c9bdab
|
Fix some packages issues
|
2019-12-01 17:40:45 +01:00 |
|
Daniele Teti
|
57da1259d8
|
MVCAREntitiesGenerator can optionally register all the generated entities also in the ActiveRecordMappingRegistry (Thanks to [Fabrizio Bitti](https://twitter.com/fabriziobitti) from [bit Time Software](http://www.bittime.it))
|
2019-11-28 19:04:26 +01:00 |
|
Daniele Teti
|
9b57586dd4
|
Added ConfigHTTPClient in MVCJSONRPCExecutor
|
2019-11-28 00:19:27 +01:00 |
|
João Antônio Duarte
|
dfa619f14f
|
Merge pull request #304 from joaoduarte19/swagger_improvements
Swagger Improvements
|
2019-11-27 16:31:06 -03:00 |
|
João Antônio Duarte
|
00bb4c6e21
|
Added MVCSwagIgnorePathAttribute attribute to allow hiding endpoints in swagger documentation
|
2019-11-27 16:27:07 -03:00 |
|
Daniele Teti
|
7552fb6c15
|
Added Map* methods to TMVCActiveRecord. Improved DataSet serialization for JsonDataObjects.
|
2019-11-27 19:04:06 +01:00 |
|
Daniele Teti
|
94b35e9013
|
Merge pull request #298 from poyop/SwaggerDocImprovment
Login's Swagger Documentation improvement
|
2019-11-25 12:30:48 +01:00 |
|
Mauricio Montuori
|
082a794bc3
|
Merge remote-tracking branch 'origin/SwaggerDocImprovment' into SwaggerDocImprovment
|
2019-11-18 22:49:33 -03:00 |
|
Mauricio Montuori
|
e088a0555e
|
Added Login Parameters to Swagger Documentation
|
2019-11-18 22:49:10 -03:00 |
|
Mauricio Montuori
|
8b48250eba
|
Added Login Parameters to Swagger Documentation
|
2019-11-18 22:28:12 -03:00 |
|
Daniele Teti
|
aa93aecbaf
|
Merge pull request #295 from poyop/master
Send error 400 when a parameter is wrong
|
2019-11-18 19:38:32 +01:00 |
|
Daniele Teti
|
d1a5e35647
|
Merge pull request #294 from dsonda/master
#293 Fix error "[dcc32 Error] MVCFramework.Swagger.Commons.pas(376): E2029 Statement expected but 'VAR' found"
|
2019-11-18 19:37:12 +01:00 |
|
Mauricio Montuori
|
1f2556ecdc
|
use HTTP_STATUS.BadRequest instead of 400 value
|
2019-11-18 15:16:27 -03:00 |
|
Mauricio Montuori
|
d9a42e9629
|
Send error 400 (Bad Request) when a parameter value is wrong
|
2019-11-18 14:46:01 -03:00 |
|
Mauricio Montuori
|
569f42360f
|
Parameter's Error conversion Exception handling improved
|
2019-11-18 14:41:25 -03:00 |
|
Daniel Sonda
|
f339b45ae2
|
#293 Fix error "[dcc32 Error] MVCFramework.Swagger.Commons.pas(376): E2029 Statement expected but 'VAR' found"
|
2019-11-18 13:46:30 -03:00 |
|
Daniele Teti
|
157c7208f1
|
Improved Nullable Types sample
|
2019-11-17 12:36:27 +01:00 |
|
Daniele Teti
|
831af3b889
|
Updated DMustache
|
2019-11-17 12:09:05 +01:00 |
|
Daniele Teti
|
c04bbec2c8
|
Merge pull request #290 from joaoduarte19/master
Spring4D: Execution error when using Nullable <T> fields
|
2019-11-17 12:03:39 +01:00 |
|
João Antônio Duarte
|
ebfa1b806d
|
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
|
2019-11-14 15:06:07 -03:00 |
|
João Antônio Duarte
|
d010511722
|
Removed reference to unit Winapi.Windows that was not needed and prevented compilation on platforms other than Windows.
|
2019-11-14 15:05:48 -03:00 |
|
Daniele Teti
|
529b5c7850
|
Added comments on jsonrpc/describe output
|
2019-11-06 20:42:17 +01:00 |
|