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

Move source files to src #19750

Closed
wants to merge 36 commits into from
Closed

Commits on Sep 11, 2022

  1. Init tsconfig.json

    emilpaw committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    988fe36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31de025 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0ab230 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbd358d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1fc99e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee0d800 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4d9fa6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cfce011 View commit details
    Browse the repository at this point in the history
  9. Ignore some eslint rules

    Ignore some of the @typescript-eslint rules on existing
    JavaScript files.
    emilpaw committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    361c8d5 View commit details
    Browse the repository at this point in the history
  10. Add npm script to copy files

    This script copies all files which are not source files from `generators/` to the build
    output folder `dist`. This is needed since TypeScript only places the generated
    JavaScript files in the `dist` folder but other files from
    `generators/` are also needed in the output.
    emilpaw committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    4b5a0a1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    73a1388 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9ef47e5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7677d83 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    99f7512 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6ed8b68 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    9bbc66b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5a7a1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c4660c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e2fa08 View commit details
    Browse the repository at this point in the history
  5. Pin dependencies

    emilpaw committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    ddcf1ae View commit details
    Browse the repository at this point in the history
  6. Set build target to ES2022

    emilpaw committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    f7923ad View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Ignore more files in copy-files script

    Don't copy files ending with .snap and folders starting with __ (currently __snapshots__ & __workflow)  to build output. These are files needed for tests or CI which have no use in the build output.
    emilpaw committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    b7b4f6f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    9821e30 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Update cli/environment-builder.js

    mshima authored and emilpaw committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    20bb831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c44818b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74bb5ef View commit details
    Browse the repository at this point in the history
  4. Adapt path of copied files

    emilpaw committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    6151281 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d9c88e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee8e9c1 View commit details
    Browse the repository at this point in the history
  7. Fix testSupport import

    emilpaw committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    801b798 View commit details
    Browse the repository at this point in the history
  8. Move utils to src

    emilpaw committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    547a85a View commit details
    Browse the repository at this point in the history
  9. Fix imports in test

    emilpaw committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    d22c848 View commit details
    Browse the repository at this point in the history
  10. Fix imports import from test

    emilpaw committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    88df0bc View commit details
    Browse the repository at this point in the history
  11. Fix imports of package.json

    emilpaw committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    de107bd View commit details
    Browse the repository at this point in the history
  12. Fix jhipsterCli path

    emilpaw committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    5aff833 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c284f74 View commit details
    Browse the repository at this point in the history