jx-docs icon indicating copy to clipboard operation
jx-docs copied to clipboard

feat: add ability to enlarge image on click

Open khushishikhu opened this issue 4 years ago • 20 comments

fixes #3089 @ankitm123 i have tried to make it work. please guide me what changes i need to do and where i am wrong. as i am new with this kind of codebase

khushishikhu avatar Oct 20 '20 17:10 khushishikhu

Hi @khushishikhu. Thanks for your PR.

I'm waiting for a jenkins-x member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the jenkins-x/lighthouse repository.

jenkins-x-bot avatar Oct 20 '20 17:10 jenkins-x-bot

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To complete the pull request process, please assign daveconde You can assign the PR to them by writing /assign @daveconde in a comment when ready.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

jenkins-x-bot avatar Oct 20 '20 17:10 jenkins-x-bot

Couple of points:

  • the Commit message format checks fail - you need to change your commit message and PR title to match the semantic convention, see https://jenkins-x.io/community/code/#the-commit-message

IMHO, this is a new feature, so the apt title would be:

feat: add ability to enlarge image on click

or some thing similar. You just need to change the PR title and the commit message.

  • Update the PR description to add fixes #3089 https://github.com/jenkins-x/jx-docs/pull/3100#issue-506992070. This way when the PR is merged, the issue will be automagically closed.

ankitm123 avatar Oct 20 '20 19:10 ankitm123

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Oct 23 '20 20:10 sonarqubecloud[bot]

/ok-to-test

ankitm123 avatar Oct 23 '20 21:10 ankitm123

:star: PR built and available in a preview environment jenkins-x-jx-docs-pr-3100 here

jenkins-x-bot avatar Oct 23 '20 21:10 jenkins-x-bot

image seeing 404 for the js files in the dev console.

ankitm123 avatar Oct 23 '20 22:10 ankitm123

@ankitm123 can you please tell me when can you put here label for hacktoberfest-accepted

khushishikhu avatar Oct 30 '20 08:10 khushishikhu

@ankitm123 can you please tell me when can you put here label for hacktoberfest-accepted

@MarckK Any idea what this means? @khushishikhu is it just a label for this PR/issue? If yes, I can do it.

ankitm123 avatar Oct 30 '20 20:10 ankitm123

@ankitm123 yes, it's just a label, see https://hacktoberfest.digitalocean.com/hacktoberfest-update

hervelemeur avatar Oct 30 '20 20:10 hervelemeur

@ankitm123 can you please tell me when can you put here label for hacktoberfest-accepted

@MarckK Any idea what this means? @khushishikhu is it just a label for this PR/issue? If yes, I can do it.

Actually yes @ankitm123 just like the linked issue has a label for hacktoberfest. According to those guidelines the PR will be considered for completing the challenge when it has hacktoberfest-accepted label or that pr has been approved or merged.

khushishikhu avatar Oct 30 '20 20:10 khushishikhu

Actually yes @ankitm123 just like the linked issue has a label for hacktoberfest. According to those guidelines the PR will be considered for completing the challenge when it has hacktoberfest-accepted label or that pr has been approved or merged.

Done

ankitm123 avatar Oct 30 '20 20:10 ankitm123

@ankitm123 sorry i have been bit busy with my collage. but here is the problem i facing that i tried to make another html file but its not supporting or i should put the code in an existing html file. Because i didn't find any relatable html file with maturity-matrix where shortcodes should be written. please help me to solve this issue

khushishikhu avatar Nov 16 '20 16:11 khushishikhu

@ankitm123 sorry i have been bit busy with my collage. but here is the problem i facing that i tried to make another html file but its not supporting or i should put the code in an existing html file. Because i didn't find any relatable html file with maturity-matrix where shortcodes should be written. please help me to solve this issue

I will get back to you by EOD. Thanks for working on this :+1:

ankitm123 avatar Nov 17 '20 13:11 ankitm123

So short codes are normally defined here. An example of using a shortcode is: https://github.com/jenkins-x/jx-docs/blob/master/content/en/v3/admin/platforms/_index.md (look at {{}})

ankitm123 avatar Nov 25 '20 22:11 ankitm123

failed to trigger Pull Request pipeline

  • failed to create agent
  • failed to calculate in repo config
  • failed to create trigger config from local source for repo jenkins-x/jx-docs ref 1eb052a403af8d2539f7254a3ee7b3d24c3b6f6f
  • failed to find any lighthouse configuration files in repo jenkins-x/jx-docs at sha 1eb052a403af8d2539f7254a3ee7b3d24c3b6f6f
  • Not Found

jenkins-x-bot-test avatar Nov 27 '20 07:11 jenkins-x-bot-test

failed to trigger Pull Request pipeline

  • failed to create agent
  • failed to calculate in repo config
  • failed to create trigger config from local source for repo jenkins-x/jx-docs ref 132a675573d007c65e3030d1566d683649be5dfa
  • failed to find any lighthouse configuration files in repo jenkins-x/jx-docs at sha 132a675573d007c65e3030d1566d683649be5dfa
  • Not Found

jenkins-x-bot-test avatar Nov 27 '20 07:11 jenkins-x-bot-test

SonarCloud Quality Gate failed.

Bug C 6 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Nov 27 '20 07:11 sonarqubecloud[bot]

can you rebase the PR? There were some changes to the pipeline. Basically,

  • checkout master branch of ur fork (ensure that ur master branch is in sync with the jx-docs master branch)
  • git pull
  • go back to patch-1 branch, and rebase: git checkout patch-1 && git rebase master
  • fix the merge conflicts and push back.

ankitm123 avatar Dec 03 '20 14:12 ankitm123

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close. If this issue is safe to close now please do so with /close. Provide feedback via https://jenkins-x.io/community. /lifecycle stale

jenkins-x-bot avatar Mar 03 '21 15:03 jenkins-x-bot

Abandoned by developer

msvticket avatar Feb 27 '24 21:02 msvticket