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

Packs component eslint #3394

Merged
merged 15 commits into from
Jul 18, 2024

Conversation

karl-cardenas-coding
Copy link
Contributor

@karl-cardenas-coding karl-cardenas-coding commented Jul 16, 2024

Describe the Change

This PR addresses all the eslint errors that were discovered in the packs component.

Another minor change was introduced. Warning messages for deprecated and disabled versions now include the version number. This helps the reader not have to check what version they selected.

CleanShot 2024-07-17 at 16 59 48

Jira Tickets

🎫 DOC-1281

Backports

Can this PR be backported?

  • Yes. Remember to add the relevant backport labels to your PR.
  • No. Please leave a short comment below about why this PR cannot be backported.

@karl-cardenas-coding karl-cardenas-coding added enhancement New feature or request javascript Pull requests that update Javascript code refactor labels Jul 16, 2024
@karl-cardenas-coding karl-cardenas-coding marked this pull request as ready for review July 17, 2024 23:32
@karl-cardenas-coding karl-cardenas-coding requested a review from a team as a code owner July 17, 2024 23:32
@karl-cardenas-coding karl-cardenas-coding requested review from yuliiiah, addetz, lennessyy and caroldelwing and removed request for a team, yuliiiah, addetz and lennessyy July 17, 2024 23:32
"*.d.ts",
"visuals/**/*.ts",
"playwright.config.ts",
"_partials/*.ts"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added _partials to the list.

