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

admin web ui #94

Draft
wants to merge 41 commits into
base: master
Choose a base branch
from
Draft

admin web ui #94

wants to merge 41 commits into from

Commits on Oct 3, 2017

  1. remove default gui submodule from addons

    jupe authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    a945605 View commit details
    Browse the repository at this point in the history
  2. remove default gui submodule from addons

    jupe authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    657f9b8 View commit details
    Browse the repository at this point in the history
  3. very simple admin page for update service

    jupe authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    1a6a16c View commit details
    Browse the repository at this point in the history
  4. draft ui for admin to allow update server

    jupe authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    a3ff3cd View commit details
    Browse the repository at this point in the history
  5. fixing cluster API

    *  killing more carefully workers - if SIGINT does help try SIGTERM
    * timeout for SIGINT killing
    * fix cluster status API including timeout in case when master doens't give response
    * show cluster information in adminui
    jupe authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    7130931 View commit details
    Browse the repository at this point in the history
  6. improve simple stdin shell

    jupe authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    4802a55 View commit details
    Browse the repository at this point in the history
  7. remove stdin handler and replace unpkg.com with cdnjs.cloudflare.com

    jupe authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    f1b5f3a View commit details
    Browse the repository at this point in the history
  8. revert gitUpdater changes

    jupe authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    8be1efc View commit details
    Browse the repository at this point in the history
  9. tuning admin ui - workers table

    jupe authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    027cca2 View commit details
    Browse the repository at this point in the history
  10. tuning admin ui

    jupe authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    4bb4c79 View commit details
    Browse the repository at this point in the history
  11. further develop socketio routes

    * separate socketio router which handle authorization and some traces
    * use socketio-jwt to parse jwt
    * use promises to generate jwt
    * tuning git updater
    jupe authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    00fc2df View commit details
    Browse the repository at this point in the history
  12. cleaning a bit - fix unittest and eslint warnings

    jupe authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    0423170 View commit details
    Browse the repository at this point in the history
  13. separate cluster route to separate controller

    jupe authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    4831571 View commit details
    Browse the repository at this point in the history
  14. remove console print

    jupe authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    103190e View commit details
    Browse the repository at this point in the history
  15. wip: use opentmi-jsclient for admingui

    * add notClustered routes
    * login stored to localStorage
    * logout
    Jussi Vatjus-Anttila authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    07fd68b View commit details
    Browse the repository at this point in the history
  16. wip: improve admin chart

    + more details from master
    Jussi Vatjus-Anttila authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    98d3ba2 View commit details
    Browse the repository at this point in the history
  17. wip: reorder master stats a bit and use promises

    Jussi Vatjus-Anttila authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    e4b3922 View commit details
    Browse the repository at this point in the history
  18. wip: eslintignore

    Jussi Vatjus-Anttila authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    dcd7c5d View commit details
    Browse the repository at this point in the history
  19. move eslintignore to root

    Jussi Vatjus-Anttila authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    d57ab52 View commit details
    Browse the repository at this point in the history
  20. wip: eslint fixes

    Jussi Vatjus-Anttila authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    2366474 View commit details
    Browse the repository at this point in the history
  21. wip: eslint cleaning

    restrict graph size by rotating after 10 minutes
    Jussi Vatjus-Anttila authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    e68ba75 View commit details
    Browse the repository at this point in the history
  22. handle server closing more carefully

    Jussi Vatjus-Anttila authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    614dac8 View commit details
    Browse the repository at this point in the history
  23. wip: adminui tuning

    Jussi Vatjus-Anttila authored and Jussi Vatjus-Anttila committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    9286093 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Configuration menu
    Copy the full SHA
    a65d29d View commit details
    Browse the repository at this point in the history
  2. Merge commit '69287af412b61ee714d623de1088c040b7dabf3b' into adminui

    Jussi Vatjus-Anttila authored and Jussi Vatjus-Anttila committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    003c013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    819eaec View commit details
    Browse the repository at this point in the history
  4. eslint fixes

    jupe committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    bc3dd3a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

  1. move whole ui implementation to own repository.

    Jussi Vatjus-Anttila authored and Jussi Vatjus-Anttila committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    f6555b1 View commit details
    Browse the repository at this point in the history
  2. add adminui addon to submodule

    Jussi Vatjus-Anttila authored and Jussi Vatjus-Anttila committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    b141674 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    975c8f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2017

  1. Configuration menu
    Copy the full SHA
    e376ce0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd563d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc0ae4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d101001 View commit details
    Browse the repository at this point in the history
  5. Update socketio.js

    jupe committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    f40fc08 View commit details
    Browse the repository at this point in the history
  6. Update package.json

    jupe committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    ba44373 View commit details
    Browse the repository at this point in the history
  7. Update gitUpdater.js

    jupe committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    d9e6082 View commit details
    Browse the repository at this point in the history
  8. Update master.js

    jupe committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    b11818f View commit details
    Browse the repository at this point in the history
  9. Update master.js

    jupe committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    d721fd8 View commit details
    Browse the repository at this point in the history
  10. Update index.js

    jupe committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    5cde388 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2017

  1. Update local-event-bus.js

    jupe committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    6b4a2eb View commit details
    Browse the repository at this point in the history