-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: kopecmi8/PowerBI-JavaScript
base: master
head repository: microsoft/PowerBI-JavaScript
compare: master
- 19 commits
- 164 files changed
- 12 contributors
Commits on Apr 24, 2023
-
Merged PR 383914: [JavaScript SDK]: Add Create export in the JavaScri…
…pt SDK **Issue:** `powerbi-client` library has no exported member `Create`  **Changes in this PR:** 1. Added `Create` export from `create.ts` module in `powerbi-client.ts` file.  Related work items: #1076058
Configuration menu - View commit details
-
Copy full SHA for 7a11e96 - Browse repository at this point
Copy the full SHA 7a11e96View commit details
Commits on May 14, 2023
-
Merged PR 395869: Minor version bump 2.22.3
Minor version bump 2.22.3 This release will contain 1 change: Pull Request 383914: [JavaScript SDK]: Add Create export in the JavaScript SDK We need to release the export of create interface so we can consume it in SDK wrppers
May Hartov authored and May Hartov committedMay 14, 2023 Configuration menu - View commit details
-
Copy full SHA for beb9496 - Browse repository at this point
Copy the full SHA beb9496View commit details
Commits on May 23, 2023
-
Merged PR 399642: Upgrade wpmp version
Upgrade wpmp version
Or Shemesh authored and May Hartov committedMay 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 2782914 - Browse repository at this point
Copy the full SHA 2782914View commit details
Commits on May 24, 2023
-
Merged PR 399733: [Version bump] 2.22.4 version bump
2.22.4 version bump This version bump includes the upgrade of WPMP from ^2 to ^2.7
May Hartov authored and May Hartov committedMay 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 0e09337 - Browse repository at this point
Copy the full SHA 0e09337View commit details
Commits on Jun 21, 2023
-
Merged PR 409839: Enabling SDL for powerbi-javascript repo
Enabled CodeQL and SDL: Buddy test run: https://dev.azure.com/powerbi/Embedded/_build?definitionId=8484&_a=summary
Configuration menu - View commit details
-
Copy full SHA for 3e15755 - Browse repository at this point
Copy the full SHA 3e15755View commit details
Commits on Aug 31, 2023
-
This uses [Azure DevOps scheduled triggers](https://learn.microsoft.c…
…om/en-us/azure/devops/pipelines/process/scheduled-triggers?view=azure-devops&tabs=yaml) to run a weekly build on Saturday at midnight. See [cron syntax](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/scheduled-triggers?view=azure-devops&tabs=yaml#cron-syntax) to adjust the schedule as needed. This change ensures that this repo meets static analysis requirements as per the [Mandatory SDL Requirement](https://liquid.microsoft.com/Web/Object/Read/ms.security/Requirements/Microsoft.Security.SystemsADM.10201). [FAQs] (https://strikecommunity.azurewebsites.net/articles/9931/continuous-sdl-faq-codeql.html), which requires a fresh codeql build every 30 days. To check whether your repository has been onboarded visit the [Lookup Service] (https://semmleportal.azurewebsites.net/lookup) and enter your repository URL - you should see the main branch of your repo in the list. contact [email protected] for further help & details --- For feedback or questions about this PR, please find the contact information in the above description. If none exists, please contact the [Gardener team](mailto:[email protected]) to help route. --- This change was automatically generated by [1ES Gardener](https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/gardener/1es-gardener) (a [MerlinBot](https://aka.ms/MerlinBot) extension) which is an initiative by the 1ES team to help repos stay up-to-date with latest tools, features, and best practices.
MerlinBot authored and MerlinBot committedAug 31, 2023 Configuration menu - View commit details
-
Copy full SHA for d564c80 - Browse repository at this point
Copy the full SHA d564c80View commit details
Commits on Sep 14, 2023
-
Merged PR 446928: Updating models version to 1.13.0
Updating models version to 1.13.0
Andres De La Pena Santana authored and Andres De La Pena Santana committedSep 14, 2023 Configuration menu - View commit details
-
Copy full SHA for b4d5922 - Browse repository at this point
Copy the full SHA b4d5922View commit details
Commits on Dec 4, 2023
-
Merged PR 305013: Add smart narrative API to report
#839888 add getSmartNarrativeInsights to report Related work items: #839888
Yoav Damri committedDec 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 61e39a9 - Browse repository at this point
Copy the full SHA 61e39a9View commit details
Commits on Feb 11, 2024
-
Merged PR 483438: JS SDK - embed URL validation
Following MSRC case as malicious site can be injected as the embed iframe src, added embed URL validation to ensure the host is an allowed PBI src. A valid embed url protocol is "https:" The valid hosts names are ([retrieved from EV2-deployment repository - all of ida_PowerBIFeUrl key values](https://dev.azure.com/powerbi/PowerBIClients/_search?action=contents&text=ida_PowerBIFeUrl path%3A*envParams*&type=code&lp=code-Project&filters=ProjectFilters{PowerBIClients}RepositoryFilters{PowerBIClients-EV2-Deployment}&pageSize=25&result=DefaultCollection/PowerBIClients/PowerBIClients-EV2-Deployment/GBmaster//WFE/AppService/ADM/Public/INT/envParams.txt)): - app.powerbi.com, - app.powerbi.cn, - app.powerbigov.us, - app.mil.powerbigov.us, - app.high.powerbigov.us, - app.powerbi.eaglex.ic.gov, - app.powerbi.microsoft.scloud, - powerbi-df.analysis-df.windows.net, - CST WFE URLs: 'https://{cst-name}.analysis.windows-int.net/' - daily.powerbi.com - dxt.powerbi.com - msit.powerbi.com Embed URL validation should include fabric embed URL. All of the above should be covered by the following regex expressions: .+\.powerbi.com$ - daily.powerbi.com - dxt.powerbi.com - msit.powerbi.com - app.powerbi.com FF: ^app(.mil.|.high.|.)powerbigov.us$ - app.powerbigov.us, - app.mil.powerbigov.us, - app.high.powerbigov.us Edog: .+\.analysis-df.windows.net$ Onebox and CSTs: .+\.analysis.windows-int.net$ Fabric URLs: .+\.fabric.microsoft.com$ **Please look into the test cases in utils.spec.ts to see the valid and invalid embe urls** Related work items: #1245653
May Hartov authored and May Hartov committedFeb 11, 2024 Configuration menu - View commit details
-
Copy full SHA for d0af4f3 - Browse repository at this point
Copy the full SHA d0af4f3View commit details
Commits on Feb 12, 2024
-
Merged PR 517660: version bump 2.23.0
version bump 2.3.0
May Hartov authored and May Hartov committedFeb 12, 2024 Configuration menu - View commit details
-
Copy full SHA for e9423b8 - Browse repository at this point
Copy the full SHA e9423b8View commit details
Commits on Feb 20, 2024
-
Merged PR 521465: Block refresh API for paginated reports
Client-side APIs are not supported for rdl reports. Ideally, we should refactor our code to have one validation for all APIs. This requires major changes in the SDK code. So, I added this missing validation per request from customer especially that this API name is not clear that it is Power BI report specifc and might be misleading for customers. [Incident 474677846 : [PowerBI] CSS - Embedded (User Owns Data/Apps Owns Data): <Programmatic refresh of paginated report in embedded doesn't work>](https://portal.microsofticm.com/imp/v3/incidents/incident/474677846/summary)
Configuration menu - View commit details
-
Copy full SHA for 85fe031 - Browse repository at this point
Copy the full SHA 85fe031View commit details
Commits on Mar 31, 2024
-
Merged PR 539275: removed global flag from valid embed hosts validation
removed global flag from valid embed hosts validation to resolve bug introduced with 2.23.0 release: Issue reported [here](https://community.fabric.microsoft.com/t5/Developer/bd-p/Developer) and by @<Sergey Pustynsky> from datahub (attaching Sergey's description): We started to get "Invalid embed URL detected. Either URL hostname or protocol are invalid. Please use Power BI REST APIs to get the valid URL"; in Datahub embed scenario. We have 2 tabs, each one renders iframe with different configs. Once it rendered OK, 2nd time fails on error. It caused by this code, which looks valid The result of this check is inconsistent (once returns true, once false) over the same data. It's possibly related to RegEx statefullness. Do we really need this global flag in RegEx definition? Symptoms: `When a RegExp object is created with the global (g) or sticky (y) flag, it maintains an internal lastIndex property. This property is used to determine where to start the next match attempt during subsequent calls to .test() or .exec() methods. After each match attempt, lastIndex is updated. This means if a match is found, the next call to .test() will start searching from the position after the last match, which can lead to the following outcomes: If the next call does not find a match (because it starts searching from a non-zero lastIndex), .test() will return false. If you call .test() again after it returns false, lastIndex is reset to 0, and the regex is evaluated from the beginning of the string, potentially returning true again if a match is found from the start.` Related work items: #1362247
May Hartov authored and May Hartov committedMar 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 04a3285 - Browse repository at this point
Copy the full SHA 04a3285View commit details
Commits on Apr 1, 2024
-
Merged PR 540280: version bump 2.23.1
version bump 2.23.1, minor bug fix of embed url validation
May Hartov authored and May Hartov committedApr 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 8110830 - Browse repository at this point
Copy the full SHA 8110830View commit details
Commits on Apr 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b29334 - Browse repository at this point
Copy the full SHA 6b29334View commit details -
Merge pull request microsoft#388 from microsoft/release_2.23.1
Release 2.23.1
Configuration menu - View commit details
-
Copy full SHA for 10d3360 - Browse repository at this point
Copy the full SHA 10d3360View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d9aeded - Browse repository at this point
Copy the full SHA d9aededView commit details -
Merge pull request microsoft#390 from microsoft/readme_update_support
Update README.md with support section
Configuration menu - View commit details
-
Copy full SHA for b92cba3 - Browse repository at this point
Copy the full SHA b92cba3View commit details
Commits on Jan 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d5ea0da - Browse repository at this point
Copy the full SHA d5ea0daView commit details
Commits on Jan 29, 2025
-
Merge pull request microsoft#392 from microsoft/release-Update-package
Deprecate demo app
Configuration menu - View commit details
-
Copy full SHA for 61e8ba0 - Browse repository at this point
Copy the full SHA 61e8ba0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master