Skip to content

Commit a5dc211

Browse files
committed
Merge branch 'feature/enable-schemathesis-v3' of github.com:MetaCell/cloud-harness into feature/enable-schemathesis-v3
2 parents 18a2398 + ab69664 commit a5dc211

124 files changed

Lines changed: 2838 additions & 630 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ node_modules
88
*.DS_Store
99
deployment/helm
1010
deployment/compose
11-
docker-compose.yaml
11+
/docker-compose.yaml
1212
*.egg-info
1313
*.idea
1414
/build

README.md

Lines changed: 42 additions & 27 deletions
File renamed without changes.
File renamed without changes.

application-templates/django-app/backend/__APP_NAME__/__init__.py renamed to application-templates/django-base/backend/__APP_NAME__/__init__.py

File renamed without changes.

application-templates/django-app/backend/__APP_NAME__/admin.py renamed to application-templates/django-base/backend/__APP_NAME__/admin.py

File renamed without changes.

application-templates/django-app/backend/__APP_NAME__/apps.py renamed to application-templates/django-base/backend/__APP_NAME__/apps.py

File renamed without changes.

application-templates/django-app/backend/__APP_NAME__/migrations/0001_initial.py renamed to application-templates/django-base/backend/__APP_NAME__/migrations/0001_initial.py

File renamed without changes.

application-templates/django-app/backend/__APP_NAME__/migrations/__init__.py renamed to application-templates/django-base/backend/__APP_NAME__/migrations/__init__.py

File renamed without changes.

application-templates/django-app/backend/__APP_NAME__/models.py renamed to application-templates/django-base/backend/__APP_NAME__/models.py

File renamed without changes.

0 commit comments

Comments
 (0)