Skip to content

Commit

Permalink
Merge branch 'develop' into 3106-reparse-django-action
Browse files Browse the repository at this point in the history
  • Loading branch information
raftmsohani authored Oct 15, 2024
2 parents 59cf447 + ccb07cc commit b8af66f
Show file tree
Hide file tree
Showing 10 changed files with 424 additions and 186 deletions.
120 changes: 0 additions & 120 deletions docs/Technical-Documentation/cloud-foundry-db-upgrade.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/Technical-Documentation/nexus-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Now you will no longer have to enter the password when logging in.
## Local Docker Login
After logging into the `tanf-dev` space with the `cf` cli, execute the following commands to authenticate your local docker daemon
```
export NEXUS_DOCKER_PASSWORD=`cf service-key tanf-keys nexus-dev | tail -n +2 | jq .credentials.password`
export NEXUS_DOCKER_PASSWORD=`cf service-key tanf-keys nexus-dev | tail -n +2 | jq .password`
echo "$NEXUS_DOCKER_PASSWORD" | docker login https://tdp-docker.dev.raftlabs.tech -u tdp-dev --password-stdin
```

Expand Down
Binary file modified product-updates/img/error-reports/error-report.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
93 changes: 93 additions & 0 deletions product-updates/knowledge-center/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,99 @@ <h2 class="usa-card__heading" id="existing">Use an existing Login.gov Account</h

<h2>What's new in TDP</h2>


<h3 style="margin-top: 32px;">October 10th 2024 (v 3.6.4)</h3>
<h4 style="margin-top: 16px; color: #595959;">Added:</h4>
<ul class="usa-icon-list">
<li class="usa-icon-list__item" style="margin-top: 16px;">
<div class="usa-icon-list__icon text-ink">
<img src="../img/added.svg" aria-hidden="true" alt="" style="background-color: #d3ffcc; border-radius: 5px; width: 18px; height: 18px; position: relative; top: 2px; margin-right: 5px; margin-left: 5px;"/>
</div>
<div class="usa-icon-list__content">
<h5 class="usa-icon-list__title">
New Error Type Column Added to Error Report
</h5>
<p>A new column called "Error Type" has been added to error reports. This feature will help users quickly locate high-priority errors affecting file submission.</p>
<p>The new column categorizes four types of errors by their priority and impact on file status. Detailed guidance to filter high-priority errors along with further information on this update is available in the <a href="viewing-error-reports.html#interpreting-error-types">Knowledge Center.</a></p>

</div>
</li>

</ul>
<table class="usa-table">
<thead>
<tr>
<th scope="col">Error Type</th>
<th scope="col">Priority</th>
<th scope="col">Impact</th>
<th scope="col">File Status</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">File Pre-Check</th>
<td>
High
</td>
<td>
Some or all of the record(s) in the file are rejected
</td>
<td>
Rejected or Partially Accepted with errors
</td>

</tr>
<tr>
<th scope="row">Case Consistency</th>
<td>
High
</td>
<td>
Record(s) rejected
</td>
<td>
Partially accepted with errors
</td>
</tr>
<tr>
<th scope="row">Record Value Invalid</th>
<td>
Low
</td>
<td>
Record(s) accepted
</td>
<td>
Accepted with errors
</td>

<tr>
<th scope="row">Record Value Inconsistency</th>
<td>
Low
</td>
<td>
Record(s) accepted
</td>
<td>
Accepted with errors
</td>

</tr>

</tbody>
</table>
</ul>



<hr style="border: none;
height: 1px;
background: #000;
margin-top: 32px;
background: repeating-linear-gradient(90deg,#000,#000 6px,transparent 6px,transparent 12px);">


<h3 style="margin-top: 32px;">September 10th 2024 (v 3.6.0)</h3>
<h4 style="margin-top: 16px; color: #595959;">In Development:</h4>
<ul class="usa-icon-list">
Expand Down
Loading

0 comments on commit b8af66f

Please sign in to comment.