-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
changed deliver_now to deliver_later #9402
changed deliver_now to deliver_later #9402
Conversation
Thanks for opening this pull request! This space is protected by our Code of Conduct - and we're here to help. |
Codecov Report
@@ Coverage Diff @@
## main #9402 +/- ##
=======================================
Coverage ? 58.60%
=======================================
Files ? 98
Lines ? 5991
Branches ? 0
=======================================
Hits ? 3511
Misses ? 2480
Partials ? 0 |
@jywarren could you tell me why the functional tests are failing? Is it due to the same reason mentioned by @cesswairimu at #9383? |
Hi @anirudhprabhakaran3 , yeah it is because of the same reason...would you like to make similar changes as I suggested on the other PR? |
Yes, I'll update the code based on the information you've given already! Thank you! |
Awesome 🎉
|
Just realized they are the same failing test as #9383 ..the details there should apply...thanks |
ALL CHECKS PASSED! Sorry I'm really excited XD |
Fantastic 🎉 thanks a bunch |
Thank you! I have a few questions.
|
@anirudhprabhakaran3 looks like you touched two files that were not part of your changes yarn.lock and package.json..could you please remove those? And yeah it will be merged once you fix those |
Aah yes. I think those two files were changed when I ran the webpacker and react install. I'll make the changes and push it 👍 |
@cesswairimu made all changes and tests have passed |
Code Climate has analyzed commit 8efca6f and detected 0 issues on this pull request. View more on Code Climate. |
@RuthNjeri I've made the necessary changes. Now only two files have been edited |
Hi @anirudhprabhakaran3, looks like you made the changes for #9309 instead of #9308 as you linked in the issue...I understand the confusion because they had similar titles...I will update the issue number and merge the changes as you have worked a lot on it and the contributor on other PR hasn't gotten back to us in a while. Thanks |
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.
🎉 🎉
Congrats on merging your first pull request! 🙌🎉⚡️ Help others take their first stepNow that you've merged your first pull request, you're the perfect person to help someone else out with this challenging first step. 🙌 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. |
* changed deliver_now to deliver_later in app/controllers/notes_controller.rb * Modified tests to reflect change * Reverse the unwanted changes * reverted unwanted changes
* changed deliver_now to deliver_later in app/controllers/notes_controller.rb * Modified tests to reflect change * Reverse the unwanted changes * reverted unwanted changes
Fixes #9309
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!