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

Make the project Dockerflow compliant and build it in CircleCI #1

Merged
merged 5 commits into from
May 3, 2017

Conversation

mars-f
Copy link
Contributor

@mars-f mars-f commented May 1, 2017

Build the project using Docker, add Dockerflow API endpoints, and build everything with CircleCI. Most code was copied from the Lando UI project.

mars-f added 4 commits April 27, 2017 20:02
Lock down the packages in dev-requirements.txt with hashes, same as we
have it in the lando-ui project.
Add a docker-compose.yml, docker images, and README instructions for
development.  Also add a Dockerfile for production.
Add API endpoints so we conform to Cloud Ops' Dockerflow spec.
Added standard project boilerplate so CI runs our tests on commit and
also builds production-ish docker images.

A bunch of extra tasks for conveniently developing the project come
along with the tasks.py file.
@mars-f mars-f requested a review from purelogiq May 1, 2017 23:25
Copy link
Contributor

@purelogiq purelogiq left a comment

Choose a reason for hiding this comment

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

Everything looks good - except 1 thing. Can you add the these tests: https://github.com/mozilla-conduit/lando-ui/blob/master/tests/test_py3_codequality.py so that linting becomes part of the test suite itself like lando-ui?

Add code quality tests so they will run in (and fail) the CI test suite.
Copy link
Contributor

@purelogiq purelogiq left a comment

Choose a reason for hiding this comment

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

Nice!

@mars-f mars-f merged commit 2d5cad7 into mozilla-conduit:master May 3, 2017
@mars-f mars-f deleted the build-with-circleci branch May 3, 2017 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants