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

Update sweep.yaml #2920

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Update sweep.yaml #2920

merged 1 commit into from
Sep 25, 2023

Conversation

kevinlu1248
Copy link
Contributor

Updated sweep.yaml to run prettier and eslint. I tried also setting up building and testing but it doesn't seem like it's succeeding, I'm getting the error logs below.

Wrote a Sweep rule to always write unit tests so that if a PR is merged without a corresponding unit test a corresponding unit test will be written.

@medplum/core:build: > @medplum/core@2.1.1 clean
@medplum/core:build: > rimraf dist
@medplum/core:build: 
@medplum/core:build: node:internal/errors:464
@medplum/core:build:     ErrorCaptureStackTrace(err);
@medplum/core:build:     ^
@medplum/core:build: 
@medplum/core:build: TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".json" for /home/kevin/medplum/packages/core/package.json
@medplum/core:build:     at new NodeError (node:internal/errors:371:5)
@medplum/core:build:     at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:87:11)
@medplum/core:build:     at defaultGetFormat (node:internal/modules/esm/get_format:102:38)
@medplum/core:build:     at defaultLoad (node:internal/modules/esm/load:21:14)
@medplum/core:build:     at ESMLoader.load (node:internal/modules/esm/loader:359:26)
@medplum/core:build:     at ESMLoader.moduleProvider (node:internal/modules/esm/loader:280:58)
@medplum/core:build:     at new ModuleJob (node:internal/modules/esm/module_job:66:26)
@medplum/core:build:     at ESMLoader.#createModuleJob (node:internal/modules/esm/loader:297:17)
@medplum/core:build:     at ESMLoader.getModuleJob (node:internal/modules/esm/loader:261:34)
@medplum/core:build:     at async ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:81:21) {
@medplum/core:build:   code: 'ERR_UNKNOWN_FILE_EXTENSION'
@medplum/core:build: }
@medplum/core:build: npm ERR! Lifecycle script `build` failed with error: 
@medplum/core:build: npm ERR! Error: command failed 
@medplum/core:build: npm ERR!   in workspace: @medplum/core@2.1.1 
@medplum/core:build: npm ERR!   at location: /home/kevin/medplum/packages/core 
@medplum/core:build: ERROR: command finished with error: command (/home/kevin/medplum/packages/core) npm run build exited (1)
@medplum/core#build: command (/home/kevin/medplum/packages/core) npm run build exited (1)

@kevinlu1248 kevinlu1248 requested a review from a team as a code owner September 25, 2023 08:16
@vercel
Copy link

vercel bot commented Sep 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
medplum-storybook ⬜️ Ignored (Inspect) Visit Preview Sep 25, 2023 6:52pm
medplum-www ⬜️ Ignored (Inspect) Visit Preview Sep 25, 2023 6:52pm

@vercel
Copy link

vercel bot commented Sep 25, 2023

@kevinlu1248 is attempting to deploy a commit to the Medplum Team on Vercel.

A member of the Team first needs to authorize it.

@coveralls
Copy link

Coverage Status

coverage: 94.091%. remained the same when pulling 4947c2a on kevinlu1248:patch-1 into 494ccfd on medplum:main.

@codyebberson codyebberson added this pull request to the merge queue Sep 25, 2023
Merged via the queue into medplum:main with commit 5042d69 Sep 25, 2023
11 checks passed
@reshmakh reshmakh added this to the September 30, 2023 milestone Sep 25, 2023
codyebberson added a commit that referenced this pull request Sep 27, 2023
Fixes #2901 - cli command to update s3 bucket policies (#2924)
Bot cli fixes (#2935)
Dynamically move items in QuestionnaireBuilder (#2883)
publish changes (#2927)
Update contributing docs (#2897)
Fixes #2898 - export CDK types (#2905)
Update sweep.yaml (#2920)
Split tsquery handling by language config (#2885)
Add stack traces back to error logs (#2918)
Fixes #2899 - agent push (#2900)
Add request IDs to error responses (#2907)
Create documentation for the Apps Tab (#2873)
Clarify that paginated search requires a _sort for consistency (#2913)
Added docs on the "Communication Lifecycle" (#2912)
Bump graphql from 16.8.0 to 16.8.1 (#2903)
Fixes #2891k - ID capitalization (#2902)
Add Value Set Autocomplete to Kitchen Sink (#2896)
Added reference resolution to  PATCH batch entries (#2884)
Fixes #2876 - CDK creates awsRegion parameter (#2879)
Bind async callbacks to context local storage (#2875)
Clarification on per-server vs. per-project users (#2881)
Fixes #2847 - Create new resources from JSON input (#2870)
Fixes ElementDefinition.contentReference in deep nested backbone element (#2868)
Bind AsyncLocalStorage to cursor callbacks (#2874)
Use getElementDefinitionTypeName (#2869)
Fix bug on page sequence input changes  (#2865)
Updating SOC2 report link to 2023 version (#2872)
Update Patient Dedupe Docs (#2760)
Fix CLI docs headings (#2867)
Monitoring bots documentation (#2782)
Updating bots based on feedback and correcting for use of deprecated fields (#2866)
Remove unnecessary generics (#2864)
Create docs for promoting a user to admin (#2757)
Fixes #2792 - multiple patient compartments in resource (#2862)
Fix 'sign-in' vs 'sign in' in invite email (#2861)
Fixes #2796 - copy binary content in project clone (#2858)
Dependency upgrades (#2857)
codyebberson added a commit that referenced this pull request Sep 28, 2023
Fixes #2901 - cli command to update s3 bucket policies (#2924)
Bot cli fixes (#2935)
Dynamically move items in QuestionnaireBuilder (#2883)
publish changes (#2927)
Update contributing docs (#2897)
Fixes #2898 - export CDK types (#2905)
Update sweep.yaml (#2920)
Split tsquery handling by language config (#2885)
Add stack traces back to error logs (#2918)
Fixes #2899 - agent push (#2900)
Add request IDs to error responses (#2907)
Create documentation for the Apps Tab (#2873)
Clarify that paginated search requires a _sort for consistency (#2913)
Added docs on the "Communication Lifecycle" (#2912)
Bump graphql from 16.8.0 to 16.8.1 (#2903)
Fixes #2891k - ID capitalization (#2902)
Add Value Set Autocomplete to Kitchen Sink (#2896)
Added reference resolution to  PATCH batch entries (#2884)
Fixes #2876 - CDK creates awsRegion parameter (#2879)
Bind async callbacks to context local storage (#2875)
Clarification on per-server vs. per-project users (#2881)
Fixes #2847 - Create new resources from JSON input (#2870)
Fixes ElementDefinition.contentReference in deep nested backbone element (#2868)
Bind AsyncLocalStorage to cursor callbacks (#2874)
Use getElementDefinitionTypeName (#2869)
Fix bug on page sequence input changes  (#2865)
Updating SOC2 report link to 2023 version (#2872)
Update Patient Dedupe Docs (#2760)
Fix CLI docs headings (#2867)
Monitoring bots documentation (#2782)
Updating bots based on feedback and correcting for use of deprecated fields (#2866)
Remove unnecessary generics (#2864)
Create docs for promoting a user to admin (#2757)
Fixes #2792 - multiple patient compartments in resource (#2862)
Fix 'sign-in' vs 'sign in' in invite email (#2861)
Fixes #2796 - copy binary content in project clone (#2858)
Dependency upgrades (#2857)
github-merge-queue bot pushed a commit that referenced this pull request Sep 28, 2023
Fixes #2901 - cli command to update s3 bucket policies (#2924)
Bot cli fixes (#2935)
Dynamically move items in QuestionnaireBuilder (#2883)
publish changes (#2927)
Update contributing docs (#2897)
Fixes #2898 - export CDK types (#2905)
Update sweep.yaml (#2920)
Split tsquery handling by language config (#2885)
Add stack traces back to error logs (#2918)
Fixes #2899 - agent push (#2900)
Add request IDs to error responses (#2907)
Create documentation for the Apps Tab (#2873)
Clarify that paginated search requires a _sort for consistency (#2913)
Added docs on the "Communication Lifecycle" (#2912)
Bump graphql from 16.8.0 to 16.8.1 (#2903)
Fixes #2891k - ID capitalization (#2902)
Add Value Set Autocomplete to Kitchen Sink (#2896)
Added reference resolution to  PATCH batch entries (#2884)
Fixes #2876 - CDK creates awsRegion parameter (#2879)
Bind async callbacks to context local storage (#2875)
Clarification on per-server vs. per-project users (#2881)
Fixes #2847 - Create new resources from JSON input (#2870)
Fixes ElementDefinition.contentReference in deep nested backbone element (#2868)
Bind AsyncLocalStorage to cursor callbacks (#2874)
Use getElementDefinitionTypeName (#2869)
Fix bug on page sequence input changes  (#2865)
Updating SOC2 report link to 2023 version (#2872)
Update Patient Dedupe Docs (#2760)
Fix CLI docs headings (#2867)
Monitoring bots documentation (#2782)
Updating bots based on feedback and correcting for use of deprecated fields (#2866)
Remove unnecessary generics (#2864)
Create docs for promoting a user to admin (#2757)
Fixes #2792 - multiple patient compartments in resource (#2862)
Fix 'sign-in' vs 'sign in' in invite email (#2861)
Fixes #2796 - copy binary content in project clone (#2858)
Dependency upgrades (#2857)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants