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

[Workspace] Only OSD admin can create workspace #6831

Merged

Commits on May 24, 2024

  1. Only OSD admin can create workspace

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ffb4a0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ba437e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec1f413 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. optimize the code

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 27, 2024
    Configuration menu
    Copy the full SHA
    893b039 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:opensearch-project/OpenSearch-Dashb…

    …oards into main-create-workspace-OSDAdmin
    yubonluo committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5ec5b15 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main-create-workspace-OSDAdmin' of github.com:yubonluo/…

    …OpenSearch-Dashboards into main-create-workspace-OSDAdmin
    yubonluo committed May 27, 2024
    Configuration menu
    Copy the full SHA
    832b1e5 View commit details
    Browse the repository at this point in the history
  4. delete useless code

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 27, 2024
    Configuration menu
    Copy the full SHA
    11f6396 View commit details
    Browse the repository at this point in the history
  5. add integration tests

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 27, 2024
    Configuration menu
    Copy the full SHA
    dec5cbe View commit details
    Browse the repository at this point in the history
  6. optimize the code

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d83e340 View commit details
    Browse the repository at this point in the history
  7. delete useless code

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 27, 2024
    Configuration menu
    Copy the full SHA
    fa6809d View commit details
    Browse the repository at this point in the history
  8. optimize the code

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e979d77 View commit details
    Browse the repository at this point in the history
  9. optimize the code

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 27, 2024
    Configuration menu
    Copy the full SHA
    87ebeef View commit details
    Browse the repository at this point in the history
  10. optimize the code

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5b9a786 View commit details
    Browse the repository at this point in the history
  11. add overwrite check

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0cfa4b0 View commit details
    Browse the repository at this point in the history
  12. optimize the code

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 27, 2024
    Configuration menu
    Copy the full SHA
    41b17ab View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. optimize the code

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a179855 View commit details
    Browse the repository at this point in the history
  2. solve conflict

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 28, 2024
    Configuration menu
    Copy the full SHA
    deb4341 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Add the logic of whether to update the operation

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 30, 2024
    Configuration menu
    Copy the full SHA
    9417e21 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:opensearch-project/OpenSearch-Dashb…

    …oards into main-create-workspace-OSDAdmin
    yubonluo committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8816831 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    a10a23b View commit details
    Browse the repository at this point in the history
  2. optimize the code

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8c3675b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main-create-workspace-OSDAdmin' of github.com:yubonluo/…

    …OpenSearch-Dashboards into main-create-workspace-OSDAdmin
    yubonluo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    2e2350b View commit details
    Browse the repository at this point in the history
  4. Optimize the code

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8a5721e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    edf33c2 View commit details
    Browse the repository at this point in the history
  2. Optimize the code

    Signed-off-by: yubonluo <yubonluo@amazon.com>
    yubonluo committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    35b04bd View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main-create-workspace-OSDAdmin' of github.com:yubonluo/…

    …OpenSearch-Dashboards into main-create-workspace-OSDAdmin
    yubonluo committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4962ab2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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