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

feat: Add translation to IR #1252

Open
wants to merge 13 commits into
base: next
Choose a base branch
from
Open

Conversation

joe-yeager
Copy link
Contributor

@joe-yeager joe-yeager commented Nov 20, 2024

Description and Context

Integrate with @hubspot/projects-parsing-lib and the new projects upload API

@joe-yeager joe-yeager changed the base branch from main to next December 18, 2024 17:57
@joe-yeager joe-yeager marked this pull request as ready for review December 18, 2024 21:28
Comment on lines +134 to +138
translate: {
hidden: true,
type: 'boolean',
default: false,
},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added this to hs project upload but not hs project watch primarily because hs project watch gets almost no usage, and there were some other road bumps, such as hs project watch doesn't work unless your project already has a successful build, which is not currently achievable with the new system.

I can add the options to hs project watch if we think it is worthwhile, but the command won't work until build scheduling is in place and component teams have begun to implement their builds.

@@ -43,6 +43,8 @@ exports.handler = async options => {

const { projectConfig, projectDir } = await getProjectConfig();

trackCommandUsage('project-upload', { type: accountType }, derivedAccountId);
Copy link
Contributor

Choose a reason for hiding this comment

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

is this a duplicate tracking call?

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.

2 participants