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

add packages.txt to github pages #1520

Merged
merged 2 commits into from
Jan 11, 2019
Merged

add packages.txt to github pages #1520

merged 2 commits into from
Jan 11, 2019

Conversation

sam-goodwin
Copy link
Contributor

We need access to packages.txt for unit tests, this will make them available on github.io.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license.

@sam-goodwin sam-goodwin requested a review from a team as a code owner January 11, 2019 09:59
@sam-goodwin sam-goodwin requested review from a team and removed request for eladb January 11, 2019 10:06
@sam-goodwin sam-goodwin merged commit dac9bfa into master Jan 11, 2019
@@ -4,6 +4,8 @@ set -euo pipefail
# render docs to docs/dist
(cd docs && bash ./build-docs.sh)

lerna ls > docs/dist/packages.txt
Copy link
Contributor

Choose a reason for hiding this comment

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

Might not be sufficient to actually be able to implement our installation canaries. I would argue that we probably need the names of the modules for every package manager that we publish into. Otherwise we will need heuristics about converting the javascript names to other languages and that's not possible because there are special cases there.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think the .jsii files are a better artifact to publish to our docs website (or a .zip file with all the .jsii files). That will include all the needed information (and also all of our type system, which is useful for other purposes).

@rix0rrr rix0rrr deleted the samgood/package-list branch April 23, 2019 07:11
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.

3 participants