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

ic-labs / django-icekit
0%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: agsa/master
DEFAULT BRANCH: develop
Repo Added 11 Aug 2016 01:31PM UTC
Files 265
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

LAST BUILD ON BRANCH feature/travis-docker
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 0.13
  • 0.13.1
  • 0.14
  • 0.14.1
  • 0.15
  • 0.17
  • 0.17.2
  • 10-url-override-with-publishing
  • 141_thumbnailer_sizes_in_settings
  • 176-remove-unpublishable-classes
  • 204-iiif-image-api
  • 212-api-for-images-collection
  • 213-add-collections-api
  • 230-split-settings
  • 236-site-map-importer
  • 241-cache-docker-in-travis
  • 247-image-categories-in-api
  • 253-travis-failures-installing-docker-engine-1.9
  • 254-bulk-delete-of-pages-in-admin
  • 261-locations-for-events
  • 265-add-mixins-to-simple-event
  • 288-reduce-tight-model-relationship-coupling
  • 308-fixes-for-fluent-pages-1-1-3
  • 49_visually_identify_preview
  • 85-rename-preview-link-param
  • add-public-read-s3-storage-for-thumbnails
  • agsa/master
  • develop
  • feature/138-fix-admin-content-js-behaviour
  • feature/155-show-preview-link-for-staff
  • feature/156-simple-content-workflow
  • feature/183-test-travis
  • feature/184-port-mptt-mgmt-commands
  • feature/192-add-republish-permission
  • feature/197-backport-templates-to-core
  • feature/22-fix-publishing-of-fluent-contents
  • feature/286-bower-install-icekit-deps
  • feature/286-use-yarn-if-yarn.lock-available
  • feature/32-make-publishing-filters-urlnode-compatible
  • feature/39_asset_model
  • feature/42-fix-publishing-m2m-rels-with-through-table
  • feature/44-build-search-features
  • feature/45-fix-workflow-app-name
  • feature/48-alter-the-nav-model
  • feature/add-runtests-quick-docker-env-script
  • feature/admin-refactor
  • feature/content-listing-plugin
  • feature/docker-tag
  • feature/dotenv
  • feature/fixes-for-icekit-based-projects
  • feature/image_improvements
  • feature/integrate-doctests-into-test-suite
  • feature/media-category-api
  • feature/new_articles
  • feature/news-aggregator
  • feature/publishing-auto-publish
  • feature/raw_id_preview
  • feature/refactor-location-models
  • feature/remove-gulp-dependency
  • feature/rest-docs
  • feature/reuse-db-tests
  • feature/screencast
  • feature/travis-docker
  • feature/uncompressed_js_block
  • feature/urls_in_quotes
  • fix-image-gallery-js-ref
  • fix-publishing-for-m2ms-with-gfks
  • fix-setting-derived-text-plugin-migrations
  • glamkit
  • glamkit-events
  • iiif-improvements
  • master
  • merge-repos
  • news-aggregator
  • pinned-startproject
  • pinned-startproject-ixc-django-docker
  • pre-repo-merge
  • public-s3-storage-support
  • requires-io-develop
  • test-zapier
  • tmp-for-aot-prod
  • travis-tag-commit
  • update-icekit-tests-db

24 Aug 2016 05:04AM UTC coverage: 0.0% (-76.1%) from 76.068%
52

Pull #27

travis-ci

mrmachine
Fix broken tests and run tests in a Docker container on Travis CI.

* Add `docker-compose.travis.yml` and `icekit/bin/runtests.sh`.

* Assume database name has been set correctly already in test settings
  module.

* Install missing `fluent_pages.pagetypes.fluentpage` app, which is
  needed by tests.

* Ensure `polymorphic_auth` is near the top of `INSTALLED_APPS` because
  it monkey patches Django's `get_user_model()` and some other Django
  auth code had already imported it before the monkey patch was applied.

* Use `G()` from DDF to create test users to avoid unique constraint
  violations.

* Update reversed URLs for renamed app labels.

* Make authenticated requests when testing admin pages, to avoid errors
  on 302 status code instead of expected 200 status code.

* Add a database dump to bypass migrations and speed up tests.
Pull Request #27:

0 of 4856 relevant lines covered (0.0%)

0.0 hits per line

Relevant lines Covered
Build:
Build:
4856 RELEVANT LINES 0 COVERED LINES
0.0 HITS PER LINE
Source Files on develop
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
52 feature/travis-docker Fix broken tests and run tests in a Docker container on Travis CI. * Add `docker-compose.travis.yml` and `icekit/bin/runtests.sh`. * Assume database name has been set correctly already in test settings module. * Install missing `fluent_pages.... Pull #27 27 Oct 2018 09:28PM UTC mrmachine travis-ci
0.0
1203 agsa/master Added a related name for WorkCategory -> Artwork push 26 Jan 2018 06:26AM UTC markfinger travis-ci pending completion  
1202 agsa/master Added WorkCategory and is_on_display for collection search re https://github.com/ixc/agsa/issues/149 push 26 Jan 2018 03:47AM UTC markfinger travis-ci pending completion  
1201 agsa/master Improved admin display of collection Artwork + Artist detail pages re https://github.com/ixc/agsa/issues/147 push 24 Jan 2018 11:29PM UTC markfinger travis-ci pending completion  
1200 agsa/master Deactivated tests reliant on Article model's admin integration - re #127 push 24 Jan 2018 04:04AM UTC markfinger travis-ci pending completion  
1198 agsa/master Pin django-polymorphic-tree to 1.4 as 1.5 assumes Django 1.10. Spits out errors like `TypeError: 'class Meta' got invalid attribute(s): base_manager_name` push 24 Jan 2018 01:23AM UTC markfinger travis-ci pending completion  
1189 agsa/master Fixed a bug where a 1-1 field without a value would raise a 500 when adding an object in the admin - re https://github.com/ixc/agsa/issues/127 push 23 Jan 2018 12:25AM UTC markfinger travis-ci pending completion  
1188 agsa/master Corrected the admin dashboard's links to use the new admin classes for artworks and artists push 23 Jan 2018 12:12AM UTC markfinger travis-ci pending completion  
1187 agsa/master Optimising the collection's admin list views - re #126 push 22 Jan 2018 11:30PM UTC markfinger travis-ci pending completion  
1186 agsa/master Reduce collection Artist/Artwork admin list view pages size - re #126 Further attempts to prevent the server from timing out when rendering the list view... push 22 Jan 2018 02:58AM UTC markfinger travis-ci pending completion  
See All Builds (714)
  • Repo on GitHub
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

© 2025 Coveralls, Inc