@@ -1,6 +1,6 @@
module.exports = {
env: { browser: true, es2015: true, node: true },
settings: { "import/resolver": "webpack" },
settings: { "import/resolver": "webpack", react: { version: "detect" } },
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We were missing react: { version: "detect" } which is why the why the react warning is always popping up. This allows eslint to auto detect the React version provided by Docusarus.

@karl-cardenas-coding karl-cardenas-coding merged commit 2af3356 into stage-packs-component Jul 18, 2024
11 of 12 checks passed
@karl-cardenas-coding karl-cardenas-coding deleted the packs-component-eslint branch July 18, 2024 18:00
caroldelwing added a commit that referenced this pull request Aug 2, 2024
…r readme (#3178)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* PAC-938-packs data initial fetch and component development for readme

* PAC-1893-integrate custom readme versions with dropdown versions (#3181)

* PAC-1893-integrate custom readme versions with dropdown versions

* missed these files to commit

* addressed the comments

* removed unnecessary code

* fix for netlify redirection with question mark

* issue in displaying treeselect in responsive page (#3244)

* issue in displaying treeselect in responsive page

* responsive issue fixed by adding media in css

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: DOC-1285

* ci: fixed missing CI ENV

* chore: DOC-1282 add logger

* chore: fixed component labels

* chore: DOC-1288

* chore: removed Edge Native term

* docs: deprecate custom content pack pages

* docs: fix portworx gitleaks issue in the deprecated folder

* docs: update pack descriptions and custom content pages

* docs: DOC-1281 Packs component eslint (#3394)

* chore: fixed eslint errors

* chore: more fixes

* chore: eslint behavior fixes

* chore: fixes MIME error output

* chore: comments

* chore: more interfaces

* save

* chore: fixed tech component

* chore: updated eslint

* chore: fixed eslint

* chore: add version in warning message

* chore: fix table timer

* chore: save

* chore: fix prettier

* chore: fixed known-issues page

* chore: fixed indentation

* chore: DOC-1316 (#3458)

* chore: fix iconmapper failures

* Pack Descriptions [Component] (#3431)

* docs: DOC-1279

* chore: updated antrea

* chore: fixed test issue

* docs: updated EFS

* docs: updated Calico

* chore: more updates

* docs: updated more descriptions

* docs: more READMEs

* docs: added terraform for azure-cni

* docs: added public repo registry

* chore: added more definitions

* docs: more content

* chore: partials

* docs: added more partials

* chore: more updates

* docs: fixed proxy URLs

* chore: prep redirect

* chore: more updates

* chore: more packs

* chore: fixed versions dropdown ordering

* docs: updated descriptions

* chore: fix prettier

* Refactor Packs descriptions and custom content pages (#3432)

* docs: add packs descriptions and refactor custom content pages

* docs: fix 17 broken links

* docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings

* docs: fix broken link

* docs: add more 17 pack descriptions/custom content page refactoring

* docs: update grafana and spectro cloud metrics pack references and custom content pages

* docs: add more packs

* docs: add last packs

* docs: fix packs references

* docs: fix prettier issues

* docs: fix broken link

* chore: added redirects

* chore: redirects

* docs: DOC-1283 document Pack's Component (#3482)

* docs: DOC-1283

* docs: updated README instructions

* docs: styling update

* docs: more updates

* docs: more updates

* docs: feedback

* docs: added excluded packs docs

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
karl-cardenas-coding added a commit that referenced this pull request Aug 2, 2024
… readme (#3178)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* PAC-938-packs data initial fetch and component development for readme

* PAC-1893-integrate custom readme versions with dropdown versions (#3181)

* PAC-1893-integrate custom readme versions with dropdown versions

* missed these files to commit

* addressed the comments

* removed unnecessary code

* fix for netlify redirection with question mark

* issue in displaying treeselect in responsive page (#3244)

* issue in displaying treeselect in responsive page

* responsive issue fixed by adding media in css

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: DOC-1285

* ci: fixed missing CI ENV

* chore: DOC-1282 add logger

* chore: fixed component labels

* chore: DOC-1288

* chore: removed Edge Native term

* docs: deprecate custom content pack pages

* docs: fix portworx gitleaks issue in the deprecated folder

* docs: update pack descriptions and custom content pages

* docs: DOC-1281 Packs component eslint (#3394)

* chore: fixed eslint errors

* chore: more fixes

* chore: eslint behavior fixes

* chore: fixes MIME error output

* chore: comments

* chore: more interfaces

* save

* chore: fixed tech component

* chore: updated eslint

* chore: fixed eslint

* chore: add version in warning message

* chore: fix table timer

* chore: save

* chore: fix prettier

* chore: fixed known-issues page

* chore: fixed indentation

* chore: DOC-1316 (#3458)

* chore: fix iconmapper failures

* Pack Descriptions [Component] (#3431)

* docs: DOC-1279

* chore: updated antrea

* chore: fixed test issue

* docs: updated EFS

* docs: updated Calico

* chore: more updates

* docs: updated more descriptions

* docs: more READMEs

* docs: added terraform for azure-cni

* docs: added public repo registry

* chore: added more definitions

* docs: more content

* chore: partials

* docs: added more partials

* chore: more updates

* docs: fixed proxy URLs

* chore: prep redirect

* chore: more updates

* chore: more packs

* chore: fixed versions dropdown ordering

* docs: updated descriptions

* chore: fix prettier

* Refactor Packs descriptions and custom content pages (#3432)

* docs: add packs descriptions and refactor custom content pages

* docs: fix 17 broken links

* docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings

* docs: fix broken link

* docs: add more 17 pack descriptions/custom content page refactoring

* docs: update grafana and spectro cloud metrics pack references and custom content pages

* docs: add more packs

* docs: add last packs

* docs: fix packs references

* docs: fix prettier issues

* docs: fix broken link

* chore: added redirects

* chore: redirects

* docs: DOC-1283 document Pack's Component (#3482)

* docs: DOC-1283

* docs: updated README instructions

* docs: styling update

* docs: more updates

* docs: more updates

* docs: feedback

* docs: added excluded packs docs

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
karl-cardenas-coding added a commit that referenced this pull request Aug 2, 2024
… readme (#3178)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* PAC-938-packs data initial fetch and component development for readme

* PAC-1893-integrate custom readme versions with dropdown versions (#3181)

* PAC-1893-integrate custom readme versions with dropdown versions

* missed these files to commit

* addressed the comments

* removed unnecessary code

* fix for netlify redirection with question mark

* issue in displaying treeselect in responsive page (#3244)

* issue in displaying treeselect in responsive page

* responsive issue fixed by adding media in css

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: DOC-1285

* ci: fixed missing CI ENV

* chore: DOC-1282 add logger

* chore: fixed component labels

* chore: DOC-1288

* chore: removed Edge Native term

* docs: deprecate custom content pack pages

* docs: fix portworx gitleaks issue in the deprecated folder

* docs: update pack descriptions and custom content pages

* docs: DOC-1281 Packs component eslint (#3394)

* chore: fixed eslint errors

* chore: more fixes

* chore: eslint behavior fixes

* chore: fixes MIME error output

* chore: comments

* chore: more interfaces

* save

* chore: fixed tech component

* chore: updated eslint

* chore: fixed eslint

* chore: add version in warning message

* chore: fix table timer

* chore: save

* chore: fix prettier

* chore: fixed known-issues page

* chore: fixed indentation

* chore: DOC-1316 (#3458)

* chore: fix iconmapper failures

* Pack Descriptions [Component] (#3431)

* docs: DOC-1279

* chore: updated antrea

* chore: fixed test issue

* docs: updated EFS

* docs: updated Calico

* chore: more updates

* docs: updated more descriptions

* docs: more READMEs

* docs: added terraform for azure-cni

* docs: added public repo registry

* chore: added more definitions

* docs: more content

* chore: partials

* docs: added more partials

* chore: more updates

* docs: fixed proxy URLs

* chore: prep redirect

* chore: more updates

* chore: more packs

* chore: fixed versions dropdown ordering

* docs: updated descriptions

* chore: fix prettier

* Refactor Packs descriptions and custom content pages (#3432)

* docs: add packs descriptions and refactor custom content pages

* docs: fix 17 broken links

* docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings

* docs: fix broken link

* docs: add more 17 pack descriptions/custom content page refactoring

* docs: update grafana and spectro cloud metrics pack references and custom content pages

* docs: add more packs

* docs: add last packs

* docs: fix packs references

* docs: fix prettier issues

* docs: fix broken link

* chore: added redirects

* chore: redirects

* docs: DOC-1283 document Pack's Component (#3482)

* docs: DOC-1283

* docs: updated README instructions

* docs: styling update

* docs: more updates

* docs: more updates

* docs: feedback

* docs: added excluded packs docs

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
caroldelwing added a commit that referenced this pull request Aug 2, 2024
… readme (#3178)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* PAC-938-packs data initial fetch and component development for readme

* PAC-1893-integrate custom readme versions with dropdown versions (#3181)

* PAC-1893-integrate custom readme versions with dropdown versions

* missed these files to commit

* addressed the comments

* removed unnecessary code

* fix for netlify redirection with question mark

* issue in displaying treeselect in responsive page (#3244)

* issue in displaying treeselect in responsive page

* responsive issue fixed by adding media in css

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: DOC-1285

* ci: fixed missing CI ENV

* chore: DOC-1282 add logger

* chore: fixed component labels

* chore: DOC-1288

* chore: removed Edge Native term

* docs: deprecate custom content pack pages

* docs: fix portworx gitleaks issue in the deprecated folder

* docs: update pack descriptions and custom content pages

* docs: DOC-1281 Packs component eslint (#3394)

* chore: fixed eslint errors

* chore: more fixes

* chore: eslint behavior fixes

* chore: fixes MIME error output

* chore: comments

* chore: more interfaces

* save

* chore: fixed tech component

* chore: updated eslint

* chore: fixed eslint

* chore: add version in warning message

* chore: fix table timer

* chore: save

* chore: fix prettier

* chore: fixed known-issues page

* chore: fixed indentation

* chore: DOC-1316 (#3458)

* chore: fix iconmapper failures

* Pack Descriptions [Component] (#3431)

* docs: DOC-1279

* chore: updated antrea

* chore: fixed test issue

* docs: updated EFS

* docs: updated Calico

* chore: more updates

* docs: updated more descriptions

* docs: more READMEs

* docs: added terraform for azure-cni

* docs: added public repo registry

* chore: added more definitions

* docs: more content

* chore: partials

* docs: added more partials

* chore: more updates

* docs: fixed proxy URLs

* chore: prep redirect

* chore: more updates

* chore: more packs

* chore: fixed versions dropdown ordering

* docs: updated descriptions

* chore: fix prettier

* Refactor Packs descriptions and custom content pages (#3432)

* docs: add packs descriptions and refactor custom content pages

* docs: fix 17 broken links

* docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings

* docs: fix broken link

* docs: add more 17 pack descriptions/custom content page refactoring

* docs: update grafana and spectro cloud metrics pack references and custom content pages

* docs: add more packs

* docs: add last packs

* docs: fix packs references

* docs: fix prettier issues

* docs: fix broken link

* chore: added redirects

* chore: redirects

* docs: DOC-1283 document Pack's Component (#3482)

* docs: DOC-1283

* docs: updated README instructions

* docs: styling update

* docs: more updates

* docs: more updates

* docs: feedback

* docs: added excluded packs docs

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
karl-cardenas-coding added a commit that referenced this pull request Aug 2, 2024
…r readme (#3178)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* PAC-938-packs data initial fetch and component development for readme

* PAC-1893-integrate custom readme versions with dropdown versions (#3181)

* PAC-1893-integrate custom readme versions with dropdown versions

* missed these files to commit

* addressed the comments

* removed unnecessary code

* fix for netlify redirection with question mark

* issue in displaying treeselect in responsive page (#3244)

* issue in displaying treeselect in responsive page

* responsive issue fixed by adding media in css

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: DOC-1285

* ci: fixed missing CI ENV

* chore: DOC-1282 add logger

* chore: fixed component labels

* chore: DOC-1288

* chore: removed Edge Native term

* docs: deprecate custom content pack pages

* docs: fix portworx gitleaks issue in the deprecated folder

* docs: update pack descriptions and custom content pages

* docs: DOC-1281 Packs component eslint (#3394)

* chore: fixed eslint errors

* chore: more fixes

* chore: eslint behavior fixes

* chore: fixes MIME error output

* chore: comments

* chore: more interfaces

* save

* chore: fixed tech component

* chore: updated eslint

* chore: fixed eslint

* chore: add version in warning message

* chore: fix table timer

* chore: save

* chore: fix prettier

* chore: fixed known-issues page

* chore: fixed indentation

* chore: DOC-1316 (#3458)

* chore: fix iconmapper failures

* Pack Descriptions [Component] (#3431)

* docs: DOC-1279

* chore: updated antrea

* chore: fixed test issue

* docs: updated EFS

* docs: updated Calico

* chore: more updates

* docs: updated more descriptions

* docs: more READMEs

* docs: added terraform for azure-cni

* docs: added public repo registry

* chore: added more definitions

* docs: more content

* chore: partials

* docs: added more partials

* chore: more updates

* docs: fixed proxy URLs

* chore: prep redirect

* chore: more updates

* chore: more packs

* chore: fixed versions dropdown ordering

* docs: updated descriptions

* chore: fix prettier

* Refactor Packs descriptions and custom content pages (#3432)

* docs: add packs descriptions and refactor custom content pages

* docs: fix 17 broken links

* docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings

* docs: fix broken link

* docs: add more 17 pack descriptions/custom content page refactoring

* docs: update grafana and spectro cloud metrics pack references and custom content pages

* docs: add more packs

* docs: add last packs

* docs: fix packs references

* docs: fix prettier issues

* docs: fix broken link

* chore: added redirects

* chore: redirects

* docs: DOC-1283 document Pack's Component (#3482)

* docs: DOC-1283

* docs: updated README instructions

* docs: styling update

* docs: more updates

* docs: more updates

* docs: feedback

* docs: added excluded packs docs

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
karl-cardenas-coding added a commit that referenced this pull request Aug 2, 2024
…r readme (#3178) (#3542)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* PAC-938-packs data initial fetch and component development for readme

* PAC-1893-integrate custom readme versions with dropdown versions (#3181)

* PAC-1893-integrate custom readme versions with dropdown versions

* missed these files to commit

* addressed the comments

* removed unnecessary code

* fix for netlify redirection with question mark

* issue in displaying treeselect in responsive page (#3244)

* issue in displaying treeselect in responsive page

* responsive issue fixed by adding media in css

---------



* chore: DOC-1285

* ci: fixed missing CI ENV

* chore: DOC-1282 add logger

* chore: fixed component labels

* chore: DOC-1288

* chore: removed Edge Native term

* docs: deprecate custom content pack pages

* docs: fix portworx gitleaks issue in the deprecated folder

* docs: update pack descriptions and custom content pages

* docs: DOC-1281 Packs component eslint (#3394)

* chore: fixed eslint errors

* chore: more fixes

* chore: eslint behavior fixes

* chore: fixes MIME error output

* chore: comments

* chore: more interfaces

* save

* chore: fixed tech component

* chore: updated eslint

* chore: fixed eslint

* chore: add version in warning message

* chore: fix table timer

* chore: save

* chore: fix prettier

* chore: fixed known-issues page

* chore: fixed indentation

* chore: DOC-1316 (#3458)

* chore: fix iconmapper failures

* Pack Descriptions [Component] (#3431)

* docs: DOC-1279

* chore: updated antrea

* chore: fixed test issue

* docs: updated EFS

* docs: updated Calico

* chore: more updates

* docs: updated more descriptions

* docs: more READMEs

* docs: added terraform for azure-cni

* docs: added public repo registry

* chore: added more definitions

* docs: more content

* chore: partials

* docs: added more partials

* chore: more updates

* docs: fixed proxy URLs

* chore: prep redirect

* chore: more updates

* chore: more packs

* chore: fixed versions dropdown ordering

* docs: updated descriptions

* chore: fix prettier

* Refactor Packs descriptions and custom content pages (#3432)

* docs: add packs descriptions and refactor custom content pages

* docs: fix 17 broken links

* docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings

* docs: fix broken link

* docs: add more 17 pack descriptions/custom content page refactoring

* docs: update grafana and spectro cloud metrics pack references and custom content pages

* docs: add more packs

* docs: add last packs

* docs: fix packs references

* docs: fix prettier issues

* docs: fix broken link

* chore: added redirects

* chore: redirects

* docs: DOC-1283 document Pack's Component (#3482)

* docs: DOC-1283

* docs: updated README instructions

* docs: styling update

* docs: more updates

* docs: more updates

* docs: feedback

* docs: added excluded packs docs

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
caroldelwing added a commit that referenced this pull request Aug 2, 2024
…evelopment for… (#3541)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* PAC-938-packs data initial fetch and component development for readme

* PAC-1893-integrate custom readme versions with dropdown versions (#3181)

* PAC-1893-integrate custom readme versions with dropdown versions

* missed these files to commit

* addressed the comments

* removed unnecessary code

* fix for netlify redirection with question mark

* issue in displaying treeselect in responsive page (#3244)

* issue in displaying treeselect in responsive page

* responsive issue fixed by adding media in css

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: DOC-1285

* ci: fixed missing CI ENV

* chore: DOC-1282 add logger

* chore: fixed component labels

* chore: DOC-1288

* chore: removed Edge Native term

* docs: deprecate custom content pack pages

* docs: fix portworx gitleaks issue in the deprecated folder

* docs: update pack descriptions and custom content pages

* docs: DOC-1281 Packs component eslint (#3394)

* chore: fixed eslint errors

* chore: more fixes

* chore: eslint behavior fixes

* chore: fixes MIME error output

* chore: comments

* chore: more interfaces

* save

* chore: fixed tech component

* chore: updated eslint

* chore: fixed eslint

* chore: add version in warning message

* chore: fix table timer

* chore: save

* chore: fix prettier

* chore: fixed known-issues page

* chore: fixed indentation

* chore: DOC-1316 (#3458)

* chore: fix iconmapper failures

* Pack Descriptions [Component] (#3431)

* docs: DOC-1279

* chore: updated antrea

* chore: fixed test issue

* docs: updated EFS

* docs: updated Calico

* chore: more updates

* docs: updated more descriptions

* docs: more READMEs

* docs: added terraform for azure-cni

* docs: added public repo registry

* chore: added more definitions

* docs: more content

* chore: partials

* docs: added more partials

* chore: more updates

* docs: fixed proxy URLs

* chore: prep redirect

* chore: more updates

* chore: more packs

* chore: fixed versions dropdown ordering

* docs: updated descriptions

* chore: fix prettier

* Refactor Packs descriptions and custom content pages (#3432)

* docs: add packs descriptions and refactor custom content pages

* docs: fix 17 broken links

* docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings

* docs: fix broken link

* docs: add more 17 pack descriptions/custom content page refactoring

* docs: update grafana and spectro cloud metrics pack references and custom content pages

* docs: add more packs

* docs: add last packs

* docs: fix packs references

* docs: fix prettier issues

* docs: fix broken link

* chore: added redirects

* chore: redirects

* docs: DOC-1283 document Pack's Component (#3482)

* docs: DOC-1283

* docs: updated README instructions

* docs: styling update

* docs: more updates

* docs: more updates

* docs: feedback

* docs: added excluded packs docs

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>

* docs:fix broken links

---------

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
karl-cardenas-coding added a commit that referenced this pull request Aug 2, 2024
…evelopment for… (#3539)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* PAC-938-packs data initial fetch and component development for readme

* PAC-1893-integrate custom readme versions with dropdown versions (#3181)

* PAC-1893-integrate custom readme versions with dropdown versions

* missed these files to commit

* addressed the comments

* removed unnecessary code

* fix for netlify redirection with question mark

* issue in displaying treeselect in responsive page (#3244)

* issue in displaying treeselect in responsive page

* responsive issue fixed by adding media in css

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: DOC-1285

* ci: fixed missing CI ENV

* chore: DOC-1282 add logger

* chore: fixed component labels

* chore: DOC-1288

* chore: removed Edge Native term

* docs: deprecate custom content pack pages

* docs: fix portworx gitleaks issue in the deprecated folder

* docs: update pack descriptions and custom content pages

* docs: DOC-1281 Packs component eslint (#3394)

* chore: fixed eslint errors

* chore: more fixes

* chore: eslint behavior fixes

* chore: fixes MIME error output

* chore: comments

* chore: more interfaces

* save

* chore: fixed tech component

* chore: updated eslint

* chore: fixed eslint

* chore: add version in warning message

* chore: fix table timer

* chore: save

* chore: fix prettier

* chore: fixed known-issues page

* chore: fixed indentation

* chore: DOC-1316 (#3458)

* chore: fix iconmapper failures

* Pack Descriptions [Component] (#3431)

* docs: DOC-1279

* chore: updated antrea

* chore: fixed test issue

* docs: updated EFS

* docs: updated Calico

* chore: more updates

* docs: updated more descriptions

* docs: more READMEs

* docs: added terraform for azure-cni

* docs: added public repo registry

* chore: added more definitions

* docs: more content

* chore: partials

* docs: added more partials

* chore: more updates

* docs: fixed proxy URLs

* chore: prep redirect

* chore: more updates

* chore: more packs

* chore: fixed versions dropdown ordering

* docs: updated descriptions

* chore: fix prettier

* Refactor Packs descriptions and custom content pages (#3432)

* docs: add packs descriptions and refactor custom content pages

* docs: fix 17 broken links

* docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings

* docs: fix broken link

* docs: add more 17 pack descriptions/custom content page refactoring

* docs: update grafana and spectro cloud metrics pack references and custom content pages

* docs: add more packs

* docs: add last packs

* docs: fix packs references

* docs: fix prettier issues

* docs: fix broken link

* chore: added redirects

* chore: redirects

* docs: DOC-1283 document Pack's Component (#3482)

* docs: DOC-1283

* docs: updated README instructions

* docs: styling update

* docs: more updates

* docs: more updates

* docs: feedback

* docs: added excluded packs docs

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>

* chore: gitleaks

* chore: fixed broken links

* chore: url fixes

* chore: broken links

* chore: broken links

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
caroldelwing added a commit that referenced this pull request Aug 2, 2024
… readme (#3178)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* PAC-938-packs data initial fetch and component development for readme

* PAC-1893-integrate custom readme versions with dropdown versions (#3181)

* PAC-1893-integrate custom readme versions with dropdown versions

* missed these files to commit

* addressed the comments

* removed unnecessary code

* fix for netlify redirection with question mark

* issue in displaying treeselect in responsive page (#3244)

* issue in displaying treeselect in responsive page

* responsive issue fixed by adding media in css

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: DOC-1285

* ci: fixed missing CI ENV

* chore: DOC-1282 add logger

* chore: fixed component labels

* chore: DOC-1288

* chore: removed Edge Native term

* docs: deprecate custom content pack pages

* docs: fix portworx gitleaks issue in the deprecated folder

* docs: update pack descriptions and custom content pages

* docs: DOC-1281 Packs component eslint (#3394)

* chore: fixed eslint errors

* chore: more fixes

* chore: eslint behavior fixes

* chore: fixes MIME error output

* chore: comments

* chore: more interfaces

* save

* chore: fixed tech component

* chore: updated eslint

* chore: fixed eslint

* chore: add version in warning message

* chore: fix table timer

* chore: save

* chore: fix prettier

* chore: fixed known-issues page

* chore: fixed indentation

* chore: DOC-1316 (#3458)

* chore: fix iconmapper failures

* Pack Descriptions [Component] (#3431)

* docs: DOC-1279

* chore: updated antrea

* chore: fixed test issue

* docs: updated EFS

* docs: updated Calico

* chore: more updates

* docs: updated more descriptions

* docs: more READMEs

* docs: added terraform for azure-cni

* docs: added public repo registry

* chore: added more definitions

* docs: more content

* chore: partials

* docs: added more partials

* chore: more updates

* docs: fixed proxy URLs

* chore: prep redirect

* chore: more updates

* chore: more packs

* chore: fixed versions dropdown ordering

* docs: updated descriptions

* chore: fix prettier

* Refactor Packs descriptions and custom content pages (#3432)

* docs: add packs descriptions and refactor custom content pages

* docs: fix 17 broken links

* docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings

* docs: fix broken link

* docs: add more 17 pack descriptions/custom content page refactoring

* docs: update grafana and spectro cloud metrics pack references and custom content pages

* docs: add more packs

* docs: add last packs

* docs: fix packs references

* docs: fix prettier issues

* docs: fix broken link

* chore: added redirects

* chore: redirects

* docs: DOC-1283 document Pack's Component (#3482)

* docs: DOC-1283

* docs: updated README instructions

* docs: styling update

* docs: more updates

* docs: more updates

* docs: feedback

* docs: added excluded packs docs

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
caroldelwing added a commit that referenced this pull request Aug 2, 2024
…evelopment for… (#3543)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* PAC-938-packs data initial fetch and component development for readme

* PAC-1893-integrate custom readme versions with dropdown versions (#3181)

* PAC-1893-integrate custom readme versions with dropdown versions

* missed these files to commit

* addressed the comments

* removed unnecessary code

* fix for netlify redirection with question mark

* issue in displaying treeselect in responsive page (#3244)

* issue in displaying treeselect in responsive page

* responsive issue fixed by adding media in css

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: DOC-1285

* ci: fixed missing CI ENV

* chore: DOC-1282 add logger

* chore: fixed component labels

* chore: DOC-1288

* chore: removed Edge Native term

* docs: deprecate custom content pack pages

* docs: fix portworx gitleaks issue in the deprecated folder

* docs: update pack descriptions and custom content pages

* docs: DOC-1281 Packs component eslint (#3394)

* chore: fixed eslint errors

* chore: more fixes

* chore: eslint behavior fixes

* chore: fixes MIME error output

* chore: comments

* chore: more interfaces

* save

* chore: fixed tech component

* chore: updated eslint

* chore: fixed eslint

* chore: add version in warning message

* chore: fix table timer

* chore: save

* chore: fix prettier

* chore: fixed known-issues page

* chore: fixed indentation

* chore: DOC-1316 (#3458)

* chore: fix iconmapper failures

* Pack Descriptions [Component] (#3431)

* docs: DOC-1279

* chore: updated antrea

* chore: fixed test issue

* docs: updated EFS

* docs: updated Calico

* chore: more updates

* docs: updated more descriptions

* docs: more READMEs

* docs: added terraform for azure-cni

* docs: added public repo registry

* chore: added more definitions

* docs: more content

* chore: partials

* docs: added more partials

* chore: more updates

* docs: fixed proxy URLs

* chore: prep redirect

* chore: more updates

* chore: more packs

* chore: fixed versions dropdown ordering

* docs: updated descriptions

* chore: fix prettier

* Refactor Packs descriptions and custom content pages (#3432)

* docs: add packs descriptions and refactor custom content pages

* docs: fix 17 broken links

* docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings

* docs: fix broken link

* docs: add more 17 pack descriptions/custom content page refactoring

* docs: update grafana and spectro cloud metrics pack references and custom content pages

* docs: add more packs

* docs: add last packs

* docs: fix packs references

* docs: fix prettier issues

* docs: fix broken link

* chore: added redirects

* chore: redirects

* docs: DOC-1283 document Pack's Component (#3482)

* docs: DOC-1283

* docs: updated README instructions

* docs: styling update

* docs: more updates

* docs: more updates

* docs: feedback

* docs: added excluded packs docs

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>

* docs: fix broken links

* chore: fix gitleaks issue

---------

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
karl-cardenas-coding added a commit that referenced this pull request Aug 2, 2024
…velopment for… (#3540)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* PAC-938-packs data initial fetch and component development for readme

* PAC-1893-integrate custom readme versions with dropdown versions (#3181)

* PAC-1893-integrate custom readme versions with dropdown versions

* missed these files to commit

* addressed the comments

* removed unnecessary code

* fix for netlify redirection with question mark

* issue in displaying treeselect in responsive page (#3244)

* issue in displaying treeselect in responsive page

* responsive issue fixed by adding media in css

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: DOC-1285

* ci: fixed missing CI ENV

* chore: DOC-1282 add logger

* chore: fixed component labels

* chore: DOC-1288

* chore: removed Edge Native term

* docs: deprecate custom content pack pages

* docs: fix portworx gitleaks issue in the deprecated folder

* docs: update pack descriptions and custom content pages

* docs: DOC-1281 Packs component eslint (#3394)

* chore: fixed eslint errors

* chore: more fixes

* chore: eslint behavior fixes

* chore: fixes MIME error output

* chore: comments

* chore: more interfaces

* save

* chore: fixed tech component

* chore: updated eslint

* chore: fixed eslint

* chore: add version in warning message

* chore: fix table timer

* chore: save

* chore: fix prettier

* chore: fixed known-issues page

* chore: fixed indentation

* chore: DOC-1316 (#3458)

* chore: fix iconmapper failures

* Pack Descriptions [Component] (#3431)

* docs: DOC-1279

* chore: updated antrea

* chore: fixed test issue

* docs: updated EFS

* docs: updated Calico

* chore: more updates

* docs: updated more descriptions

* docs: more READMEs

* docs: added terraform for azure-cni

* docs: added public repo registry

* chore: added more definitions

* docs: more content

* chore: partials

* docs: added more partials

* chore: more updates

* docs: fixed proxy URLs

* chore: prep redirect

* chore: more updates

* chore: more packs

* chore: fixed versions dropdown ordering

* docs: updated descriptions

* chore: fix prettier

* Refactor Packs descriptions and custom content pages (#3432)

* docs: add packs descriptions and refactor custom content pages

* docs: fix 17 broken links

* docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings

* docs: fix broken link

* docs: add more 17 pack descriptions/custom content page refactoring

* docs: update grafana and spectro cloud metrics pack references and custom content pages

* docs: add more packs

* docs: add last packs

* docs: fix packs references

* docs: fix prettier issues

* docs: fix broken link

* chore: added redirects

* chore: redirects

* docs: DOC-1283 document Pack's Component (#3482)

* docs: DOC-1283

* docs: updated README instructions

* docs: styling update

* docs: more updates

* docs: more updates

* docs: feedback

* docs: added excluded packs docs

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>

* chore: fix broken links

* chore: broken links

* chore: broken links

* chore: fix broken links

* chore: fixed broken URLs

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
karl-cardenas-coding added a commit that referenced this pull request Aug 19, 2024
… readme (#3178)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* PAC-938-packs data initial fetch and component development for readme

* PAC-1893-integrate custom readme versions with dropdown versions (#3181)

* PAC-1893-integrate custom readme versions with dropdown versions

* missed these files to commit

* addressed the comments

* removed unnecessary code

* fix for netlify redirection with question mark

* issue in displaying treeselect in responsive page (#3244)

* issue in displaying treeselect in responsive page

* responsive issue fixed by adding media in css

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: DOC-1285

* ci: fixed missing CI ENV

* chore: DOC-1282 add logger

* chore: fixed component labels

* chore: DOC-1288

* chore: removed Edge Native term

* docs: deprecate custom content pack pages

* docs: fix portworx gitleaks issue in the deprecated folder

* docs: update pack descriptions and custom content pages

* docs: DOC-1281 Packs component eslint (#3394)

* chore: fixed eslint errors

* chore: more fixes

* chore: eslint behavior fixes

* chore: fixes MIME error output

* chore: comments

* chore: more interfaces

* save

* chore: fixed tech component

* chore: updated eslint

* chore: fixed eslint

* chore: add version in warning message

* chore: fix table timer

* chore: save

* chore: fix prettier

* chore: fixed known-issues page

* chore: fixed indentation

* chore: DOC-1316 (#3458)

* chore: fix iconmapper failures

* Pack Descriptions [Component] (#3431)

* docs: DOC-1279

* chore: updated antrea

* chore: fixed test issue

* docs: updated EFS

* docs: updated Calico

* chore: more updates

* docs: updated more descriptions

* docs: more READMEs

* docs: added terraform for azure-cni

* docs: added public repo registry

* chore: added more definitions

* docs: more content

* chore: partials

* docs: added more partials

* chore: more updates

* docs: fixed proxy URLs

* chore: prep redirect

* chore: more updates

* chore: more packs

* chore: fixed versions dropdown ordering

* docs: updated descriptions

* chore: fix prettier

* Refactor Packs descriptions and custom content pages (#3432)

* docs: add packs descriptions and refactor custom content pages

* docs: fix 17 broken links

* docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings

* docs: fix broken link

* docs: add more 17 pack descriptions/custom content page refactoring

* docs: update grafana and spectro cloud metrics pack references and custom content pages

* docs: add more packs

* docs: add last packs

* docs: fix packs references

* docs: fix prettier issues

* docs: fix broken link

* chore: added redirects

* chore: redirects

* docs: DOC-1283 document Pack's Component (#3482)

* docs: DOC-1283

* docs: updated README instructions

* docs: styling update

* docs: more updates

* docs: more updates

* docs: feedback

* docs: added excluded packs docs

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
karl-cardenas-coding added a commit that referenced this pull request Aug 19, 2024
…0 to 8.0.0 (#3… (#3617)

* chore: bump @typescript-eslint/eslint-plugin from 7.15.0 to 8.0.0 (#3522)

* chore: bump @typescript-eslint/eslint-plugin from 7.15.0 to 8.0.0

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.15.0 to 8.0.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fixed dependencies

* chore: fix npm

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* chore: PAC-938-packs data initial fetch and component development for readme (#3178)

* PAC-938-packs data initial fetch and component development for readme

* PAC-1893-integrate custom readme versions with dropdown versions (#3181)

* PAC-1893-integrate custom readme versions with dropdown versions

* missed these files to commit

* addressed the comments

* removed unnecessary code

* fix for netlify redirection with question mark

* issue in displaying treeselect in responsive page (#3244)

* issue in displaying treeselect in responsive page

* responsive issue fixed by adding media in css

---------

Co-authored-by: Karl Cardenas <karl@spectrocloud.com>

* chore: DOC-1285

* ci: fixed missing CI ENV

* chore: DOC-1282 add logger

* chore: fixed component labels

* chore: DOC-1288

* chore: removed Edge Native term

* docs: deprecate custom content pack pages

* docs: fix portworx gitleaks issue in the deprecated folder

* docs: update pack descriptions and custom content pages

* docs: DOC-1281 Packs component eslint (#3394)

* chore: fixed eslint errors

* chore: more fixes

* chore: eslint behavior fixes

* chore: fixes MIME error output

* chore: comments

* chore: more interfaces

* save

* chore: fixed tech component

* chore: updated eslint

* chore: fixed eslint

* chore: add version in warning message

* chore: fix table timer

* chore: save

* chore: fix prettier

* chore: fixed known-issues page

* chore: fixed indentation

* chore: DOC-1316 (#3458)

* chore: fix iconmapper failures

* Pack Descriptions [Component] (#3431)

* docs: DOC-1279

* chore: updated antrea

* chore: fixed test issue

* docs: updated EFS

* docs: updated Calico

* chore: more updates

* docs: updated more descriptions

* docs: more READMEs

* docs: added terraform for azure-cni

* docs: added public repo registry

* chore: added more definitions

* docs: more content

* chore: partials

* docs: added more partials

* chore: more updates

* docs: fixed proxy URLs

* chore: prep redirect

* chore: more updates

* chore: more packs

* chore: fixed versions dropdown ordering

* docs: updated descriptions

* chore: fix prettier

* Refactor Packs descriptions and custom content pages (#3432)

* docs: add packs descriptions and refactor custom content pages

* docs: fix 17 broken links

* docs: add public repo to the list of repos, add more pack descriptions and custom content page refactorings

* docs: fix broken link

* docs: add more 17 pack descriptions/custom content page refactoring

* docs: update grafana and spectro cloud metrics pack references and custom content pages

* docs: add more packs

* docs: add last packs

* docs: fix packs references

* docs: fix prettier issues

* docs: fix broken link

* chore: added redirects

* chore: redirects

* docs: DOC-1283 document Pack's Component (#3482)

* docs: DOC-1283

* docs: updated README instructions

* docs: styling update

* docs: more updates

* docs: more updates

* docs: feedback

* docs: added excluded packs docs

---------

Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>

* docs: backport new packs component

* chore: fix broken URL

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nageswari Raghunathan <88926279+nage1234@users.noreply.github.com>
Co-authored-by: Carolina Delwing Rosa <carolina.delwing@spectrocloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request javascript Pull requests that update Javascript code refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant