Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RedHatInsights/frontend-components
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 801737cf28a81fd8750d0bfde403664c3d2ea870
Choose a base ref
...
head repository: RedHatInsights/frontend-components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 07057308874912e4c8d3434594c384f48f581194
Choose a head ref

Commits on Apr 22, 2022

  1. Copy the full SHA
    897ef75 View commit details
  2. Copy the full SHA
    5078230 View commit details
  3. Copy the full SHA
    b0895f3 View commit details
  4. Copy the full SHA
    f37ba7c View commit details
  5. Copy the full SHA
    a379a5b View commit details

Commits on Apr 25, 2022

  1. Merge pull request #1526 from Hyperkid123/fix-docs-deployment

    Fix docs deployment
    Richard Všianský authored Apr 25, 2022
    Copy the full SHA
    def293e View commit details
  2. Fix footer position

    victoria-dos committed Apr 25, 2022
    Copy the full SHA
    d5f8e1f View commit details
  3. Merge pull request #1527 from victoria-dos/footer

    Fix footer position
    fhlavac authored Apr 25, 2022
    Copy the full SHA
    708fae2 View commit details

Commits on Apr 26, 2022

  1. Copy the full SHA
    54a9f1e View commit details
  2. fixed the gold label border

    Fewwy committed Apr 26, 2022
    Copy the full SHA
    ad192e4 View commit details
  3. Copy the full SHA
    b7cfb5a View commit details
  4. Remove Wizard

    fhlavac committed Apr 26, 2022
    Copy the full SHA
    554a3ed View commit details

Commits on Apr 27, 2022

  1. Merge pull request #1532 from fhlavac/remove-wizard

    Remove Wizard component
    Hyperkid123 authored Apr 27, 2022
    Copy the full SHA
    47cd1e9 View commit details
  2. Copy the full SHA
    fb2c598 View commit details
  3. Deleted JS Files

    Signed-off-by: Adithya Krishna <adikrish@redhat.com>
    Adithya Krishna authored and Hyperkid123 committed Apr 27, 2022
    Copy the full SHA
    dd0e585 View commit details
  4. Migrated ReducerRegistery File to TS

    Signed-off-by: Adithya Krishna <adikrish@redhat.com>
    Adithya Krishna authored and Hyperkid123 committed Apr 27, 2022
    Copy the full SHA
    8d20645 View commit details
  5. Updated Types

    Signed-off-by: Adithya Krishna <adikrish@redhat.com>
    Adithya Krishna authored and Hyperkid123 committed Apr 27, 2022
    Copy the full SHA
    ae5bb14 View commit details
  6. Updated from never to any

    Signed-off-by: Adithya Krishna <adikrish@redhat.com>
    Adithya Krishna authored and Hyperkid123 committed Apr 27, 2022
    Copy the full SHA
    8e10c6c View commit details
  7. Copy the full SHA
    0aaa69b View commit details
  8. Merge pull request #1489 from adithyaakrishna/chore/migrate-ts/issue#…

    …1473
    
    [Chore] - Migrate ReducerRegistry to TS
    Hyperkid123 authored Apr 27, 2022
    Copy the full SHA
    8adedce View commit details
  9. Copy the full SHA
    97ace6b View commit details
  10. Copy the full SHA
    201ed71 View commit details
  11. Migrate RowLoader to TS

    Hyperkid123 committed Apr 27, 2022
    Copy the full SHA
    ebdfd92 View commit details
  12. Copy the full SHA
    4235b81 View commit details
  13. Copy the full SHA
    522d71e View commit details
  14. Copy the full SHA
    1866cb9 View commit details
  15. Copy the full SHA
    681dcdf View commit details
  16. Copy the full SHA
    be17a38 View commit details
  17. Merge pull request #1536 from Hyperkid123/ts-migration

    Ts migration
    Richard Všianský authored Apr 27, 2022
    Copy the full SHA
    50fd89f View commit details
  18. Copy the full SHA
    483b8aa View commit details
  19. Used label component API for the colors

    The gold color is applied by a className. Need to be changed in the PF library itself
    Fewwy committed Apr 27, 2022
    Copy the full SHA
    a4ff98f View commit details

