Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Changes from issue [junie] alias for test #219

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

This PR was automatically created in response to issue #218
Original issue description:
create an alias for code-generation_java_ to code-generation_idea_ in aia code generation dashboard
junie summary:
An alias was successfully created for code-generation_java_ to code-generation_idea_ in the AIA code generation dashboard by modifying the getAllProjects function. The implementation is error-free, and all original functionalities are retained, though no specific tests were identified for the changes made.

@Litemn
Copy link
Collaborator

Litemn commented Feb 26, 2025

junie: fix use :aliases in dashboard like in the IndexingDashboard.vue

@@ -2,5 +2,13 @@ export const aiaModels = ["NativeLLaMA", "JBAICloudWithoutControl", "JBAICloudCo
export const aiaLanguages = ["css", "csharp", "cpp", "html", "javascript", "java", "kotlin", "php", "python", "ruby", "rust", "scala", "terraform", "typescript"]

export function getAllProjects(prefix: string) {
return aiaLanguages.flatMap((project) => aiaModels.map((model) => prefix + "_" + project + "_" + model))
const projects = aiaLanguages.flatMap((project) => aiaModels.map((model) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

junie: fix use :aliases in dashboard like in the IndexingDashboard.vue

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant