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

feat: Implement login manager and login/logout commands #910

Merged
merged 15 commits into from
Oct 21, 2020
Merged

Commits on Oct 21, 2020

  1. Implement login manager and login/logout commands

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    0de3b4e View commit details
    Browse the repository at this point in the history
  2. Rework workspace commands to use login manager

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    ea3a848 View commit details
    Browse the repository at this point in the history
  3. Fix errors with hosted Che

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    b20e5b2 View commit details
    Browse the repository at this point in the history
  4. Introduce context commands namespace to work with login context

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    7e793bd View commit details
    Browse the repository at this point in the history
  5. Fixes according to review

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    88292a5 View commit details
    Browse the repository at this point in the history
  6. Use argument for Che API URL instead of a flag

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    24c3d19 View commit details
    Browse the repository at this point in the history
  7. Add interactive context selection

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    a808c53 View commit details
    Browse the repository at this point in the history
  8. Fixes

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    6724b47 View commit details
    Browse the repository at this point in the history
  9. Add yarn.lock

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    693887b View commit details
    Browse the repository at this point in the history
  10. Fixes

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    7e0c212 View commit details
    Browse the repository at this point in the history
  11. Move all auth related commands into auth namespace

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    b056f8c View commit details
    Browse the repository at this point in the history
  12. Tests

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    c2b29e4 View commit details
    Browse the repository at this point in the history
  13. Fixes according to review. Handle refresh token expiration time separ…

    …atly.
    
    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    abbf715 View commit details
    Browse the repository at this point in the history
  14. Fixup

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    fb62e8b View commit details
    Browse the repository at this point in the history
  15. Fix messages

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    6c61b74 View commit details
    Browse the repository at this point in the history