Граф коммитов

61 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 9f7f2f350d
Bump elliptic from 6.5.4 to 6.6.0
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.6.0.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.4...v6.6.0)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-30 12:05:10 +00:00
Alexey 513eed25ee
Certification (#117)
* Globemap3.2.1v (#89)

* Update outdated packages

* Load high quality tiles

* Fixed scaling of the heatmap and of the bars width and height

* Add sRGB colorspace for textures

* Fix lint errors

* Increment version

* Removed lodash dependencies

* Removed no-plugin

* Fixed colorPickers for datapoints

* Added playwright chromium

* Remove unused formatting settings

* Updated dependencies

* Fixed console uncaught error

* Created seriesdatapoints without height

* Fixed conditions for data mapping

* Updated packages

* Fixed npm audit vulnerability

* Changed name of fill property

* Fixed tests

* Returned fill setting to capabilities

---------

Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>

* Increase zoom level (#95)

Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>

* Fix console error when using Heat without Height (#96)

* Fix console error when using Heat without Height

* Increment version

* Fix vulnerability

---------

Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>

* Add new local storage and onObject v3.3.0.0 (#97)

* Use new local storage API

* Update build.yml

* Add short and long descriptions

* Add onObject support

* Increment visual version

* Update dependencies

* Remove shading from tiles

* Fix build badge in readme

* Fix outlines

* Fix reset outline

---------

Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>

* v3.3.1.0 Fixed resizing bug and console error in formatting mode (#98)

* Fix resizing bug and console error in formatting mode

* Increment visual version

---------

Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>

* Fix console error (#101)

Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>

* Added new tests for onObject interaction (#102)

* Fix extend tiles tests

* Add tests for onObject control buttons and wheel event

* Add tests for onObject bar selection

* Add tests for onObject hover

* Add test for onObject context menu subselection

* Add coordination mock for onObject tests

---------

Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>

* Fixed deselection in Slicer wasn't apply to Globe map  (#104)

* Fix cache processing

* Increment visual version

* Remove redundant promises in MemoryCache

* Wrap createLocalStorageCache in native promise

* Remove coordsInLocalStorage prop

* Replaced promise chaining  with await

* Fix geocoder

* Add tests for memoryCache, localStorageCache and geocoder

* Mock fetch request

* Rename syncLocalStorageStatus method

* Remove debugger

* Fix audit, update dependencies

---------

Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>

* New translations (#108)

---------

Co-authored-by: Iuliia Kulagina <86924383+kullJul@users.noreply.github.com>
Co-authored-by: Iuliia Kulagina <v-ikulagina@microsoft.com>
Co-authored-by: pbicvloc <104190707+pbicvloc@users.noreply.github.com>
2024-09-23 16:55:48 +02:00
MulyukovAidar 454c6c92a5
Create codeql.yml 2024-03-22 12:14:20 +04:00
MulyukovAidar 36773a7125
Update build.yml 2023-11-01 15:39:19 +04:00
microsoft-github-policy-service[bot] cc02781395
Microsoft mandatory file (#70)
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
Co-authored-by: Nikita Grachev <v-grniki@microsoft.com>
2023-08-30 10:51:05 -03:00
Aleksandr Levochkin 47263d644f
Version 3.2.0 (#83)
* Fixed path to screenshot in README file

* Removed obsolete Travis CI build status

* Forgot bracket

* Updated packages and set new versions

* Fixed issue with visual not displaying bars when only Latitide and Longitude buckets are selected

* Improved types for API responses and reorganised folders in project

* Migrated from Bing's Dataflow API to REST Services

* Removed unused import

* 4 digits version

* Wrapped requests in a try/catch block and extracted batching to a method

* Added comment about batch limits in API

* Updated changelog and set version to 3.2.0

* Added audit step tp build workflow
2023-04-25 15:29:40 +04:00
Aleksandr Levochkin 3487841e8d
Fixed path to screenshot in README file (#82)
* Fixed path to screenshot in README file

* Removed obsolete Travis CI build status

* Forgot bracket
2023-03-15 13:45:31 +04:00
Aleksandr Levochkin f4e6014b6a
Updated libraries + refactoring (#78)
* LocalStorage logic has been changed (#31)

* changes in interfaces

* changes for localStorageService

* changes in api 2.3.0

* changes for localStorage with debug details

* local storage logic

* uri change

* after CR comments

* tslint warnings fixing

* changes in interfaces

* changes after CR: code style, comments, unit tests, testutils 1.3.2 version(includes StorageService mock)

* removed local changes and made changes due to tslint comments

* fix for version before publishing powerbi-visuals-tools

* changes in used  interface namespaces according to powerbi-visuals-tools

* edit config for instanbul-remap-reporter right work

* CHANGELOG.md and package version update

* Local storage mapTextures rendering fix (#32)

* changes in interfaces

* changes for localStorageService

* changes in api 2.3.0

* changes for localStorage with debug details

* local storage logic

* uri change

* after CR comments

* tslint warnings fixing

* changes in interfaces

* changes after CR: code style, comments, unit tests, testutils 1.3.2 version(includes StorageService mock)

* removed local changes and made changes due to tslint comments

* fix for version before publishing powerbi-visuals-tools

* changes in used  interface namespaces according to powerbi-visuals-tools

* edit config for instanbul-remap-reporter right work

* CHANGELOG.md and package version update

* mapTextures count fix

* tile storage format refactoring

* async style everywhere

* Update visualTest.ts

* powerbi-visuals-tools update (#33)

* webpack integration

* webpack convertion: changes in interfaces and packages usage

* updates for UT without new version of testutils

* draft

* geocoder fixes

* changes in geocoder and geocoderCache layers

* last changes

* redesign for cache manager

* refactoring cache: memory & localStorage API logic

* cache manager re-design

* last changes with bing logic

* cors & jsonp requests to Globemap fetchAPI draft

* jsonp requests

* redactoring: Bing geocode dataflow with xml parsing

* refactoring: loading coordinates logic change

* little fixes after merge

* fix lint error

* lint error fix

* WIP

* Updated API to 5.1.0

* Removing JQuery

* Removed JQuery. Increased version

* package.json dependencies update

* Fixed lodash types error

* Removing Bower WIP

* Removed Bower. Could not use the webgl-heatmap package from npm because it had a dependency on fs module. Copied the package to the project with slight modifications (and fs dependency removed). The package is MIT licensed so the copyright notice has been added

* Switched from making jsonp requests to using fetch api. Refactored some code to comply with linting rules

* Local storage fixes and refactoring

* Updated three.js and fixed some errors in tests

* Integrated Three.js update and formatting model API

* Resolving issues with timeout in tests

* Polished code

* Removed unnecessary files

* Brought back travis file

* Moved from Travis to Actions

* Updated packages

* Updated ts-node and typescript

* Removed Azure pipeline file

* Removed main lodash package

* Fixed bug with zoom buttons. Typed some objects and functions. Renamed some parameters. Removed unnecessary logs and spaces

* Branch name fix for Actions

* Trying to trigger pipeline

* Changed workflow. Added new key to capabilities.json file

* Integrated rendering events API

* Added context menu

* Added high contrast mode

* Removed key. Added env variable to workflow

* Added dotenv-webpack

* Missing space added

* Syntax fir for yml

* Updated packages to the latest versions

* Fixed issue with VisualUpdateType = All

---------

Co-authored-by: Elena Rodionova <v-elrodi@microsoft.com>
Co-authored-by: Rustam Boranov <v-rboranov@microsoft.com>
2023-03-14 16:50:12 +04:00
Nikita Grachev 980fc4d5d5
LocalStorage API integrated (#34)
* LocalStorage logic has been changed (#31)

* changes in interfaces

* changes for localStorageService

* changes in api 2.3.0

* changes for localStorage with debug details

* local storage logic

* uri change

* after CR comments

* tslint warnings fixing

* changes in interfaces

* changes after CR: code style, comments, unit tests, testutils 1.3.2 version(includes StorageService mock)

* removed local changes and made changes due to tslint comments

* fix for version before publishing powerbi-visuals-tools

* changes in used  interface namespaces according to powerbi-visuals-tools

* edit config for instanbul-remap-reporter right work

* CHANGELOG.md and package version update

* Local storage mapTextures rendering fix (#32)

* changes in interfaces

* changes for localStorageService

* changes in api 2.3.0

* changes for localStorage with debug details

* local storage logic

* uri change

* after CR comments

* tslint warnings fixing

* changes in interfaces

* changes after CR: code style, comments, unit tests, testutils 1.3.2 version(includes StorageService mock)

* removed local changes and made changes due to tslint comments

* fix for version before publishing powerbi-visuals-tools

* changes in used  interface namespaces according to powerbi-visuals-tools

* edit config for instanbul-remap-reporter right work

* CHANGELOG.md and package version update

* mapTextures count fix

* tile storage format refactoring

* async style everywhere

* Update visualTest.ts

* powerbi-visuals-tools update (#33)
2018-12-18 22:32:01 +07:00
Evgenii Elkin c023a44b0c Camera shifting (#30) 2018-10-25 14:46:55 +03:00
Evgenii Elkin 0c05c19a06 Animation issue fixes (#29)
* Animation issue fixes

* lint issue fix

* Review fixes

* lint issues fix
2018-10-18 15:24:42 +07:00
Ignat Vilesov 8cfa953f8e
Fixes geocoding because it used to be broken since we converted Globe Map to API 1.12.0 (#28) 2018-08-22 09:22:19 +03:00
Ignat Vilesov 8802f84966
27739 Prepare a fix [Globe Map does not work in Power BI Service after publishing a report from Power BI Desktop] (#27) 2018-08-17 09:54:31 +03:00
mvgaliev a477b12acf added localization (#25) 2018-05-25 15:26:27 +03:00
mvgaliev ee1d6f034a added localization (#24) 2018-05-25 11:54:33 +03:00
mvgaliev 2db0a6eeb7 bing key is hidden (#22) 2018-01-22 13:50:11 +03:00
mvgaliev 84447e8427 added new key for bing (#21) 2018-01-12 11:59:49 +03:00
mvgaliev 5ba513ce7e fixed breaking issue in ie (#20) 2017-12-06 14:21:08 +03:00
Dmitrii Naumov 5f5da2b71a Fix Safari issue, add unit tests (#19)
* Fix Safari issue
2017-11-16 13:43:13 +03:00
Dmitrii Naumov cb15351dfa Remove d3 dependency, Code refactoring (#18)
* Removes d3 dependency
* Code refactoring
2017-11-09 18:47:59 +03:00
Dmitrii Naumov 280a7fd237 Code refactoring after security code review (#17)
* Focus on bar under cross selection

* tslint fixes. Add bingmap library to work with tiles

* tslint fixes.

* tslint fixes

* tslint fixes

* Remove console.log and comments

* Update tslint rules, tslint fixes

* Minor changes

* Increase version, code refactoring

* Minor fixes

* Test fix

* Code review
2017-11-03 19:57:38 +08:00
mvgaliev c0ff5ae6b9 added UT for capabilities (#16) 2017-11-01 13:23:31 +03:00
Dmitrii Naumov b35653a798 Focus on bar under cross selection (#14) 2017-10-04 12:21:44 +03:00
Dmitrii Naumov e385266e01 Implement new Globe Map features from Office Store (#13)
* Reduce min height of bars
* Increase speed of bars height resizing at zoom
* Show data only by Location field
* Prevent autogrouping of long/lat
* Save position after update
* Remove group bucket field
* Draft: DataboundObjects for Longitude and Latitude
* Remove group bucket field
2017-09-28 18:52:28 +03:00
Dmitrii Naumov 874b11c6e4 Reduce min height of bars (#12)
Increase speed of bars height resizing at zoom
2017-08-25 13:40:59 +03:00
Dmitrii Naumov 46d4e2eca6 New version 2.1.0 of Globe Map (#11)
* Increase the resolution level of map
* Define initialResolutionLevel and change maxResolutionLevel
* Increase version
* Adjust size of bar automatically depending on zoom level
* Bars and heats have dynamic size, depends on the zoom level
* Building coordinates only by longitude and latitude fields
* Remove static type from GlobeSettings
2017-08-24 18:15:56 +03:00
Dmitrii Naumov 519233061e Increase the resolution level of map (#10)
* Increase the resolution level of map
* Define initialResolutionLevel and change maxResolutionLevel
2017-08-10 17:11:36 +03:00
Konstantin Mamaev 9479d51af0 Update guid (#9)
* Update GUID

* Update tests

* Fix comments
2017-07-10 21:13:27 +07:00
Ignat Vilesov 683f0021eb Updates the visual in order to support localization for English language (#8)
* 19428: GlobeMap localization: Update the visual in order to support localization for English language
* Included Travis CI and Coveralls badges
* Updates to API 1.7.0
* Includes l11n keys
* Includes CHANGELOG
* Updates the visual in order to use the latest TSLint
* Turns code coverage on
2017-07-04 19:33:39 +04:00
Nikita Grachev e8bfece35b Merge pull request #7 from vtkalek/master
GLobemap readme update
2017-05-26 14:22:42 +07:00
vtkalek 626c2cccba GLobemap readme update 2017-05-25 06:24:22 +03:00
Konstantin Mamaev 5852e42c81 Optimize requests (#6)
* fix issues:
#16942	Globe Map 1.4.5: If Legend field is not emply, filter working incorrectly
#17076 Color selection for Legend property is not working

* Update packages

Fix bug: If Legend field is not empty, filter working incorrectly

* Fix THREE.WebGELRenderer error

* Fix getting Bing Maps tiles

* Add metadata server
* Update packages
* Remove unused code
* Optimize rendering
* Use Promise-based async operations
* Use static markup for control buttons group

* Fix comments

* Remove empty lines
2017-05-18 17:38:25 +03:00
Aleksei Tkach 9929196cc7 Fix error 16683 Globe Map 1.4.4.: Selection working incorrectly (#4)
* Fix error 16683 Globe Map 1.4.4.: Selection working incorrectly

* Fix error 16683 Globe Map 1.4.4.: Selection working incorrectly

Add some randomization to function name generation
2017-04-12 13:47:59 +03:00
Avi Sander be5b0dabbc Merge pull request #3 from vtkalek/Revert_to_origin_geocoder_gata_get
Revert to origin geocoder gata get
2017-04-04 11:37:44 +03:00
vtkalek 29829be931 GlobeMap update source according to PR comments. Change version for new review 2017-04-04 11:09:56 +03:00
vtkalek 3fbb4e2789 fix all tsLint errors according to tslint-microsoft-contrib 2017-04-03 10:54:57 +03:00
vtkalek 1b786318a8 - small fix for geocoder.ts 2017-03-30 10:29:22 +03:00
Aleksei Tkach 606c1cb1bb Merge pull request #4 from mvgaliev/Revert_to_origin_geocoder_gata_get
unit tests implemented
2017-03-29 17:19:28 +03:00
v-makgal 5fcef92141 unit tests implemented 2017-03-29 17:04:36 +03:00
vtkalek 23c36016e4 Unit tests coverage first checkin 2017-03-27 17:04:25 +03:00
vtkalek 1135ba0fb9 UTests update 2017-03-20 18:36:22 +03:00
vtkalek 8d87070e2e Fix commented PR issues 2017-03-16 11:05:14 +03:00
vtkalek a2a04677a7 Update GeoCoder to use localStorage as it was before 2017-03-13 14:43:30 +03:00
vtkalek 463ab7b8f1 Fixing issues 2017-02-15 08:34:41 +03:00
Aleksei Tkach 3804e210a1 Merge pull request #3 from uve/master
Fixed CORS error for Bing maps
2017-02-14 20:00:00 +03:00
Nikita Grachev 5520fa5e9b Fixed CORS error for Bing maps 2017-02-14 23:48:58 +07:00
vtkalek 533876a66b Add OrbitControl.js as a file 2017-02-14 17:55:34 +03:00
Avi Sander bb7cb42188 Merge pull request #1 from vtkalek/master
New version of Globemap visual, now on API 1.4.0
2017-02-02 09:06:59 +02:00
vtkalek d6143e5ae8 Fix issues after PR review 2017-02-02 08:29:54 +03:00
vtkalek 9bc2cac43c Remove all implicitly referenced packages, and add them as a referencies to npm and bowler packages 2017-01-30 10:21:06 +03:00