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

Create / config an Action that validates that a submodule contains the Catalog components #1

Closed
5 tasks done
tangollama opened this issue Feb 27, 2020 · 3 comments
Closed
5 tasks done

Comments

@tangollama
Copy link
Contributor

tangollama commented Feb 27, 2020

The specs for the catalog are described in detail here and usage in the proposed UI is here.

We need:

  • a semantic version number in the package.json
  • an nr1.json file in the root of the submodule
  • an icon.png file in the root of the submodule
  • a catalog/config.json file matching the linked format (containing at least two elements in the support subsection of the JSON)
  • at least one screenshot in the catalog/screenshots directory
@jbeveland27
Copy link
Contributor

We're currently using semantic-release to handle versioning (via .releaserc). There are several GitHub Actions available to more or less do the same thing we're doing with CircleCi. Do we want to continue using that or switch to just detecting semantic version number in package.json?

@jbeveland27
Copy link
Contributor

jbeveland27 commented Mar 6, 2020

Is the icon.png needed in the root of the submodule, or the root of a launcher? If this doc is the source of truth, we might need to add icon files to all the nerdpacks for the catalog to pick them up correctly.

@jbeveland27
Copy link
Contributor

jbeveland27 commented Mar 27, 2020

Files-present-action addresses all these requirements.

jbeveland27 added a commit that referenced this issue Apr 6, 2020
* feat: add nr1-browser-analyzer submodule

* chore: changing submodule commit to trigger PR build

* chore: changing submodule commit back to latest
tangollama pushed a commit that referenced this issue Apr 24, 2020
updating fork with changes from upstream
tangollama added a commit that referenced this issue Apr 29, 2020
jbeveland27 pushed a commit that referenced this issue May 20, 2020
tangollama added a commit that referenced this issue Jul 10, 2020
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

No branches or pull requests

2 participants