-
Notifications
You must be signed in to change notification settings - Fork 40
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
Sss #152
Closed
Closed
Sss #152
Conversation
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
feat(domain): report if an SOA record exists for a domain
chore: update fastly IPs
Resolve an issue when attempting to vendor this project into gh/gh: ```sh Bundler could not find compatible versions for gem "public_suffix": In snapshot (Gemfile.lock): public_suffix (= 4.0.6) In Gemfile: public_suffix (~> 4.0) github-pages-health-check (= 1.7.4) was resolved to 1.7.4, which depends on public_suffix (~> 2.0) Running `bundle update` will rebuild your snapshot from scratch, using only the gems in your Gemfile, which may resolve the conflict. ```
> Once github/github is updated, we could update this to be ~> 4.0 /cc 7e0724e
chore: bump `public_suffix` past ~> 2.0
Allow private zones with an SOA to satisfy apex_domain?
chore: update cloudflare IPs
* Remove logic making sites with AAAA DNS entries invalid * Add aaaa_present? * Add support to test against Ruby 3.0 in build pipeline.
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
This test does not ensure that web requests are actually *made* with the specified proxy. That is currently beyond the ability of WebMock to assert (bblimke/webmock#753). However Typhoeus does raise an exception when an invalid option is passed to its Request object, so we can be reasonably assured that Typhoeus will in fact receive the intended proxy url and use it.
Add support for using a network proxy to make outgoing web requests
Bump github-pages-health-check to 1.18.0
check for underscore for https
The official Ruby 2.5 Docker image is no longer supported
`3.0` was possibly getting truncated to `3`, which would get the latest `3.x` instead of `3.0`
Allow all of the matrix builds to run despite failures
Dependabot Actions usage updates
Updates the requirements on [octokit](https://github.com/octokit/octokit.rb) to permit the latest version. - [Release notes](https://github.com/octokit/octokit.rb/releases) - [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md) - [Commits](octokit/octokit.rb@v4.0.0...v4.22.0) --- updated-dependencies: - dependency-name: octokit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…and-lt-6 Update octokit requirement from ~> 4.0 to >= 4, < 6
Updates the requirements on [public_suffix](https://github.com/weppos/publicsuffix-ruby) to permit the latest version. - [Release notes](https://github.com/weppos/publicsuffix-ruby/releases) - [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md) - [Commits](weppos/publicsuffix-ruby@v3.0.0...v3.1.1) --- updated-dependencies: - dependency-name: public_suffix dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…gte-3.0-and-lt-6.0 Update public_suffix requirement from >= 3.0, < 5.0 to >= 3.0, < 6.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Ssss