Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Add the docker portions of pca-report-library #10

Open
wants to merge 79 commits into
base: develop
Choose a base branch
from

Conversation

ameliav
Copy link
Collaborator

@ameliav ameliav commented Oct 29, 2021

🗣 Description

Add the docker portions of pca-report-library into this repository

💭 Motivation and context

This change is required to get it up to speed with cisagov coding standards and is part of the plan to fully modernize pca-report-library. This repository will house the docker portions of pca-report-library while also maintaining the base skeleton-docker.

Resolves #2

🧪 Testing

Using pytest to test changes and pre-commit

✅ Checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All future TODOs are captured in issues, which are referenced
    in code comments.
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All relevant repo and/or project documentation has been updated
    to reflect the changes in this PR.
  • Tests have been added and/or modified to cover the changes in this PR.
  • All new and existing tests pass.

Copy link
Member

@dav3r dav3r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is my first pass at some things that need to be changed. Please let me know if you have any questions.

.github/workflows/build.yml Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
docker-compose.yml Show resolved Hide resolved
docker-compose.yml Outdated Show resolved Hide resolved
docker-compose.yml Show resolved Hide resolved
docker-compose.yml Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@@ -1,4 +1,4 @@
# pca-report-generator-docker 💀🐳 #
# pca-report-generator-docker #
Copy link
Member

@dav3r dav3r Nov 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some of the recent items that I noted have made me realize that this repo should really be called pca-report-library-docker, since it containerizes pca-report-library. Let's take care of that name change (and the related changes to the README) as the final step after all of the other conversations in this PR have been resolved.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dav3r okay- please let me know when and how to take care of this or if you will

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @dav3r when you are back from vacation, please let me know if everything else has been resolved and then how to take care of the repo name change, thanks.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do @ameliav - I am going try to get back to you on this tomorrow.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The repo name change is pretty simple- I'm thinking we should change the repo name as soon as this PR is merged. I can take care of the renaming. In the meantime, you should update the README and change anything that says pca-report-generator-docker to pca-report-library-docker.

In addition to that, you still have to get the failing tests to pass. Let me know if you need any help there.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @dav3r thanks for getting back. I've been assigned to another task so this has been put on hold for me. Will comment again when I'm able to work on this again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add pca-report-library Docker Content
3 participants