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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split into Action, App, CLI, Core and Switch to TypeScript #1204

Draft
wants to merge 81 commits into
base: master
Choose a base branch
from

Commits on Sep 29, 2022

  1. wip

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    4de0255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6513dff View commit details
    Browse the repository at this point in the history
  3. include tests in tsc

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    97e2846 View commit details
    Browse the repository at this point in the history
  4. cleanup import

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0303270 View commit details
    Browse the repository at this point in the history
  5. fix eslint extensions

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    904240b View commit details
    Browse the repository at this point in the history
  6. use zod over joi

    this alllows for easier transformation of string to regex!
    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    729da8e View commit details
    Browse the repository at this point in the history
  7. update git ignore

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    c96521b View commit details
    Browse the repository at this point in the history
  8. add .run to gitinore

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    d24b192 View commit details
    Browse the repository at this point in the history
  9. fix lint stage

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6443ce3 View commit details
    Browse the repository at this point in the history
  10. move _extends to schema package

    use prettier to format schema.json
    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f891e3d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    decb93a View commit details
    Browse the repository at this point in the history
  12. fix types and keylookup

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    9553aea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3d5ed07 View commit details
    Browse the repository at this point in the history
  14. types

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bc6c66b View commit details
    Browse the repository at this point in the history
  15. fix devcontainer

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    42eb2d7 View commit details
    Browse the repository at this point in the history
  16. simplify template logic

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    12ea511 View commit details
    Browse the repository at this point in the history
  17. update gitignore

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    b2a437a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f7503be View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0e076d6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9adc4c1 View commit details
    Browse the repository at this point in the history
  21. fix lint-staged.config

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6e3c56f View commit details
    Browse the repository at this point in the history
  22. remove main.d.ts

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7cde87c View commit details
    Browse the repository at this point in the history
  23. update tests ci

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    fda80d1 View commit details
    Browse the repository at this point in the history
  24. update tests ci

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    5feda54 View commit details
    Browse the repository at this point in the history
  25. add tsconfig.test.json

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    989a35e View commit details
    Browse the repository at this point in the history
  26. add editorconfig

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    ecd6ff0 View commit details
    Browse the repository at this point in the history
  27. add linguist ignore

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    757b80d View commit details
    Browse the repository at this point in the history
  28. implement GitHub Action

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    e0a1296 View commit details
    Browse the repository at this point in the history
  29. build src/index.ts

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f525012 View commit details
    Browse the repository at this point in the history
  30. build src/index.ts

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    86e32bd View commit details
    Browse the repository at this point in the history
  31. fix throttle implementation

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a4e0c27 View commit details
    Browse the repository at this point in the history
  32. fix action defaults

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    ab0dbe3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7572ba5 View commit details
    Browse the repository at this point in the history
  34. fix summary

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f6411f9 View commit details
    Browse the repository at this point in the history
  35. use code block for summary

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    ae86ff2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e516e48 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    903bdef View commit details
    Browse the repository at this point in the history
  38. use github emoji markdown

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    54758a9 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a32dec8 View commit details
    Browse the repository at this point in the history
  40. fix commit filter

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7966225 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    22ffc42 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    5a44e2a View commit details
    Browse the repository at this point in the history
  43. assume nameTemplate default

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    234eef7 View commit details
    Browse the repository at this point in the history
  44. fix summary body

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bac8b93 View commit details
    Browse the repository at this point in the history
  45. fix octokit log

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    58a83d7 View commit details
    Browse the repository at this point in the history
  46. reorder dependency usage

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    87015ff View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    a6bb74b View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    ab70f9a View commit details
    Browse the repository at this point in the history
  49. bump github action dep

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    be139a8 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    acf3a56 View commit details
    Browse the repository at this point in the history
  51. bump version

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    c9e68cf View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    a4e6ee5 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    1610834 View commit details
    Browse the repository at this point in the history
  54. fix tests action

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    978cc71 View commit details
    Browse the repository at this point in the history
  55. update diff check

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    606ca50 View commit details
    Browse the repository at this point in the history
  56. remove autolabeler from core

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    8a448c0 View commit details
    Browse the repository at this point in the history
  57. add cli bin file

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    2d11459 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    3d4a713 View commit details
    Browse the repository at this point in the history
  59. add bumpp

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    83a9edf View commit details
    Browse the repository at this point in the history
  60. cleanup package.json

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    fcf6a20 View commit details
    Browse the repository at this point in the history
  61. check for prerelease

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    29940a1 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    e022599 View commit details
    Browse the repository at this point in the history
  63. add @octokit/types to root

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    07fae30 View commit details
    Browse the repository at this point in the history
  64. fix duplicate author

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    fea753d View commit details
    Browse the repository at this point in the history
  65. build: publish v6.0.0-beta.1

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    dcd1b0c View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    eff61ed View commit details
    Browse the repository at this point in the history
  67. gitignore .envrc

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    9046d74 View commit details
    Browse the repository at this point in the history
  68. remove boomper

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    06a4a0a View commit details
    Browse the repository at this point in the history
  69. Prepare moving to main

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    1dbdc73 View commit details
    Browse the repository at this point in the history
  70. build dist

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    ee6d5b8 View commit details
    Browse the repository at this point in the history
  71. use renovate

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7eb8c64 View commit details
    Browse the repository at this point in the history
  72. continue to use kebab-case

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a01b62a View commit details
    Browse the repository at this point in the history
  73. add nock

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    ce45cc4 View commit details
    Browse the repository at this point in the history
  74. fix schema tests

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a40973b View commit details
    Browse the repository at this point in the history
  75. use kebab case in config

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    75da31f View commit details
    Browse the repository at this point in the history
  76. faster tests

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    3b0f0b7 View commit details
    Browse the repository at this point in the history
  77. increase test coverage

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    8eaee78 View commit details
    Browse the repository at this point in the history
  78. swc/jest reads ESM just fine

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    cf4e1f4 View commit details
    Browse the repository at this point in the history
  79. Apply suggestions from code review

    Co-authored-by: Herv茅 Le Meur <91831478+lemeurherve@users.noreply.github.com>
    jetersen and lemeurherve committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    bf1f94d View commit details
    Browse the repository at this point in the history
  80. fix swc/jest source maps

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    4c98a9a View commit details
    Browse the repository at this point in the history
  81. add ownerRepo test

    jetersen committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f318514 View commit details
    Browse the repository at this point in the history