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-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
tekh
pushed to
master
at
AppStd/DigitalData.Core
2025-12-19 09:45:58 +01:00
d2302560f1
Add repository registration to DependencyInjection
42c0dc7206
Refactor method names for clarity in IRepository/DbRepository
82686db38b
Add QueryRaw and QueryInterpolated methods to repository
ce5c59dfc2
Update DbRepository to require IRepository constraint
5c3db6886a
Add EF Core support and refactor IRepository interface
Compare 6 commits »
tekh
pushed to
master
at
AppStd/DigitalData.Core
2025-12-18 13:53:05 +01:00
6717aa37ab
Add generic DbRepository for raw SQL execution
bf418e986b
Add Sql method to DbRepository and EFCore.Relational refs
Compare 2 commits »
tekh
pushed to
master
at
AppStd/ReC
2025-12-16 14:07:22 +01:00
39fcee2b50
Add ResultViewController for output result retrieval
d0597e28e8
Mark OutResController as obsolete with deprecation notice
d8d77652ac
Implement ReadResultViewQuery handler with filtering
62612897bd
Add ReadResultViewQuery and clean up DTO namespace
99c50fb348
Make ResultViewDto immutable; add Root property
Compare 45 commits »
tekh
pushed to
master
at
AppStd/ReC
2025-12-12 15:16:49 +01:00
3da16ba640
Introduce DTOs and refactor app layer to use them
71a0220c3f
Refactor: replace RecActionDto with RecActionViewDto
f53603083a
Refactor batch invocation to use RecActionViews
92e7d44d3b
Rename InvokeRecActionCommand to InvokeRecActionViewCommand
f8211e9e9d
Refactor RecAction query to use ReadRecActionViewQuery
Compare 17 commits »
tekh
pushed to
master
at
AppStd/ReC
2025-12-12 13:02:35 +01:00
f9a73fbe0c
Refactor RecAction.ErrorAction to use enum type
282ce3a0b7
Move ErrorAction enum to domain layer namespace
26f2da1313
Add ErrorAction enum for error handling actions
bc700e2cd2
Refactor HTTP client name constant usage
ea5389df85
Remove Message property from OutRes and its EF mapping
Compare 12 commits »
tekh
pushed to
master
at
AppStd/ReC
2025-12-12 09:18:37 +01:00
165152b7cf
Merge branch 'master' of
http://git.dd:3000/AppStd/ReC
f1f9e8d791
Bump version to 1.0.3-beta in ReC.API.csproj
35171add0c
Add ErrorAction to RecActionDto and batch error handling
030dcf8b58
Add ErrorAction property to RecAction and DB mapping
71411d4027
Update InvokeRecActionCommand to return success status
Compare 8 commits »
tekh
pushed to
master
at
AppStd/ReC
2025-12-11 10:49:51 +01:00
00efb14f2c
Merge branch 'feat/client'
9628b46ba0
Add project description to ReC.Client.csproj
1f8142852e
Add packaging metadata and solution items project
bdd78be66c
Add static BuildStaticClient method with Obsolete warning
470902911e
Refactor HTTP client setup in BuildStaticClient
Compare 25 commits »
First
Previous
1
2
3
4
5
...
Next
Last