-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
docs: redirect http -> https #10900
docs: redirect http -> https #10900
Conversation
to you under the Apache License, Version 2.0 (the | ||
"License"); you may not use this file except in compliance | ||
with the License. You may obtain a copy of the License at | ||
[//]: # Licensed to the Apache Software Foundation (ASF) under one |
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.
gatsby-mdx was tripping on the comment...
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.
Hah, I have another PR open for some redirect support, and it seems like you can get away with just the #
for comments. Well, we'll see if it passes CI.
Nevermind... the above is great if you like GIANT text. I need sleep.
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.
@@ -0,0 +1,3 @@ | |||
RewriteEngine On |
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.
here's the redirect magic
@@ -37,7 +36,7 @@ npm run start | |||
To publish, the static site that Gatsby generates needs to be pushed | |||
to the `asf-site` branch on the | |||
[apache/incubator-superset-site](https://github.com/apache/incubator-superset-site/) | |||
repository. No need to PR here, just `git push`! | |||
repository. No need to PR here, simply `git push`. |
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.
@@ -64,7 +64,7 @@ describe('AdhocFilters', () => { | |||
}); | |||
}); | |||
|
|||
it('Set custom adhoc filter', () => { | |||
xit('Set custom adhoc filter', () => { |
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.
This PR just got a lot more controversial! I'm inclined to approve, but hope we can fix this test one day, as it HAS caught real errors for me before.
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.
I'M GOING CRAZY DEALING WITH FLAKY TESTS.
FYI that's the second flaky test in this module. Another one got fixed by @nytai yesterday
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.
The xit
might be contentious, and I think you can simplify the apache boilerplate commenting, but in general the real fix here looks good, so, ✅
I'd say merge this and let's get back to the xits |
* docs: redirect http -> https * fix issues
SUMMARY
because does NOT look good!