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

Multi-Context Support #4218

Merged

Commits on Sep 6, 2021

  1. add k8scontext persister

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    ee22b9b View commit details
    Browse the repository at this point in the history
  2. add new k8scontext construct

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    f90d300 View commit details
    Browse the repository at this point in the history
  3. add complete implementation of contexts interface in local provider a…

    …nd dummy implementation in remote provider
    
    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    8248fa0 View commit details
    Browse the repository at this point in the history
  4. add contexts handlers to the interface

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    41b0488 View commit details
    Browse the repository at this point in the history
  5. remove older k8s constructs

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    b11786d View commit details
    Browse the repository at this point in the history
  6. replace legacy k8sconfig reader with new implementation and setup dat…

    …a in http request contexts
    
    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    ef661a4 View commit details
    Browse the repository at this point in the history
  7. accomodate for changes in k8s constructs

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    04bd863 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. move pattern utils to helpers

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    0ca9079 View commit details
    Browse the repository at this point in the history
  2. add context CRUD routes

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    7c84875 View commit details
    Browse the repository at this point in the history
  3. change kubeconfig generation strategy

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    14a71b6 View commit details
    Browse the repository at this point in the history
  4. add complete support for remote providers

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    ad0de35 View commit details
    Browse the repository at this point in the history
  5. partially incorporate API changes in the UI

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    898abfa View commit details
    Browse the repository at this point in the history
  6. incorporate contexts related changes in the middleware flow

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    64b8e1a View commit details
    Browse the repository at this point in the history
  7. add package-lock.json

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    2e41e0a View commit details
    Browse the repository at this point in the history
  8. merge upstream master

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    6037595 View commit details
    Browse the repository at this point in the history
  9. merge upstream master

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    aae6174 View commit details
    Browse the repository at this point in the history
  10. remove unnecessary logging

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3adf682 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    627f9a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. add ping test to the contexts

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    76340fb View commit details
    Browse the repository at this point in the history
  2. add support for kubernete server ID extraction and placement in the c…

    …ontexts
    
    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    29db1ce View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

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

Commits on Sep 27, 2021

  1. Merge remote-tracking branch 'upstream/master' into utkarsh-pro/featu…

    …re/multi-context-support
    tangledbytes committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    4129dfa View commit details
    Browse the repository at this point in the history
  2. fix support for in cluster deployemnts

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    28f67fc View commit details
    Browse the repository at this point in the history
  3. fix success message banner style

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    278da16 View commit details
    Browse the repository at this point in the history
  4. use meshkit errors and add logging - additional cleanups tpp

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    3ae082a View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/utkarsh-pro/feature/multi-contex…

    …t-support' into utkarsh-pro/feature/multi-context-support
    tangledbytes committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    fbbb131 View commit details
    Browse the repository at this point in the history
  6. fix golangci lint errors

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    bbac986 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. merge upstream master

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    89df4c5 View commit details
    Browse the repository at this point in the history
  2. update package-lock.json

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    8be8d38 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Squash commit

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    4305282 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Squash commit

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    6e81f3e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. extract k8s contexts from the query parameters and inject into contexts

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    6065dc3 View commit details
    Browse the repository at this point in the history
  2. add support for multi contexts request for handlers

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    e00599a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. fix "all" contexts bug'

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    810d167 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. merge upstream master

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    9add674 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Merge branch 'master' into utkarsh-pro/feature/multi-context-support

    Signed-off-by: leecalcote <leecalcote@gmail.com>
    leecalcote committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    b63fb23 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Add imports

    Signed-off-by: ashish <ashishjaitiwari15112000@gmail.com>
    Revolyssup committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    5c293ec View commit details
    Browse the repository at this point in the history
  2. Merge upstream master

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    0c4bc75 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. finalize UI

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    5562df7 View commit details
    Browse the repository at this point in the history
  2. merge origin branch

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    2e0e207 View commit details
    Browse the repository at this point in the history
  3. merge upstream master

    Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
    tangledbytes committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    e0fdc8d View commit details
    Browse the repository at this point in the history
  4. remove lint issue

    Signed-off-by: ashish <ashishjaitiwari15112000@gmail.com>
    Revolyssup committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    9ab1e2d View commit details
    Browse the repository at this point in the history