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

Build hdf-converters with Rollup for html-mapper #6004

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Commits on Jul 16, 2024

  1. setup hdf-converters to use rollup for refactoring of html export

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5bf602f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. add rollup typescript package

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    68b494d View commit details
    Browse the repository at this point in the history
  2. ensure hdf-converters is rebuilt before running frontend

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    72c1768 View commit details
    Browse the repository at this point in the history
  3. point package json to actual generated types

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    19ea07f View commit details
    Browse the repository at this point in the history
  4. fix unknown file type errors in hdf-converters jest tests

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3f5b943 View commit details
    Browse the repository at this point in the history
  5. remove unused dev dependency

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4e72734 View commit details
    Browse the repository at this point in the history
  6. add accidently gitignored tailwind file

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    414cada View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. move rollup dev deps into normal deps

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    fd42bab View commit details
    Browse the repository at this point in the history
  2. transform html export tempalte files for frontend tests

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    2855915 View commit details
    Browse the repository at this point in the history
  3. build hdf-converters before frontend test

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0acdb73 View commit details
    Browse the repository at this point in the history
  4. move rollup dev deps to deps

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a84cf1a View commit details
    Browse the repository at this point in the history
  5. build hdf-converters before building frontend

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a961cf5 View commit details
    Browse the repository at this point in the history
  6. include tsx as non-dev dependency

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    635e936 View commit details
    Browse the repository at this point in the history
  7. modify dependencies and build order

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ffa6c21 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. build lerna with include dependencies

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    cdc68af View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. build hdf-converters before frontend

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8714213 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. added implicit dependency relationship between frontend and hdf-conve…

    …rters
    
    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    779de05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93ffcbf View commit details
    Browse the repository at this point in the history
  3. setup nx for prebuild, build, and test for frontend

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f07ee17 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. build tailwind before hdf-converters tests

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c86852c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7274fd5 View commit details
    Browse the repository at this point in the history
  3. build hdf-converters before frontend tests

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    410c5fa View commit details
    Browse the repository at this point in the history
  4. move tsx back to dev dependencies

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c68f7df View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    73e2e8d View commit details
    Browse the repository at this point in the history
  2. remove redeclaration of resolveJsonModule: true

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2037b69 View commit details
    Browse the repository at this point in the history
  3. rename rollup.config.cjs to rollup.config.js

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9658559 View commit details
    Browse the repository at this point in the history
  4. add comments for what the html template files are

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    cdabb7d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. migrate from lerna to nx completely

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    826dd13 View commit details
    Browse the repository at this point in the history
  2. ensure each package minus the frontend doesnt need nx

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8796c90 View commit details
    Browse the repository at this point in the history
  3. install nx before trying to use nx in frontend test action

    Signed-off-by: Kaden Emley <kemley@mitre.org>
    kemley76 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    70d4ba8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22b9627 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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