Skip to content

HBASE-24567 Create release should url-encode all characters when building git uri - #1907

Merged
ndimiduk merged 1 commit into
apache:masterfrom
ndimiduk:24567-create-release-url-encode-credentials
Jun 22, 2020
Merged

HBASE-24567 Create release should url-encode all characters when building git uri#1907
ndimiduk merged 1 commit into
apache:masterfrom
ndimiduk:24567-create-release-url-encode-credentials

Conversation

@ndimiduk

Copy link
Copy Markdown
Member

By default, urllib.quote will skipp over / characters, which are valid for use in passwords.

…ding git uri
By default, `urllib.quote` will skipp over `/` characters, which are
valid for use in passwords.
@ndimiduk

Copy link
Copy Markdown
MemberAuthor

A follow-on from using #1620 "for real".

PTAL @busbey@saintstack@mattf-apache

@ndimiduk

Copy link
Copy Markdown
MemberAuthor

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 30sDocker mode activated.
-0 ⚠️yetus0m 3sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 🆗mvndep0m 23sMaven dependency ordering for branch
_ Patch Compile Tests _
+0 🆗mvndep0m 8sMaven dependency ordering for patch
_ Other Tests _
1m 53s
SubsystemReport/Notes
DockerClient=19.03.11 Server=19.03.11 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1907/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR#1907
Optional Tests
unameLinux 3c7f1c21c0e5 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionmaster / 2ecbaf1
Max. process+thread count55 (vs. ulimit of 12500)
modulesC: U:
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1907/1/console
versionsgit=2.17.1 maven=(cecedd343002696d0abb50b32b541b8a6ba2883f)
Powered byApache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 24sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+0 🆗shelldocs0m 1sShelldocs was not available.
+1 💚@author0m 0sThe patch does not contain any @author tags.
_ master Compile Tests _
+0 🆗mvndep0m 21sMaven dependency ordering for branch
_ Patch Compile Tests _
+0 🆗mvndep0m 6sMaven dependency ordering for patch
+1 💚shellcheck0m 1sThere were no new shellcheck issues.
+1 💚whitespace0m 0sThe patch has no whitespace issues.
_ Other Tests _
+0 🆗asflicense0m 0sASF License check generated no output?
1m 56s
SubsystemReport/Notes
DockerClient=19.03.11 Server=19.03.11 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1907/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR#1907
Optional Testsdupname asflicense shellcheck shelldocs
unameLinux 515d7c0b9d83 4.15.0-101-generic #102-Ubuntu SMP Mon May 11 10:07:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionmaster / 2ecbaf1
Max. process+thread count42 (vs. ulimit of 12500)
modulesC: U:
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1907/1/console
versionsgit=2.17.1 maven=(cecedd343002696d0abb50b32b541b8a6ba2883f) shellcheck=0.4.6
Powered byApache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase

Copy link
Copy Markdown

🎊 +1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec1m 23sDocker mode activated.
-0 ⚠️yetus0m 3sUnprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ master Compile Tests _
+0 🆗mvndep0m 23sMaven dependency ordering for branch
_ Patch Compile Tests _
+0 🆗mvndep0m 8sMaven dependency ordering for patch
_ Other Tests _
2m 46s
SubsystemReport/Notes
DockerClient=19.03.11 Server=19.03.11 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1907/1/artifact/yetus-jdk8-hadoop3-check/output/Dockerfile
GITHUB PR#1907
Optional Tests
unameLinux 3ddc6b84796f 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitydev-support/hbase-personality.sh
git revisionmaster / 2ecbaf1
Max. process+thread count47 (vs. ulimit of 12500)
modulesC: U:
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1907/1/console
versionsgit=2.17.1 maven=(cecedd343002696d0abb50b32b541b8a6ba2883f)
Powered byApache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@mattf-apachemattf-apache left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@saintstacksaintstack left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 if it works....

@ndimiduk

Copy link
Copy Markdown
MemberAuthor

@mattf-apache around these parts we include a Signed-off-by line in our commit messages to track reviewer participation. The line include a git identity, just like the commit's Author field. Do you have an identity you'd like me to you use for this purpose? For example, these lines look like:

Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>

@ndimiduk

Copy link
Copy Markdown
MemberAuthor

@mattf-apache how about the info you have on your GitHub user name, so it would look like

Signed-off-by: Matt Foley <mattf@apache.org>

@mattf-apache

mattf-apache commented Jun 19, 2020 via email

Copy link
Copy Markdown
Member

@ndimiduk
ndimiduk merged commit 90b339a into apache:masterJun 22, 2020
@ndimiduk
ndimiduk deleted the 24567-create-release-url-encode-credentials branch June 22, 2020 22:22
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@ndimiduk@Apache-HBase@mattf-apache@saintstack