Daniele Teti
|
c201c916cb
|
https://github.com/danieleteti/delphimvcframework/issues/675
|
2023-08-08 14:31:23 +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
|
34bddfc8fd
|
Improved TMVCResponse to better suit the new functional actions
|
2023-07-20 16:40:39 +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
|
ae5284d7bf
|
Added specific sample to show how to render binary data "render_binary_contents"
|
2023-07-07 20:26:49 +02:00 |
|
Daniele Teti
|
17d9afc58e
|
https://github.com/danieleteti/delphimvcframework/issues/667
|
2023-06-21 12:56:21 +02:00 |
|
Daniele Teti
|
1bccc507f9
|
Refactored some tests
|
2023-06-21 12:20:46 +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
|
e30db206cc
|
Wizard and related samples updated
|
2023-06-06 17:33:37 +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
|
f7a15b4fb2
|
Refactored custom logging sample
|
2023-06-05 10:01:09 +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
|
3ddda59e33
|
Added support for dotEnv multiline keys - added dotEnv show case (WIP)
|
2023-05-25 00:48:03 +02:00 |
|
Daniele Teti
|
bb30db152d
|
Removed a potential memory leak when a JSONRPC with dinamically allocated parameters method raises exception.
|
2023-05-23 11:45:58 +02:00 |
|
Daniele Teti
|
d122bf300d
|
(WIP)
|
2023-05-18 09:09:05 +02:00 |
|
Daniele Teti
|
f7f3bab04f
|
dmvcframework-3.3.0-fluorine
|
2023-04-21 16:20:36 +02:00 |
|
Daniele Teti
|
6ac9590618
|
Updated React sample (moved to functional components)
|
2023-04-17 16:12:03 +02:00 |
|
Daniele Teti
|
e451849768
|
Improved Prometheus Middleware
|
2023-04-12 17:49:30 +02:00 |
|
dependabot[bot]
|
d9727b481a
|
build(deps): bump webpack from 5.75.0 to 5.76.1 in /samples/react/WebApp (#650)
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.1)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-04-12 17:01:19 +02:00 |
|
Daniele Teti
|
fb75d5f8ec
|
Added sample and middleware for Prometheus (using https://github.com/marcobreveglieri/prometheus-client-delphi)
|
2023-04-09 17:05:55 +02:00 |
|
Daniele Teti
|
ad3aea9d98
|
Added "Profiler.LogsOnlyIfOverThreshold" which logs only if over the defined threshold
|
2023-04-06 14:47:01 +02:00 |
|
Daniele Teti
|
c9f3170396
|
Fix sample "sessioncustom"
|
2023-03-31 08:42:44 +02:00 |
|
Daniele Teti
|
899444b0df
|
https://github.com/danieleteti/delphimvcframework/issues/648
|
2023-03-13 15:43:46 +01:00 |
|
Daniele Teti
|
3220248b18
|
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/samples/react/WebApp/axios-0.21.2'
|
2023-02-04 16:10:05 +01:00 |
|
Daniele Teti
|
8e010256be
|
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/samples/react/WebApp/follow-redirects-1.15.2'
|
2023-02-04 16:09:58 +01:00 |
|
dependabot[bot]
|
6a89e51d3b
|
build(deps): bump follow-redirects in /samples/react/WebApp
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.12.1 to 1.15.2.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.12.1...v1.15.2)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-03 07:32:11 +00:00 |
|
dependabot[bot]
|
9a2298be11
|
build(deps): bump ansi-regex in /samples/react/WebApp
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-03 07:32:11 +00:00 |
|
dependabot[bot]
|
449df0812f
|
build(deps): bump axios from 0.21.1 to 0.21.2 in /samples/react/WebApp
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.2/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-03 07:32:01 +00:00 |
|
dependabot[bot]
|
bed8277526
|
build(deps): bump minimatch and react-scripts in /samples/react/WebApp
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together.
Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)
Updates `react-scripts` from 3.4.1 to 5.0.1
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-3.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts)
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
- dependency-name: react-scripts
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-02 18:16:23 +00:00 |
|
Daniele Teti
|
3a438493fb
|
dmvcframework-3.2.3-radium
|
2023-02-02 19:14:34 +01:00 |
|
Daniele Teti
|
0023ebe32c
|
https://github.com/danieleteti/delphimvcframework/issues/631
|
2023-01-29 17:29:24 +01:00 |
|
Daniele Teti
|
c03315077e
|
https://github.com/danieleteti/delphimvcframework/issues/630
|
2023-01-28 23:31:00 +01:00 |
|
Daniele Teti
|
89f00fd81d
|
Support for TObject descendants in JSONRPC APIs (not only for JSONObject and JSONArray)
|
2023-01-23 16:19:32 +01:00 |
|
Daniele Teti
|
fc9fffb9e7
|
Updated copyright message, removing some warnings
|
2023-01-17 08:52:26 +01:00 |
|
Daniele Teti
|
dcc869b0dd
|
https://github.com/danieleteti/delphimvcframework/issues/613 (WIP)
|
2023-01-06 16:18:27 +01:00 |
|
Daniele Teti
|
a25eaf1c3c
|
https://github.com/danieleteti/delphimvcframework/issues/613 (WIP)
|
2023-01-06 15:18:50 +01:00 |
|
Daniele Teti
|
6fbfa6190b
|
Aligned database demo database structures for table inheritance example
|
2023-01-06 15:00:54 +01:00 |
|
Daniele Teti
|
9e488e6ca4
|
https://github.com/danieleteti/delphimvcframework/issues/613 (WIP)
|
2023-01-02 22:24:03 +01:00 |
|
Daniele Teti
|
6900949d18
|
https://github.com/danieleteti/delphimvcframework/issues/603
|
2022-12-28 18:03:30 +01:00 |
|
Daniele Teti
|
54bfe71722
|
https://github.com/danieleteti/delphimvcframework/issues/577
|
2022-12-25 19:46:07 +01:00 |
|
Daniele Teti
|
b5471263a2
|
https://github.com/danieleteti/delphimvcframework/issues/607
|
2022-12-25 19:33:23 +01:00 |
|
Daniele Teti
|
1a53d4e2ae
|
https://github.com/danieleteti/delphimvcframework/issues/609
|
2022-12-17 10:23:53 +01:00 |
|
Daniele Teti
|
35d3e3e5a4
|
https://github.com/danieleteti/delphimvcframework/issues/604
|
2022-12-09 10:14:44 +01:00 |
|
Daniele Teti
|
dad88f85b6
|
https://github.com/danieleteti/delphimvcframework/issues/605
|
2022-12-09 09:58:55 +01:00 |
|
Daniele Teti
|
e8f611c1b6
|
https://github.com/danieleteti/delphimvcframework/issues/601
|
2022-12-06 16:17:16 +01:00 |
|
Daniele Teti
|
c7375af46a
|
Split IMVCJSONRPCExecutor / IMVCJSONRPCExecutorAsync
|
2022-12-06 16:11:33 +01:00 |
|
Daniele Teti
|
85d288c83a
|
https://github.com/danieleteti/delphimvcframework/issues/602
|
2022-12-06 16:09:16 +01:00 |
|