Git Product home page Git Product logo

eagle's Introduction

eagle's People

Contributors

dg8fv2010 avatar jin1105 avatar lk668 avatar saga92 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eagle's Issues

rewrite utils/log.py & utils/mq.py

  • rewrite mq.py to make WorkerQueue and UiQueue work in a more similar way
  • rewrite log.py to support write to stdout. Recommend all you use log to echo message into terminal in work environment. You could still use print but not in work environment because the log message won't be kept into file but worker_log.info('') did.

ui refactor to add redis cache support

In the past, eagle ui only search db, but now it should firstly search redis cache, then if cache contains no data, then turn to db, in the meantime, push data into cache.

Bug on angular

  1. If you create two container with the same name. The front end table will add an item just contains remove and stop button.

2.After create or stop or update container. when I refresh the browser. The table cannot contains the container I created

@jin1105

docker container ip will change when restart

As our consideration, when user click stop button, worker will stop container and set table instance's host and port to "", meanwhile the front end will set host to "invalid". After clicking restart button, the instance's host and port will be reallocated.

Bug on stop and remove container

The dashboard is so cool. @jin1105

We cannot change the ‘container_serial’ property. Because the database store the full ‘container_serial’.
When we remove or stop. It cannot match.
We can add another property like ‘container_serial_title’ for the front end to show.
@jin1105

Jump server support

Maybe we should set up jump server environment, and store its ip to database

add restart button

Now need to add a restart button in dashboard page after stoping container

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.