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

New core repository #6950

Merged
merged 50 commits into from
Sep 8, 2023
Merged

New core repository #6950

merged 50 commits into from
Sep 8, 2023

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    dabf894 View commit details
    Browse the repository at this point in the history
  2. remove commitlint, commitizen

    we use chagnesets instead
    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    16dbd48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49f0e15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f364fa6 View commit details
    Browse the repository at this point in the history
  5. move docs one dir lower

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    28b9532 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b7e6e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3beb46 View commit details
    Browse the repository at this point in the history
  8. 4. TypeScript setup

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b495b3c View commit details
    Browse the repository at this point in the history
  9. 5. Rollup setup

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    10d052c View commit details
    Browse the repository at this point in the history
  10. re-add sdk

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    687e1df View commit details
    Browse the repository at this point in the history
  11. 5. Rollup cleanup

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5b3ac8f View commit details
    Browse the repository at this point in the history
  12. 6. Jest setup

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3d81e81 View commit details
    Browse the repository at this point in the history
  13. 7. API Extractor setup

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    64d14b9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2c69cc9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0209a85 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a69a46a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    77017bd View commit details
    Browse the repository at this point in the history
  18. remove unused .yml

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    a52abfe View commit details
    Browse the repository at this point in the history
  19. fix sdk build issues

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    833c459 View commit details
    Browse the repository at this point in the history
  20. fix cli build

    no point in using rollup here, as it'll be only used locally
    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f51e8a9 View commit details
    Browse the repository at this point in the history
  21. audit fix

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    098684c View commit details
    Browse the repository at this point in the history
  22. remove unused sdk packages

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1186b55 View commit details
    Browse the repository at this point in the history
  23. prepublish is deprecated

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4be2340 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fed56dd View commit details
    Browse the repository at this point in the history
  25. fix tests

    disable test that runs docker because I can't use docker daemon in gh actions
    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3d2e36f View commit details
    Browse the repository at this point in the history
  26. fix jest config paths

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    942b013 View commit details
    Browse the repository at this point in the history
  27. fix sdk unit tests

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    697e9a0 View commit details
    Browse the repository at this point in the history
  28. fix integration tests

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    206668d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    01e653a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4a5acfb View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1388471 View commit details
    Browse the repository at this point in the history
  32. eslint autofixes

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    21ec960 View commit details
    Browse the repository at this point in the history
  33. re-add untracked

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    01f5d68 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8b54aea View commit details
    Browse the repository at this point in the history
  35. fix eslint issues in sdk

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    09b07f4 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ae9d773 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6d6b3ec View commit details
    Browse the repository at this point in the history
  38. ignore lib

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d6e8f63 View commit details
    Browse the repository at this point in the history
  39. adjust eslintignore

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    cd9e960 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    c84c6e9 View commit details
    Browse the repository at this point in the history
  41. remove useless await

    sethidden committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7c46e08 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    bf26428 View commit details
    Browse the repository at this point in the history
  2. removeu nused files

    sethidden committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ceeb1ea View commit details
    Browse the repository at this point in the history
  3. eslint prettier autofix

    sethidden committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0ee216b View commit details
    Browse the repository at this point in the history
  4. remove editorconfig

    sethidden committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8115325 View commit details
    Browse the repository at this point in the history
  5. eslint autofix

    sethidden committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a8d9e85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07c6458 View commit details
    Browse the repository at this point in the history
  7. remove unused jest files

    sethidden committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ee3404d View commit details
    Browse the repository at this point in the history
  8. update lerna

    sethidden committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e2a299e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    26a28e5 View commit details
    Browse the repository at this point in the history