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: Deleting the common PVC if there are no workspaces left for a given user #16

Merged
merged 13 commits into from
Jun 7, 2021

Commits on May 27, 2021

  1. che #18369 Deleting the common PVC if there are no workspaces left fo…

    …r a given user
    
    Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
    ibuziuk authored and dkwon17 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    10957fb View commit details
    Browse the repository at this point in the history
  2. che #18369 Handling a case when the common PVC is used across multipl…

    …e users ('workspaceNamespaceDefault' without placeholders is defined)
    
    Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
    ibuziuk authored and dkwon17 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    3e3da65 View commit details
    Browse the repository at this point in the history
  3. che #18369 Improving the case when the subject is anonymous

    Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
    ibuziuk authored and dkwon17 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    d83e355 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    962d4a5 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Remove @nullable

    Signed-off-by: David Kwon <dakwon@redhat.com>
    dkwon17 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    4fd7d3b View commit details
    Browse the repository at this point in the history
  2. Throw RuntimeException

    dkwon17 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    5512341 View commit details
    Browse the repository at this point in the history
  3. Remove 'che.infra.kubernetes.namespace.default' and placeholder check

    Signed-off-by: David Kwon <dakwon@redhat.com>
    dkwon17 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    74f2469 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Remove lenient() from tests

    Signed-off-by: David Kwon <dakwon@redhat.com>
    dkwon17 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    9efd18c View commit details
    Browse the repository at this point in the history
  2. Remove anonymous subject check

    Signed-off-by: David Kwon <dakwon@redhat.com>
    dkwon17 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    49ed330 View commit details
    Browse the repository at this point in the history
  3. Use InfrastructureException

    Signed-off-by: David Kwon <dakwon@redhat.com>
    dkwon17 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    f016079 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Remove test

    Signed-off-by: David Kwon <dakwon@redhat.com>
    dkwon17 committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    04d2cc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Remove unnecessary variable, get workspaces from AccountImpl

    Signed-off-by: David Kwon <dakwon@redhat.com>
    dkwon17 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    ec4275b View commit details
    Browse the repository at this point in the history
  2. Create CommonPVCStrategy#isPersonalAccount()

    Signed-off-by: David Kwon <dakwon@redhat.com>
    dkwon17 committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    63a04f2 View commit details
    Browse the repository at this point in the history