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

Add vsce plugin and merge other plugins into repo #81

Merged
merged 23 commits into from
Feb 13, 2023

Commits on Feb 2, 2023

  1. Import code from lerna and run-script repos

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    d94b2ec View commit details
    Browse the repository at this point in the history
  2. Add first draft of vsce plugin

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e2724c1 View commit details
    Browse the repository at this point in the history
  3. Update npm dependencies

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    5a65d37 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Support draft GitHub releases and Yarn workspaces

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    c870123 View commit details
    Browse the repository at this point in the history
  2. Fix missing bundle for vsce plugin

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    d3b2a44 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Fix order of precedence for lock files

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8f4a4a1 View commit details
    Browse the repository at this point in the history
  2. Fix changedFiles paths pointing outside of repo

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    a45f6d1 View commit details
    Browse the repository at this point in the history
  3. Fix Yarn mode not detected for vsce

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    87f9ccf View commit details
    Browse the repository at this point in the history
  4. Fix incompatible versions of RequestError type

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    5ec54d5 View commit details
    Browse the repository at this point in the history
  5. Fix incorrect resolving of tgz and vsix dirs

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    20ffcac View commit details
    Browse the repository at this point in the history
  6. Add plugin envs and changelog displayNames

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7992e2a View commit details
    Browse the repository at this point in the history
  7. Fix plugins without config being skipped

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    36ac00c View commit details
    Browse the repository at this point in the history
  8. Verify vsce tokens and allow skipping plugin stages

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3e4735d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Skip npm version in workspaces

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    b11060c View commit details
    Browse the repository at this point in the history
  2. Add prepareRelease script

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    ff60248 View commit details
    Browse the repository at this point in the history
  3. Fix duplicate ci skip in commit message

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    2c63266 View commit details
    Browse the repository at this point in the history
  4. Bump versions and update changelogs

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a5bb0e5 View commit details
    Browse the repository at this point in the history
  5. Fix changelog plugin not detecting version headers

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d1cdb0b View commit details
    Browse the repository at this point in the history
  6. Try to reduce bundle size of esbuild

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    517690a View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Revert esm changes and fix lerna versioning

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a87163b View commit details
    Browse the repository at this point in the history
  2. Optimize bundle and add docs for core methods

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    0de71a0 View commit details
    Browse the repository at this point in the history
  3. Address PR feedback

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    dd41ab0 View commit details
    Browse the repository at this point in the history
  4. Fix bundle for core sdk missing

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    53b1939 View commit details
    Browse the repository at this point in the history