Git Product home page Git Product logo

fbp-protocol-client's People

Contributors

bergie avatar dependabot[bot] avatar greenkeeper[bot] avatar greenkeeperio-bot avatar jonnor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

fbp-protocol-client's Issues

An in-range update of microflo is breaking the build 🚨

Version 0.3.55 of microflo just got published.

Branch Build failing 🚨
Dependency microflo
Current Version 0.3.54
Type optionalDependency

This version is covered by your current version range and after updating it in your project the build failed.

As microflo is β€œonly” a optionalDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 12 commits.

  • 18e7591 Bump
  • e411576 NPM: Don't include removed files
  • 30323dc Travis: Don't try to upload .zip to GH releases
  • f5ea51f TivaC: Remove some leftover stellaris files
  • 41c7111 microflo flash: Remove
  • edeec26 Remove unused MIDI git submodule
  • d49608b Merge pull request #125 from microflo/greenkeeper/grunt-contrib-uglify-3.0.0
  • 3c02049 Merge pull request #131 from microflo/greenkeeper/chai-4.0.1
  • f54ed86 Ardino: Remove (patched) libraries for components
  • b0ef3bc Makefile: Remove unused OSX compat
  • ac7972d chore(package): update chai to version 4.0.1
  • 688e440 chore(package): update grunt-contrib-uglify to version 3.0.0

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

WebRTC not working in mocha phantomjs

Cause of limitations in PhantomJS.
Need to use Chromium or Firefox based tests to get this to pass. Karma is one runner which might be suitable for use on Travis CI.

An in-range update of coffee-script is breaking the build 🚨

Version 1.12.7 of coffee-script just got published.

Branch Build failing 🚨
Dependency coffee-script
Current Version 1.12.6
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

