Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1287 commits
Select commit Hold shift + click to select a range
bceec17
Add Tenant Management Service with Stripe billing integration
aurelianware Feb 7, 2026
653a538
Add v4.0 launch roadmap with 5 major initiatives: Security, Clearingh…
aurelianware Feb 7, 2026
bfe644a
Add X12 834 Enrollment Import Pipeline
aurelianware Feb 7, 2026
3d96f84
Update smoke tests to validate 834 enrollment pipeline
aurelianware Feb 7, 2026
23c8f07
Fix EDI validator to support 834 benefit enrollment transactions
aurelianware Feb 7, 2026
40994c8
Fix PHI scanner false positives for 834 enrollment pipeline
aurelianware Feb 7, 2026
54a2788
Fix Blazor Server SignalR WebSocket connection issues
aurelianware Feb 7, 2026
f304e4a
Remove configuration-snippet (disabled by ingress admin)
aurelianware Feb 7, 2026
f324456
Merge branch 'main' into dependabot/npm_and_yarn/services/claims-scru…
aurelianware Feb 7, 2026
f048796
Merge pull request #169 from aurelianware/dependabot/npm_and_yarn/ser…
aurelianware Feb 7, 2026
c300015
Fix Blazor Portal ReferenceData.razor syntax errors
aurelianware Feb 7, 2026
090d4b5
Fix verbatim string interpolation - use regular string concatenation
aurelianware Feb 7, 2026
452ab3c
Fix portal compilation errors: add @ to Razor attributes, fix List/IE…
aurelianware Feb 7, 2026
a9ca000
Fix remaining List/IEnumerable conversions and namespace issue
aurelianware Feb 7, 2026
00bf5f0
Fix Docker builds: use npm install instead of npm ci, fix EnrollmentI…
aurelianware Feb 7, 2026
9519ed5
Fix x12-parser package name: use x12-parser instead of @hahntech/x12-…
aurelianware Feb 7, 2026
95f0640
Fix x12-parser version to 1.3.0 and MudBlazor API issues (FilesChange…
aurelianware Feb 7, 2026
7d64c50
Add System.Text.Json serialization for Cosmos DB to fix id field seri…
aurelianware Feb 7, 2026
5e4f652
Add missing using statement for CosmosSystemTextJsonSerializer
aurelianware Feb 7, 2026
eefe900
Add System.Text.Json serialization to claims-service for Cosmos DB in…
aurelianware Feb 7, 2026
12195f4
Add Azure.Core package for CosmosSystemTextJsonSerializer
aurelianware Feb 7, 2026
92be23a
Add JsonPropertyName attribute to Claim.Id for Cosmos DB compatibility
aurelianware Feb 7, 2026
f9ea668
Fix syntax error in TenantId property
aurelianware Feb 7, 2026
aa4cdc8
Update ClaimRepository to use /id partition key instead of /tenantId …
aurelianware Feb 7, 2026
59197a0
Add Cosmos DB integration deployment documentation
aurelianware Feb 7, 2026
4dcdcbc
Update README.md with Cosmos DB deployment achievements
aurelianware Feb 7, 2026
938431c
Add 837I institutional claim testing and documentation
aurelianware Feb 7, 2026
7295b37
Initial plan
Copilot Feb 7, 2026
c08a16f
Delete obsolete Azure Static Web Apps workflow files
Copilot Feb 7, 2026
a829cbc
Fix YAML linting errors in workflow files
Copilot Feb 7, 2026
02baba9
Delete config/parkland-pchp-config.json
aurelianware Feb 7, 2026
9e77861
Merge branch 'main' into copilot/delete-failing-azure-workflows
aurelianware Feb 7, 2026
5bd5096
Merge pull request #262 from aurelianware/copilot/delete-failing-azur…
aurelianware Feb 7, 2026
acd147f
Fix eligibility-service Cosmos DB integration
aurelianware Feb 7, 2026
0c227be
Add Cosmos DB integration and RFAI tracking to authorization-service
aurelianware Feb 7, 2026
ddb0fcc
Add attachment-service for 275 clinical attachments
aurelianware Feb 7, 2026
cb0f251
Add 999/824 acknowledgment support to attachment-service
aurelianware Feb 7, 2026
a0ae0c7
Add test eligibility inquiry payload (270)
aurelianware Feb 7, 2026
daaa7fe
Fix Azure.Core version conflict in attachment-service
aurelianware Feb 7, 2026
ad8ce16
Add comprehensive authorization & attachments architecture documentation
aurelianware Feb 7, 2026
7282694
Fix Kubernetes deployment YAMLs for authorization, attachment, and el…
aurelianware Feb 7, 2026
410b4d0
Add OAuth 2.0 JWT authentication to authorization and attachment serv…
aurelianware Feb 7, 2026
b3270ac
Update to single Azure AD app registration with scope-based authoriza…
aurelianware Feb 7, 2026
efbd852
Configure Azure AD API app registration
aurelianware Feb 8, 2026
8a855c1
Configure Blazor portal Azure AD authentication
aurelianware Feb 8, 2026
514404d
Enforce JWT authentication with [Authorize] attributes
aurelianware Feb 8, 2026
b10622c
Add Bearer token to portal service clients
aurelianware Feb 8, 2026
d8431e5
Fix trading partner partition key to use tenantId
aurelianware Feb 8, 2026
3d636b7
Fix portal health endpoint authentication
aurelianware Feb 8, 2026
e5904ca
Fix health endpoint to bypass authentication properly
aurelianware Feb 8, 2026
4f28ef4
Remove Parkland references from repository
aurelianware Feb 8, 2026
eee392b
Fix Docker build cache issues
aurelianware Feb 8, 2026
732f61a
Add trading-partner-service to build matrix
aurelianware Feb 8, 2026
9ea20aa
Fix TradingPartnerRepository to use TenantId as partition key
aurelianware Feb 8, 2026
2b0618c
Implement 276/277 claim status inquiry and response workflows
aurelianware Feb 8, 2026
a7e7f09
Add 276/277 implementation summary documentation
aurelianware Feb 8, 2026
b94462e
Fix HTTPS redirect for Azure AD behind ingress
aurelianware Feb 8, 2026
d1a790c
Fix missing using directive for ForwardedHeaders
aurelianware Feb 8, 2026
1db898e
Add Azure AD admin consent documentation and automation
aurelianware Feb 8, 2026
a6d5ae4
Fix OAuth redirect URI to use HTTPS behind reverse proxy
aurelianware Feb 8, 2026
20dec56
Add end-to-end test script for 276/277 claim status workflow
aurelianware Feb 8, 2026
baacb06
SECURITY: Remove hardcoded SFTP credentials from test scripts
aurelianware Feb 8, 2026
7a09688
Add SFTP multi-tenant architecture with Trading Partner integration
aurelianware Feb 8, 2026
1bb641c
Implement multi-tenant SFTP with trading partner subdirectories
aurelianware Feb 8, 2026
80f172f
Fix AdminConsentRequired build error - change property to method
aurelianware Feb 8, 2026
d6d16e5
Disable Azure Static Web Apps workflow - migrated to AKS
aurelianware Feb 8, 2026
88c4f39
Fix security scan false positive in provision-sftp-tenant.sh
aurelianware Feb 8, 2026
5ada641
Fix smoke tests - allow PII/PHI scan warnings for test data
aurelianware Feb 8, 2026
a83b7a7
fix: Configure cookies for reverse proxy (SameSite=None, Secure=Always)
aurelianware Feb 8, 2026
96a8c93
disable: Completely disable Static Web Apps workflow
aurelianware Feb 8, 2026
e9ce39b
fix: Configure authentication cookies properly for reverse proxy
aurelianware Feb 8, 2026
c121a81
feat: Add X12 270/271 eligibility inquiry Argo workflows
aurelianware Feb 8, 2026
b04d621
Fix portal auth redirect loop and add Azure AD config
aurelianware Feb 8, 2026
ca33600
Enhance tenant onboarding with SFTP credentials and admin consent doc…
aurelianware Feb 8, 2026
c95a0a6
Enhance tenant onboarding with SFTP credentials and Azure AD admin co…
aurelianware Feb 8, 2026
c6c0ee3
Add Stripe payment integration to signup flow
aurelianware Feb 8, 2026
97391a9
Fix setup-stripe.sh to accept restricted keys (rk_test/rk_live)
aurelianware Feb 8, 2026
6e7ceff
Configure Stripe integration with environment variables
aurelianware Feb 8, 2026
cd82a25
Implement Stripe subscription creation in Argo workflow
aurelianware Feb 9, 2026
e088609
Fix YAML syntax error in tenant onboarding workflow
aurelianware Feb 9, 2026
d86207a
Delete Blueprint_ACA.pdf
aurelianware Feb 9, 2026
0fbc71a
Add Dashboard page and Stripe testing scripts
aurelianware Feb 9, 2026
0322254
Fix signup page - allow access for authenticated users
aurelianware Feb 9, 2026
c62f08a
Add comprehensive Billing & Subscription management to Settings
aurelianware Feb 9, 2026
33dd085
Bump uuid from 11.1.0 to 13.0.0 in /services/claims-scrubbing-service
dependabot[bot] Feb 9, 2026
94f014c
fix(portal): properly encode HTML entities in Welcome page hero note
aurelianware Feb 9, 2026
240b173
fix(portal): resolve Docker build compilation errors
aurelianware Feb 9, 2026
a4019b7
feat(portal): add Azure Blob Storage Data Protection for multi-pod auth
aurelianware Feb 9, 2026
590f37d
fix(portal): use correct Azure Data Protection package
aurelianware Feb 9, 2026
908037a
fix(portal): correct Data Protection method signature for Azure.Exten…
aurelianware Feb 9, 2026
e0a68f5
feat(portal): use Redis for Data Protection instead of Azure Blob Sto…
aurelianware Feb 9, 2026
7b34ee7
chore(portal): remove Azure Storage Data Protection env var, scale to…
aurelianware Feb 9, 2026
55ecbd9
trigger: rebuild portal with Redis Data Protection
aurelianware Feb 9, 2026
dfebea7
fix(portal): temporarily remove Data Protection to get portal working
aurelianware Feb 9, 2026
6c08758
fix(portal): remove fallback auth policy to allow anonymous signup
aurelianware Feb 9, 2026
cc14085
feat: smart routing with demo and request access
aurelianware Feb 9, 2026
b166022
feat(portal): integrate Cosmos DB for tenant management
aurelianware Feb 9, 2026
75bdb85
docs: add smart routing testing guide and automated test script
aurelianware Feb 9, 2026
e66ff9f
fix(portal): enable signup form submission without external tenant se…
aurelianware Feb 9, 2026
6497cd4
fix: Resolve Stripe.js multiple load and JS interop issues in signup …
aurelianware Feb 9, 2026
3ee839b
fix: Add Sentinel logo images to portal wwwroot
aurelianware Feb 9, 2026
f07a380
fix: Use SVG logo instead of empty PNG
aurelianware Feb 9, 2026
e2eb53e
feat: Implement actual Cosmos DB tenant creation during signup
aurelianware Feb 9, 2026
a75fab9
feat: Implement real Stripe customer and subscription creation
aurelianware Feb 9, 2026
0ed3175
feat: Add Stripe configuration to portal deployment
aurelianware Feb 9, 2026
3807c6f
Fix Stripe price ID configuration lookup
aurelianware Feb 9, 2026
27034ef
Fix Stripe price ID configuration structure
aurelianware Feb 9, 2026
905d39f
Add Contact Sales page with Cosmos DB integration
aurelianware Feb 9, 2026
ce8230d
Fix ContactSales.razor: add System.ComponentModel.DataAnnotations using
aurelianware Feb 9, 2026
21df8c3
Update Enterprise tier to redirect to Contact Sales
aurelianware Feb 9, 2026
a2a57ff
Fix mobile navigation across all website pages
aurelianware Feb 9, 2026
5ce0628
Replace Calendly with Contact Sales and fix homepage logo
aurelianware Feb 9, 2026
2600ad4
Add social proof and conversion CTAs leveraging 24K+ clones traction
aurelianware Feb 9, 2026
653db06
Implement Sentinel theme for portal - obsidian/neon branding matching…
aurelianware Feb 9, 2026
5c8226d
Add Plausible analytics to public portal pages only
aurelianware Feb 9, 2026
e7df2d3
Update Plausible tracking to use custom account script
aurelianware Feb 9, 2026
1d47c21
Trigger portal rebuild for Sentinel theme deployment
aurelianware Feb 9, 2026
54db5d0
Fix Plausible script syntax error causing portal crash
aurelianware Feb 9, 2026
0f82a51
Temporarily disable Plausible inline script to restore portal
aurelianware Feb 9, 2026
d7953ee
Fix HeadContent closing tag - moved outside Razor comment
aurelianware Feb 9, 2026
66eba86
Fix MudBlazor theme - add all 25 elevation levels
aurelianware Feb 9, 2026
14478da
Simplify theme to only colors - use default Typography/Shadows
aurelianware Feb 9, 2026
db6e0bc
Fix homepage logo alignment
aurelianware Feb 9, 2026
faf46bd
Remove Calendly link from markdown converter
aurelianware Feb 9, 2026
2c230a0
Shift portal theme from magenta to green
aurelianware Feb 9, 2026
3e2722f
Implement multi-environment SFTP provisioning and trading partner man…
aurelianware Feb 9, 2026
797ac7e
Add payment-service (835 ERA) and appeals-service (275 attachments) m…
aurelianware Feb 9, 2026
c4478b9
Fix TradingPartners MudChipSet type mismatch
aurelianware Feb 9, 2026
def060f
Initial plan
Copilot Feb 10, 2026
604b9f7
Update Welcome page with redesigned Bootstrap-based layout
Copilot Feb 10, 2026
387ecaa
Add Bootstrap CSS/JS to _Host.cshtml for Welcome page styling
Copilot Feb 10, 2026
79eaeb4
Fix EDI validation: Add support for 276 transaction type and update s…
Copilot Feb 10, 2026
4d89fc1
Fix Docker build workflow: Use static prefix for SHA tags instead of …
Copilot Feb 10, 2026
d06f943
Apply code review feedback: Update branding, security, and UX improve…
Copilot Feb 10, 2026
854d4e1
Fix PHI validation: Replace real email with example.com and remove Ca…
Copilot Feb 10, 2026
49f3fe3
Merge pull request #350 from aurelianware/copilot/update-welcome-page…
aurelianware Feb 10, 2026
3d86b40
Initial plan
Copilot Feb 10, 2026
32473cf
Fix mobile navbar display issue - remove inline display:flex styles
Copilot Feb 10, 2026
51b0ced
updated readme
aurelianware Feb 11, 2026
13b97f2
fix: correct redirect URI syntax in app registration script
aurelianware Feb 11, 2026
f961db4
fix: skip redirect URI update if already configured
aurelianware Feb 11, 2026
43c431a
fix: allow email addresses in .cs files and exclude yourorg.com place…
aurelianware Feb 11, 2026
ce23594
fix: allow DOB and credit card patterns in .cs service files
aurelianware Feb 11, 2026
c26f227
fix: allow test data in shell scripts and markdown files
aurelianware Feb 11, 2026
81d2e55
fix: disable Logic Apps deployment, use Argo workflows only
aurelianware Feb 11, 2026
4b4581b
security: update vulnerable NuGet packages
aurelianware Feb 11, 2026
4aadc86
Bump Azure.Identity and System.Formats.Asn1
dependabot[bot] Feb 11, 2026
b497d21
added jwt and tenant message handler for multi-tenant
aurelianware Feb 11, 2026
863821d
security: Fix all remaining transitive dependency vulnerabilities for…
aurelianware Feb 11, 2026
f209f0e
release: v4.0.0 - Zero-Vulnerability Security Hardening + Multi-Tenan…
aurelianware Feb 11, 2026
85ac274
chore: Fix npm package vulnerabilities (Dependabot)
aurelianware Feb 11, 2026
7118975
chore: Fix npm package vulnerabilities (Dependabot)
aurelianware Feb 11, 2026
7269cad
test: Add comprehensive C# test suite for v4.0.0 features - 51 tests …
aurelianware Feb 11, 2026
6731638
feat: Add v4.0 Beta launch GitHub issue templates (Key Vault, Legal, …
aurelianware Feb 11, 2026
7678e5f
docs: Update v4.0.0 documentation - test coverage, security, pricing
aurelianware Feb 11, 2026
f1ddc0a
docs: Add test coverage section to README (531 tests, 85.93% coverage)
aurelianware Feb 11, 2026
cb1ab7a
docs: Update marketing site to v4.0.0 (531 tests, zero vulnerabilitie…
aurelianware Feb 11, 2026
a6400d0
docs: Fix pricing.html footer to v4.0.0
aurelianware Feb 11, 2026
99fa0e9
fix: Correct TenantSubscription property names in portal and tests
aurelianware Feb 11, 2026
318b056
fix: Disable Infrastructure tests (project only in feature branch)
aurelianware Feb 11, 2026
579801e
fix: Exclude test directories from main projects and disable incomple…
aurelianware Feb 11, 2026
968e5d9
fix: Disable test-reporter action due to GitHub permissions issue
aurelianware Feb 11, 2026
bce45a5
Merge branch 'main' into copilot/fix-mobile-navbar-display
aurelianware Feb 12, 2026
d9a5a73
Remove redundant inline styles and fix platform.html nav ID
Copilot Feb 12, 2026
cf6706b
Update assessment.html to sync with markdown changes from main
Copilot Feb 12, 2026
47d3ecd
Fix YAML linting errors - remove trailing spaces in test-dotnet.yml
Copilot Feb 12, 2026
cde3d50
Merge pull request #365 from aurelianware/copilot/fix-mobile-navbar-d…
aurelianware Feb 12, 2026
5100e10
fix: Update SaaS pricing tiers and remove Calendly links
aurelianware Feb 12, 2026
dee3f87
fix: Re-enable static site deployment for marketing website
aurelianware Feb 12, 2026
e633afd
fix: Enable auto-deployment for marketing website (site/ → Azure Stat…
aurelianware Feb 12, 2026
5f67399
chore: Remove disabled workflow file (now enabled as deploy-static-si…
aurelianware Feb 12, 2026
8d8f17e
fix: Center logo properly with explicit margin
aurelianware Feb 12, 2026
c1ad2ed
Revise README for branding and statistics updates
aurelianware Feb 12, 2026
cc278c1
digital ocean deployment
aurelianware Feb 12, 2026
9ab22cc
feat: Migrate Member Service to MongoDB on Digital Ocean
aurelianware Feb 12, 2026
537fafa
Refactor: Move all services from cho-svcs to cloudhealthoffice namespace
aurelianware Feb 13, 2026
789bbaf
feat: Migrate Coverage, Claims, and Eligibility services to support M…
aurelianware Feb 13, 2026
dd718d2
feat(migration): Implement MongoDB support for Provider, BenefitPlan,…
aurelianware Feb 13, 2026
6cffbd5
Bump Swashbuckle.AspNetCore from 6.5.0 to 10.1.2
dependabot[bot] Feb 13, 2026
1234792
chore: fix deployment configs and redact documentation secrets
aurelianware Feb 13, 2026
6794f67
fix(portal): add missing CascadingAuthenticationState to App.razor
aurelianware Feb 13, 2026
8dea8c0
chore(k8s): migrate remaining services to mongodb configuration
aurelianware Feb 13, 2026
d49f87f
Potential fix for code scanning alert no. 151: Uncontrolled command line
aurelianware Feb 13, 2026
f74e715
Initial plan
Copilot Feb 13, 2026
65532db
Address PR review comments: fix syntax, add validation, rename method
Copilot Feb 13, 2026
f830376
Merge pull request #376 from aurelianware/alert-autofix-151
aurelianware Feb 13, 2026
c49e63b
Optimize regex and improve naming based on code review
Copilot Feb 13, 2026
1d21a52
Initial plan
Copilot Feb 13, 2026
3d892bd
Fix syntax error in SftpProvisioningService - move closing brace for …
Copilot Feb 13, 2026
5bb0fd7
Sanitize environment name in error messages to prevent log injection
Copilot Feb 13, 2026
1f3587a
Potential fix for code scanning alert no. 178: Log entries created fr…
aurelianware Feb 13, 2026
d48f1a1
Merge pull request #379 from aurelianware/alert-autofix-178
aurelianware Feb 13, 2026
1b24060
Merge branch 'main' into copilot/apply-autofixes-747
aurelianware Feb 13, 2026
c172c59
Merge branch 'main' into dependabot/nuget/services/reference-data-ser…
aurelianware Feb 13, 2026
9a0a9ec
Merge pull request #216 from aurelianware/dependabot/nuget/services/r…
aurelianware Feb 13, 2026
5cb1085
fix(k8s): remove invalid imagePullSecret from member-service
aurelianware Feb 13, 2026
c631330
Merge branch 'main' into copilot/sub-pr-376
aurelianware Feb 13, 2026
5e3a4a3
Merge pull request #377 from aurelianware/copilot/sub-pr-376
aurelianware Feb 13, 2026
315db4c
Merge branch 'main' into copilot/apply-autofixes-747
aurelianware Feb 13, 2026
f4f9e57
Merge pull request #378 from aurelianware/copilot/apply-autofixes-747
aurelianware Feb 13, 2026
02a67b4
Merge branch 'main' into dependabot/nuget/portal/CloudHealthOffice.Po…
aurelianware Feb 13, 2026
1041779
Merge branch 'main' into dependabot/npm_and_yarn/services/claims-scru…
aurelianware Feb 13, 2026
1fde1bb
Merge pull request #294 from aurelianware/dependabot/npm_and_yarn/ser…
aurelianware Feb 13, 2026
861efe0
Merge branch 'main' into dependabot/nuget/services/authorization-serv…
aurelianware Feb 13, 2026
3f99f9e
Merge branch 'main' into dependabot/nuget/portal/CloudHealthOffice.Po…
aurelianware Feb 13, 2026
71a3e23
Merge pull request #367 from aurelianware/dependabot/nuget/portal/Clo…
aurelianware Feb 13, 2026
ec8ca0b
Merge branch 'main' into dependabot/nuget/services/authorization-serv…
aurelianware Feb 13, 2026
a8ea63f
Infrastructure updates: workflows, SFTP, RBAC, and test improvements
aurelianware Feb 13, 2026
dbc8a87
Fix site deployment namespace conflicts
aurelianware Feb 13, 2026
5907754
Merge branch 'main' into dependabot/nuget/services/authorization-serv…
aurelianware Feb 13, 2026
b13d0ac
Merge pull request #349 from aurelianware/dependabot/nuget/services/a…
aurelianware Feb 13, 2026
a158ff3
Fix EDI transaction list in README
aurelianware Feb 14, 2026
07d5087
Update SECURITY.md to remove secrets example
aurelianware Feb 14, 2026
700f388
Fix portal authentication state provider registration
aurelianware Feb 14, 2026
a0a6ca8
Fix authorization list not showing saved authorizations
aurelianware Feb 14, 2026
1c6190e
Update GitHub Sponsors username in FUNDING.yml
aurelianware Feb 16, 2026
1e2f11d
Change logo image from PNG to SVG format
aurelianware Feb 16, 2026
f93d90f
Update README.md
aurelianware Feb 16, 2026
f78daeb
Update README.md
aurelianware Feb 16, 2026
ef99ac0
Update README.md
aurelianware Feb 16, 2026
257dc7e
Revise README for Cloud Health Office branding and features
aurelianware Feb 16, 2026
911fdc9
cleranup
aurelianware Feb 16, 2026
bc5e040
Merge branch 'main' of https://github.com/aurelianware/cloudhealthoffice
aurelianware Feb 16, 2026
4cf0470
cleanup
aurelianware Feb 16, 2026
87c9ec9
cleanup
aurelianware Feb 16, 2026
9d64c66
updates
aurelianware Feb 16, 2026
196512b
Add files via upload
aurelianware Feb 16, 2026
5fc7aef
repo cleanup
aurelianware Feb 17, 2026
81944df
cleanup
aurelianware Feb 17, 2026
5f85a07
Initial plan
Copilot Feb 17, 2026
8543333
Create legal documents: Terms of Service, Order Form, Welcome Email, …
Copilot Feb 17, 2026
135af01
Create pitch deck v4.0 and update ROI calculator with new pricing tiers
Copilot Feb 17, 2026
2d0e930
Update customer onboarding checklist for SaaS model (7-day timeline)
Copilot Feb 17, 2026
9e6ac56
feat: Make FHIR APIs prominent - Add OpenAPI specs, quickstarts, and …
aurelianware Feb 17, 2026
7d01507
docs: Add v4.1.0 release notes for FHIR API prominence improvements
aurelianware Feb 17, 2026
8ca7971
Added 834 transaction in X12 EDI capabilities list
aurelianware Feb 17, 2026
ef6d83d
Update clone count in README
aurelianware Feb 17, 2026
9e40278
Merge branch 'main' into copilot/finalize-legal-documentation
aurelianware Feb 17, 2026
6a8b794
Fix legal docs: storage policy, definitions, security, paths, and ROI…
Copilot Feb 18, 2026
dea47e4
Increase subscription prices to include Azure infrastructure costs in…
Copilot Feb 18, 2026
19983b0
Fix company name to 'Aurelianware, Inc' and correct broken links in p…
Copilot Feb 18, 2026
d4d4c08
Merge pull request #403 from aurelianware/copilot/finalize-legal-docu…
aurelianware Feb 18, 2026
6da3771
Initial plan
Copilot Feb 19, 2026
6b23cb3
Add HashiCorp Vault integration - Phase 1: Documentation and Infrastr…
Copilot Feb 19, 2026
0475eb3
Complete HashiCorp Vault integration - Phase 2: Application integrati…
Copilot Feb 19, 2026
2ce11a5
fix: resolve all security vulnerabilities and CI/CD pipeline issues
aurelianware Feb 19, 2026
a12565b
fix: add symlink for logicapps directory to fix smoke tests
aurelianware Feb 19, 2026
8d54273
test: add comprehensive unit tests for X12-to-FHIR mapping
aurelianware Feb 19, 2026
27cf5bf
feat: transform portal into unified website with public pages - Add D…
aurelianware Feb 19, 2026
5b87271
Merge branch 'main' into copilot/migrate-secrets-to-key-vault
aurelianware Feb 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
29 changes: 29 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"env": {
"node": true,
"es2020": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_" }],
"no-console": "off"
},
"ignorePatterns": [
"node_modules/",
"dist/",
"*.js"
]
}
Loading
Loading