Commit Graph

2123 Commits

Author SHA1 Message Date
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
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
ba537b2ad9 https://github.com/danieleteti/delphimvcframework/issues/658 2023-05-18 16:52:35 +02:00
Daniele Teti
d122bf300d (WIP) 2023-05-18 09:09:05 +02:00
Daniele Teti
bacd4466aa Merge commit '5f60f646ec1c0b4fd671c1a50c185caf6a565100' 2023-05-09 17:08:08 +02:00
João Antônio Duarte
b0035f3e59 Improvements to TMVCRestClient when adding files to multipart/form-data type requests 2023-04-25 10:27:55 -03:00
danieleteti
5d7711c65e chore(docs): update TOC 2023-04-21 14:41:50 +00:00
Daniele Teti
2d5f4c5f36 Merge branch 'master' into feature_642_functions_as_action
# Conflicts:
#	README.md
2023-04-21 16:41:21 +02:00
danieleteti
b2c66d25bb chore(docs): update TOC 2023-04-21 14:21:04 +00:00
Daniele Teti
f7f3bab04f dmvcframework-3.3.0-fluorine 2023-04-21 16:20:36 +02:00
Daniele Teti
cae2e4e088 Fixed a unit test related to JWT 2023-04-17 23:55:48 +02:00
Daniele Teti
6ac9590618 Updated React sample (moved to functional components) 2023-04-17 16:12:03 +02:00
Daniele Teti
55a5c70b0d Updated some descriptions 2023-04-17 12:35:41 +02:00
Daniele Teti
6cac1a790d https://github.com/danieleteti/delphimvcframework/issues/652 2023-04-17 12:34:30 +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
Francisco Zanini
317d97ce2e
Fixed wrong data type for NullableTGUID (#651)
Co-authored-by: Francisco Zanini <francisco@digifort.com.br>
2023-03-28 17:08:58 +02:00
Daniele Teti
487cf8ec8b Improved Wizard (commeneted code to show how to use context events) 2023-03-24 17:52:32 +01:00
Daniele Teti
886f8b8f9b Updated README.MD to show what's new in 3.3.0-fluorine 2023-03-24 17:34:57 +01:00
Daniele Teti
72a93ff1ed Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2023-03-24 17:30:37 +01:00
Daniele Teti
ade5046dee Preparing packages for 3.3.0-fluorine 2023-03-24 17:29:38 +01:00
Daniele Teti
e02d4fccc9 Preparing for 3.3.3-fluorine 2023-03-24 17:28:35 +01:00
Daniele Teti
3e36a3389b Preparing for 3.3.0-fluorine release 2023-03-24 17:16:03 +01:00
Daniele Teti
29949afa17 Improved logic behind "EnterInShutdownState" 2023-03-24 11:37:12 +01:00
danieleteti
2f69a1adff chore(docs): update TOC 2023-03-14 07:56:36 +00:00
Daniele Teti
19c9cd3df4 Added support for records and array of record in function/action return 2023-03-14 08:56:00 +01:00
rjantz2
edc8c1197e
Add the ability to use records in swagger param and response attributes. (#649) 2023-03-14 08:53:08 +01:00
Daniele Teti
357837a380 Supports Record and Array of Record (WIP) 2023-03-13 18:01:04 +01:00
danieleteti
d8fa301a19 chore(docs): update TOC 2023-03-13 14:47:17 +00:00
Daniele Teti
92971f937e Merge branch 'master' into feature_642_functions_as_action
# Conflicts:
#	sources/dmvcframeworkbuildconsts.inc
#	unittests/general/UnitTestReports/dmvcframework_nunit_win64.xml
2023-03-13 15:46:41 +01:00
danieleteti
2ca6c4b0ed chore(docs): update TOC 2023-03-13 14:44:14 +00:00
Daniele Teti
899444b0df https://github.com/danieleteti/delphimvcframework/issues/648 2023-03-13 15:43:46 +01:00
Daniele Teti
548ba455a1 https://github.com/danieleteti/delphimvcframework/issues/648 2023-03-13 15:42:21 +01:00
Daniele Teti
db56fbc469 Added all supported SSL version to RESTClient 2023-03-13 15:14:46 +01:00
Daniele Teti
85b50c1ccf Added SynDoubleToText.inc as required by SynCommons.pas 2023-03-13 15:14:09 +01:00
Daniele Teti
01ee275a28 Added support for Delphi 11.3 Alexandria 2023-02-27 12:51:33 +01:00
Daniele Teti
b9b63572a2 Squashed 'lib/loggerpro/' changes from d1e0db6e..100b0ce0
100b0ce0 Fixed a typo

git-subtree-dir: lib/loggerpro
git-subtree-split: 100b0ce097948be4357c618355c7eaf7d6824f98
2023-02-27 12:34:59 +01:00
Daniele Teti
f7b34f7cde Merge commit 'b9b63572a2ed779430eca509b8e30f18f2ff5b93' 2023-02-27 12:34:59 +01:00
Daniele Teti
cba30010fc Merge commit '7d894121523288f1fd1ed1fc3f2b8bb9e4736893' as 'lib/swagdoc' 2023-02-27 12:33:00 +01:00