Giter VIP home page Giter VIP logo

pace's People

Contributors

ckluente avatar codergolem avatar cz8s avatar gchinis avatar gitter-badger avatar greenkeeper[bot] avatar greenkeeperio-bot avatar lieblingswelt avatar lplotni avatar mario-castellanos avatar mduemcke avatar nhellwig avatar nsp-bot avatar wombat9000 avatar x3ro avatar zariye avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

pace's Issues

An in-range update of selenium-standalone is breaking the build 🚨

Version 6.11.0 of selenium-standalone was just published.

Branch Build failing 🚨
Dependency selenium-standalone
Current Version 6.9.0
Type devDependency

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

selenium-standalone 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 13 commits.

  • 8c79672 6.11.0
  • dda0d1b Merge pull request #313 from PippoRaimondi/master
  • 29b48a0 Merge branch 'master' into master
  • aefa1bb Merge pull request #310 from geskill/patch-10
  • c0b06ec Update for lastest version of Chrome
  • 776071d adding the ability to install single driver given microsoft edge driver url does not work at times, failing our build, and we don't need it
  • 89d7802 6.10.0
  • c962b41 Merge pull request #309 from donaldpipowitch/timeout
  • a4a641b allow setting request options
  • 4591c38 Update for lastest version of Selenium and Firefox
  • 57880b3 Merge pull request #308 from germanz/bugfix-seleniumStatusUrl
  • b4325d7 added timeout option to request
  • 72a89eb Fixed selenium server URL construction when passing node config file parameter

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 moment is breaking the build 🚨

Version 2.19.2 of moment was just published.

Branch Build failing 🚨
Dependency moment
Current Version 2.19.1
Type dependency

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

moment 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

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 🌴

birthyear not saved

when registering, the birthyear the participants have entered is not stored in
the database. all rows of all participants is set to 0.

An in-range update of db-migrate is breaking the build 🚨

Version 0.10.0 of db-migrate was just published.

Branch Build failing 🚨
Dependency db-migrate
Current Version 0.10.0-beta.24
Type dependency

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

db-migrate 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

Release Notes v0.10.0 - Cornerstone

Note:

This is a cornerstone release. It provides groundwork for many things to come and has worked
on stability and flexibility, while mostly retaining backwards compatibility.

This release was a rewrite of nearly the whole module. However backwards compatibility
was mostly preeserved. Bug fixes wont be listed for this release, all subsequent releases
will follow the angular standard to automatically generate changelogs.

New Features:

  • Sync
  • Driverless Core
  • Plugin Hooks and overwrites
  • Adjusted migration schema, to allow specific setup routines
  • Version migration schemas itself for future iterations
  • Promise style migrations
  • Programmatic API
  • Restructered major parts of db-migrate
  • Transactional migrations
  • New configuration options

Find a full list of features added here:

https://github.com/db-migrate/node-db-migrate/issues?utf8=%E2%9C%93&q=milestone%3Av0.10.0

Commits

The new version differs by 19 commits ahead by 19, behind by 90.

  • 117b041 0.10.0
  • aa25283 add changelog and release 0.10.0
  • 18a0032 remove process.exit when no callback passed and remove optimist help when in module mode
  • 4de822b adjust manual changes for cs
  • 9e71c2a adjust to cs
  • d811fae fix last tests
  • d5a688e fix a few bugs and update tests
  • 388facf add eslint to dependencies
  • 489d498 complete refactor of api js
  • 2f86f91 Merge pull request #500 from junchaozhang/master
  • 876f512 print the reason in unhandledRejection evnet if reason.stack does not exist
  • 14ffafd Merge pull request #497 from philipyoo/master
  • c4f0eed fix small typo in cli help menu
  • f2be116 Merge pull request #496 from gmanriqueUy/master
  • 8fb4a1b test(create): Fix testing as module when no database.json on root

