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

Public terminal management #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 24, 2020

  1. Added GET methods for public terminal, need to complete the API with …

    …the PATCH & PUT methods.
    VarLeif committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    6dc84b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Almost finished with the public-api-terminal management for now. Need…

    … to add implementation with the command (shutdown, restart, etc.) and later add the authentication(?) with the jwt.
    VarLeif committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    31c6856 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Merge branch 'master' of https://github.com/aueb-cslabs/director into…

    … public-terminal-management
    VarLeif committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    3ce36dd View commit details
    Browse the repository at this point in the history
  2. Need to know what we will do with the status parameter. Right now it …

    …only works if the client sends the values down, locked, up and logged_in. Also later I will have to implement the communication with the agent of the terminal for the command execution
    VarLeif committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    0eab998 View commit details
    Browse the repository at this point in the history