This repository was archived by the owner on May 22, 2024. It is now read-only.
Fixes various instances of d43 links#215
Closed
16dprice wants to merge 52 commits into
Closed
Conversation
* Initial commit of POC pipeline * Fixes for tn, tq, tw text files Fixes for text files for tn, tq, tw * Changes to the configuration * Added config for other environments * Added missing config * Removed commented out code
Only load book title.txt from front matter folder. Cherry picked from 7f6d73f in unfoldingWord/door43-job-handler#67
Since we use Jenkins, remove deploy scripts from Travis config.
…flow Increase recursion limit
Don't deploy via Travis
Default to current AWS region
Register modules
Match project links based on directory, not identifier
Improve debug and exception logging
Fix chapter-appears-as-book-title bug.
update linter to node 10
* Development changes * Changes from review
working fix (for now) for improper door43 links
cache language commit number during runtime
delete old print statements
use mocking framework for requests method
better regex for matching on rc links
add some TODO comments and move code into appropriate preprocessor
comment for proper testing procedure
todo comment
fix for tw preprocessor to point at WACS translation manual contenet
fix internal logic error
This reverts commit 03831c5.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR addresses various places where the code is linking to door43 sites. These need to be replaced with links pointing to WACS. Several bits of regex are updated along with some other links.