ADRs tagged "devops"

  • 3 deciders

    drupal, devops

    Decided on

    Using memory caches like Memcached or Redis in production but not in development environments can lead to bugs and confusion.

  • 6 deciders

    devops

    Decided on

    Service integrations that use personal accounts tie the function of the service with the person's engagement with the project.

  • 5 deciders

    drupal, deployment, automation, devops

    Decided on

    Configuration should never be in an overridden state after configuration import(s) have been completed.

  • 1 decider

    dev-tools, drupal, devops

    Decided on

    The software development industry is continuing to move to containers both for production and local environments. It's clear that the bulk of new investment in local tooling is going towards container-focused solutions. While containers themselves add some complexity to local environments, they also reduce variance in development environments for teams with multiple developers.

  • 4 deciders

    devops, locals, drupal, contrib-modules

    Decided on

    Lullabot often works on projects that have large numbers of static file assets in production, such as images or PDFs. Keeping a complete copy of those files for each environment is wasteful, since developers tend to only look at a small portion of a site locally. A solution is needed to reduce disk use and the time it takes to update an environment.