Skip to content
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

Issue Resolved: Fix Breaking-link Punctuation at end of URL in Comments #10947 #11048

Merged
merged 6 commits into from May 29, 2022

Conversation

rajvidg
Copy link
Contributor

@rajvidg rajvidg commented Apr 13, 2022

The commits made on 9th April, about updating two files are the required changes.

@rajvidg rajvidg requested a review from a team as a code owner April 13, 2022 09:29
@gitpod-io
Copy link

gitpod-io bot commented Apr 13, 2022

@codecov
Copy link

codecov bot commented Apr 13, 2022

Codecov Report

Merging #11048 (96eae96) into main (88dbc9e) will decrease coverage by 0.11%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #11048      +/-   ##
==========================================
- Coverage   82.45%   82.33%   -0.12%     
==========================================
  Files          98       98              
  Lines        5990     5990              
==========================================
- Hits         4939     4932       -7     
- Misses       1051     1058       +7     
Impacted Files Coverage Δ
app/models/comment.rb 77.77% <100.00%> (ø)
app/services/execute_search.rb 88.88% <0.00%> (-5.56%) ⬇️
app/api/srch/search.rb 66.66% <0.00%> (-3.85%) ⬇️

@github-actions
Copy link

This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here:
https://github.com/publiclab/plots2/suites/6105790552/artifacts/212011362

@TildaDares
Copy link
Member

@rajvidg These changes are not needed for the issue you're resolving.

@rajvidg
Copy link
Contributor Author

rajvidg commented Apr 13, 2022

@rajvidg These changes are not needed for the issue you're resolving.

Actually there are four changes and the last two are were the required ones. @TildaDares

README.md Outdated
@@ -1,5 +1,6 @@
PublicLab.org
======
I forked and cloned this repo.
Copy link
Member

Choose a reason for hiding this comment

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

@rajvidg Can you remove this file from the PR? Thanks!!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rajvidg Can you remove this file from the PR? Thanks!!

Yes I am trying to, watching some tutorials. :'(

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rajvidg Can you remove this file from the PR? Thanks!!

I removed the changes and reverted the file to its original one, but it got created as another commit, but the files changes section contains the required files, I tried doing it using git commands but the README file was not showing up in the branch where I committed rest of the changes, can you please look into it. @TildaDares

Copy link
Member

Choose a reason for hiding this comment

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

@rajvidg You've resolved the issue 🎉

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@rajvidg You've resolved the issue 🎉

Oh! thank you @TildaDares :))

@codeclimate
Copy link

codeclimate bot commented Apr 14, 2022

Code Climate has analyzed commit 96eae96 and detected 0 issues on this pull request.

View more on Code Climate.

@github-actions
Copy link

This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here:
https://github.com/publiclab/plots2/suites/6124121566/artifacts/213157189

@TildaDares
Copy link
Member

@rajvidg Can you add the issue number to the description above? Thanks!!

@rajvidg
Copy link
Contributor Author

rajvidg commented Apr 14, 2022

@rajvidg Can you add the issue number to the description above? Thanks!!

Ya sure!!

@TildaDares
Copy link
Member

Also can you change the PR title to one that is more descriptive of the issue you're resolving?

@rajvidg
Copy link
Contributor Author

rajvidg commented Apr 14, 2022

Also can you change the PR title to one that is more descriptive of the issue you're resolving?

Okay

@rajvidg rajvidg changed the title Updated both files Issue Resolved: Fix Breaking-link Punctuation at end of URL in Comments #10947 Apr 14, 2022
@rajvidg
Copy link
Contributor Author

rajvidg commented Apr 14, 2022

The issue was: Fix Breaking-link Punctuation at end of URL in Comments, with the tag: #10947 @TildaDares

@TildaDares TildaDares linked an issue Apr 14, 2022 that may be closed by this pull request
5 tasks
Copy link
Member

@TildaDares TildaDares left a comment

Choose a reason for hiding this comment

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

Thanks for working on this @rajvidg!!

@rajvidg
Copy link
Contributor Author

rajvidg commented Apr 20, 2022

Thanks for working on this @rajvidg!!

Thank you for giving me the chance :)) @TildaDares

Copy link
Contributor

@RuthNjeri RuthNjeri left a comment

Choose a reason for hiding this comment

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

Looks good @rajvidg!

@jywarren jywarren merged commit 83ccbc3 into publiclab:main May 29, 2022
@welcome
Copy link

welcome bot commented May 29, 2022

Congrats on merging your first pull request! 🙌🎉⚡️
Your code will likely be published to PublicLab.org in the next few days, but first it will be published to https://stable.publiclab.org/ (it will take some minutes for this to load, and until then you may see logs from the build process). Please test out your work on this testing server and report back with a comment that all has gone well!
Do join our weekly check-in to share your this week goal and the awesome work you did 😃. Please find the link to our latest check-in here 📝
Now that you've completed this, you can help someone else take their first step!
Reach out to someone else working on theirs on Public Lab's code welcome page (where you'll now be featured as a recent contributor!). Thanks!

Help others take their first step

Now that you've merged your first pull request, you're the perfect person to help someone else out with this challenging first step. 🙌

https://code.publiclab.org

Try looking at this list of `first-timers-only` issues, and see if someone else is waiting for feedback, or even stuck! 😕

People often get stuck at the same steps, so you might be able to help someone get unstuck, or help lead them to some documentation that'd help. Reach out and be encouraging and friendly! 😄 🎉

Read about how to help support another newcomer here, or find other ways to offer mutual support here.

You can also join our Gitter channel to connect with other contributors 📥

@jywarren
Copy link
Member

Thanks, everyone!!

@jywarren
Copy link
Member

@TildaDares would you mind checking this in https://stable.publiclab.org once it publishes? Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Breaking-link Punctuation at end of URL in Comments
4 participants