Skip to content
Merged

Test #2591

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
173 commits
Select commit Hold shift + click to select a range
40cc5df
WIP add AI generation log context
jacobwillsmith May 8, 2026
0ae0f3d
AB#32531: Fix Styling of Email Attachments Table and Button
aurelio-aot May 30, 2026
1c8f9f0
Merge pull request #2515 from bcgov/bugfix/AB#32531-Email-Attachments…
JamesPasta Jun 2, 2026
2f3e12b
bugfix/AB#33298-FixDBContext
JamesPasta Jun 2, 2026
07c0032
Merge pull request #2517 from bcgov/bugfix/AB#33298-FixDBContextUOW
JamesPasta Jun 2, 2026
7d9db29
[AB#29848] Refactor form synchronization to handle descriptions
plavoie-BC Jun 2, 2026
5a80f8d
Merge branch 'dev' into bugfix/AB#29848-form-descriptions
plavoie-BC Jun 2, 2026
611779c
[AB#29848] Support form description whitespace overwrite on sync
plavoie-BC Jun 2, 2026
ce04675
AB#33270 - update docs
AndreGAot Jun 2, 2026
6ddc76e
AB#33266 prevent empty AI generation requests
jacobwillsmith May 8, 2026
31a667d
AB#33267 structure empty AI attachment context
jacobwillsmith May 8, 2026
7934187
Merge pull request #2521 from bcgov/bugfix/AB#33270-docs-updates
AndreGAot Jun 2, 2026
c9955ee
AB#33266 skip unavailable AI pipeline stages
jacobwillsmith Jun 3, 2026
f2ca462
AB#33313 remove large AI model output logging
jacobwillsmith Jun 3, 2026
600f41f
AB#33315 align AI analysis tab height
jacobwillsmith Jun 3, 2026
9ce32e6
AB#33223: Bugfix - Selective Attachment Download
aurelio-aot Jun 3, 2026
4dfd567
Merge pull request #2532 from bcgov/hotfix/AB#FixTestConflicts
JamesPasta Jun 3, 2026
3b3ec25
Merge pull request #2529 from bcgov/hotfix/AB#FixTestConflicts
JamesPasta Jun 3, 2026
d29603a
AB#33319 unify active AI generation status
jacobwillsmith Jun 3, 2026
f22b2f3
Merge pull request #2530 from bcgov/feature/AB#33319-unify-active-ai-…
JamesPasta Jun 3, 2026
1b36f29
Merge pull request #2528 from bcgov/bugfix/AB#33223-Download-All-Button
JamesPasta Jun 3, 2026
7bfb8d3
Merge pull request #2526 from bcgov/feature/AB#33315-align-ai-analysi…
JamesPasta Jun 3, 2026
28cdecd
Merge pull request #2524 from bcgov/feature/AB#33313-remove-large-ai-…
JamesPasta Jun 3, 2026
b19d992
Merge pull request #2523 from bcgov/feature/AB#33267-structured-empty…
JamesPasta Jun 3, 2026
cff0c80
Merge pull request #2518 from bcgov/bugfix/AB#29848-form-descriptions
JamesPasta Jun 3, 2026
c55c280
Merge pull request #2534 from bcgov/dev
JamesPasta Jun 3, 2026
517fc86
AB#33319 clean up AI generation status DTO
jacobwillsmith Jun 3, 2026
6294dac
AB#33313 skip prompt formatting when file logging disabled
jacobwillsmith Jun 3, 2026
41ed639
AB#33267 tighten empty attachment prompt test
jacobwillsmith Jun 3, 2026
251e1f3
AB#33307 fix prompt renderer data placeholders
jacobwillsmith Jun 2, 2026
837a828
AB#32702 fix column filters
AndreGAot Jun 3, 2026
4db92e4
AB#33266 address AI prerequisite review
jacobwillsmith Jun 3, 2026
53c31a0
Apply suggestions from code review
AndreGAot Jun 3, 2026
aa90aef
AB#33319 add AI status null request test
jacobwillsmith Jun 3, 2026
b83d5c0
Potential fix for pull request finding
AndreGAot Jun 3, 2026
a3fbb3c
AB#33266 address AI prerequisite review
jacobwillsmith Jun 3, 2026
de86c7b
AB#32702 remove unused function
AndreGAot Jun 3, 2026
5342f39
AB#33307 validate prompt template placeholders
jacobwillsmith Jun 3, 2026
f1e4831
Merge pull request #2535 from bcgov/bugfix/AB#32702-reporting-config-…
AndreGAot Jun 3, 2026
29b1ca5
AB#33319 harden AI status polling
jacobwillsmith Jun 3, 2026
c91cae6
AB#31529 update WS allowed key and label lengths
AndreGAot Jun 4, 2026
c548ef5
Potential fix for pull request finding 'CodeQL / DOM text reinterpret…
AndreGAot Jun 4, 2026
2992992
AB#31529 revert codeQL fix and add sanitize
AndreGAot Jun 4, 2026
51a4288
Merge pull request #2536 from bcgov/bugfix/AB#31529-worksheet-field-l…
AndreGAot Jun 4, 2026
cbbb54e
Merge pull request #2522 from bcgov/feature/AB#33266-prevent-empty-ai…
JamesPasta Jun 4, 2026
3c9141e
Merge pull request #2533 from bcgov/feature/AB#33319-ai-generation-st…
JamesPasta Jun 4, 2026
e7b3470
AB#33313 only log successful AI operation outputs
jacobwillsmith Jun 4, 2026
2582392
AB#33270 update docs
AndreGAot Jun 4, 2026
cd30b61
AB#33307 retrigger build pipeline
jacobwillsmith Jun 4, 2026
b9591f5
AB#33331: Fix broken links in the Payments page
aurelio-aot Jun 4, 2026
38f7685
WIP extract AI prompt input builders
jacobwillsmith May 8, 2026
cd6559b
AB#33263 add prompt payload builder coverage
jacobwillsmith Jun 4, 2026
9d8eb96
AB#33263 align prompt payload tests with prerequisites
jacobwillsmith Jun 4, 2026
a6f26ab
AB#33263 preserve prompt builder behavior
jacobwillsmith Jun 4, 2026
2a981e9
AB#33099 - Implemented domain and application layer
hasanpour Jun 4, 2026
23f1e02
AB#33099 - Added EF
hasanpour Jun 4, 2026
4b70479
AB#33099 - Implemented frontend
hasanpour Jun 4, 2026
99a584f
AB#33099 - Blocked server side call for editing archived scoresheets,…
hasanpour Jun 5, 2026
c80b68f
AB#33263 Address Copilot PR review: whitespace check and case-insensi…
jacobwillsmith Jun 5, 2026
880f853
Merge pull request #2540 from bcgov/feature/AB#33099-Archive-Scoresheets
JamesPasta Jun 5, 2026
4cb1022
Merge pull request #2541 from bcgov/bugfix/AB#33270-reporting-docs-up…
AndreGAot Jun 5, 2026
77f25b5
AB#33025 - Indent question labels for each section within a scoresheet
hasanpour Jun 5, 2026
94bb7af
Merge pull request #2542 from bcgov/feature/AB#33025-Indent-Question-…
hasanpour Jun 5, 2026
792a187
Merge pull request #2520 from bcgov/bugfix/AB#33307-ai-prompt-rendere…
JamesPasta Jun 5, 2026
cea8168
Merge pull request #2539 from bcgov/feature/AB#33263-extract-ai-promp…
JamesPasta Jun 5, 2026
d7a6e6a
Merge pull request #2538 from bcgov/bugfix/AB#33331-Payments-Broken-L…
JamesPasta Jun 5, 2026
aa10b83
Merge pull request #2537 from bcgov/bugfix/AB#33313-ai-error-logging
JamesPasta Jun 5, 2026
199269e
Merge pull request #2543 from bcgov/dev
JamesPasta Jun 5, 2026
72872b3
AB#33221: Soft Delete Applicant
aurelio-aot Jun 6, 2026
638817b
AB#33221: Fix sonarqube issues
aurelio-aot Jun 8, 2026
512e055
AB#33252: Add Paid Date Column in Funding History
aurelio-aot Jun 8, 2026
ebf7157
AB#33009 Replace OpenAI HttpClient transport with Azure OpenAI SDK
jacobwillsmith Jun 5, 2026
a82eb9f
AB#33009 sdk migration and CHEFS download refactor
jacobwillsmith Jun 5, 2026
90a291e
AB#33009 make GPT4oMini token support explicit
jacobwillsmith Jun 5, 2026
e966880
AB#33009 address SDK review feedback
jacobwillsmith Jun 5, 2026
ed7fe95
AB#33009 tighten AI runtime boundary
jacobwillsmith Jun 8, 2026
75c6de4
[AB#32697] Update PaymentInfo layout to 3-column format
plavoie-BC Jun 9, 2026
3b69219
AB#33395 define AI operation input contracts
jacobwillsmith Jun 9, 2026
b5346bc
[AB#32697] Update PaymentInfo layout to 3-column format - fix padding
plavoie-BC Jun 9, 2026
7ca474a
AB#33395 fix input contract branch build
jacobwillsmith Jun 9, 2026
909ac88
AB#33009 address SDK review feedback
jacobwillsmith Jun 9, 2026
9d6377f
AB#33395 refine AI input contracts
jacobwillsmith Jun 9, 2026
0acb1c0
Merge pull request #2547 from bcgov/feature/AB#33221-Soft-Delete-Appl…
JamesPasta Jun 9, 2026
35d4435
Merge pull request #2549 from bcgov/feature/AB#33252-FundingHistory-N…
JamesPasta Jun 9, 2026
3a8acb1
Merge pull request #2550 from bcgov/feature/AB#32697-payment-info-3-c…
JamesPasta Jun 9, 2026
99b8d18
Merge pull request #2545 from bcgov/feature/AB#33009-azure-openai-sdk…
JamesPasta Jun 9, 2026
1c6a063
Merge pull request #2552 from bcgov/feature/AB#33395-ai-operation-inp…
JamesPasta Jun 9, 2026
90f8c57
Merge pull request #2554 from bcgov/feature/AB#33391-ai-observability…
JamesPasta Jun 9, 2026
10ede18
Merge pull request #2555 from bcgov/dev
JamesPasta Jun 9, 2026
aa612e9
AB#32985: Sanitize HTML tags in Scoresheet
aurelio-aot Jun 9, 2026
b87331c
WIP standardize AI failure categories
jacobwillsmith May 8, 2026
6740f56
AB#33388 standardize AI response validation and failure handling
jacobwillsmith Jun 9, 2026
c452960
AB#33388 refine AI validation messages
jacobwillsmith Jun 9, 2026
17ae80c
AB#33401 separate AI execution from persistence adapters
jacobwillsmith Jun 9, 2026
6177d7a
AB#33401 refine AI persistence boundaries
jacobwillsmith Jun 9, 2026
2ca935a
Merge pull request #2556 from bcgov/bugfix/AB#32985-Scoresheets-Unsan…
JamesPasta Jun 9, 2026
316b83a
Merge pull request #2551 from bcgov/feature/AB#33388-ai-response-vali…
JamesPasta Jun 9, 2026
9a47418
Merge pull request #2553 from bcgov/feature/AB#33401-ai-persistence-a…
JamesPasta Jun 9, 2026
c65028a
Merge pull request #2557 from bcgov/dev
JamesPasta Jun 9, 2026
cd9e299
WIP consolidate AI generation endpoints
jacobwillsmith May 13, 2026
e0b8eda
WIP clean up AI pipeline job test attachment seeding
jacobwillsmith Jun 9, 2026
5f77446
AB#33425 normalize AI app service API routes
jacobwillsmith Jun 9, 2026
b53dbb2
Create Permission for Data Model Generation
ligovbc Jun 10, 2026
8766466
AB#33425 normalize AI app service API routes
jacobwillsmith Jun 10, 2026
9b66968
Merge branch 'dev' of https://github.com/bcgov/unity into feature/AB#…
ligovbc Jun 10, 2026
710c95a
[AB#33230] Update bypass assessment workflow message and logic
plavoie-BC Jun 10, 2026
ee927aa
[AB#33230] Refactor direct approval logic in workflow states
plavoie-BC Jun 10, 2026
46bdcea
[AB#33230] Add Mermaid diagram support for application workflows
plavoie-BC Jun 11, 2026
b27693e
Merge pull request #2559 from bcgov/feature/AB#33372-Create-Permissio…
JamesPasta Jun 11, 2026
e7ee643
Merge pull request #2558 from bcgov/feature/AB#33425-normalize-ai-app…
JamesPasta Jun 11, 2026
551c59d
AB#33380 preserve AI analysis section collapse state
jacobwillsmith Jun 11, 2026
ee991eb
AB#33380 preserve AI analysis collapse state
jacobwillsmith Jun 12, 2026
f7a98d5
AB#33380 refine AI analysis collapse state
jacobwillsmith Jun 12, 2026
6141172
[AB#33230] Update direct approval logic and add RESOLVED state
plavoie-BC Jun 12, 2026
7324d70
Merge branch 'dev' into bugfix/AB#33230-deny-direct-approval
plavoie-BC Jun 12, 2026
3719c0a
[AB#32438] Add NotifiedStatus to application status and portal UI
plavoie-BC Jun 12, 2026
8d3c995
AB#33439 address AI review findings
jacobwillsmith Jun 12, 2026
3677f9c
AB#33439 clean up AI input builder tests
jacobwillsmith Jun 12, 2026
f636be8
[AB#32438] Add NotifiedStatus to application status seeding
plavoie-BC Jun 12, 2026
7026f19
[AB#32438] Update portal status labels for clarity
plavoie-BC Jun 12, 2026
b9f0dd6
[AB#32438] Update portal status handling to include NotifiedStatus
plavoie-BC Jun 12, 2026
da14bc1
[AB#32438] Fix localization string
plavoie-BC Jun 12, 2026
4aed345
[AB#32438] Update placeholder for NotifiedStatus input field
plavoie-BC Jun 12, 2026
dc2e4f0
33447 - Applicant List Performance
DavidBrightBcGov Jun 15, 2026
326bf04
Apply suggestions from code review
DavidBrightBcGov Jun 15, 2026
29d3b63
Merge pull request #2566 from bcgov/feature/AB33447-applicant-list-pe…
DavidBrightBcGov Jun 15, 2026
cc9ead7
AB#30134: Use ApproxNumberOfEmployees Instead Of OrganizationSize
aurelio-aot Jun 16, 2026
931726a
Merge branch 'dev' into feature/AB#30134-Replace-OrganizationSize-Wit…
aurelio-aot Jun 16, 2026
819ea8c
AB#33492 sync package.json and package-lock.json update .gitignore
DarylTodosichuk Jun 16, 2026
4dfd24e
Merge branch 'dev' into feature/AB#32438-notified-status-visibility
plavoie-BC Jun 16, 2026
ff6d9d4
Merge branch 'dev' into bugfix/AB#33230-deny-direct-approval
plavoie-BC Jun 16, 2026
a4cdcd3
Merge pull request #2560 from bcgov/bugfix/AB#33230-deny-direct-approval
JamesPasta Jun 16, 2026
d1a59ff
Merge pull request #2561 from bcgov/bugfix/AB#33380-ai-analysis-colla…
JamesPasta Jun 16, 2026
d3ff61c
Merge pull request #2563 from bcgov/feature/AB#32438-notified-status-…
JamesPasta Jun 16, 2026
fb63e6f
Merge pull request #2562 from bcgov/feature/AB#33439-address-ai-revie…
JamesPasta Jun 16, 2026
c022e84
Merge pull request #2568 from bcgov/bugfix/AB#33492-cypress-package-e…
JamesPasta Jun 16, 2026
a28ecd1
Merge pull request #2569 from bcgov/dev
JamesPasta Jun 16, 2026
f60cba7
Merge branch 'dev' into feature/AB#30134-Replace-OrganizationSize-Wit…
aurelio-aot Jun 16, 2026
83ca4e6
Merge pull request #2567 from bcgov/feature/AB#30134-Replace-Organiza…
aurelio-aot Jun 16, 2026
e053a09
[AB#32708] Fix preview attachment menu item alignment
plavoie-BC Jun 17, 2026
5059805
[AB#32438] Improve width of Applicant Portal Configuration table
plavoie-BC Jun 17, 2026
bdcffaf
Merge pull request #2570 from bcgov/bugfix/AB#32708-css-bugfixes
JamesPasta Jun 17, 2026
0d10791
[AB#33225] Update EmailConsumer to log sent date on success
plavoie-BC Jun 17, 2026
2267598
[AB#33225] Add datafix for SentDateTime in EmailLogs table
plavoie-BC Jun 17, 2026
a08d342
[AB#33225] Add Sent Date and adjust EmailHistoryWidget layout
plavoie-BC Jun 17, 2026
8ff7a16
[AB#33225] Refine EmailLogs update to set SentDateTime only if null
plavoie-BC Jun 17, 2026
eb2e14d
[AB#33225] SonarQube and quality fixes
plavoie-BC Jun 17, 2026
3cc285c
AB#33332: Additional Columns In Application/Applicant Payment List
aurelio-aot Jun 17, 2026
98369cd
AB#33332: Open COLUMNS Menu Upward If No Space Below
aurelio-aot Jun 17, 2026
1799585
AB#33332: Fix Sonarqube Issues
aurelio-aot Jun 17, 2026
50dc1b6
AB#29931 - Added Recipient to EmailLog
hasanpour Jun 18, 2026
c2a6c07
AB#33471 - Added View Notification List permission
hasanpour Jun 18, 2026
6efa19c
AB#29928 - Populate Recipient and EmailType on sent emails
hasanpour Jun 18, 2026
877001e
AB#29928 - Added NotificationList app service
hasanpour Jun 18, 2026
2b4148f
AB#33470: Bugfix: Dates Off By 1 Day
aurelio-aot Jun 18, 2026
9b111e5
AB#32306 Move prompts to DB with strict runtime resolution
jacobwillsmith Jun 18, 2026
f36cbd1
AB#32306 Fix migration nullable annotation warnings
jacobwillsmith Jun 18, 2026
ccb4064
AB#29928 - Added Notification List page and menu
hasanpour Jun 18, 2026
a584b32
AB#29928 - Validate notification list sort input
hasanpour Jun 18, 2026
b15e51f
AB#32306 Keep Generate Summaries disabled without selection
jacobwillsmith Jun 18, 2026
0e2ff37
AB#32306 Address prompt runtime review feedback
jacobwillsmith Jun 18, 2026
ae0c8f5
AB#29928 - Fixed Copilot mentioned issues.
hasanpour Jun 18, 2026
0cf118a
AB#31529 update length check for radio length worksheet
AndreGAot Jun 19, 2026
66f990f
Merge pull request #2576 from bcgov/bugfix/AB#31529-ws-radio-validation
AndreGAot Jun 19, 2026
c462a44
Merge pull request #2571 from bcgov/feature/AB#33225-email-history-se…
JamesPasta Jun 19, 2026
e0b16a1
Merge pull request #2572 from bcgov/feature/AB#33332-Payment-List-Inv…
JamesPasta Jun 19, 2026
ef3dc20
Merge pull request #2574 from bcgov/feature/AB#29928-Notification-List
JamesPasta Jun 19, 2026
a36f1ca
Merge pull request #2573 from bcgov/bugfix/AB#33470-DecisionDate-Dont…
JamesPasta Jun 19, 2026
3f3f0f2
Merge pull request #2577 from bcgov/dev
JamesPasta Jun 19, 2026
f368151
AB#30134: Drop OrganizationSize Column As Its No Longer Used
aurelio-aot Jun 19, 2026
3223c77
Merge pull request #2575 from bcgov/feature/AB#32306-store-versioned-…
JamesPasta Jun 19, 2026
70674a1
Merge pull request #2578 from bcgov/feature/AB#30134-Drop-Organizatio…
JamesPasta Jun 19, 2026
e920678
Merge pull request #2579 from bcgov/dev
JamesPasta Jun 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ bld/
# Visual Studio cache/options directory
.vs/
.vscode/
*.lscache
# Uncomment if you have tasks that create the project's static files in wwwroot
**/wwwroot/lib/

Expand Down
38 changes: 3 additions & 35 deletions applications/Unity.AutoUI/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ cypress/videos
cypress/screenshots
cypress/report

cypress/scripts/last-submission-id.json
cypress/scripts/bulk-submission-ids.json

# Optional npm cache directory
.npm

Expand All @@ -33,38 +36,3 @@ pids
*.seed
*.pid.lock

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
.vs/
.vscode/

# User-specific files
*.suo
*.user
*.rsuser
*.userosscache
*.sln.docstates

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

Loading
Loading