Giter Club home page Giter Club logo

greenyet's People

Contributors

cburgmer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

greenyet's Issues

Support mixed component structures in same page

E.g.

{
  "first_component": {
    "color": "green"
  },
  "more_components": [
    {
      "name": "another_component",
      "status": true
    }
  ]
}

should be supported, and two components "first_component" and "another_component" should be listed.

Feedback UI

  • Make aggregation of machines of an environment easier to understand (green vs. error states)
  • Trying to click a link to the status page is annoying when the patch expands on long entries
  • Hover roll out is lost every 5 secs on refresh

Apache upgrade request

I might be wrong, but we're getting warnings in the logs of green yet relating to Apache responseprocesscookies , and it says the cookie has an invalid expires attribute. It looks like this might be due to the http client... Same can be seen here:
gradle/gradle#1596
https://issues.apache.org/jira/browse/HTTPCLIENT-1077

I can't tell which version is in use from the project file though (looks like it doesn't even use Apache somehow) but you please help take a quick look?

Thanks

Handle hanging responses

While a socket timeout is currently used, this is not effective at enforcing a final request timeout.

Currently slow responses mean the dashboard will show stale results. Also, the response time adds up to the polling duration (polling duration starts counting after the request finishes), so refresh will take longer than the polling config suggests.

Hover applied incorrectly on refresh

Hovering on a status from the second environment (= second row) will on refresh unfold the equivalent status in the first environment instead.

Support status 503 for system in red state?

Spring Boot's built-in /health endpoint seems to return the status JSON response via a service unavailable status (http://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-endpoints.html#_writing_custom_healthindicators).

So far greenyet will only honour a JSON response if delivered via status 200, for every other status a red color is shown and the payload is ignored for the purpose of inspecting the application's status.

We might want to support the behaviour of Spring Boot out of the box.

Make resource releative load

When a page loads through the LB it tries to load resources (ccc / iso) from the site root.

This behavior is not regulated in any way. Need an option to set base path for load or remove '/' from index.html.template

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.