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(cfg): Allow extenders to contribute to Zowe schema during activation #2615

Merged
merged 35 commits into from
Feb 20, 2024

Commits on Oct 17, 2023

  1. [wip] feat(extend): Update schema with missing types

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    648c01f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Add to Schema: bump patch cov., add typedoc

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    1784db5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/cfg/update-schema

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6c312a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge branch 'main' into feat/cfg/update-schema

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7b5627f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Merge branch 'main' into feat/cfg/update-schema

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d32a273 View commit details
    Browse the repository at this point in the history
  2. chore: update yarn.lock, add license to mockUtils

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7c1f551 View commit details
    Browse the repository at this point in the history
  3. chore: update ZE changelog

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    028cb18 View commit details
    Browse the repository at this point in the history
  4. style: use optional chaining instead of AND short-circuit

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e8d1172 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Dec 20, 2023

  1. chore: update CLI to 7.21.0; use valid schema version for FTP demo

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0cb91a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. chore: remove test schemaVersion from zftp type

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c81cf50 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/cfg/update-schema

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3cbc826 View commit details
    Browse the repository at this point in the history
  3. fix(tests): Update test cases to mock imperative API

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    cad6bf5 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. prepare: check for relocated schema version

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    17d9ea9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/cfg/update-schema

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    acd7bde View commit details
    Browse the repository at this point in the history
  3. refactor: remove version from addProfileTypeToSchema call

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b7d8573 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a59602b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

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

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    46004bb View commit details
    Browse the repository at this point in the history
  2. deps: Update @zowe/cli to 7.23.0

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    369be7c View commit details
    Browse the repository at this point in the history
  3. tests: adjust mocks, remove unused schema files

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b657464 View commit details
    Browse the repository at this point in the history
  4. i18n: remove unneeded 'zowe' scope from localized string id

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6f8bbe9 View commit details
    Browse the repository at this point in the history
  5. format: run prettier

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0389e01 View commit details
    Browse the repository at this point in the history
  6. deps: update zowe/cli on USS profile sample

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b8103dc View commit details
    Browse the repository at this point in the history
  7. tests: cover 'missing schema warning message'

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8eafe34 View commit details
    Browse the repository at this point in the history
  8. doc: move changelog entry

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c934de2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b92168d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

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

Commits on Feb 9, 2024

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

Commits on Feb 14, 2024

  1. deps: update zowe/cli to 7.23.3

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    eb0815c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/cfg/update-schema

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ef69f45 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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

Commits on Feb 16, 2024

  1. refactor: add error to message, remove spread from mock

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b8e850b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/cfg/update-schema

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    85fd776 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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