Skip to content

Commit

Permalink
Merge pull request #895 from Enterprise-CMCS/main
Browse files Browse the repository at this point in the history
Release to val
  • Loading branch information
tbolt authored Dec 18, 2024
2 parents 28a5e28 + 4d2e984 commit fe54b14
Show file tree
Hide file tree
Showing 451 changed files with 8,495 additions and 20,145 deletions.
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

0 comments on commit fe54b14

Please sign in to comment.