savoirfairelinux / sous-chef

Sous-Chef is a web application to help organizations to plan and deliver meals, and to manage clients files.
GNU Affero General Public License v3.0
67 stars 45 forks source link

Lingxiaoyang maintenance/20170717 #801

Closed erozqba closed 7 years ago

erozqba commented 7 years ago

Fixes # by @lingxiaoyang

Changes proposed in this pull request:

Status

How to verify this change

Step 1: From your project repository, check out a new branch and test the changes.

git checkout -b erozqba-lingxiaoyang-maintenance/20170717 dev git pull https://github.com/erozqba/sous-chef.git lingxiaoyang-maintenance/20170717

Step 2: Recreate the web service

docker-compose up -d --no-deps --build web

Step 3: Test the changes with DEV settings

Go to sous_chef http://0.0.0.0:8000 and add/edit/remove some avatars.

Step 4: Test the changes prod PROD settings

docker-compose -f docker-compose.yml -f docker-compose.prod.yml -up -d Go to sous_chef and add/edit/remove some avatars.

Deployment notes and migration

New translatable strings

Additional notes

If applicable, explain the rationale behind your change.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.09%) to 95.296% when pulling 6fb93f7b55402a04bd6ad5569e062f2789fa1fee on erozqba:lingxiaoyang-maintenance/20170717 into 4324350b039f2762d85be2c8f9442f5afef50802 on savoirfairelinux:dev.

erozqba commented 7 years ago

@lamontfr could you check this? Thanks in advance!

lamontfr commented 7 years ago

@erozqba I will test this later this week.