-
Notifications
You must be signed in to change notification settings - Fork 17
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
💡 [Feature]: Allow to upgrade an app on a specified site collection using a action in the app catalog app list view #351
Labels
⭐ enhancement
New feature or request
💪 good first issue
Good for newcomers
👨💻work in progress
I am working on it
Comments
Adam-it
added
⭐ enhancement
New feature or request
💪 good first issue
Good for newcomers
🙏 help wanted
Open for contributors
labels
Nov 19, 2024
Can I take it? |
Adam-it
added
👨💻work in progress
I am working on it
and removed
🙏 help wanted
Open for contributors
labels
Nov 20, 2024
All yours |
Saurabh7019
added a commit
to Saurabh7019/vscode-viva
that referenced
this issue
Nov 21, 2024
…r the specified site. Closes pnp#351
2 tasks
Adam-it
pushed a commit
to Saurabh7019/vscode-viva
that referenced
this issue
Nov 23, 2024
…r the specified site. Closes pnp#351
2 tasks
Adam-it
pushed a commit
that referenced
this issue
Nov 23, 2024
…loses: #351 (#357) ## 🎯 Aim Upgrades an app to the latest version available in the app catalog for the specified site ## 📷 Result ![image](https://github.com/user-attachments/assets/3c9255b0-28de-4365-9bce-d12452c611be) ## ✅ What was done - [X] New action to upgrade an app in the specified site. - [X] Prompt for the site URL only when upgrading tenant app catalog apps. For site collection app catalog apps, it uses the site collection app catalog URL and scope. ## 🔗 Related issue Closes: #351
PR merged. This will be live as a new pre-release soon. |
Adam-it
pushed a commit
that referenced
this issue
Dec 10, 2024
…loses: #351 (#357) ## 🎯 Aim Upgrades an app to the latest version available in the app catalog for the specified site ## 📷 Result ![image](https://github.com/user-attachments/assets/3c9255b0-28de-4365-9bce-d12452c611be) ## ✅ What was done - [X] New action to upgrade an app in the specified site. - [X] Prompt for the site URL only when upgrading tenant app catalog apps. For site collection app catalog apps, it uses the site collection app catalog URL and scope. ## 🔗 Related issue Closes: #351
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
⭐ enhancement
New feature or request
💪 good first issue
Good for newcomers
👨💻work in progress
I am working on it
🎯 Aim of the feature
Currently we have a few actions available for each app in the app catalog list.
The idea/aim is to add a new action which under the hood will use CLI for Microsoft 365 command:
siteUrl
which is needed so that we will know to which site we should upgrade the selected appTips how to go about it, which should be done similar like already available actions
vscode-viva/src/constants/Commands.ts
Lines 56 to 62 in 5919011
vscode-viva/src/panels/CommandPanel.ts
Lines 210 to 216 in 5919011
vscode-viva/src/services/actions/CliActions.ts
Lines 54 to 56 in 5919011
vscode-viva/src/services/actions/CliActions.ts
Line 182 in 5919011
📷 Images (if possible) with expected result
current state of actions for each app in the app catalog list
🤔 Additional remarks or comments
parent issue #324
The text was updated successfully, but these errors were encountered: