Skip to content

Rhidp 1502 #1641

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

Merged
Merged

Conversation

schultzp2020
Copy link
Member

No description provided.

nickboldt and others added 9 commits May 10, 2024 17:58
Signed-off-by: Nick Boldt <[email protected]>

experimenting with a new packages/cli/src/commands/metadata/index.ts command

Signed-off-by: Nick Boldt <[email protected]>

lint changes and fix to readme

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder

Signed-off-by: Nick Boldt <[email protected]>

change description and instuctions

Signed-off-by: Nick Boldt <[email protected]>

include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins

Signed-off-by: Nick Boldt <[email protected]>

switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint)

Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Nick Boldt <[email protected]>

experimenting with a new packages/cli/src/commands/metadata/index.ts command

Signed-off-by: Nick Boldt <[email protected]>

lint changes and fix to readme

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder

Signed-off-by: Nick Boldt <[email protected]>

change description and instuctions

Signed-off-by: Nick Boldt <[email protected]>

include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins

Signed-off-by: Nick Boldt <[email protected]>

switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint)

Signed-off-by: Nick Boldt <[email protected]>

switch yarn lock to use registry.yarnpkg.com

Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Nick Boldt <[email protected]>

add TODOs to the plugins/plugin-metadata.sh and plugins/plugin-metadata.json files

Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Paul Schultz <[email protected]>
@schultzp2020 schultzp2020 requested a review from a team as a code owner May 13, 2024 16:34
@openshift-ci openshift-ci bot requested review from debsmita1 and invincibleJai May 13, 2024 16:34
Copy link

openshift-ci bot commented May 13, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please ask for approval from schultzp2020. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Contributor

github-actions bot commented May 13, 2024

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

No release type found in pull request title "Rhidp 1502". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat
 - fix
 - chore
 - docs
 - style
 - refactor
 - perf
 - test
 - revert

Signed-off-by: Paul Schultz <[email protected]>
Signed-off-by: Paul Schultz <[email protected]>
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@nickboldt nickboldt merged commit ca5b24a into janus-idp:RHIDP-1502-add-plugin-metadata May 13, 2024
nickboldt added a commit that referenced this pull request May 15, 2024
* feat: RHIDP-1502 add method for janus-cli package metadata

Signed-off-by: Nick Boldt <[email protected]>

experimenting with a new packages/cli/src/commands/metadata/index.ts command

Signed-off-by: Nick Boldt <[email protected]>

lint changes and fix to readme

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder

Signed-off-by: Nick Boldt <[email protected]>

change description and instuctions

Signed-off-by: Nick Boldt <[email protected]>

include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins

Signed-off-by: Nick Boldt <[email protected]>

switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint)

Signed-off-by: Nick Boldt <[email protected]>

* include individual plugin/*/package.json updates

Signed-off-by: Nick Boldt <[email protected]>

* feat: RHIDP-1502 add method for janus-cli package metadata

Signed-off-by: Nick Boldt <[email protected]>

experimenting with a new packages/cli/src/commands/metadata/index.ts command

Signed-off-by: Nick Boldt <[email protected]>

lint changes and fix to readme

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder

Signed-off-by: Nick Boldt <[email protected]>

change description and instuctions

Signed-off-by: Nick Boldt <[email protected]>

include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins

Signed-off-by: Nick Boldt <[email protected]>

switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint)

Signed-off-by: Nick Boldt <[email protected]>

switch yarn lock to use registry.yarnpkg.com

Signed-off-by: Nick Boldt <[email protected]>

* add missing type declaration for gitconfiglocal

Signed-off-by: Nick Boldt <[email protected]>

* add missing copyright / fix date

Signed-off-by: Nick Boldt <[email protected]>

add TODOs to the plugins/plugin-metadata.sh and plugins/plugin-metadata.json files

Signed-off-by: Nick Boldt <[email protected]>

* process all 42 plugins in the repo

Signed-off-by: Nick Boldt <[email protected]>

* process all 42 plugins in the repo

Signed-off-by: Nick Boldt <[email protected]>

* refactor command.ts

Signed-off-by: Paul Schultz <[email protected]>

* fix sh

Signed-off-by: Paul Schultz <[email protected]>

* add lines

Signed-off-by: Paul Schultz <[email protected]>

* Update packages/cli/src/commands/metadata/command.ts

---------

Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Paul Schultz <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>
nickboldt added a commit that referenced this pull request May 15, 2024
* feat: RHIDP-1502 add method for janus-cli package metadata

Signed-off-by: Nick Boldt <[email protected]>

experimenting with a new packages/cli/src/commands/metadata/index.ts command

Signed-off-by: Nick Boldt <[email protected]>

lint changes and fix to readme

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder

Signed-off-by: Nick Boldt <[email protected]>

change description and instuctions

Signed-off-by: Nick Boldt <[email protected]>

include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins

Signed-off-by: Nick Boldt <[email protected]>

switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint)

Signed-off-by: Nick Boldt <[email protected]>

* include individual plugin/*/package.json updates

