MSL icon indicating copy to clipboard operation
MSL copied to clipboard

MSL (pronounced 'Missile') stands for Mock Service Layer. Our tools enable quick local deployment of your UI code on Node and mocking of your service layer for fast, targeted testing.

Results 25 MSL issues
Sort by recently updated
recently updated
newest added

Bumps [json-smart](https://github.com/netplex/json-smart-v1) from 1.1.1 to 1.3.3. Release notes Sourced from json-smart's releases. fix ArrayIndexOutOfBoundsException bug No release notes provided. v1.3.2 CVE-2021-27568 fixed. Commits 2015eed V1.3.3 78b6e08 Create README.md c9c5361 prepare...

dependencies
java

Bumps httpclient from 4.3.1 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.3.1&new-version=4.5.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies
java

Bumps [minimist](https://github.com/substack/minimist) from 0.2.1 to 1.2.5. Commits aeb3e27 1.2.5 278677b 1.2.4 4cf1354 security notice 1043d21 additional test for constructor prototype pollution 6457d74 1.2.3 38a4d1c even more aggressive checks for protocol...

dependencies
javascript

Bumps [mustache](https://github.com/janl/mustache.js) from 0.8.2 to 3.1.0. Release notes *Sourced from [mustache's releases](https://github.com/janl/mustache.js/releases).* > ## v3.1.0 > ### Added > > * [#717](https://github-redirect.dependabot.com/janl/mustache.js/issues/717): Added support .js files as views in command...

dependencies
javascript

Enable Grunt users to make grunt task to start up MSL Server via Grunt plugin

enhancement

The e2e-script works with the current test folder structure, with browserResponse.txt file being inside of msl-client-browser folder. However, if someone follows the getting started doc and opens JasmineSpecRunner.html, the last...

test

@ransha, @JacobSheppard - It appears that the Travis-CI builds got unstable after merging in the changes for the extensions. I am thinking it's to do with synchronization issue since it's...

We need to update documentation for the new extensions feature.

documentation

We need to inject jQuery into the iframe (without collision) and then make jQuery calls by doing a switch to the iframe using contentWindow and calling jQuery API.

bug