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/responsiveness #1622

Draft
wants to merge 143 commits into
base: main
Choose a base branch
from
Draft

Feat/responsiveness #1622

wants to merge 143 commits into from

Commits on Apr 9, 2022

  1. chore: Tracking commit

    fussel178 committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    b3e1762 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. chore: Move to PNPM package manager

    fussel178 authored and Ludwig Richter committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    64eb904 View commit details
    Browse the repository at this point in the history
  2. chore: Move from rollup to parcel as build tool and clean up configur…

    …ation files
    fussel178 authored and Ludwig Richter committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    b47243e View commit details
    Browse the repository at this point in the history
  3. chore(docs): Update contributing and readme files

    fussel178 authored and Ludwig Richter committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    e86a2cb View commit details
    Browse the repository at this point in the history
  4. chore(deps): Update pnpm-lock.yaml

    fussel178 authored and Ludwig Richter committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    a9f0cfb View commit details
    Browse the repository at this point in the history
  5. chore(ci): Fix CI workflows

    fussel178 authored and Ludwig Richter committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    fb673d9 View commit details
    Browse the repository at this point in the history
  6. chore: Add global parcel build and watch scripts

    fussel178 authored and Ludwig Richter committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    a798e24 View commit details
    Browse the repository at this point in the history
  7. chore(ci): Fix check job

    fussel178 authored and Ludwig Richter committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    31eb671 View commit details
    Browse the repository at this point in the history
  8. style(vertx-event-bus): Specify validate function type explicitly

    fussel178 authored and Ludwig Richter committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    aedc52f View commit details
    Browse the repository at this point in the history
  9. chore(deps): Move to pnpm 7.0.0-rc.3 and Node v16 in CI workflows

    fussel178 authored and Ludwig Richter committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    4c0ca3c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. chore(deps): Clean up development dependencies in workspace root

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    0e059bd View commit details
    Browse the repository at this point in the history
  2. feat(template): Clean up dependencies and template package.json. Us…

    …e husky as git hook manager
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    e3d8495 View commit details
    Browse the repository at this point in the history
  3. feat(cli): Update package.json and move from CommonJS to ModuleJS. …

    …Introduce TypeScript build system
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    f5ecda8 View commit details
    Browse the repository at this point in the history
  4. feat(cli): Add basic types and library functions

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    7363dbd View commit details
    Browse the repository at this point in the history
  5. feat(cli): Add git, PNPM, Telestion Project and template actions

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    a188966 View commit details
    Browse the repository at this point in the history
  6. feat(cli): Merge functionality in API export

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    5170ca1 View commit details
    Browse the repository at this point in the history
  7. feat(cli): Add cli binary

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    7403d5f View commit details
    Browse the repository at this point in the history
  8. feat(cli): Add init command

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    cd9609e View commit details
    Browse the repository at this point in the history
  9. docs(cli): Add template command

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    fc4c194 View commit details
    Browse the repository at this point in the history
  10. docs: Update contributing guidelines and add excerpt on how to develo…

    …p and test the Telestion Client changes on a linked test project
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    52825be View commit details
    Browse the repository at this point in the history
  11. chore(deps): Fix PNPM lock file

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    fc316bb View commit details
    Browse the repository at this point in the history
  12. chore(deps): Fixup dependencies in packages

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    1e2bd9e View commit details
    Browse the repository at this point in the history
  13. chore: Link build and watch scripts of telestion-client-cli to main…

    … `package.json`
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    e318add View commit details
    Browse the repository at this point in the history
  14. fix(cli): Fix PNPM link from global function creating relative symbol…

    …ic links on Windows which is not supported
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    fb838f9 View commit details
    Browse the repository at this point in the history
  15. fix: Fix errors introduced by @types/react by pinning all react ver…

    …sions and direct packages to v17
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    b5a1296 View commit details
    Browse the repository at this point in the history
  16. feat(cli): Add function to open URLs to native library

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    d77268b View commit details
    Browse the repository at this point in the history
  17. feat(cli): Add docs command

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    b29cbfa View commit details
    Browse the repository at this point in the history
  18. feat(cli): Add getName to package library

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    fe5b816 View commit details
    Browse the repository at this point in the history
  19. feat(cli): Add PSC action

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    505fa94 View commit details
    Browse the repository at this point in the history
  20. feat(cli): Add stats command

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    f419b5d View commit details
    Browse the repository at this point in the history
  21. fix(cli): Fix pnpm action generating invalid shell script on link fro…

    …m global
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    d9ca867 View commit details
    Browse the repository at this point in the history
  22. feat(parcel-reporter): Add parcel reporter plugin to transmit build e…

    …vents to parent process on tc-cli start and build
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    527495f View commit details
    Browse the repository at this point in the history
  23. docs(cli): Add documentation to psc isWidget function

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    5df05f3 View commit details
    Browse the repository at this point in the history
  24. feat(cli): Add parcel actions

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    cfa408f View commit details
    Browse the repository at this point in the history
  25. feat(cli): Add native function to spawn and track subprocesses

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    dff50b7 View commit details
    Browse the repository at this point in the history
  26. feat(cli): Add absolute path to library package.json in package-inf…

    …o library
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    da2e1eb View commit details
    Browse the repository at this point in the history
  27. feat(cli): Rework native library and add process management

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    4f9c247 View commit details
    Browse the repository at this point in the history
  28. feat(cli): Add more package utility functions

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    9db1094 View commit details
    Browse the repository at this point in the history
  29. feat(cli): Cleanup parcel action

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    d1c5e2b View commit details
    Browse the repository at this point in the history
  30. feat(cli): Add electron action

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    7db03c6 View commit details
    Browse the repository at this point in the history
  31. feat(cli): Add start command

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    29ade97 View commit details
    Browse the repository at this point in the history
  32. chore: Cleanup dependencies, dependency versions and package versions

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    e35d5fa View commit details
    Browse the repository at this point in the history
  33. chore(cli): Export TS declarations

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    870cafa View commit details
    Browse the repository at this point in the history
  34. chore(deps): Remove tslib because it's no longer needed

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    16c9b05 View commit details
    Browse the repository at this point in the history
  35. feat(cli): Add library function to resolve Electron dependencies

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    c3c8b93 View commit details
    Browse the repository at this point in the history
  36. feat(cli): Add workspace action

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    0351485 View commit details
    Browse the repository at this point in the history
  37. feat(cli): Update template actions to extract and pass Electron dep…

    …endencies
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    f1519a4 View commit details
    Browse the repository at this point in the history
  38. feat(cli): Update electron actions to take special care on linked w…

    …orkspace dependencies that are used as Electron native dependencies
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    8b18f43 View commit details
    Browse the repository at this point in the history
  39. feat(cli): Update init command to pass through required arguments t…

    …o `template` actions
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    eafe294 View commit details
    Browse the repository at this point in the history
  40. feat(cli): Update stats command to show a warning if the project ha…

    …s workspace dependencies
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    1aa3667 View commit details
    Browse the repository at this point in the history
  41. feat(cli): Update start command to be up-to-date with the `electron…

    …` actions
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    e1264cb View commit details
    Browse the repository at this point in the history
  42. chore(cli): Remove peer dependencies because they make no sense and d…

    …on't need to be installed
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    f87a701 View commit details
    Browse the repository at this point in the history
  43. feat(cli): Move to stable v7 of pnpm

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    e995c28 View commit details
    Browse the repository at this point in the history
  44. chore: Ignore compressed packages

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    8b5f7fe View commit details
    Browse the repository at this point in the history
  45. docs: Update contributing guidelines

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    1235661 View commit details
    Browse the repository at this point in the history
  46. feat(cli): Use project electron binary instead of packaged one

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    b2f4d81 View commit details
    Browse the repository at this point in the history
  47. fix(common): Compress binaries via base64

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    0d4c5b5 View commit details
    Browse the repository at this point in the history
  48. refactor(common): Fix spelling issue in account-controls story

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    884c686 View commit details
    Browse the repository at this point in the history
  49. feat(template): Update template files to work with rewritten telestio…

    …n-client-cli (Parcel build pipeline)
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    6bc77d0 View commit details
    Browse the repository at this point in the history
  50. chore(template): Update TypeScript configuration to remove invalid li…

    …nt errors
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    aed9953 View commit details
    Browse the repository at this point in the history
  51. chore(deps): Update lock file

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    98b1fa8 View commit details
    Browse the repository at this point in the history
  52. fix(template): Fix template not creating .gitignore on initialization

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    962f97e View commit details
    Browse the repository at this point in the history
  53. fix(template): Add process package to development dependencies

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    1b245a8 View commit details
    Browse the repository at this point in the history
  54. fix(cli): Fix installNativeDependencies not working in Windows

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    840f586 View commit details
    Browse the repository at this point in the history
  55. feat(cli): Resolve electron native dependency versions from installed…

    … versions
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    4eda9a4 View commit details
    Browse the repository at this point in the history
  56. refactor(cli): Cleanup the child-process library

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    be05831 View commit details
    Browse the repository at this point in the history
  57. feat(cli): Add readFileSync function to filesystem library

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    805fd6e View commit details
    Browse the repository at this point in the history
  58. feat(cli): Make openUrl asynchronous

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    eeaead5 View commit details
    Browse the repository at this point in the history
  59. feat(cli): Use NPM as native dependency package manager and clean up …

    …`startElectron` function
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    fb7bd38 View commit details
    Browse the repository at this point in the history
  60. feat(cli): Make serve and watch asynchronous in parcel action

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    c51ad20 View commit details
    Browse the repository at this point in the history
  61. feat(cli): Update start command to match current implementation state

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    a745d7c View commit details
    Browse the repository at this point in the history
  62. chore(deps): Rebuild lock file

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    984c781 View commit details
    Browse the repository at this point in the history
  63. chore(deps): Update typescript to 4.7.1-rc

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    c97419b View commit details
    Browse the repository at this point in the history
  64. fix(cli): Fix electron native dependency installation on Windows

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    d7f118b View commit details
    Browse the repository at this point in the history
  65. chore(cli): Update tsconfig.json to match current TypeScript version

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    74331c0 View commit details
    Browse the repository at this point in the history
  66. feat(cli): Rewrite lastAtLeast and add wait function to library

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    ef8cf96 View commit details
    Browse the repository at this point in the history
  67. feat(cli): Update getPSCRoot and add getPackageJson to psc action

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    50152b7 View commit details
    Browse the repository at this point in the history
  68. feat(cli): Add electron-packager action

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    8a1b0ff View commit details
    Browse the repository at this point in the history
  69. feat(cli): Clean up commands

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    1d9d244 View commit details
    Browse the repository at this point in the history
  70. feat(cli): Add build command

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    8040490 View commit details
    Browse the repository at this point in the history
  71. chore(deps): Fix check issues

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    5b99669 View commit details
    Browse the repository at this point in the history
  72. chore(deps): Rebuild lock file

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    d8afc2a View commit details
    Browse the repository at this point in the history
  73. chore: Add style script to packages

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    b3657cc View commit details
    Browse the repository at this point in the history
  74. chore(cli): Remove old src and bin folders

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    70d1151 View commit details
    Browse the repository at this point in the history
  75. fix(cli): Fix import error in build command stages

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    e2a9648 View commit details
    Browse the repository at this point in the history
  76. fix(cli): Fix startElectron not receiving the current process envir…

    …onment
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    40af71d View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    28166cf View commit details
    Browse the repository at this point in the history
  78. feat(cli): Add check step in packageElectron to remove dangling out…

    …put folder and filter package paths to prevent `true` from slipping through
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    0369157 View commit details
    Browse the repository at this point in the history
  79. feat(cli): Configure electron-packager to always create asar archive

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    824b47a View commit details
    Browse the repository at this point in the history
  80. fix(cli): Update installPnpm to proper check if PNPM is set up

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    15e7a62 View commit details
    Browse the repository at this point in the history
  81. feat(cli): Add support for signed commits in gitSetup action

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    ff9c522 View commit details
    Browse the repository at this point in the history
  82. feat(cli): Clean up build command and remove unnecessary dependency

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    f596314 View commit details
    Browse the repository at this point in the history
  83. chore(deps): Update lock file

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    1624025 View commit details
    Browse the repository at this point in the history
  84. Remove useless default in gitSetup in the git action

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    2c841a3 View commit details
    Browse the repository at this point in the history
  85. feat(resolver-react): Add custom react resolver to prevent multiple i…

    …nstances of react in build output in linked Telestion Projects
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    6774caa View commit details
    Browse the repository at this point in the history
  86. fix(cli): Fix electron-packager doesn't accept all selector for platf…

    …orm and architecture
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    9a819d6 View commit details
    Browse the repository at this point in the history
  87. feat(cli): Add option shorthands for build command

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    bceb54b View commit details
    Browse the repository at this point in the history
  88. chore(deps): Update lock file

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    efdd96d View commit details
    Browse the repository at this point in the history
  89. feat(cli): Improve message in workspace tag

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    e7f1cc2 View commit details
    Browse the repository at this point in the history
  90. feat(cli): Add a nicer error message to the build command

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    9184c89 View commit details
    Browse the repository at this point in the history
  91. fix(cli): Fix option flags in build command

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    5ee2e23 View commit details
    Browse the repository at this point in the history
  92. chore: Add parcel-resolver-react to build pipeline

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    8bc9258 View commit details
    Browse the repository at this point in the history
  93. chore(deps): Update lock file

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    de90134 View commit details
    Browse the repository at this point in the history
  94. fix(cli): Clean up native library code and (hopefully) fix ENOENT err…

    …ors thrown from child processes on Windows platforms
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    98d2727 View commit details
    Browse the repository at this point in the history
  95. feat(resolver-react): Make resolver less noisy

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    27ca61b View commit details
    Browse the repository at this point in the history
  96. refactor(cli): Move to node: imports for native NodeJS modules

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    c16aa9c View commit details
    Browse the repository at this point in the history
  97. fix(cli): Fix git getConfigProp

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    eb670d3 View commit details
    Browse the repository at this point in the history
  98. fix(cli): Fix start command not killing Electron process on exit

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    a0d22b5 View commit details
    Browse the repository at this point in the history
  99. feat(cli): Add custom stop command to child process instances and a…

    …n extended `EventEmitter` to send stop events to all registered child processes
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    8f2336c View commit details
    Browse the repository at this point in the history
  100. docs(parcel-reporter-tc-cli): Add README and reporter documentation.

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    c2bbdec View commit details
    Browse the repository at this point in the history
  101. docs(parcel-resolver-react): Add README and resolver documentation

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    dd559ce View commit details
    Browse the repository at this point in the history
  102. docs(telestion-client-cli): Document gitSetup better

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    9c4fef9 View commit details
    Browse the repository at this point in the history
  103. refactor(telestion-client-cli): Split up pnpmLinkFromGlobal to make…

    … it more readable
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    3e9db62 View commit details
    Browse the repository at this point in the history
  104. refactor(telestion-client-cli): Improve check time in isPSCRoot

    Co-authored-by: pklaschka <[email protected]>
    2 people authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    9bb61b0 View commit details
    Browse the repository at this point in the history
  105. chore(telestion-client-cli): Add developer comment on internal indent…

    …ation function
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    07ed3e7 View commit details
    Browse the repository at this point in the history
  106. feat(telestion-client-cli): Add instructions to workspace.txt and mov…

    …e it to a separate `resources` folder
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    f79a710 View commit details
    Browse the repository at this point in the history
  107. feat(telestion-client-cli): Export Parcel BuildEvent and add model …

    …documentation
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    af583f4 View commit details
    Browse the repository at this point in the history
  108. feat(telestion-client-cli): Add setPackageJson functionality to `ps…

    …c` action
    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    500a347 View commit details
    Browse the repository at this point in the history
  109. feat(telestion-client-cli): Add pnpmAdd functionality to pnpm action

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    f5da416 View commit details
    Browse the repository at this point in the history
  110. feat(telestion-client-cli): Add install command

    fussel178 authored and Ludwig Richter committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    4721682 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    ec4abaf View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    bff1aa5 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    d997916 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    ce2f552 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    adf7f0c View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    f92b4a2 View commit details
    Browse the repository at this point in the history
  117. Configuration menu
    Copy the full SHA
    b528541 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    7311e94 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    20d1c15 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    d23f155 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    10b6ba4 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    8fa0eb9 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    df7ad60 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    f0d0651 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    f595dcd View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    3e117f8 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    e037bc9 View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    3d3a3ef View commit details
    Browse the repository at this point in the history
  129. update parcel

    jantischhoefer committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    b737817 View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    be57426 View commit details
    Browse the repository at this point in the history
  131. chore: fix versioning

    jantischhoefer committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    72172f7 View commit details
    Browse the repository at this point in the history
  132. refactor: eslint fixes

    jantischhoefer committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    0d15571 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    f640ef7 View commit details
    Browse the repository at this point in the history