Skip to content

Commit

Permalink
Update version, github actions added (#60)
Browse files Browse the repository at this point in the history
* fix: package.json, package-lock.json & .snyk to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JQUERY-565129
- https://snyk.io/vuln/SNYK-JS-JQUERY-567880


The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746

* npm audit fix and karma update

* .travis.yml removed

* github actions

* package update, changelog

* jquery and jquery-jasmine removed; TODO:REMOVE

* tested; JQuery3dClicks removed; comments removed;

* version & changelog upd

* jquery interfaces fix

* build workflow renamed

* docs removed

* createTouch fix

* readme guide line fixed

* packages updates, review fixes, JQuery | HTMLElement in interfaces

* uuid in testDom

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Nikita Grachev <[email protected]>
  • Loading branch information
3 people authored Jun 29, 2020
1 parent 095fae2 commit e8e414b
Show file tree
Hide file tree
Showing 21 changed files with 2,084 additions and 2,205 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI
name: build

on:
push:
Expand All @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x]
node-version: [12.x]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.0
* JQuery and Jasmine-Jquery removed.
* JQuery3dClicks interface is not supported any more.

## 2.2.1
* Packages update

Expand All @@ -13,6 +17,7 @@ Selection manager should select all passed selections if multiselect is false
## 2.1.6
* Added EventService mock
* Updated SelectionManager mock

## 2.1.5
* Added StorageService mock

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Microsoft Power BI visuals TestUtils
[![Build Status](https://travis-ci.org/Microsoft/powerbi-visuals-utils-testutils.svg?branch=master)](https://travis-ci.org/Microsoft/powerbi-visuals-utils-testutils) [![Coverage Status](https://coveralls.io/repos/github/Microsoft/powerbi-visuals-utils-testutils/badge.svg?branch=master)](https://coveralls.io/github/Microsoft/powerbi-visuals-utils-testutils?branch=master) [![npm version](https://img.shields.io/npm/v/powerbi-visuals-utils-testutils.svg)](https://www.npmjs.com/package/powerbi-visuals-utils-testutils) [![npm](https://img.shields.io/npm/dm/powerbi-visuals-utils-testutils.svg)](https://www.npmjs.com/package/powerbi-visuals-utils-testutils)
[![Coverage Status](https://coveralls.io/repos/github/Microsoft/powerbi-visuals-utils-testutils/badge.svg?branch=master)](https://coveralls.io/github/Microsoft/powerbi-visuals-utils-testutils?branch=master) [![npm version](https://img.shields.io/npm/v/powerbi-visuals-utils-testutils.svg)](https://www.npmjs.com/package/powerbi-visuals-utils-testutils) [![npm](https://img.shields.io/npm/dm/powerbi-visuals-utils-testutils.svg)](https://www.npmjs.com/package/powerbi-visuals-utils-testutils)

> TestUtils is a set of mocks and fakes in order to simplify unit testing for Power BI custom visuals
## Usage
Learn how to install and use the TestUtils in your custom visuals:
* [Installation Guide](./docs/usage/installation-guide.md)
* [Usage Guide](./docs/usage/usage-guide.md)
* [Usage Guide](https://docs.microsoft.com/en-us/power-bi/developer/visuals/utils-test)

## Contributing
* Read our [contribution guideline](./CONTRIBUTING.md) to find out how to contribute bugs fixes and improvements
Expand Down
39 changes: 0 additions & 39 deletions docs/api/mock-icolor-palette.md

This file was deleted.

46 changes: 0 additions & 46 deletions docs/api/mock-iselection-idbuilder.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/api/mock-iselection-manager.md

This file was deleted.

45 changes: 0 additions & 45 deletions docs/api/mock-iselectionid.md

This file was deleted.

47 changes: 0 additions & 47 deletions docs/api/mock-ivisual-host.md

This file was deleted.

74 changes: 0 additions & 74 deletions docs/dev/development-workflow.md

This file was deleted.

Loading

0 comments on commit e8e414b

Please sign in to comment.