Coder Social home page Coder Social logo

danepowell / orca Goto Github PK

View Code? Open in Web Editor NEW

This project forked from acquia/orca

0.0 1.0 0.0 4.42 MB

A tool for testing Acquia software packages by installing all of them together into a realistic, functioning, best practices Drupal build and running automated tests on them

License: GNU General Public License v2.0

PHP 96.11% Shell 3.70% Gherkin 0.19%

orca's Introduction

ORCA

Build Status

ORCA (Official Representative Customer Application) is a tool for testing Acquia software packages. It ensures their cross compatibility and correct functioning by installing all of them together into a realistic, functioning, best practices Drupal build and running automated tests on them. Its guiding design principle is to use Acquia packages as a customer would. It installs the latest recommended versions and performs no manual setup or configuration.

What does it do? What is the value?
Adds all Acquia packages to a BLT project via Composer, installs them and their submodules, and runs their automated tests. Ensures that all Acquia packages can be added to the same codebase via Composer (prevents dependency conflicts), that there are no install time or functional conflicts between them, and that they have no undocumented dependencies, and prevents regressions.
Adds only the package under test to a BLT project via Composer, installs it and its submodules, and runs its automated tests. Ensures that the package under test has no undeclared dependencies on other Acquia packages and functions correctly on its own.
Performs the above tests with the recommended, stable versions of Acquia packages. Ensures that the package under test still works with the versions of other software already released and in use and prevents releases of the package from disrupting the ecosystem.
Performs the above tests using the latest development versions of Acquia packages. Ensures that the package under test will continue to work when new versions of other software are released and prevents changes in the ecosystem from breaking the package. Forces early awareness and collaboration between project teams and prevents rework and emergency support situations.
Performs the above tests using a threefold spread of Drupal core versions: the previous minor release, the current supported release, and the next minor dev version. Ensures that the package under test still works with both supported releases of Drupal and will continue to work with the next one.
Performs static analysis of the package under test. Ensures low level construction quality. (Prevents PHP warnings and errors, version incompatibility, etc.)

See Continuous integration for exact details.

Documentation

orca's People

Contributors

phenaproxima avatar traviscarden avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.