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

Add CI build for integration with plone.app.contenttypes #482

Merged
merged 2 commits into from
Mar 4, 2016

Commits on Mar 3, 2016

  1. Add CI build for integration with plone.app.contenttypes

    Even as collective.cover has been in production using plone.app.contenttypes for more than 2 years in many sites, we haven't deal with testing that in CI.
    
    Many changes were made here to achieve compatibility and fix some errors:
    
    - testing content creation was refactored to simplify it
    - Dexterity Image content was removed as is no longer necessary (test case is covered by using plone.app.contenttypes)
    - a bunch of hacks to deal with Archetypes/Dexterity API incompatibilites were included
    - RF collection tile test was refactored and finally fixed (I hope so)
    - documentation was updated to include a known good versions of packages involved
    
    This is a huge step in the search of Plone 5 compatibility.
    hvelarde committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    9db9acf View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Refactor RF tests to fix random failures

    We ignore some tests are randomly failing under Plone 4.2.
    hvelarde committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    0a0415c View commit details
    Browse the repository at this point in the history