-
Notifications
You must be signed in to change notification settings - Fork 222
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
Remove trailing space from pyflakes project #637
Remove trailing space from pyflakes project #637
Conversation
netlify.toml
Outdated
@@ -1,3 +1,7 @@ | |||
[build] | |||
publish = "_site" | |||
command = "gem install bundler && .ci/build.sh" | |||
|
|||
[[redirects]] | |||
from = "/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala" |
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.
to & from need to be reversed.
and you need to edit the .md to remove the unwanted space
caa0142
to
c1cd2b7
Compare
netlify redirect isnt working. see #573 (comment) |
c1cd2b7
to
7c330ee
Compare
Interesting. I dont seem to be able to get the popup to work with other pages. |
See it works on master https://coala-projects.netlify.com/#/projects?project=improve_generic_bear_quality |
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 appears to break existing links to pages
7c330ee
to
77f158e
Compare
resources/js/app.js
Outdated
@@ -262,6 +269,11 @@ | |||
|
|||
var project_requested = encodeURIComponent($location.search().project); | |||
if(project_requested){ | |||
|
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.
IMO we don't this extra line here.
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.
At some places it exists, and at some it doesn't. I'll remove it anyway
resources/js/app.js
Outdated
if(project_requested in redirectTo){ | ||
project_requested = redirectTo[project_requested] | ||
} | ||
|
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.
(Same here)
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.
Okay. Thanks
77f158e
to
7a6097b
Compare
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.
Codewise, LGTM.
Though, you'll need to rebase your branch with master :)
Yes, it's an old commit. I'll rebase once the code changes are approved. John needs to deploy and verify that the redirects are working properly. |
The netlify deploy is working. See the test below. |
This redirects the user from link http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala_ to http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala and also removes ending whitespace from project name Fixes coala#573
7a6097b
to
1d3d026
Compare
Travis tests have failedHey @srivama, Ruby: 2.5.1docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
|
Travis tests have failedHey @srivama, Ruby: 2.5.1docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
|
ack 1d3d026 |
@gitmate-bot ff |
Hey! I'm GitMate.io! This pull request is being fastforwarded automatically. Please DO NOT push while fastforward is in progress or your changes would be lost permanently |
Automated fastforward with GitMate.io was successful! 🎉 |
This redirects the user from link
http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala_
to http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala
Fixes #573
For short term contributors: we understand that getting your commits well
defined like we require is a hard task and takes some learning. If you
look to help without wanting to contribute long term there's no need
for you to learn this. Just drop us a message and we'll take care of brushing
up your stuff for merge!
Checklist
them.
individually. It is not sufficient to have "fixup commits" on your PR,
our bot will still report the issues for the previous commit.) You will
likely receive a lot of bot comments and build failures if coala does not
pass on every single commit!
After you submit your pull request, DO NOT click the 'Update Branch' button.
When asked for a rebase, consult coala.io/rebase
instead.
Please consider helping us by reviewing other peoples pull requests as well:
cobot mark wip <URL>
to get it outof the review queue.
The more you review, the more your score will grow at coala.io and we will
review your PRs faster!