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

Fix tag_controller failing test #8228

Merged
merged 2 commits into from
Aug 3, 2020
Merged

Fix tag_controller failing test #8228

merged 2 commits into from
Aug 3, 2020

Conversation

cesswairimu
Copy link
Collaborator

@cesswairimu cesswairimu commented Aug 3, 2020

Fixes current travis failures
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!

  • PR is descriptively titled 📑 and links the original issue above 🔗
  • tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with rake test
  • code is in uniquely-named feature branch and has no merge conflicts 📁
  • screenshots/GIFs are attached 📎 in case of UI updation
  • ask @publiclab/reviewers for help, in a comment below

We're happy to help you get this ready -- don't be afraid to ask for help, and don't be discouraged if your tests fail at first!

If 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!

@gitpod-io
Copy link

gitpod-io bot commented Aug 3, 2020

@codecov
Copy link

codecov bot commented Aug 3, 2020

Codecov Report

Merging #8228 into main will decrease coverage by 0.11%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #8228      +/-   ##
==========================================
- Coverage   81.81%   81.69%   -0.12%     
==========================================
  Files         100      100              
  Lines        5846     5846              
==========================================
- Hits         4783     4776       -7     
- Misses       1063     1070       +7     
Impacted Files Coverage Δ
app/services/execute_search.rb 88.88% <0.00%> (-5.56%) ⬇️
app/api/srch/search.rb 66.24% <0.00%> (-3.83%) ⬇️

Copy link
Member

@jywarren jywarren left a comment

Choose a reason for hiding this comment

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

Thanks cess!!!!!

<% end %>
</div>

</div></div>
Copy link
Member

Choose a reason for hiding this comment

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

Hmm, so were we missing these close div tags?

<a rel="tooltip" title="<%= translation('sidebar._post_button.share_your_work') %>" data-placement="bottom" href="/post?tags=<%= @title %>" class="btn btn-primary requireLogin">New post <i class="fa fa-plus fa-white"></i></a>
<% else %>
<a class="btn btn-primary requireLogin" target="_blank" href="/subscribe/tag/<%= params[:id] %>"> Follow</a>
<% if @related_tags %>
Copy link
Member

Choose a reason for hiding this comment

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

Oh no! This was my fault for sure. I accidentally committed this without final checks because I misunderstood the gitpod interface. I thought it was to push to a feature branch but it went to main! 😱

Thanks for catching and solving this!!!

@jywarren jywarren merged commit ecb672f into main Aug 3, 2020
cypherean pushed a commit to cypherean/plots2 that referenced this pull request Aug 5, 2020
* skip if no related tags

* proper indentation
dms-yondy pushed a commit to dms-yondy/plots2 that referenced this pull request Aug 7, 2020
* skip if no related tags

* proper indentation
nadimakhtar97 pushed a commit to nadimakhtar97/plots2 that referenced this pull request Sep 21, 2020
* skip if no related tags

* proper indentation
shubhangikori pushed a commit to shubhangikori/plots2 that referenced this pull request Oct 12, 2020
* skip if no related tags

* proper indentation
alvesitalo pushed a commit to alvesitalo/plots2 that referenced this pull request Oct 14, 2020
* skip if no related tags

* proper indentation
piyushswain pushed a commit to piyushswain/plots2 that referenced this pull request Oct 22, 2020
* skip if no related tags

* proper indentation
manchere pushed a commit to manchere/plots2 that referenced this pull request Feb 13, 2021
* skip if no related tags

* proper indentation
lagunasmel pushed a commit to lagunasmel/plots2 that referenced this pull request Mar 2, 2021
* skip if no related tags

* proper indentation
reginaalyssa pushed a commit to reginaalyssa/plots2 that referenced this pull request Oct 16, 2021
* skip if no related tags

* proper indentation
ampwang pushed a commit to ampwang/plots2 that referenced this pull request Oct 26, 2021
* skip if no related tags

* proper indentation
billymoroney1 pushed a commit to billymoroney1/plots2 that referenced this pull request Dec 28, 2021
* skip if no related tags

* proper indentation
Sign up for free to 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.

2 participants