Skip to content

Conversation

@joe-yeager
Copy link
Contributor

@joe-yeager joe-yeager commented Apr 30, 2025

Description and Context

  • Bump the project-parsing-lib version to pull in the required changes needed for app-functions
  • Update the polling logic to filter out the app-package from the build/deploy loading spinners

@joe-yeager joe-yeager changed the title build: Downgrade project-parsing-lib to experimental version for app … chore: bump ppl May 1, 2025
@joe-yeager joe-yeager changed the title chore: bump ppl feat: Onboard app-functions May 12, 2025
@joe-yeager joe-yeager marked this pull request as ready for review May 12, 2025 16:49
Comment on lines +177 to +185
.filter(subtask => {
// TODO: Remove this filtering logic when visible=false for SERVERLESS_PACKAGE
const shouldBeVisible =
getSubtaskType(subtask) !== mapToInternalType(AppFunctionsPackageKey);
if (!shouldBeVisible) {
hiddenComponentBuildIds.push(subtask.id);
}
return shouldBeVisible;
})
Copy link
Contributor Author

@joe-yeager joe-yeager May 12, 2025

Choose a reason for hiding this comment

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

This is a hopefully temporary solution to prevent the serverless-package component from showing up in the loading spinners, because it is auto generated and will be confusing for users to see it in the output.

@joe-yeager joe-yeager merged commit 704bb36 into main May 14, 2025
1 check passed
@joe-yeager joe-yeager deleted the jy/onboard-app-functions branch May 14, 2025 16:04
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.

3 participants