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

APIView - Update pipelines to use js parser from local feed #9445

Closed
3 tasks done
praveenkuttappan opened this issue Dec 2, 2024 · 1 comment
Closed
3 tasks done
Assignees
Labels
APIView Central-EngSys This issue is owned by the Engineering System team.

Comments

@praveenkuttappan
Copy link
Member

praveenkuttappan commented Dec 2, 2024

JS api parser is installed from Azure DevOps feed azure-sdk-for-js. Npm install uses anonymous installation with read only access hence it fails if a new version is available in upstream for any dependency.

Solution: Update the installation step to use @local feed to avoid checking upstream for any dependency version during installation.

Changes required in:

  • APIView deployment pipeline
  • JS SDK pipeline
  • TypeSpec JS code gen pipeline
@praveenkuttappan praveenkuttappan added APIView Central-EngSys This issue is owned by the Engineering System team. labels Dec 2, 2024
@praveenkuttappan praveenkuttappan self-assigned this Dec 2, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in ApiView Dec 2, 2024
@praveenkuttappan praveenkuttappan moved this from 🤔 Triage to 🐝 Dev in Azure SDK EngSys 🤖🧠 Dec 2, 2024
@praveenkuttappan praveenkuttappan moved this from 🆕 New to 🏗 In progress in ApiView Dec 2, 2024
@praveenkuttappan
Copy link
Member Author

praveenkuttappan commented Dec 2, 2024

APIView pipeline PR: #9446
JS pipeline PR: Azure/azure-sdk-for-js#32014

@praveenkuttappan praveenkuttappan moved this from 🐝 Dev to 🔬 Dev in PR in Azure SDK EngSys 🤖🧠 Jan 14, 2025
@praveenkuttappan praveenkuttappan moved this from 🏗 In progress to ✅ Done in ApiView Jan 14, 2025
@github-project-automation github-project-automation bot moved this from 🔬 Dev in PR to 🎊 Closed in Azure SDK EngSys 🤖🧠 Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
APIView Central-EngSys This issue is owned by the Engineering System team.
Projects
Status: ✅ Done
Archived in project
Development

No branches or pull requests

1 participant