Course: Messiah College CIS 411, Fall 2018
Instructors: Joel Worrall & Trevor Bunch
Name: YOUR NAME
GitHub: YOUR_HANDLE
- The URL of my forked repository
- The accompanying diagram of what my fork precisely and conceptually represents
- My GraphQL response from adding myself as an account on the test project
{
"data": {
"mutateAccount": {
"id": "a10db030-ded8-4397-a78f-30b79d3497ab",
"name": "MY NAME",
"email": "MY EMAIL"
}
}
}
- The output of my git commit log
d2ddea5 (HEAD -> master, origin/master, origin/HEAD) Version 0.0.1 of the lab instructions
ab312fc more progress
62fb0a5 more progress
fe1937b more in the lab instructions
3e807fb first section
9ae6b83 remove LAB.md
e429c1a lab instructions
968099e remove test db
7362cd1 working
44ce6ae Initial commit
- The accompanying diagram of what my feature branch precisely and conceptually represents
- What is the .circleci/config.yml doing?
- What do the various sections on the config file do?
- When a CI build is successful, what does that philosophically and practically/precisely indicate about the build?
- If you were to take the next step and ready this project for Continuous Delivery, what additional changes might you make in this configuration (conceptual, not code)?
- The output of my git commit log
- A screenshot of the Jobs list in CircleCI
Remember to reference at least one other student in the PR content via their GitHub handle.
PR reference in the report to one of the following:
- Add one or more unit tests to the core assignment project.
- Configure the CircleCI config.yml to automatically build a Docker image of the project.
- Configure an automatic deployment of the successful CircleCI build to an Amazon EC2 instance.