There are 19 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 🌴

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Replaced the old Node.js version in your .nvmrc with the new one
  • The engines config in 1 of your package.json files was updated to the new Node.js version

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


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 express-session is breaking the build 🚨

Version 1.15.6 of express-session just got published.

Branch Build failing 🚨
Dependency express-session
Current Version 1.15.5
Type dependency

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

express-session 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 could not complete due to an error Details

Release Notes 1.15.6
  • deps: [email protected]
  • deps: parseurl@~1.3.2
    • perf: reduce overhead for full URLs
    • perf: unroll the "fast-path" RegExp
  • deps: uid-safe@~2.1.5
    • perf: remove only trailing =
  • deps: [email protected]
Commits

The new version differs by 13 commits.

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 🌴

Functional tests passing even though there are errors

I noticed that some of the functional tests (I haven't verified if this applies for all) pass even if there are errors during the test execution. This, for example, applies for the spec/registrationJourney.js. To verify this, insert some random string in the scope below

.getText('span.amount')
.then((amount) => {
    adkaflsdflksd // e.g.

The test still passes, even though there is an error. I noticed that this is fixed by replacing .end(done) with .call(done), but am not sure if that is a proper fix.

PS: This occurred with Node v9.4.0. Dependencies installed with npm v5.6.0.

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

Version 1.27.0 of config was just published.

Branch Build failing 🚨
Dependency config
Current Version 1.26.2
Type dependency

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

config 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 could not complete due to an error Details

Commits

The new version differs by 5 commits.

  • e588a31 Prepare for publish
  • a06b582 Merge pull request #438 from willsoto/issue-223
  • f605d79 Add method to output plain JS object
  • f84a560 Better versions for travis
  • c763488 Add new Issue Template

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 ws is breaking the build 🚨

Version 3.3.0 of ws was just published.

Branch Build failing 🚨
Dependency ws
Current Version 3.2.0
Type dependency

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

ws 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

Release Notes 3.3.0

Features

  • Added ecdhCurve option (#1228).
Commits

The new version differs by 22 commits.

  • 56f8062 [dist] 3.3.0
  • 72751d3 [test] Skip family option test if IPv6 is not supported
  • e5772a3 chore(package): update nyc to version 11.3.0 (#1230)
  • db729ef [doc] Add documentation for the ecdhCurve option
  • d0741fa [feature] Add ecdhCurve option (#1228)
  • 9303db3 [ci] Test on node 9
  • 48b0496 [ci] Do not test on node 4.1.0, use 4.2.0 instead
  • d6934af [test] Fix error validation on node 9
  • 31c81a9 [minor] Refactor PerMessageDeflate#_decompress()
  • 1d6ba86 [minor] Prevent possible property name collisions
  • 8ea3739 [minor] Remove unreachable code (#1224)
  • 5e0424c [doc] Fix broken link
  • 5bb78dd chore(package): update eslint to version 4.10.0 (#1223)
  • e01fa4a chore(package): update eslint-plugin-import to version 2.8.0 (#1219)
  • b6a928b chore(package): update eslint to version 4.9.0 (#1217)

There are 22 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 🌴

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

Version 3.2.0 of ioredis was just published.

Branch Build failing 🚨
Dependency ioredis
Current Version 3.1.4
Type dependency

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

ioredis 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

Release Notes v3.2.0

Features

  • truncate large/long debug output arguments (#523) (cf18554)
Commits

The new version differs by 5 commits.

  • a79024a chore(release): 3.2.0
  • 9aa2741 docs(CHANGELOG): 3.2.0
  • cf18554 feat: truncate large/long debug output arguments (#523)
  • 8228714 chore: fix test for Node.js v0.10.0
  • a7aad85 docs(Changelog): 3.1.4

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 🌴

confirmation mail sends out wrong text

As an admin, when I click on 'Bestaetigungsmail Senden' I expect the mail to be sent to be the same that is sent when participants sign up.
But the actual text is the text from the bulkmail.
We should change that to send the correct text that contains the token, bank details etc.

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.