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

Dockerize Fisher Hall #77

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

Dockerize Fisher Hall #77

wants to merge 23 commits into from

Commits on Jul 8, 2017

  1. Move basechurch to apps folder

    achan committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    fe03040 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2017

  1. Initial docker compose file

    Start basechurch with:
    docker-compose -f docker-compose.yml -f docker-compose.dev.yml <cmd>
    achan committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    e890bc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Make tests pass on docker

    achan committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    ce5e5c2 View commit details
    Browse the repository at this point in the history
  2. Test on travis with docker

    achan committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    0997578 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #78 from openmcac/docker_basechurch

    Make basechurch run in docker on travis
    achan authored Jul 10, 2017
    Configuration menu
    Copy the full SHA
    c89a5be View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Fetch secrets from ENV

    achan committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    9ffef05 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Add script to create swarm

    achan committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    70fec45 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Rename web to api

    achan committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    48510f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. Create default postgres db

    achan committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    f96f6d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3bfe67 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Update docker compose files

    achan committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    2c8a3c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2017

  1. Initial commit of landing page

    achan committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    458b563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fc9257 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Code clean up

    achan committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    25fb99e View commit details
    Browse the repository at this point in the history
  2. Pull in maven dependencies from docker

    docker-compose run landing mvn package
    achan committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    e1d3317 View commit details
    Browse the repository at this point in the history
  3. Refactor landing page

    achan committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    a6339bd View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Add tests for LandingPageStore

    achan committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    6a6b9a5 View commit details
    Browse the repository at this point in the history
  2. Add landing specs to travis

    achan committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    4dbc3a4 View commit details
    Browse the repository at this point in the history
  3. Fix basechurch specs

    achan committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    aee2000 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bf8397 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Merge pull request #80 from openmcac/docker_landing

    Create docker service for Landing Page
    achan authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    dde22fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from openmcac/docker_api_service

    Create API docker service
    achan authored Oct 11, 2017
    Configuration menu
    Copy the full SHA
    a49a435 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3815e2e View commit details
    Browse the repository at this point in the history