coffee-script is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 15 commits.

  • 492111c Bump date
  • 677312a More better
  • c83c47d Disable regex Unicode test for runtimes lacking support. Fixes #4610.
  • 7b0ea20 Updated output
  • 9990771 Improve formatting
  • 019ebcf Update dependencies
  • 0d9ce2c 1.12.7: Update changelog and version number
  • 799bc6e Restrict indented return arg to object (#4605)
  • e4bf163 refine sameLine implicit object tagging [Fixes #4568] (#4598)
  • 9d82bf7 Add more features to the list of reasons to check out CoffeeScript 2
  • ebe8493 Update v2 docs for 2.0.0-beta3
  • b1b34d3 Merge pull request #4585 from helixbass/iss4283_error_message_implicit_call
  • 8234ce2 error message for implicit call [Fixes #4283]
  • 48c7deb Fix REPL assignment (#4559)
  • cd6daf0 2.0.0-beta2 docs

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Add spec/schema for the runtime definition format

We rely on a standard format for runtime information in the client (typically serialized as JSON)

label: "MicroFlo Simulator"
description: "The first component in the world"
type: "microflo"
protocol: "websocket"
address: "ws://localhost:3333"
secret: "microflo32"
id: "2ef763ff-1f28-49b8-b58f-5c6a5c23af2d"
user: "3f3a8187-0931-4611-8963-239c0dff1931"

This is used also when registering with Flowhub, and is proposed to use in fbp-spec and fbp-protocol tester for runtime information.

An in-range update of mocha is breaking the build 🚨

Version 3.5.0 of mocha just got published.

Branch Build failing 🚨
Dependency mocha
Current Version 3.4.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As mocha is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Release Notes free-as-in-freezing

3.5.0 / 2017-07-31

πŸ“° News

  • Mocha now has a code of conduct (thanks @kungapal!).
  • Old issues and PRs are now being marked "stale" by Probot's "Stale" plugin. If an issue is marked as such, and you would like to see it remain open, simply add a new comment to the ticket or PR.
  • WARNING: Support for non-ES5-compliant environments will be dropped starting with version 4.0.0 of Mocha!

πŸ”’ Security Fixes

πŸŽ‰ Enhancements

  • #2696: Add --forbid-only and --forbid-pending flags. Use these in CI or hooks to ensure tests aren't accidentally being skipped! (@charlierudolph)
  • #2813: Support Node.js 8's --napi-modules flag (@jupp0r)

πŸ”© Other

Commits

The new version differs by 34 commits.

  • 82d879f Release v3.5.0
  • bf687ce update mocha.js for v3.5.0
  • ec73c9a update date for release of v3.5.0 in CHANGELOG [ci skip]
  • 1ba2cfc update CHANGELOG.md for v3.5.0 [ci skip]
  • 065e14e remove custom install script from travis (no longer needed)
  • 4e87046 update karma-sauce-launcher URL for npm@5
  • 6886ccc increase timeout for slow-grepping test
  • 2408d90 Make dependencies use older version of readable-stream to work around incompatibilities introduced by 2.3.0 on June 19th
  • 68a1466 Try not clearing the env for debug in the integration test and see if that fixes Node 0.10 on AppVeyor; if need be, some other fix/workaround can be applied to handle whatever was up with debug without causing this issue
  • 958fbb4 Update new tests to work in browser per test hierarchy reorganization
  • 1df7c94 Merge pull request #2704 from seppevs/increase_test_coverage_of_mocha_js
  • 1f270cd Stop timing out (#2889)
  • 27c7496 upgrade to [email protected]; closes #2859 (#2860)
  • 50fc47d fix CI; closes #2867 (#2868)
  • 1b1377c Add test for ignoreLeaks and fix descriptions

There are 34 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

An in-range update of websocket is breaking the build 🚨

The dependency websocket was updated from 1.0.28 to 1.0.29.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

websocket is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 6 commits.

  • 6e62787 Bumping version and updating readme.
  • 0335951 Updating dependencies and .ignore files
  • 3cb29e1 Fix gulp dependency version (git URL no longer required as 4.0.2 is already published)
  • e109ba6 Include .git/ into .npmignore (fix #353)
  • 58f301a Merge pull request #325 from felixrieseberg/patch-1
  • 4b593f8 docs: Add windows-build-tools for Windows users

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of coffeescript is breaking the build 🚨

The devDependency coffeescript was updated from 2.3.2 to 2.4.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

coffeescript is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 11 commits.

  • e6f6aa8 Version bump in lockfile
  • c09d8fb Release 2.4.0 (#5182)
  • f6d6377 ES module version of compiler for use in browsers; dynamic import() docs; revised Stage 3 policy (#5177)
  • 41b31c7 Fix repl.rli deprecation (#5178)
  • ec034e2 Fix tests (#5176)
  • ff24e5c Dynamic import (#5169)
  • ca275c2 Fix #5128: parens around default param (#5167)
  • 63ffe0a Fix 5085 (#5145)
  • 247b511 Remove extra word in comment in src/nodes.coffee (#5158)
  • 2f82b75 implement coffeescript.registerCompiled method (#5130)
  • 294bb47 Fix #5112: A string of ', ' in an array should not be detected as an elision (#5113)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of grunt-contrib-coffee is breaking the build 🚨

The devDependency grunt-contrib-coffee was updated from 2.0.0 to 2.1.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

grunt-contrib-coffee is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 8 commits.

  • 14be62b Merge pull request #203 from gruntjs/v210
  • 66dda8c v2.1.0
  • 6879d8f Merge pull request #202 from gruntjs/upt-deps-a
  • 93768c5 Fix tests for latest coffeescript
  • 7d5b1c5 Update deps within delclared range
  • 14315b4 Merge pull request #201 from gruntjs/upt-deps
  • d211122 Drop Node 6 in CI, add node 10
  • 0681fc7 Update dependencies

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of noflo-core is breaking the build 🚨

The devDependency noflo-core was updated from 0.5.0 to 0.6.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

noflo-core is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 41 commits.

  • 2a0a23f Release 0.6.0
  • 47ad50c Merge pull request #128 from noflo/update_eslint
  • 1662300 Adapt eslint rules for mocha tests
  • e64d60e Update eslint
  • 8fb84c9 chore(package): update eslint to version 5.0.1
  • 7443f82 chore(package): update eslint-config-airbnb-base to version 13.0.0
  • db433d9 Merge pull request #124 from noflo/greenkeeper/nyc-12.0.1
  • cff01d5 chore(package): update nyc to version 12.0.1
  • 1494dcb Add changelog
  • c1250f8 Merge pull request #125 from noflo/decaf
  • ec50169 Clean up the specs
  • ba63c6a Run without browser tests for the while
  • 56e2442 Fix Chrome headless on Travis
  • 2857496 Use Chrome from Puppeteer
  • 8f08f13 Try testing with karma

There are 41 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Run checks against protocol schemas

There now exists some JSON schemas which formally describes the protocol, at https://github.com/flowbased/fbp-protocol

We should make it hard to do things which are incompatible/wrong according to the protocol, so we should check both sent and received messages against the JSON schemas.

Initially there are likely incompatiblities between existing implementations and current schemas, either due to bugs in runtime/client following protocol spec, or due to bugs in the schemas. So probably the checks should not fail, but instead raise a warning.

Since the BaseRuntime is an EventEmitter already, I propose we emit a validation-error event. And that we log these warnings, so people are more likely to discover and fix them.

For forward compatibility, unknown messages (not existing in schema) should be ignored. We could emit a unknown-message, and allow to opt-in to log these.

An in-range update of grunt is breaking the build 🚨

The devDependency grunt was updated from 1.0.3 to 1.0.4.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

grunt is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 5 commits.

  • 8fcbed1 v1.0.4 (#1668)
  • 0b13970 Update js-yaml to address https://npmjs.com/advisories/788 (#1667)
  • 7db6cf7 Use SOURCE_DATE_EPOCH to render dates in template. (#1596)
  • a2d6d80 Revert "Indicate in package.json that Node.js 4 or newer is required (#1643)" (#1644)
  • 773b7e7 Indicate in package.json that Node.js 4 or newer is required (#1643)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of noflo is breaking the build 🚨

Version 0.8.4 of noflo just got published.

Branch Build failing 🚨
Dependency noflo
Current Version 0.8.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As noflo is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 15 commits.

  • e490d54 Bump
  • c1910a0 Update CHANGES
  • 6721dcf Merge pull request #548 from noflo/send_iips_on_finished_network
  • 25d9158 Add test to ensure IIP changes don't re-start network after a stop()
  • efbeff9 Mark network as stopped also when it was finished and stop() is called
  • 5e99b5f Allow execution to restart on IIP changes unless network was explicitly stopped
  • 41d1eba Check the start event again as well
  • c4970b5 Red test for re-activating network when new IIP is registered
  • 5a52790 Scope the graph to each test case
  • b6b1a0b Add a simple IIP test
  • ccf2020 Merge pull request #543 from noflo/greenkeeper/chai-4.0.0
  • 61d143d Fix broken assertions
  • 9c5932f chore(package): update chai to version 4.0.0
  • f88c989 Link to https
  • 072d033 Add a test for falsy output

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.