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

pre validation project details #695

Merged
merged 16 commits into from
Feb 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3655,6 +3655,32 @@
}
]
},
{
"name": "codeTransform_projectDetails",
"description": "Transform initiates project validation before user interaction and we want to gather project details then.",
"metadata" : [
{
"type": "codeTransformSessionId",
"required": true
},
{
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Result can be a failure if the project is not valid for transform in which case the optional reason can be filled with more details as well.

"type": "result",
"required": true
},
{
"type": "reason",
"required": false
},
{
"type": "codeTransformPreValidationError",
"required": false
},
{
"type": "codeTransformLocalJavaVersion",
"required": false
}
]
},
{
"name": "codeTransform_jobStatusChanged",
"passive": true,
Expand Down
Loading