Commits on May 2, 2022

  1. CVE-2022-24771

    Hyperkid123 committed May 2, 2022
    Copy the full SHA
    8733c44 View commit details
  2. Copy the full SHA
    d2693b9 View commit details
  3. Migrate debounce to TS

    fhlavac committed May 2, 2022
    Copy the full SHA
    75e0bac View commit details
  4. Copy the full SHA
    649140f View commit details
  5. Merge pull request #1528 from Fewwy/fixing-insights-label-styles

    Fixing insights label styles
    Hyperkid123 authored May 2, 2022
    Copy the full SHA
    de316ee View commit details
  6. Copy the full SHA
    12eb3fc View commit details
  7. Copy the full SHA
    c2ee327 View commit details
  8. Merge pull request #1537 from fhlavac/migrate-debounce

    Migrate debounce to TS
    fhlavac authored May 2, 2022
    Copy the full SHA
    0705730 View commit details
Showing with 790 additions and 2,510 deletions.
  1. +2 −2 Dockerfile
  2. +672 −1,869 package-lock.json
  3. +0 −1 packages/components/README.md
  4. +0 −96 packages/components/doc/wizard.md
  5. +1 −1 packages/components/package.json
  6. +12 −6 packages/components/src/InsightsLabel/InsightsLabel.tsx
  7. +3 −3 packages/components/src/InsightsLabel/__snapshots__/InsightsLabel.test.js.snap
  8. +4 −39 packages/components/src/InsightsLabel/labels.scss
  9. +0 −105 packages/components/src/Wizard/Wizard.js
  10. +0 −125 packages/components/src/Wizard/Wizard.test.js
  11. +0 −196 packages/components/src/Wizard/__snapshots__/Wizard.test.js.snap
  12. +0 −2 packages/components/src/Wizard/index.js
  13. +0 −7 packages/components/src/Wizard/wizard.scss
  14. +0 −1 packages/components/src/index.scss
  15. +0 −1 packages/components/src/index.ts
  16. +1 −1 packages/config/package.json
  17. +2 −2 packages/demo/package.json
  18. +0 −4 packages/docs/.babelrc
  19. +6 −1 packages/docs/components/layout/index.js
  20. +22 −8 packages/docs/components/navigation/components-navigation.json
  21. +3 −1 packages/docs/generators/generate-functions-md.js
  22. +3 −1 packages/docs/generators/generate-react-md.js
  23. +3 −0 packages/docs/package.json
  24. +8 −8 packages/docs/pages/csc/environments.mdx
  25. +1 −1 packages/docs/pages/csc/index.mdx
  26. +3 −5 packages/docs/pages/deployment-process/index.mdx
  27. +1 −1 packages/utils/package.json
  28. 0 packages/utils/src/ReducerRegistry/{ReducerRegistry.test.js → ReducerRegistry.test.ts}
  29. +20 −9 packages/utils/src/ReducerRegistry/{ReducerRegistry.js → ReducerRegistry.ts}
  30. 0 packages/utils/src/ReducerRegistry/{index.js → index.ts}
  31. +2 −2 packages/utils/src/RowLoader/{RowLoader.js → RowLoader.tsx}
  32. 0 packages/utils/src/RowLoader/{index.js → index.ts}
  33. +1 −1 packages/utils/src/debounce/{debounce.js → debounce.ts}
  34. 0 packages/utils/src/debounce/{index.js → index.ts}
  35. +3 −0 packages/utils/src/helpers/{helpers.test.js → helpers.test.ts}
  36. +14 −8 packages/utils/src/helpers/{helpers.js → helpers.ts}
  37. 0 packages/utils/src/helpers/{index.js → index.ts}
  38. 0 packages/utils/src/parseCvssScore/{index.js → index.ts}
  39. +3 −3 packages/utils/src/parseCvssScore/{parseCvssScore.js → parseCvssScore.tsx}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM registry.access.redhat.com/ubi8/nodejs-16
USER root
WORKDIR /docs
COPY . .
COPY ./packages /docs/packages
COPY ./tsconfig.json /docs/tsconfig.json
WORKDIR /docs/packages/docs
RUN npm i
RUN npx next telemetry disable
RUN npm run build

EXPOSE 3000
Loading