teamhephy / controller

Hephy Workflow Controller (API)
https://teamhephy.com
MIT License
14 stars 26 forks source link

fix(api/migrations): fix migrations conflict without merge #77

Closed Cryptophobia closed 5 years ago

Cryptophobia commented 5 years ago

Fixing the conflicting migrations without using django's python3 manage.py makemigrations --merge . Personal taste.

Cryptophobia commented 5 years ago

Once the CI passes, merging this in. :+1:

Cryptophobia commented 5 years ago

There is an interesting failure in rootfs/api/tests/test_build where the regex to test the pod name does not capture 7 characters but looks explicitly for {8,10}. This may need to be changed in the future but for now the test is passing intermittently.

Cryptophobia commented 5 years ago

Passes.