Signed-off-by: Nick Boldt <[email protected]>

* feat: RHIDP-1502 add method for janus-cli package metadata

Signed-off-by: Nick Boldt <[email protected]>

experimenting with a new packages/cli/src/commands/metadata/index.ts command

Signed-off-by: Nick Boldt <[email protected]>

lint changes and fix to readme

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder

Signed-off-by: Nick Boldt <[email protected]>

change description and instuctions

Signed-off-by: Nick Boldt <[email protected]>

include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins

Signed-off-by: Nick Boldt <[email protected]>

switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint)

Signed-off-by: Nick Boldt <[email protected]>

switch yarn lock to use registry.yarnpkg.com

Signed-off-by: Nick Boldt <[email protected]>

* add missing type declaration for gitconfiglocal

Signed-off-by: Nick Boldt <[email protected]>

* add missing copyright / fix date

Signed-off-by: Nick Boldt <[email protected]>

add TODOs to the plugins/plugin-metadata.sh and plugins/plugin-metadata.json files

Signed-off-by: Nick Boldt <[email protected]>

* process all 42 plugins in the repo

Signed-off-by: Nick Boldt <[email protected]>

* process all 42 plugins in the repo

Signed-off-by: Nick Boldt <[email protected]>

* refactor command.ts

Signed-off-by: Paul Schultz <[email protected]>

* fix sh

Signed-off-by: Paul Schultz <[email protected]>

* add lines

Signed-off-by: Paul Schultz <[email protected]>

* Update packages/cli/src/commands/metadata/command.ts

---------

Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Paul Schultz <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>
nickboldt added a commit that referenced this pull request May 16, 2024
* feat: RHIDP-1502 add method for janus-cli package metadata

Signed-off-by: Nick Boldt <[email protected]>

experimenting with a new packages/cli/src/commands/metadata/index.ts command

Signed-off-by: Nick Boldt <[email protected]>

lint changes and fix to readme

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder

Signed-off-by: Nick Boldt <[email protected]>

change description and instuctions

Signed-off-by: Nick Boldt <[email protected]>

include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins

Signed-off-by: Nick Boldt <[email protected]>

switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint)

Signed-off-by: Nick Boldt <[email protected]>

