Skip to content

Commit

Permalink
Sample data update (#300)
Browse files Browse the repository at this point in the history
Automated check and update of SPFx extensions and webparts samples data
and aces sample data.

Co-authored-by: Adam-it <[email protected]>
  • Loading branch information
github-actions[bot] and Adam-it authored Sep 8, 2024
1 parent 5359569 commit fc90031
Showing 1 changed file with 76 additions and 7 deletions.
83 changes: 76 additions & 7 deletions data/sp-dev-fx-samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -2430,8 +2430,8 @@
"SharePoint"
],
"createDate": "2023-10-04",
"updateDate": "2023-10-04",
"version": "1.18.0",
"updateDate": "2024-08-28",
"version": "1.19.0",
"componentType": "extension",
"extensionType": "ListViewCommandSet",
"sampleGalerry": "sp-dev-fx-extensions",
Expand Down Expand Up @@ -2679,6 +2679,29 @@
"sampleGalerry": "sp-dev-fx-webparts",
"sampleType": "samples"
},
{
"name": "pnp-sp-dev-spfx-web-parts-js-applicationinsights-api-calls-tracking",
"title": "External API calls tracking with Application Insights",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/js-applicationinsights-api-calls-tracking",
"description": "This SPFx solution is designed to monitor and track API calls executed within any SharePoint Online (SPO) site.",
"image": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/js-applicationinsights-api-calls-tracking/assets/alerttule.png",
"authors": [
{
"name": "Kinga Kazala",
"pictureUrl": "https://github.com/kkazala.png"
}
],
"tags": [
"SharePoint"
],
"createDate": "2024-08-10",
"updateDate": "2024-08-10",
"version": "1.19.0",
"componentType": "extension",
"extensionType": "ApplicationCustomizer",
"sampleGalerry": "sp-dev-fx-webparts",
"sampleType": "samples"
},
{
"name": "pnp-sp-dev-spfx-web-parts-js-display-list",
"title": "Display List JavaScript Client-Side Web Part",
Expand Down Expand Up @@ -4517,6 +4540,29 @@
"sampleGalerry": "sp-dev-fx-webparts",
"sampleType": "samples"
},
{
"name": "pnp-sp-dev-spfx-web-parts-react-dataverse",
"title": "Consuming Dataverse API using SPFx",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-dataverse",
"description": "Enhance the potential of SharePoint by integrating it with Dataverse, a low-code data platform from Microsoft",
"image": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-dataverse/assets/dataverseclient.PNG",
"authors": [
{
"name": "Marcin Wojciechowski",
"pictureUrl": "https://github.com/mgwojciech.png"
}
],
"tags": [
"SharePoint"
],
"createDate": "2024-08-12",
"updateDate": "2024-08-12",
"version": "1.18.0",
"componentType": "webpart",
"extensionType": null,
"sampleGalerry": "sp-dev-fx-webparts",
"sampleType": "samples"
},
{
"name": "pnp-sp-dev-spfx-web-parts-react-dev-radar",
"title": "Dev-Radar for SharePoint Online",
Expand Down Expand Up @@ -4788,7 +4834,7 @@
],
"createDate": "2023-09-23",
"updateDate": "2023-10-28",
"version": "1.18.0",
"version": "1.19.0",
"componentType": "webpart",
"extensionType": null,
"sampleGalerry": "sp-dev-fx-webparts",
Expand Down Expand Up @@ -5930,7 +5976,7 @@
],
"createDate": "2023-01-09",
"updateDate": "2023-11-30",
"version": "1.18.2",
"version": "1.19.0",
"componentType": "adaptiveCardExtension",
"extensionType": null,
"sampleGalerry": "sp-dev-fx-webparts",
Expand Down Expand Up @@ -7079,7 +7125,7 @@
},
{
"name": "pnp-sp-dev-spfx-web-parts-react-my-onedrive-info",
"title": "My OneDrive Info Web Part",
"title": "My OneDrive Info",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-my-onedrive-info",
"description": "MyOneDriveInfo solution contains Adaptive card extension for Viva connection with below functionalities",
"image": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-my-onedrive-info/assets/ACEScreenshot1.png",
Expand All @@ -7093,8 +7139,8 @@
"SharePoint"
],
"createDate": "2023-02-03",
"updateDate": "2023-02-03",
"version": "1.16.1",
"updateDate": "2024-08-26",
"version": "1.19.0",
"componentType": "adaptiveCardExtension",
"extensionType": null,
"sampleGalerry": "sp-dev-fx-webparts",
Expand Down Expand Up @@ -8172,6 +8218,29 @@
"sampleGalerry": "sp-dev-fx-webparts",
"sampleType": "samples"
},
{
"name": "pnp-sp-dev-spfx-web-parts-react-quick-links-grid",
"title": "Quick Links Grid",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-quick-links-grid",
"description": "Displays a set of quick links fetched from a SharePoint list.",
"image": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-quick-links-grid/assets/preview.gif",
"authors": [
{
"name": "Venkadesh Sundaramurthy",
"pictureUrl": "https://github.com/VenkadeshSundaramurthy.png"
}
],
"tags": [
"SharePoint"
],
"createDate": "2024-08-11",
"updateDate": "2024-08-11",
"version": "1.19.0",
"componentType": "webpart",
"extensionType": null,
"sampleGalerry": "sp-dev-fx-webparts",
"sampleType": "samples"
},
{
"name": "pnp-sp-dev-spfx-web-parts-react-quick-poll",
"title": "Quick Poll Web Part",
Expand Down

0 comments on commit fc90031

Please sign in to comment.