This website requires JavaScript.
Explore
Help
Register
Sign In
tekh
tekh
0 Followers
·
0 Following
Joined on
2024-01-19
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
1
Projects
Packages
Code
Public Activity
Starred Repositories
tekh
pushed to
master
at
AppStd/ReC
2026-01-22 10:41:32 +01:00
27d731a5b0
Bump version to 2.0.0-beta in ReC.API.csproj
b8f797f14d
Make EndpointAuthType non-nullable with default NoAuth
6feef53733
Update namespaces and usings for Insert procedures
878e096c57
Refactor TypeId to use RestType enum in InsertActionProcedure
2ded140ad5
Rename SqlExceptionNumber to BadRequestSqlExceptionNumber
Compare 7 commits »
tekh
pushed to
master
at
AppStd/EnvelopeGenerator
2026-01-22 09:22:04 +01:00
786a3e128d
Add EnvelopeGenerator.WorkerService as background worker
ff3a146636
Add job framework for envelope processing and PDF finalization
40b2cad598
Add EnvelopeGenerator.Jobs project to the solution
5c675be0ed
Add type check to Handle method in AnnotationHandler
58164be640
Handle missing PsPdfKitAnnotation with blank JSON
Compare 12 commits »
tekh
pushed to
master
at
AppStd/ReC
2026-01-22 09:07:24 +01:00
d8e08b237d
Simplify SqlException config structure in appsettings.json
tekh
pushed to
master
at
AppStd/ReC
2026-01-22 01:54:28 +01:00
88cb1dc16a
Handle SqlException in UpdateObjectProcedureHandler
8d6a09213e
Simplify BadRequestException error message on insert failure
54f412ced2
Improve error handling in DeleteObjectProcedureHandler
51b9c62188
Add SqlException config options and update dependencies
bb5525778d
Improve error handling in InsertObjectProcedureHandler
Compare 10 commits »
tekh
pushed to
master
at
AppStd/DigitalData.Core
2026-01-21 22:08:11 +01:00
e0737299cf
Bump version to 1.1.1 in project file
2db99edcda
Add constructor to BadRequestException for inner exceptions
Compare 2 commits »
tekh
pushed to
master
at
AppStd/DigitalData.Core
2026-01-21 21:56:28 +01:00
65186b4f47
chore(Infrastructure): bump to 2.6.1
eb3a5b8991
Apply AsNoTracking to raw/interpolated queries in DbRepository
908d85c648
refactor(Core.Abstraction.Application): bump to 1.6.0
d0f055e066
Bump version to 2.6.0 in csproj metadata
7f9e6155fe
Add repository registration to DI setup
Compare 10 commits »
tekh
pushed to
master
at
AppStd/ReC
2026-01-21 12:07:11 +01:00
86f4e3141e
Remove all 'fake' profile endpoints from controllers
tekh
pushed to
master
at
AppStd/ReC
2026-01-21 10:23:15 +01:00
869ba9858f
Update ProfileController to use CreatedAtAction in Post
tekh
pushed to
master
at
AppStd/ReC
2026-01-20 16:22:42 +01:00
5dee104377
Handle SQL exceptions in InsertActionProcedure test
36e1d5fad1
Update test assertions to allow any non-default int result
304490d661
Add explicit @RC handling in SQL for delete/update procs
Compare 3 commits »
tekh
pushed to
master
at
AppStd/EnvelopeGenerator
2026-01-20 10:54:43 +01:00
5707213edd
Conditionally apply PDF background for read-only envelopes
ad54ba9dc4
Conditionally load annotations based on READ_AND_CONFIRM
1f233153cf
Restrict page view tracking to READ_AND_CONFIRM mode
513ec007eb
Set ViewData["ReadAndConfirm"] for envelope read-only state
1305714da2
Move ReadOnly property from Envelope to EnvelopeDto
Compare 18 commits »
tekh
pushed to
main
at
AppStd/DbFirst
2026-01-19 11:17:48 +01:00
d608ab1a6d
Refactor CORS config; add architectural commentary
tekh
pushed to
master
at
AppStd/ReC
2026-01-19 10:41:08 +01:00
ff4ab9efe2
Handle NotFoundException gracefully in query tests
470120e5e9
Add ProfileView entity mapping to RecDbContext
ce35ef588f
Add integration test project with MediatR procedure tests
df665e3b98
Remove ReC.Abstractions.Application from solution
4bc6df4d91
Revert "Refactor BaseCrudApi to use generic type parameters"
Compare 56 commits »
tekh
pushed to
main
at
AppStd/DbFirst
2026-01-16 13:46:55 +01:00
910b0e4aaa
Add default CORS policy allowing any origin
tekh
pushed to
main
at
AppStd/DbFirst
2026-01-16 13:45:20 +01:00
ca563f1d0c
Register DbContext and AutoMapper with DI, add TODOs
tekh
pushed to
main
at
AppStd/DbFirst
2026-01-16 13:39:23 +01:00
87031d2a0a
Add TODOs for middleware, generic service, and CQRS
15680746b0
Refactor: add TODOs for generic repository pattern
cca6af814e
Add TODO for configuring column names via appsettings
fe9b211f59
Add SqlClient using and TODO for generic repository
Compare 4 commits »
tekh
pushed to
master
at
AppStd/ReC
2026-01-16 01:11:27 +01:00
cbd86de3e8
Add handling for update and delete exceptions
a5160b35dd
Add HTTP DELETE endpoint to CommonController
60e1627494
Add UpdateObject endpoint and enhance procedure support
b9f08bc21c
Add DeleteActionProcedure for ACTION entity deletion
758616c95e
Add DeleteEndpointAuthProcedure for endpoint deletion
Compare 24 commits »
tekh
pushed to
master
at
AppStd/ReC
2026-01-14 19:43:03 +01:00
dd9c1c7ca2
Change default addedWho param to null in ToObjectProcedure
f9cc735318
Update AddedBy to default to "ReC.API" if no value provided
2a8eb3c0ad
Mark legacy DbSets as obsolete in IRecDbContext
7a4cdb3d1f
Support querying multiple profile views in ReadProfileView
453b6d1813
Add ProfileController with MediatR GET endpoint
Compare 18 commits »
tekh
pushed to
master
at
AppStd/ReC
2026-01-14 13:02:27 +01:00
35e03269e7
Add DbSets for EndpointParam and view entities
8b212d541e
Refactor AddedWho assignment in InsertObjectProcedure
dd4cecc15d
Rename InsertObjectFailedException.Request to Procedure
0dedb506e1
Handle InsertObjectFailedException in middleware
24f146ca26
Refactor InsertObjectFailedException for more context
Compare 31 commits »
tekh
pushed to
master
at
AppStd/ReC
2026-01-12 11:50:08 +01:00
fb12cb6c98
Refactor ResultView logic under OutResults namespace
2635bfb223
Move CreateResultViewCommand to OutResults.Commands
5245cd04ff
Refactor: move RecActionViewQuery and MappingProfile
9d5334e7dc
Move RecActionView commands to RecActions namespace
e5bb61376a
Mark ObtainEndpointCommand and mapping as obsolete
Compare 30 commits »
tekh
created repository
AppStd/DbFirst
2026-01-12 09:13:25 +01:00
First
Previous
...
2
3
4
5
6
...
Next
Last