Git Product home page Git Product logo

egg-hypnotize's Introduction

README.md visitors

MSFT Stock

> 2023-11-28 - 2024-04-22

     429.37 ┤                                                                             ╭─╮           ╭╮       
     426.20 ┤                                                                        ╭╮  ╭╯ │   ╭╮  ╭──╮││       
     423.03 ┤                                                 ╭╮                     ││ ╭╯  ╰───╯╰─╮│  ╰╯╰╮      
     419.85 ┤                                                 ││                     ││╭╯          ╰╯     │      
     416.68 ┤                                               ╭─╯╰╮           ╭─╮    ╭─╯╰╯                  │╭╮    
     413.51 ┤                                            ╭╮ │   │     ╭╮   ╭╯ │    │                      ╰╯╰╮   
     410.34 ┤                                        ╭─╮ ││ │   │╭╮   │╰╮ ╭╯  │ ╭╮ │                         │   
     407.17 ┤                                      ╭╮│ │ │╰─╯   ╰╯╰╮  │ ╰─╯   │ │╰─╯                         │   
     403.99 ┤                                     ╭╯╰╯ │╭╯         ╰──╯       ╰─╯                            ╰╮  
     400.82 ┤                                  ╭╮╭╯    ││                                                     ╰─ 
     397.65 ┤                                  │╰╯     ╰╯                                                        
     394.48 ┤                                 ╭╯                                                                 
     391.31 ┤                               ╭─╯                                                                  
     388.13 ┤                              ╭╯                                                                    
     384.96 ┼╮                           ╭─╯                                                                     
     381.79 ┤│                           │                                                                       
     378.62 ┤╰─╮                  ╭╮     │                                                                       
     375.45 ┤  ╰╮   ╭╮╭─╮  ╭╮╭────╯│   ╭─╯                                                                       
     372.27 ┤   │╭╮╭╯╰╯ │╭─╯╰╯     ╰─╮ │                                                                         
     369.10 ┤   ╰╯╰╯    ││           ╰─╯                                                                         
     365.93 ┤           ╰╯                                                                                       

> Last Refreshed: 2024-04-22

egg-hypnotize's People

Contributors

gerhut avatar greenkeeper[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

jzhzhz

egg-hypnotize's Issues

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because we are using your CI build statuses to figure out when to notify you about breaking changes.

Since we did not receive a CI status on the greenkeeper/initial branch, we assume that you still need to configure it.

If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with greenkeeper/.

We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

Once you have installed CI on this repository, you’ll need to re-trigger Greenkeeper’s initial Pull Request. To do this, please delete the greenkeeper/initial branch in this repository, and then remove and re-add this repository to the Greenkeeper integration’s white list on Github. You'll find this list on your repo or organiszation’s settings page, under Installed GitHub Apps.

An in-range update of egg-mock is breaking the build 🚨

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 3.16.0 of egg-mock was just published.

Branch Build failing 🚨
Dependency egg-mock
Current Version 3.15.1
Type devDependency

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

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

Commits

The new version differs by 3 commits.

  • 35d4108 Release 3.16.0
  • fb30181 feat: support ts (#70)
  • 41e73a1 fix: mockSession save should not be enumerable (#69)

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

Version 4.8.4 of egg-bin was just published.

Branch Build failing 🚨
Dependency egg-bin
Current Version 4.8.3
Type devDependency

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

egg-bin 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 could not complete due to an error (Details).

Commits

The new version differs by 2 commits.

  • 7e00dc1 Release 4.8.4
  • e910ae3 fix: package.json to reduce vulnerabilities (#108)

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

The devDependency egg was updated from 2.22.2 to 2.23.0.

🚨 View failing branch.

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

egg 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).

Release Notes for 2019-07-17, Version 2.23.0 @atian25

Notable changes

  • features

    • error message rewrite when it has only a getter
  • fixes

    • handleRequest method should return a promise
    • more log for bodyParser
  • docs

    • httpclient upload files
    • typings improve
Commits

The new version differs by 19 commits.

  • 383f3cf Release 2.23.0
  • f77d1ba Release 2.23.0 (#3827)
  • 6bfc0eb fix: error message rewrite when it has only a getter (#3796)
  • 489f52b fix: handleRequest method should return a promise (#3820)
  • 29a2f2f fix: more log for bodyParser (#3809)
  • 6dc8a2d chore: fix ci (#3825)
  • e30511e docs: add alinode supported platforms (#3821)
  • c67ca20 docs: open should come with protocol (#3787)
  • 9adcd40 docs(lifecyle): add class export in sample code (#3758)
  • 4ca6273 fix: typos (#3768)
  • b1cb533 chore: remove @types/urllib (#3732)
  • 3de31f5 fix(typings): add custom logger typings (#3697)
  • 35af633 docs: https options en version (#3702)
  • 9c23232 docs(sequelize): replace findById with findByPk (#3700)
  • 3fccb4f docs: https options (#3701)

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 🌴

An in-range update of egg-bin is breaking the build 🚨

Version 4.3.4 of egg-bin was just published.

Branch Build failing 🚨
Dependency egg-bin
Current Version 4.3.3
Type devDependency

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

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

Commits

The new version differs by 2 commits.

  • 6ca015a Release 4.3.4
  • e3c33e9 fix: package.json to reduce vulnerabilities (#81)

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

The devDependency egg-bin was updated from 4.13.1 to 4.13.2.

🚨 View failing branch.

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

egg-bin 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 2 commits.

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

Version 3.19.0 of egg-mock was just published.

Branch Build failing 🚨
Dependency egg-mock
Current Version 3.18.0
Type devDependency

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

egg-mock 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 could not complete due to an error (Details).

Commits

The new version differs by 2 commits.

  • 6c31968 Release 3.19.0
  • ab5a47e feat: should wait for background task finish on afterEach (#78)

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

The devDependency egg-mock was updated from 3.23.1 to 3.23.2.

🚨 View failing branch.

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

egg-mock 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 3 commits.

  • 6a1b64f Release 3.23.2
  • e494325 fix: mockHttpclient with multi-request (#106)
  • d836536 fix: fix httpRequest function signature (#105)

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

Version 4.8.0 of egg-bin was just published.

Branch Build failing 🚨
Dependency egg-bin
Current Version 4.7.1
Type devDependency

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

egg-bin 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 could not complete due to an error (Details).

Commits

The new version differs by 3 commits.

  • 641c0c4 Release 4.8.0
  • f802aeb chore: update deps (#104)
  • 8fa805b feat(cov): add nyc instrument passthrough (#103)

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

Version 1.9.0 of egg just got published.

Branch Build failing 🚨
Dependency egg
Current Version 1.8.0
Type devDependency

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

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

Commits

The new version differs by 8 commits.

  • 0a7ba95 Release 1.9.0 (#1460)
  • 21425e7 feat: make cluster client configurable in egg (#1459)
  • d0797b1 docs: correct sample codes (#1434)
  • 6eac07e refactor: httpclient args tracer to be enforced (#1421)
  • c56274b docs(development): fix devtools debug (#1428)
  • e3f29de docs(development): adjust debug docs with new egg-bin debug (#1427)
  • 5a9531a feat: don’t force logger to use INFO level in prod (#1218)
  • 95fbd47 docs(deployment): port should be number (#1424)

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 eslint-config-egg is breaking the build 🚨

The devDependency eslint-config-egg was updated from 7.4.1 to 7.5.0.

🚨 View failing branch.

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

eslint-config-egg 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 3 commits.

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 🌴

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.