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

Make region configurable #86

Merged
merged 2 commits into from
Aug 30, 2024
Merged

Make region configurable #86

merged 2 commits into from
Aug 30, 2024

Conversation

muodov
Copy link
Member

@muodov muodov commented Aug 29, 2024

To make it easier to generate wiki for non-US regions

@muodov muodov requested review from kdzwinel and removed request for kdzwinel August 29, 2024 08:20
@muodov muodov marked this pull request as draft August 29, 2024 13:50
@muodov muodov requested a review from kdzwinel August 29, 2024 19:24
@muodov muodov marked this pull request as ready for review August 29, 2024 19:24
@@ -12,8 +12,7 @@ module.exports = function getListOfJSONPathsFromFolder(folderPath) {
return true;
}

console.trace('Skipping path', resolvedPath, stat);
process.exit(1);
Copy link
Member

Choose a reason for hiding this comment

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

Why we had that here? And why was it removed? It looks like some unexpected state where we want to stop the whole process, no?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think it was a mistake. I added this in #24, which was not supposed to change any functionality. I think I did this for debugging, and just didn't notice it in the PR because the diff is not shown.
This should not happen again since the data PRs are automated now.

Copy link
Member

@kdzwinel kdzwinel left a comment

Choose a reason for hiding this comment

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

Nice, I left one comment, but other than that LGTM

@muodov muodov merged commit 4770f4d into master Aug 30, 2024
1 check passed
@muodov muodov deleted the configurable-region branch August 30, 2024 10:19
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