Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release to val #895

Merged
merged 33 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
56a6b68
feat(ui): create waiver emails (#894)
asharonbaltazar Dec 3, 2024
07545bb
fix: upgrade @aws-sdk/client-s3 from 3.688.0 to 3.689.0 (#896)
macpro-snyk-service-account Dec 5, 2024
d680db5
feat(workspace): update PR template (#900)
asharonbaltazar Dec 6, 2024
e33e62c
feat: add general UI validation for Sub-doc (#888)
zerogravit1 Dec 6, 2024
afa6321
fix(emails): Update Email per Sprint Review Feedback (12.4.24) (#903)
asharonbaltazar Dec 9, 2024
cf1d3d1
feat(emails): App K Subsequent Submissions State & CMS (#901)
andieswift Dec 9, 2024
0582148
feat(workspace): add a comment about the PR title (#909)
asharonbaltazar Dec 9, 2024
868557c
fix: upgrade @aws-sdk/client-s3 from 3.689.0 to 3.693.0 (#907)
macpro-snyk-service-account Dec 9, 2024
49b1935
fix(ui): PDF Links in VAL (#908)
RanyeM Dec 9, 2024
1064150
fix(waiver-renewals): Update validation to catch invalid waiver ids (…
tbolt Dec 9, 2024
5fde807
feat(ui): remove mmdl chip (#893)
RanyeM Dec 9, 2024
8057e9f
feat: update faq link and information for withdrawals (#890)
daniel-belcher Dec 10, 2024
3fcd0ef
feat(mmdl-home): Add "New and Notable" card (#886)
charmcitygavin Dec 10, 2024
bcc76bf
feat(tests): adding new mocks strategy to tests (#880)
thetif Dec 10, 2024
d83abb9
fix(ui): updated correct links for pdf templates for FAQ (#913)
RanyeM Dec 10, 2024
e2246a0
fix: removed guide under ABP section (#916)
RanyeM Dec 10, 2024
3b6688d
fix(ui): added subtext (#918)
RanyeM Dec 11, 2024
5b7302f
feat(ui): Appendix K design updates (#902)
tbolt Dec 11, 2024
14565e5
chore(ui): upgrade `react-router-dom` to v7 (#915)
asharonbaltazar Dec 11, 2024
5ab7245
chore: remove `docs` directory (#919)
asharonbaltazar Dec 11, 2024
1ece792
fix(update-rules-for-chip): Update Chip Rules to show Enable Rai With…
13bfrancis Dec 11, 2024
bf31b5c
fix: upgrade @aws-sdk/client-s3 from 3.693.0 to 3.697.0 (#922)
macpro-snyk-service-account Dec 11, 2024
a9021db
feat: update e2e deploy step (#906)
zerogravit1 Dec 12, 2024
2e992e3
fix(ui): adds "date" to Formal RAI response field on package details …
tbolt Dec 12, 2024
a140768
fix(ui): update the order of the attachment form instructions (#912)
tbolt Dec 12, 2024
345d784
feat(upload-sub-medicaid): add email templates for medicaid spa uploa…
jdinh8124 Dec 12, 2024
85d8bf0
feat: allow vars with _ to be excluded from eslint rule (#935)
asharonbaltazar Dec 13, 2024
04379a2
feat(ui): remove ability for state users to view type/subtype (#931)
asharonbaltazar Dec 16, 2024
74a956f
feat(withdraw-waiver-confirmation): Add logic to preview withdraw wai…
jdinh8124 Dec 16, 2024
6b5b588
feat(tests): refactor `sinkMain` and create tests (#897)
asharonbaltazar Dec 16, 2024
d4b2070
feat(Upload Waiver) OY2-30723 1915(b) waivers (#934)
thwalker6 Dec 17, 2024
2b1f40a
adding msw to lib tests (#898)
thetif Dec 17, 2024
4d2e984
fix(ui): Appendix K Form, Instructions, and Modal Design Updates (#936)
tbolt Dec 18, 2024
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
  •  
  •  
  •  
31 changes: 23 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
## Purpose
<!--
TODO for PR Author:
- Would your work benefit from unit tests?
- Have you formatted your files using Prettier/ESLint?
- Delete any irrelevant sections below before opening the pull request
- title your PR using the angular commit convention -> https://www.conventionalcommits.org/en/v1.0.0/
type-of-changes(scope-in-codebase): distilled description of changes
e.g. feat/fix/test(ui/api/lib): refactor Hello World console log
-->

_Describe the problem or feature in addition to a link to the issues._
## 🎫 Linked Ticket

#### Linked Issues to Close
<!-- Link to the JIRA ticket to track this work -->

_Links to issue(s) that are closed by this PR. Be sure to use the phrase "Closes #XXX" for each issue, so they automatically close_
[Ticket to close](link-to-ticket)

## Approach
## 💬 Description / Notes

_How does this change address the issue?_
<!-- Briefly describe the background of the issue -->
<!-- If you feel the original ticket lacks important details, this would be the place to share them -->

## Assorted Notes/Considerations/Learning
## 🛠 Changes

_List any other information that you think is important... a post-merge activity, someone to notify, what you learned, etc._
<!-- List your code changes made to implement the solution -->

## 📸 Screenshots / Demo

<!-- ### Before -->

<!-- ### After -->
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ jobs:
coverageLocations: coverage/lcov.info:lcov

e2e:
timeout-minutes: 5
runs-on: ubuntu-20.04
needs:
- deploy
Expand All @@ -148,8 +147,6 @@ jobs:
role-to-assume: ${{ secrets.AWS_OIDC_ROLE_TO_ASSUME }}
aws-region: us-east-1
role-duration-seconds: 10800
- name: Install Playwright with Chrome
run: npx playwright install --with-deps chromium
- name: Run e2e tests
run: run e2e
- uses: actions/upload-artifact@v3
Expand Down
87 changes: 0 additions & 87 deletions .github/workflows/github-pages.yml

This file was deleted.

5 changes: 3 additions & 2 deletions bin/cli/src/commands/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ export const e2e = {
}),
handler: async ({ ui }: { ui: boolean }) => {
await checkIfAuthenticated();
await runCommand("bun", ["playwright", "install", "--with-deps"], ".");
console.log(ui);
await runCommand("bun", ["playwright", "install", "--with-deps", "chromium"], ".");

await runCommand("bun", [ui ? "e2e:ui" : "e2e"], ".");
await runCommand("bun", [ui ? "e2e:ui" : "e2e", "--", "--", "--grep", "@CI"], ".");
},
};
2 changes: 1 addition & 1 deletion bin/cli/src/commands/logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async function getLambdasWithTags(tags: Tag[]): Promise<string[]> {
const functionData = await lambdaClient.send(functionCommand);
return functionData.Configuration?.FunctionName || "";
} catch {
console.log(`Ecluding function ${arn}.`);
console.log(`Excluding function ${arn}.`);
return "";
}
}),
Expand Down
Binary file modified bun.lockb
100755 → 100644
Binary file not shown.
1 change: 0 additions & 1 deletion docs/.dockerignore

This file was deleted.

11 changes: 0 additions & 11 deletions docs/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions docs/Gemfile

This file was deleted.

163 changes: 0 additions & 163 deletions docs/_config.yml

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_deploy-metrics/.eslintrc.json

This file was deleted.

26 changes: 0 additions & 26 deletions docs/_deploy-metrics/.gitignore

This file was deleted.

Binary file removed docs/_deploy-metrics/bun.lockb
Binary file not shown.
Loading
Loading