* include individual plugin/*/package.json updates

Signed-off-by: Nick Boldt <[email protected]>

* feat: RHIDP-1502 add method for janus-cli package metadata

Signed-off-by: Nick Boldt <[email protected]>

experimenting with a new packages/cli/src/commands/metadata/index.ts command

Signed-off-by: Nick Boldt <[email protected]>

lint changes and fix to readme

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder

Signed-off-by: Nick Boldt <[email protected]>

change description and instuctions

Signed-off-by: Nick Boldt <[email protected]>

include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins

Signed-off-by: Nick Boldt <[email protected]>

switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint)

Signed-off-by: Nick Boldt <[email protected]>

switch yarn lock to use registry.yarnpkg.com

Signed-off-by: Nick Boldt <[email protected]>

* add missing type declaration for gitconfiglocal

Signed-off-by: Nick Boldt <[email protected]>

* add missing copyright / fix date

Signed-off-by: Nick Boldt <[email protected]>

add TODOs to the plugins/plugin-metadata.sh and plugins/plugin-metadata.json files

Signed-off-by: Nick Boldt <[email protected]>

* process all 42 plugins in the repo

Signed-off-by: Nick Boldt <[email protected]>

* process all 42 plugins in the repo

Signed-off-by: Nick Boldt <[email protected]>

* refactor command.ts

Signed-off-by: Paul Schultz <[email protected]>

* fix sh

Signed-off-by: Paul Schultz <[email protected]>

* add lines

Signed-off-by: Paul Schultz <[email protected]>

* Update packages/cli/src/commands/metadata/command.ts

---------

Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Paul Schultz <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>
nickboldt added a commit that referenced this pull request May 16, 2024
* feat: RHIDP-1502 add method for janus-cli package metadata

Signed-off-by: Nick Boldt <[email protected]>

experimenting with a new packages/cli/src/commands/metadata/index.ts command

Signed-off-by: Nick Boldt <[email protected]>

lint changes and fix to readme

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder

Signed-off-by: Nick Boldt <[email protected]>

change description and instuctions

Signed-off-by: Nick Boldt <[email protected]>

include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins

Signed-off-by: Nick Boldt <[email protected]>

switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint)

Signed-off-by: Nick Boldt <[email protected]>

* include individual plugin/*/package.json updates

Signed-off-by: Nick Boldt <[email protected]>

* feat: RHIDP-1502 add method for janus-cli package metadata

Signed-off-by: Nick Boldt <[email protected]>

experimenting with a new packages/cli/src/commands/metadata/index.ts command

Signed-off-by: Nick Boldt <[email protected]>

lint changes and fix to readme

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder

Signed-off-by: Nick Boldt <[email protected]>

change description and instuctions

Signed-off-by: Nick Boldt <[email protected]>

include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins

Signed-off-by: Nick Boldt <[email protected]>

switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint)

Signed-off-by: Nick Boldt <[email protected]>

switch yarn lock to use registry.yarnpkg.com

Signed-off-by: Nick Boldt <[email protected]>

* add missing type declaration for gitconfiglocal

Signed-off-by: Nick Boldt <[email protected]>

* add missing copyright / fix date

Signed-off-by: Nick Boldt <[email protected]>

add TODOs to the plugins/plugin-metadata.sh and plugins/plugin-metadata.json files

Signed-off-by: Nick Boldt <[email protected]>

* process all 42 plugins in the repo

Signed-off-by: Nick Boldt <[email protected]>

* process all 42 plugins in the repo

Signed-off-by: Nick Boldt <[email protected]>

* refactor command.ts

Signed-off-by: Paul Schultz <[email protected]>

* fix sh

Signed-off-by: Paul Schultz <[email protected]>

* add lines

Signed-off-by: Paul Schultz <[email protected]>

* Update packages/cli/src/commands/metadata/command.ts

---------

Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Paul Schultz <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>
nickboldt added a commit that referenced this pull request May 16, 2024
* feat: RHIDP-1502 add method for janus-cli package metadata

Signed-off-by: Nick Boldt <[email protected]>

experimenting with a new packages/cli/src/commands/metadata/index.ts command

Signed-off-by: Nick Boldt <[email protected]>

lint changes and fix to readme

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder

Signed-off-by: Nick Boldt <[email protected]>

change description and instuctions

Signed-off-by: Nick Boldt <[email protected]>

include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins

Signed-off-by: Nick Boldt <[email protected]>

switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint)

Signed-off-by: Nick Boldt <[email protected]>

