Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-samples/eb-java-scorekeep
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aws-samples/eb-java-scorekeep
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fargate
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 42 files changed
  • 4 contributors

Commits on Dec 5, 2017

  1. Create AWS Fargate Branch (#8)

    * Updates API Java Application to build with Docker
    * Updates Frontend Application to build with Docker
    * Adds task-definition generator to publish to ECS
    * Adds Makefiles to support setting up Cloudformation, building Docker
     images, and publishing to ECR
    * Removes Elastic Beanstalk config and replaces with Task Definition Environment
     Variables and Cloudformation
    * Adds Cloudwatch Logs integration
    * Restructured repository to sepatate Frontend and API Dockerfiles
    danger-d authored and mwunderl committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    dc17ac3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. readme

    mwunderl committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    a93a243 View commit details
    Browse the repository at this point in the history
  2. readme

    mwunderl committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    8eaf972 View commit details
    Browse the repository at this point in the history
  3. gitignore

    mwunderl committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    ba26be5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8d4717 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Fixed scorekeep typo in task def (#9)

    tiffanyfay authored and mwunderl committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    62da6d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Correct logical error (#13)

    Replace `make publish` through `make stack` as this is the right commando for running the Cloudformation template.
    reiz authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    2d5049a View commit details
    Browse the repository at this point in the history
Loading