-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat: simplify exclude list, latest muffet, update redirects #1733
Open
mrjones-plip
wants to merge
19
commits into
main
Choose a base branch
from
mrjones-plip-patch-6
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
5edada3
homogenize exclude list, add echis ke repos,
mrjones-plip e65e4ba
use internal DNS settings, update flags, use latest muffet version
mrjones-plip f243869
use public DNS instead of dev one
mrjones-plip 25c2820
more tightly bind port combos for localhost
mrjones-plip 26aff42
use alt port for DNS which works both locally and in CI
mrjones-plip 4ac9a5a
rename medic, medic-web, medic-android and medic-config repos in URLs…
mrjones-plip f093eaa
more repo URL fixing, 404 fixing
mrjones-plip e519965
increase timeout, throttle more
mrjones-plip 4f947f2
update medic-gateway URL, add google doc
mrjones-plip a0987b2
fix deep link to very old doc in unused repo in version no one runs
mrjones-plip b5a3c2e
fix release note image link
mrjones-plip c2a2480
more.link.fixing.all.the.time
mrjones-plip 69dec48
tweak muffet rate limiting and exclude patterns
mrjones-plip b978454
add user agent, fix...everything?
mrjones-plip 50e851f
tidy up more 404, redirects, real urls etc
mrjones-plip e3774a7
commit muffet binary directly, update CI with same, more exclude logic
mrjones-plip 07d171d
hopefully last exclude list urls
mrjones-plip d4002eb
revert CI simplificaiton
mrjones-plip c08f8f0
fix type on filname
mrjones-plip File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,24 +33,18 @@ jobs: | |
- name: Install npm modules for Hugo | ||
run: npm install | ||
|
||
- name: Install Muffet | ||
run: | | ||
GO111MODULE=on go install github.com/raviqqe/[email protected] | ||
asdf reshim golang | ||
|
||
# run in background so CI doesn't hang waiting for "ctrl + c". Sleep ensures server is ready in next step | ||
- name: Serve Hugo site | ||
run: | | ||
hugo server& | ||
sleep 30 | ||
|
||
- name: Set DNS to 9.9.9.9 | ||
shell: bash | ||
run: ./.github/scripts/set_dns.sh | ||
|
||
- name: Run Muffet link checker | ||
shell: bash | ||
run: ./.github/scripts/muffet.sh | ||
run: | | ||
cd .github/scripts/ | ||
chmod +x *muffet* | ||
muffet.sh | ||
|
||
- name: Report errors to Slack, if any | ||
if: ${{ github.ref == 'refs/heads/main' && failure() }} | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.