-
Notifications
You must be signed in to change notification settings - Fork 20
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
Merges current development to prepare next minor #175
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## π― Aim The is to refactor the sample view to merge all samples to a single view that allows filtering and detail view. ## π· Result ![image](https://github.com/pnp/vscode-viva/assets/58668583/0f5baac3-4d59-4ce2-b216-8ca8eef99885) ![image](https://github.com/pnp/vscode-viva/assets/58668583/9e6b0c00-296c-46a7-a159-88a76fa19776) ## β What was done - [X] Refactors welcome experience - [X] Adds filters - [X] Adds details view - [X] Adds list view of rows as and alternative to card view - [X] Rebuilds card view - [X] Unifies samples - [X] Adds counter ## π Related issue Closes: #126
Automated check and update of SPFx extensions and webparts samples data and aces sample data. Co-authored-by: Adam-it <[email protected]>
## π― Aim The aim of this PR is to refactor CI/CD workflow action to base on form for scaffolding and not QA popups ## π Related issue #125
## π― Aim Extends the scaffolding form to include steps for creating a certificate and app regsitration ## β What was done - [X] Extended CI/CD scaffolding form - [X] Added generating cert - [X] Added creating AAD app registration ## π Related issue #125
Updates pipelines definitions to v4 and removes CLI cleanup step
## π― Aim Adds a link to newly created app registration and updates the create workflow button name if a new app should be created ## π Related issue Closes: #125
Automated check and update of SPFx extensions and webparts samples data and aces sample data. Co-authored-by: Adam-it <[email protected]>
Automated check and update of SPFx extensions and webparts samples data and aces sample data. Co-authored-by: Adam-it <[email protected]>
Automated check and update of SPFx extensions and webparts samples data and aces sample data. Co-authored-by: Adam-it <[email protected]>
Automated check and update of SPFx extensions and webparts samples data and aces sample data. Co-authored-by: Adam-it <[email protected]>
Automated check and update of SPFx extensions and webparts samples data and aces sample data. Co-authored-by: Adam-it <[email protected]>
Updates pipelines definitions to v4 and removes CLI cleanup step
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
π― Aim
The aim is to merge the latest development into main branch to prepare next minor release.
π· Result
β What was done