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

#8761: update internal/external naming from brick to package in the Workshop #8762

Merged
merged 13 commits into from
Jul 8, 2024

Conversation

twschiller
Copy link
Contributor

@twschiller twschiller commented Jul 6, 2024

What does this PR do?

Remaining Work

  • Fix broken playwright tests - having trouble with authentication fixture when running locally

Discussion

  • package is a reserved keyword in JS. So uses a modifier, e.g., editablePackage, packageMetadata, etc. where appropriate

Demo

image

Future Work

For more information on our expectations for the PR process, see the
code review principles doc

@twschiller twschiller added user experience Improve the user experience (UX) developer experience labels Jul 6, 2024
@twschiller twschiller requested a review from grahamlangford July 6, 2024 21:18
@twschiller twschiller self-assigned this Jul 6, 2024
@twschiller twschiller added this to the 2.0.5 milestone Jul 6, 2024
@twschiller twschiller changed the title #8761: update internal/external naming from brick to package #8761: update internal/external naming from brick to package in the Workshop Jul 6, 2024
style={{ maxWidth: 300 }}
setGlobalFilter={setGlobalFilter}
/>
{showSearchFilter && (
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐛 Bug fix where showSearchFilter was never being used. I'm surprised it wasn't flagged as dead code

Copy link

github-actions bot commented Jul 6, 2024

Playwright test results

passed  83 passed
flaky  1 flaky
skipped  2 skipped

Details

report  Open report ↗︎
stats  86 tests across 30 suites
duration  14 minutes
commit  165acb1

Flaky tests

edge › tests/pageEditor/saveMod.spec.ts › can save a standalone trigger mod

Skipped tests

chrome › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options
edge › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options

@twschiller twschiller changed the title #8761: update internal/external naming from brick to package in the Workshop #8761: update internal/external naming from brick to package in the Workshop Jul 6, 2024
@twschiller twschiller changed the title #8761: update internal/external naming from brick to package in the Workshop #8761: update internal/external naming from brick to package in the Workshop Jul 6, 2024
Copy link

codecov bot commented Jul 6, 2024

Codecov Report

Attention: Patch coverage is 53.07692% with 61 lines in your changes missing coverage. Please review.

Project coverage is 74.23%. Comparing base (8318d74) to head (165acb1).
Report is 23 commits behind head on main.

Files Patch % Lines
.../extensionConsole/pages/packageEditor/EditPage.tsx 0.00% 18 Missing ⚠️
...rc/extensionConsole/pages/packageEditor/Editor.tsx 40.74% 16 Missing ⚠️
...es/packageEditor/referenceTab/PackageReference.tsx 31.57% 13 Missing ⚠️
...xtensionConsole/pages/packageEditor/CreatePage.tsx 0.00% 3 Missing ⚠️
...pages/packageEditor/referenceTab/PackageResult.tsx 50.00% 3 Missing ⚠️
...ionConsole/pages/workshop/EditablePackagesCard.tsx 57.14% 3 Missing ⚠️
...ionConsole/pages/packageEditor/useSubmitPackage.ts 75.00% 2 Missing ⚠️
...pages/packageEditor/referenceTab/PackageDetail.tsx 90.90% 1 Missing ⚠️
...c/extensionConsole/pages/workshop/WorkshopPage.tsx 95.45% 1 Missing ⚠️
src/store/workshopSlice.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8762      +/-   ##
==========================================
- Coverage   74.24%   74.23%   -0.02%     
==========================================
  Files        1332     1332              
  Lines       40817    40857      +40     
  Branches     7634     7640       +6     
==========================================
+ Hits        30306    30330      +24     
- Misses      10511    10527      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll want to rename this directory/module in a future PR given that it performs package search (e.g., for integration definitions), not just brick search

Copy link

github-actions bot commented Jul 8, 2024

No loom links were found in the first post. Please add one there if you'd like to it to appear on Slack.

Do not edit this comment manually.

@twschiller twschiller enabled auto-merge (squash) July 8, 2024 15:36
@twschiller twschiller merged commit 1ebf076 into main Jul 8, 2024
18 checks passed
@twschiller twschiller deleted the feature/8761-workshop-naming branch July 8, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Update internal/external naming from brick to package in Workshop
2 participants