-
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
Fix double pagination on tags questions #8689
Conversation
merges fix-pagination branch to main
Codecov Report
@@ Coverage Diff @@
## main #8689 +/- ##
==========================================
+ Coverage 81.85% 81.92% +0.07%
==========================================
Files 100 100
Lines 5901 5930 +29
==========================================
+ Hits 4830 4858 +28
- Misses 1071 1072 +1
|
@cesswairimu please is there any way I can narrow down on which functional tests are failing? It's been kind of challenging since the application builds locally without any errors |
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.
Hey @Cadreia You can find the tests failing by checking the travis logs 😅 Click on the details link next to the travis pull request check and then navigate to functional tests For example your run is accessible here https://travis-ci.com/github/publiclab/plots2/jobs/414753485 So from this log you can see that the should_have_a_active_asked_and_an_inactive_answered_tab_for_question and wildcard_tag_should_have_a_active_asked_and_an_inactive_answered_tab_for_question tests are failing
Thank you @Tlazypanda. I'll get back to you if I face any further difficulties |
Oh no! It looks like this and #8479 (comment) are both setting out to fix the same issue. @tyler-wel @Cadreia would you be able to work together to resolve this, or perhaps as @Cadreia has more recently been working on it, @Cadreia would like to take this one on? I'm sorry we didn't notice the overlap sooner - thank you for all your work, both of you! |
I'm fine with Cadreia taking oevr! |
OK, thank you and I appreciate your understanding ❤️ @Cadreia just notifying you too! |
Okay, I'll try completing this as soon as possible.
…On Mon, Nov 9, 2020, 11:29 PM Jeffrey Warren ***@***.***> wrote:
OK, thank you and I appreciate your understanding ❤️
@Cadreia <https://github.com/Cadreia> just notifying you too!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8689 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJVPFHAFXVAQYRPTQBXRWETSPBUNTANCNFSM4TCP2Z4A>
.
|
Code Climate has analyzed commit a8eda74 and detected 0 issues on this pull request. View more on Code Climate. |
Hi, @jywarren. I succeeded in getting the tests to pass for this. Can you please review it? |
@Cadreia I am getting 502 on gitpod..not sure why...do you minding adding a screenshot for this? |
Hi, @cesswairimu. I just opened this on gitpod, and I didn't come across a 502 error. |
Hi @Cadreia , the screenshot is fine. Its late over here, I will take a look tomorrow. Thanks |
This looks perfect, thank you!!!! |
* fixed double pagination on tags questions * fix double pagination * pass tests
* fixed double pagination on tags questions * fix double pagination * pass tests
* fixed double pagination on tags questions * fix double pagination * pass tests
* fixed double pagination on tags questions * fix double pagination * pass tests
Fixes #8674 (<=== Add issue number here)
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!