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

[Backport 2.x] [Workspace] Feature/workspace service core module #5416

Merged
merged 3 commits into from
Dec 14, 2023

Commits on Nov 1, 2023

  1. [Workspace] Feature/workspace service core module (#5092)

    * feat: add core workspace module (#145)
    
    The core workspace module(WorkspaceService) is a foundational component
    that enables the implementation of workspace features within OSD
    plugins. The purpose of the core workspace module is to provide
    a framework for workspace implementations.
    
    This module does not implement specific workspace
    functionality but provides the essential infrastructure for plugins to
    extend and customize workspace features, it maintains a shared
    workspace state(observables) across the entire application to ensure
    a consistent and up-to-date view of workspace-related information to
    all parts of the application.
    
    Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
    Signed-off-by: Yulong Ruan <ruanyu1@gmail.com>
    Co-authored-by: Miki <amoo_miki@yahoo.com>
    (cherry picked from commit 9e3e3a7)
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    
    # Conflicts:
    #	CHANGELOG.md
    github-actions[bot] committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9f656ae View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Merge branch '2.x' into backport/backport-5092-to-2.x

    Signed-off-by: Anan Zhuang <ananzh@amazon.com>
    ananzh authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    2ed434a View commit details
    Browse the repository at this point in the history
  2. Fix lint error in index.ts

    Fix lint
    
    Signed-off-by: Miki <miki@amazon.com>
    
    Signed-off-by: Miki <miki@amazon.com>
    AMoo-Miki authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    3e59b67 View commit details
    Browse the repository at this point in the history