• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ciudadanointeligente / write-it / 1487 / 1
99%
master: 98%

Build:
Build:
LAST BUILD BRANCH: alpaca-rebased-django-1.8
DEFAULT BRANCH: master
Ran 26 Mar 2015 09:48PM UTC
Files 106
Run time 118min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Mar 2015 09:18PM UTC coverage: 99.168%. Remained the same
DB=postgres

push

travis-ci

lfalvarez
WIP #610. This adds the backend for manually resync with popit

Resyncing a preexisting writeit instance with a popit instance.
This only provides the backend for resyncing. But the frontend would probably look something like this.

In somewhere like ```nuntium/templates/nuntium/profiles/writeitinstance_and_popit_relations.html``` in the
```{% for record in relations %}``` you would have to add something like following:
```
<a class="resync" href="{% url 'resync-from-popit' slug=record.writeitinstance.slug popit_api_pk=record.popitapiinstance.pk %}">resync</a>
```

and at the bottom of the file:

```
<script type="text/javascript">
$(function(){
  $('.resync').click(function(event){
    event.preventDefault();
    var url = $(event.target).attr('href');
    $.post(url, function(data){
      location.reload();
    })

  })
})
</script>
```

7390 of 7452 relevant lines covered (99.17%)

0.99 hits per line

Source Files on job 1487.1 (DB=postgres)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1487
  • Travis Job 1487.1
  • e0fd99a6 on github
  • Prev Job for DB=postgres on issues/610-resync-popit (#1486.1)
  • Next Job for DB=postgres on issues/610-resync-popit (#1489.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc