tekh tekh
  • Joined on 2024-01-19
tekh pushed to master at AppStd/ReC 2026-04-17 15:14:37 +02:00
a924e32291 Bump version to 2.4.0-beta in ReC.API.csproj
28a4146069 Auto-detect Content-Type and Accept headers if enabled
17d40817f2 Update version to 2.3.0-beta
330443d2c9 Add config options for EF Core logging and error details
6ca876c762 Improve HTTP header handling and error resilience
Compare 6 commits »
tekh pushed to master at AppStd/ReC 2026-04-17 00:47:46 +02:00
761fd208e5 Bump version to 2.2.1-beta
d149cbea3a Improve error handling in query behaviors for SQL execution
bb2dd4d63b Stricter error handling in BodyQuery and HeaderQuery behaviors
4bde1d090f Refactor query behaviors to process action collections
6681e56afc Refactor entity selection to use EntityType enum
Compare 70 commits »
tekh pushed to bugfix/raw-sql-query-behaviors at AppStd/ReC 2026-04-17 00:47:27 +02:00
761fd208e5 Bump version to 2.2.1-beta
d149cbea3a Improve error handling in query behaviors for SQL execution
bb2dd4d63b Stricter error handling in BodyQuery and HeaderQuery behaviors
4bde1d090f Refactor query behaviors to process action collections
Compare 4 commits »
tekh created branch bugfix/raw-sql-query-behaviors in AppStd/ReC 2026-04-17 00:47:27 +02:00
tekh pushed to refactor/result-status-structure at AppStd/ReC 2026-04-16 17:14:51 +02:00
6681e56afc Refactor entity selection to use EntityType enum
d61f5ce885 Update validators to use IsInEnum for Entity property
6374a5c257 Add EntityType enum and support in StoredProcedureBuilder
3b4954d387 Remove FakeRequest class and ResultType enum
42d586604e Add UpdateObjectProcedureValidator with validation rules
Compare 49 commits »
tekh pushed to feat/service-host at AppStd/EnvelopeGenerator 2026-04-14 21:05:28 +02:00
cb7d154f64 Refactor LicenseManager registration with factory
a3f404b9ae Refactor to use LicenseManagerFactory in PDF jobs
1f7eb5d4ea Add LicenseManagerFactory for GdPicture license caching
e1ae3ffccb Increase log verbosity; add InitialJobState config
3e3bfaa904 Remove GdPictureLicenseKey from WorkerOptions
Compare 10 commits »
tekh pushed to refactor/result-status-structure at AppStd/ReC 2026-04-14 20:53:56 +02:00
ddb8b2673e Add support for five new RESULT_REFERENCE parameters
a70aee6e28 Add Reference1-5 properties to UpdateResultDto
f329543793 Add support for five new RESULT_REFERENCE parameters
645891150c Add Reference1-5 properties to InsertResultCommand
95cb34394c Add ProfileTypeName property to RecActionView
Compare 6 commits »
tekh pushed to feat/service-host at AppStd/EnvelopeGenerator 2026-04-14 11:46:34 +02:00
6a9792bb57 Refactor WorkerController to manage job state via API
6954a86358 Add job state check and improve Worker options handling
d6c5b63c49 Register JobStateManager as singleton in DI container
8ca360d47e Add InitialJobState and GdPictureLicenseKey to WorkerOptions
2dadefecc5 Add JobStateManager for thread-safe job state tracking
Compare 10 commits »
tekh pushed to feat/service-host at AppStd/EnvelopeGenerator 2026-04-13 11:26:15 +02:00
f0f92c5400 Ensure DocResult is included in envelope query handling
7e34f01f6a Include doc result in GetDocResultAsync query
f449767bf9 Add [NotMapped] for Envelope property on .NET Framework
f8ec6065c2 Add IncludeDocResult option to EnvelopeQueryBase
fabfe80666 Change FinalizeDocumentJob to scoped, add ReportCreator
Compare 6 commits »
tekh pushed to feat/service-host at AppStd/EnvelopeGenerator 2026-04-09 15:38:58 +02:00
e5295b8302 Add global exception handling middleware
00a9cf06da Refactor envelope doc query and improve result validation
1b387238e8 Configure EnvelopeReport as a keyless entity
bda4f3dbef Add conditional Windows Service & Kestrel config support
2458d0c07a Configure Kestrel endpoint and hosting options in settings
Compare 21 commits »
tekh pushed to feat/service-host at AppStd/EnvelopeGenerator 2026-04-08 10:49:50 +02:00
90031db6a5 Add query/handler for retrieving a single envelope
bc07af9622 Refactor jobs to use EnvelopeDto/ReceiverDto instead of entities
4caf8cd192 Refactor to use EnvelopeDto in report generation
5423d5317b Update DI and add EF Core SqlServer for all frameworks
6c8c8f22a3 Add EnvelopeReceivers to EnvelopeDto
Compare 15 commits »
tekh pushed to refactor/result-status-structure at AppStd/ReC 2026-04-02 21:02:56 +02:00
e816340755 Improve HTTP status info formatting in result views
64e8e2a5cc Add HTTP status formatting/parsing to ResultView
0edf2626a7 Add Info property to InsertResultCommand in test
1d16276a8a Add InfoDetail property to InsertResultCommand
4eae092031 Update result handling and error status in command handler
Compare 10 commits »
tekh created branch refactor/result-status-structure in AppStd/ReC 2026-04-02 21:02:56 +02:00
tekh pushed to master at AppStd/ReC 2026-03-30 15:45:01 +02:00
2e157656a7 Update validator registration assembly in DI setup
tekh pushed to master at AppStd/ReC 2026-03-30 15:31:16 +02:00
8042a6f898 Update project version to 2.1.0-beta
f25fc627fe Update AutoMapper to version 16.1.1
Compare 2 commits »
tekh pushed to master at AppStd/ReC 2026-03-30 14:42:46 +02:00
d6af24cd91 Remove PlaceholderResolutionException class
bb5eac023c Change ReplacePlaceholders to return NULL for unresolved
77baf395ce Update ReplacePlaceholders mapping to use single argument
6c9eab6df6 Refactor ResultViewDto status and add info/error fields
c64794755d Remove "EXEC" from stored procedure call in builder
Compare 23 commits »
tekh pushed to master at AppStd/ReC 2026-03-30 09:08:03 +02:00
b66a49f74d Refactor: add StoredProcedureBuilder for SQL calls
70dc52139d Refactor SQL param and command construction in procedures
210ed9be8d Refactor SQL construction with StringBuilder for clarity
b2544b64e3 Refactor: use named params in SP calls, cleanup usings
0b1e0d25ca Explicitly set SqlDbType.TinyInt for relevant SQL parameters
Compare 8 commits »
tekh pushed to master at AppStd/ReC 2026-03-27 11:46:33 +01:00
29bc0cf8b5 Relax RESULT validation to allow StatusId, Info, or Error
c8b264cef6 Improve null safety in InsertObjectProcedureValidator
078525d85d Refactor RecAction invoke endpoint to use profileId param
Compare 3 commits »
tekh pushed to master at AppStd/ReC 2026-03-27 09:12:28 +01:00
b3dfdd1e5c Update namespaces to Common.Dto for DTO-related files
bd78ada686 Remove all DTO class definitions from application
2b4773a4c0 Remove Root and ActionId from ResultViewDto
ff7d6c99ae Update RecActionViewDto mapping and add Profile property
fa438e70cb Allow ReplacePlaceholders to handle null objects safely
Compare 16 commits »
tekh pushed to master at AppStd/ReC 2026-03-26 12:48:51 +01:00
e96773f3c4 Remove DbModelConfigurationException and related logic
06e92b588f Remove DbModel configuration and related JSON file
b922cbbb30 Remove ConfigureDbModel from dependency injection setup
6c56375e3e Refactor RecDbContext to remove dynamic view mapping
fa9aa23f32 Add EF Core data annotations to view models
Compare 33 commits »