* include individual plugin/*/package.json updates

Signed-off-by: Nick Boldt <[email protected]>

* feat: RHIDP-1502 add method for janus-cli package metadata

Signed-off-by: Nick Boldt <[email protected]>

experimenting with a new packages/cli/src/commands/metadata/index.ts command

Signed-off-by: Nick Boldt <[email protected]>

lint changes and fix to readme

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder

Signed-off-by: Nick Boldt <[email protected]>

change description and instuctions

Signed-off-by: Nick Boldt <[email protected]>

include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins

Signed-off-by: Nick Boldt <[email protected]>

switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint)

Signed-off-by: Nick Boldt <[email protected]>

switch yarn lock to use registry.yarnpkg.com

Signed-off-by: Nick Boldt <[email protected]>

* add missing type declaration for gitconfiglocal

Signed-off-by: Nick Boldt <[email protected]>

* add missing copyright / fix date

Signed-off-by: Nick Boldt <[email protected]>

add TODOs to the plugins/plugin-metadata.sh and plugins/plugin-metadata.json files

Signed-off-by: Nick Boldt <[email protected]>

* process all 42 plugins in the repo

Signed-off-by: Nick Boldt <[email protected]>

* process all 42 plugins in the repo

Signed-off-by: Nick Boldt <[email protected]>

* refactor command.ts

Signed-off-by: Paul Schultz <[email protected]>

* fix sh

Signed-off-by: Paul Schultz <[email protected]>

* add lines

Signed-off-by: Paul Schultz <[email protected]>

* Update packages/cli/src/commands/metadata/command.ts

---------

Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Paul Schultz <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>
nickboldt added a commit that referenced this pull request May 16, 2024
* feat: RHIDP-1502 add method for janus-cli package metadata

Signed-off-by: Nick Boldt <[email protected]>

experimenting with a new packages/cli/src/commands/metadata/index.ts command

Signed-off-by: Nick Boldt <[email protected]>

lint changes and fix to readme

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder

Signed-off-by: Nick Boldt <[email protected]>

change description and instuctions

Signed-off-by: Nick Boldt <[email protected]>

include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins

Signed-off-by: Nick Boldt <[email protected]>

switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint)

Signed-off-by: Nick Boldt <[email protected]>

* include individual plugin/*/package.json updates

Signed-off-by: Nick Boldt <[email protected]>

* feat: RHIDP-1502 add method for janus-cli package metadata

Signed-off-by: Nick Boldt <[email protected]>

experimenting with a new packages/cli/src/commands/metadata/index.ts command

Signed-off-by: Nick Boldt <[email protected]>

lint changes and fix to readme

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

implement metadata generation from CODEOWNERS and some hardcoded values

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

quieter output; updated sample; regen yarn lock

Signed-off-by: Nick Boldt <[email protected]>

move hardcoded defaults into cmdline options; support running in root folder against a specific plugins/* folder

Signed-off-by: Nick Boldt <[email protected]>

change description and instuctions

Signed-off-by: Nick Boldt <[email protected]>

include script for batch updating all the RH supported plugins included in showcase; for now, don't update metadata in the non-included plugins

Signed-off-by: Nick Boldt <[email protected]>

switch from execSync to run git to using gitconfiglocal (to just parse the .git/config file) (sonarlint)

Signed-off-by: Nick Boldt <[email protected]>

switch yarn lock to use registry.yarnpkg.com

Signed-off-by: Nick Boldt <[email protected]>

* add missing type declaration for gitconfiglocal

Signed-off-by: Nick Boldt <[email protected]>

* add missing copyright / fix date

Signed-off-by: Nick Boldt <[email protected]>

add TODOs to the plugins/plugin-metadata.sh and plugins/plugin-metadata.json files

Signed-off-by: Nick Boldt <[email protected]>

* process all 42 plugins in the repo

Signed-off-by: Nick Boldt <[email protected]>

* process all 42 plugins in the repo

Signed-off-by: Nick Boldt <[email protected]>

* refactor command.ts

Signed-off-by: Paul Schultz <[email protected]>

* fix sh

Signed-off-by: Paul Schultz <[email protected]>

* add lines

Signed-off-by: Paul Schultz <[email protected]>

* Update packages/cli/src/commands/metadata/command.ts

---------

Signed-off-by: Nick Boldt <[email protected]>
Signed-off-by: Paul Schultz <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>
@schultzp2020 schultzp2020 deleted the rhidp-1502 branch September 25, 2024 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants