Skip to content
Merged

Dev #2569

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
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
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
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
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