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

Core: Split Storybook CLI #28519

Merged
merged 50 commits into from
Aug 5, 2024
Merged

Core: Split Storybook CLI #28519

merged 50 commits into from
Aug 5, 2024

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    a9ecf53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e10a344 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa1df85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e08b98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9122042 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a77829 View commit details
    Browse the repository at this point in the history
  7. Split generate.ts in 3

    kasperpeulen committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b03be45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f5fe72 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Some more moves

    kasperpeulen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7bd2455 View commit details
    Browse the repository at this point in the history
  2. Split the CLI

    kasperpeulen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    309631d View commit details
    Browse the repository at this point in the history
  3. Fix scripts

    kasperpeulen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    93d797a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'refs/remotes/origin/next' into kasper/c…

    …li-split
    
    # Conflicts:
    #	code/core/src/common/versions.ts
    kasperpeulen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ad433b6 View commit details
    Browse the repository at this point in the history
  5. Fix semver

    kasperpeulen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d914463 View commit details
    Browse the repository at this point in the history
  6. Fix CLI dir

    kasperpeulen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    864a2e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c603ff View commit details
    Browse the repository at this point in the history
  8. Fix lint

    kasperpeulen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3006caa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c31b249 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ae4024 View commit details
    Browse the repository at this point in the history
  11. fix unit tests

    kasperpeulen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    55a2fd4 View commit details
    Browse the repository at this point in the history
  12. Fix entries

    kasperpeulen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e41f3a0 View commit details
    Browse the repository at this point in the history
  13. fix sub paths

    kasperpeulen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bcd8b77 View commit details
    Browse the repository at this point in the history
  14. fix import

    kasperpeulen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e415c53 View commit details
    Browse the repository at this point in the history
  15. remove readme

    kasperpeulen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d5a3913 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    58f1671 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    85d759d View commit details
    Browse the repository at this point in the history
  18. Move unit test

    kasperpeulen committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    435dfc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Remove

    kasperpeulen committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    553d603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc71531 View commit details
    Browse the repository at this point in the history
  3. Remove console.log

    kasperpeulen committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d085503 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60f1762 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cea0b90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8d3b1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51d2e7f View commit details
    Browse the repository at this point in the history
  8. dedupe dependencies

    ndelangen committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    fdea28d View commit details
    Browse the repository at this point in the history
  9. remove tempy

    ndelangen committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d2b2c51 View commit details
    Browse the repository at this point in the history
  10. remove tempy completely

    ndelangen committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d620b38 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e926d90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    307601b View commit details
    Browse the repository at this point in the history
  13. remove unneeded tsconfig

    ndelangen committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b5eca07 View commit details
    Browse the repository at this point in the history
  14. remove unused dependency

    ndelangen committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    bb99ab9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    3d0f497 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a61f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9507c10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2a40b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    3c18316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fbf690 View commit details
    Browse the repository at this point in the history
  3. fix test

    ndelangen committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    11c8d3d View commit details
    Browse the repository at this point in the history
  4. add proxy

    ndelangen committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    59a0069 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0031c6c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix

    ndelangen committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4d7a006 View commit details
    Browse the repository at this point in the history