Commit Graph

1912 Commits

Author SHA1 Message Date
Daniele Teti
201d739e25 Working of failing unit tests (WIP) 2023-06-05 00:38:44 +02:00
Daniele Teti
e0f980b0db Merge branch 'master' into feature_cross_socket 2023-06-04 23:54:04 +02: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
fd53d31890 fixing failing tests (WIP) 2023-05-31 09:03:49 +02:00
Daniele Teti
c2db9b1bf7 MVCFramework.CrossSocket.WebBrokerBridge.pas (WIP) 2023-05-30 17:32:59 +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
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
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
rjantz2
edc8c1197e
Add the ability to use records in swagger param and response attributes. (#649) 2023-03-14 08:53:08 +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
f7b34f7cde Merge commit 'b9b63572a2ed779430eca509b8e30f18f2ff5b93' 2023-02-27 12:34:59 +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
cba30010fc Merge commit '7d894121523288f1fd1ed1fc3f2b8bb9e4736893' as 'lib/swagdoc' 2023-02-27 12:33:00 +01:00
Daniele Teti
7d89412152 Squashed 'lib/swagdoc/' content from commit 5734fb7c
git-subtree-dir: lib/swagdoc
git-subtree-split: 5734fb7cbda9335a28fa430347fb2752e9780cd4
2023-02-27 12:33:00 +01:00
Daniele Teti
993ecf49a1 removed localcopy of SwagDoc 2023-02-27 12:32:18 +01:00
Daniele Teti
7a0ac93e2d Merge commit 'fcf524f0470a1c3532043ff01f8df5c3ff3b23ef' as 'lib/dmustache' 2023-02-27 12:30:50 +01:00
Daniele Teti
fcf524f047 Squashed 'lib/dmustache/' content from commit 3360c79f
git-subtree-dir: lib/dmustache
git-subtree-split: 3360c79f2dcd0a1a28161601616f2be8c55b527c
2023-02-27 12:30:49 +01:00