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

Recursive folders, aliases, parallel requests, simplifications #289

Closed
wants to merge 4 commits into from

Conversation

pbochynski
Copy link

@pbochynski pbochynski commented Jan 22, 2024

Several features and improvements are introduced in this PR:

  • processing folders as inputs (folder is processed recursively)
  • support for alias replacement in the URL (used for checking aliased urls to the static site like docsify)
  • configurable number of parallel requests
  • removed dependencies (needle, link-check) and replaced by native fetch
  • several simplifications in the code (e.g. reading files)

Refactoring was done without changing functions signatures and keeping the existing tests.

Resolves:

@pbochynski pbochynski changed the title Recursive folders an Recursive folders, aliases, parallel requests, simplifications Jan 22, 2024
@pbochynski
Copy link
Author

Too many changes were required to optimize the code and support fast parallel processing. I had to rewrite it completely.

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.

1 participant