-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split into mono repository - front and backend (#77) - create vuejs f…
…rontend # backend: - add graphene to backend - rename azure module, add new vs code build tasks and add global schema for core - update DB link - replace property (as a single item) with abstract class and subclass it for house, room, and apartment - add/delete new packages like pandas - django toolbar: make it work - add migrations for core - clean view form google captcha # create vue js + apollo based frontend - prepare circle ci, adjust azure to skip according to folder, adds new routers - move one dir up # Pipelines - adjust ci: split frontend and backend into azure pipelines and quay.io - speed up dockerfile - update entry script - reformat python and js/ts - adjust sonar exclusions
- Loading branch information
Showing
115 changed files
with
13,439 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Javascript Node CircleCI 2.0 configuration file | ||
# | ||
# Check https://circleci.com/docs/2.0/language-javascript/ for more details | ||
# https://circleci.com/gh/dmpe/django-wohn | ||
version: 2 | ||
jobs: | ||
build: | ||
machine: | ||
image: ubuntu-1604:201903-01 | ||
# setup_remote_docker: | ||
# version: 18.09.3 | ||
working_directory: ~/repo | ||
steps: | ||
- checkout | ||
|
||
- run: | | ||
pwd | ||
ls -ls | ||
- run: | ||
name: Build and push Docker image | ||
command: | | ||
cd frontend/ | ||
docker build -t quay.io/dmpe/django-wohn-frontend:latest . | ||
echo $DOCKER_PASS | docker login -u $DOCKER_LOGIN --password-stdin quay.io | ||
docker push quay.io/dmpe/django-wohn-frontend:latest | ||
workflows: | ||
version: 2 | ||
workflow: | ||
jobs: | ||
- build: | ||
context: DockerHub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.