Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing Eventmanager for Web-ui. #6102

Merged
merged 11 commits into from
Jul 20, 2017
Merged

Implementing Eventmanager for Web-ui. #6102

merged 11 commits into from
Jul 20, 2017

Commits on Jul 18, 2017

  1. Merge pull request #9 from PokemonGoF/dev

    Importing Latest dev build from Head
    goedzo authored Jul 18, 2017
    Configuration menu
    Copy the full SHA
    a760243 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. Merge pull request #12 from PokemonGoF/dev

    Synched Dev from Head
    goedzo authored Jul 19, 2017
    Configuration menu
    Copy the full SHA
    0c1a684 View commit details
    Browse the repository at this point in the history
  2. This eventhandler update writes also to a json file in web folder

    With this change, the interesting events are also written to a json file in web folder. This allows the web-ui to display the event messages on screen. With this the web-ui can now see in detail what the bot is actually doing by refreshing the json file.
    
    With         self.MaxEventlog = 50
    you can limit the amount of lines to save on disk. This to avoid the json file gets way to large to deal with!
    goedzo committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    455b197 View commit details
    Browse the repository at this point in the history
  3. Fixed automatic build script test

    Fixed test
    goedzo committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    3f99f72 View commit details
    Browse the repository at this point in the history
  4. Fixing other auto test errors

    goedzo committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    d2cf3f0 View commit details
    Browse the repository at this point in the history
  5. Fixing build test

    goedzo committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    b4baed8 View commit details
    Browse the repository at this point in the history
  6. Another build test issue

    goedzo committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    5111f16 View commit details
    Browse the repository at this point in the history
  7. Trying again

    goedzo committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    7c70925 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47d976c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #6101 from goedzo/Web-UI-status-messages

    Add: Web-ui status messages in a json file
    Jcolomar authored Jul 19, 2017
    Configuration menu
    Copy the full SHA
    9c7ac63 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Configuration menu
    Copy the full SHA
    a8f24a1 View commit details
    Browse the repository at this point in the history