GitHub / microsoft/PowerBI-JavaScript / commits
JavaScript library for embedding Power BI into your apps. Check out the docs website and wiki for more information.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| e86370c7 | Remove old eventMap and event processing code since we have more robust event... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 2ddf1e20 | Remove references to powebi-filters and change to use powerbi-models | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| eeff5215 | Rename the Service class to Service intead of PowerBi to avoid confusion with... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| f27c8ee2 | Update distribution files | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 99f7d441 | Add header to distributed .js and .ts files which includes name, version, cop... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| a25da651 | Update mockApp to use proper interfaces and validation from powerbi-models. | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 2587e266 | Add Not Found handlers to Mock App | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| d8d7745d | Remove paths.js and references | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 1e0fe63c | Update distribution files | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| cdb15f01 | Update tests, use loadConfiguration name for load tests, update spy calls to ... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 2a6c1ce1 | Add route handlers for targeted events on pages or visuals | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 1d92319d | Add comment about public wpmp member | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| f8da9fdc | Update embed and report calls to hpm to include report id so the receiving ap... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| ac5f7183 | Remove debug options from embed configuration and apply to IServiceConfigurat... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 26aaca1b | Remove model validation tests since they are moved to powerbi-models repo | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 16b36c8e | Change dependent packages to source from npm instead of local file system | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 2b319e8e | Travis build: 27 | Travis CI <t****s@t****g> | about 10 years ago | |
| 9b26acf0 | Fix gulp build (#19) |
Wallace Breza <w****e@b****e>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| e009fefa | Add prepublish and test commands to package.json | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 044a031b | Move protocol file and tests to external module powerbi-models so it can be s... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 214ecf91 | Add off method for removing event handlers. Change on method to call all mat... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| c01948e2 | Add report-id header to simulated load request | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| ae0a6248 | Add spy reset before tests are run to ensure proper assertions on call count | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| a940f7dd | Refactor powerbi-client to use updated and hpm, wpmp. Hpm now specifies the ... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| c627d4fc | Cleanup on tests. Fix iframe src paths, use $ prefix for variables of jquery ... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| b5d6bb94 | Update init function to allow supplying a common configuration to all the com... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| c2ba347e | Add chrome argument to test task | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 47e0fb7e | Change core to service since it's more representative of file contents. | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| ae73bd7e | merge Merge pull request #18 from Microsoft/fix-gulp-build |
Wallace Breza <w****e@b****e>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| f760cd9f | Updated travis config to remove deployment trigger | Wallace Breza <w****a@m****m> | about 10 years ago | |
| 1b412387 | Consolidate all tests so they can be run with single command: gulp test --chrome | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| f25b53c1 | Fixed formatting in travis config | Wallace Breza <w****a@m****m> | about 10 years ago | |
| 83e6a7d1 | Updated after_success block to push tags for each successfull build | Wallace Breza <w****a@m****m> | about 10 years ago | |
| 3f8aef40 | Change load configuration object to use settings objects. | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 8b34e9a5 | Added skip_cleanup flag to travis config | Wallace Breza <w****a@m****m> | about 10 years ago | |
| 0a5c0360 | Setup github releases deployment | Wallace Breza <w****a@m****m> | about 10 years ago | |
| a68ecbf5 | Move common interfaces between host and iframe to protocol file with JSON sch... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 50e2e93f | Updated travis to commit generated dist files after successfull build | Wallace Breza <w****a@m****m> | about 10 years ago | |
| 7ff0561a | Change setActivePage to setPage, and change setPage method to take pageName i... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 739fbb6f | Updated travis build to commit changes to dist folder | Wallace Breza <w****a@m****m> | about 10 years ago | |
| 0a5c66b8 | Fix visual target construction, add more sdk to mock app tests | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| ae1b0c03 | Removed 'polling' param in karma config | Wallace Breza <w****a@m****m> | about 10 years ago | |
| 0b846645 | Add SDK to MockApp tests. Allow for naming wpmp inside mock app for debugging... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 4db9deb8 | Add spyWpmp to test event subscription / handling. Add more resets for spyRouter | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 56c8d100 | Update hpm dependency which has template types and adds support for sending b... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 0de4b900 | Updated travis node versions | Wallace Breza <w****a@m****m> | about 10 years ago | |
| 0273f5ae | Add unit tests for SDK to call HPM and Router. Add mock router. | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 7d371e76 | Added travis config | Wallace Breza <w****a@m****m> | about 10 years ago | |
| fcaf6d64 | Removed global install of typings | Wallace Breza <w****a@m****m> | about 10 years ago | |
| e620f8c1 | Updated karma config to use polling | Wallace Breza <w****a@m****m> | about 10 years ago | |
| 841c354e | Fixed gulp build / test | Wallace Breza <w****a@m****m> | about 10 years ago | |
| 40475052 | Add hpm and wpmp to SDK and implement methods to send requests. Make spyHpm ... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| a0c9d767 | Rename component 'name' variable to 'type' to avoid conflicts with function.n... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 1797cf0d | Add powerbi-filters to project | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| e5a6329e | Remove createDeferred helper since Promise constructor can be used better in ... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 651ea470 | Add targeted filter tests | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 884b2b6b | Untrack tmpe2e files, rename the LICENSE and README files to be uppercase | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 648b163a | Remove test folder from .gitignore | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| e0abd987 | Update gitignore to remove tmpe2e folder | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| f3b48adc | Remove clean and copy tasks from test task because they are not needed | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 6a18899c | Add gulp compile:dts task which generates single .d.ts from multiple files as... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 244772c1 | Add protocol.e2e.spec.ts with mockReportEmbed page to test/simulate PowerBI m... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 76e82ae7 | Update tsconfig exclusions after updating typings to 1.x | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| f091250a | Add CONTRIBUTING.md with setup instructions | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| f084acf0 | 2.0.0-beta.6 | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| fc5f6f72 | Set tsconfig noImplicitUseStrict to true, to allow setting function.name. | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| e42684bf | Add vscode build task to make it easier to run build without having to look a... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| 43eaf5b8 | Explicitly set function.name property as workaround for backwards compatibili... | Matt Mazzola <m****m@m****m> | about 10 years ago | |
| a1a1b15b | merge Merge pull request #15 from planetabhi/master | Wallace Breza <w****e@b****e> | over 10 years ago | |
| 60bf8aa9 | Typo fix. | planetabhi <a****a@k****m> | over 10 years ago | |
| a7e10165 | Revert adding .npmrc file until build definition is fixed. | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| dcbcebe7 | Add .npmrc file set registry to private feed from VSTS | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| 56a00ac5 | 2.0.0-beta.5 | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| dfbb4c22 | Remove error if attempting to reset an element and it does not have associate... | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| 68489cd3 | Run compile task to update dist files. | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| 619173c5 | 2.0.0-beta.4 | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| 498bb3c8 | Fix typing declaration missed after merge. | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| fdd1324d | 2.0.0-beta.3 | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| 1f358a94 | Add reset method to core service which checks for associated component and if... | Matt Mazzola <m****a@l****m> | over 10 years ago | |
| 9c7db05b | Refactor type information. Move declaration of window.powerbi from spec file ... | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| 849d3b64 | 2.0.0-beta.2 | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| 6de4ed8d | Update library to re-use existing components when embedding on elements that ... | Matt Mazzola <m****a@l****m> | over 10 years ago | |
| 51b658d5 | Remove use of <any> cast in Utiljs | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| 31eab4bf | Update embed tests to use .get method to be more semantic and prevent unneces... | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| a73f7ecc | Update README.md to use nomal sized font for embedding descriptions | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| 01d9e767 | More refactoring before 2.0.x (GA) | Matt Mazzola <m****a@l****m> | over 10 years ago | |
| d6ecab0d | Merge pull request #10 from Microsoft/dev | Matt Mazzola <m****a@l****m> | over 10 years ago | |
| 1a52f36d | merge Merge pull request #7 from Microsoft/feature-gulpfilefix | Matt Mazzola <m****a@l****m> | over 10 years ago | |
| 6de125ea | Convert gulp file to use runSequence and match gulp 4 practices (This fixes r... | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| 0cfef838 | 1.0.13 | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| 44957df9 | Convert project to typescript. Use webpack for module bundling. Manually crea... | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| 3881b693 | Change PowerBi class to not be the default export from .d.ts file | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| 3a5049d5 | Update .nuspec file to include dist/powebi.d.ts file in the scripts/typings f... | Matt Mazzola <m****m@m****m> | over 10 years ago | |
| b1de9da6 | Modified readme to include bower path | Wallace Breza <w****e@b****e> | over 10 years ago | |
| d645ce3a | Removed bower config file | Wallace Breza <w****a@m****m> | over 10 years ago | |
| 7d9e53d6 | Update bower config to rename package to 'powerbi-client' | Wallace Breza <w****a@m****m> | over 10 years ago | |
| 2c10676c | Added core dist files | Wallace Breza <w****a@m****m> | over 10 years ago | |
| 97542d9c | Updated package config to use github repo | Wallace Breza <w****a@m****m> | over 10 years ago | |
| 126a16cc | Updated package name | Wallace Breza <w****a@m****m> | over 10 years ago | |
| 695211c0 | 1.0.12 | Wallace Breza <w****a@m****m> | over 10 years ago |