Skip to content

Commit

Permalink
Format YAML files (remove whitespace)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-sigma committed Jul 18, 2024
1 parent 5b4d46d commit 7ba06e9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
name: ${{ matrix.test-type }}
path: .coverage*

upload_coverage:
needs: tests
name: Upload coverage information to codecov
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- ./docker-init-db.sql:/docker-entrypoint-initdb.d/init_db.sql
- db:/var/lib/postgresql/data
networks:
- openinwoner-dev
- openinwoner-dev

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.9.2
Expand All @@ -21,7 +21,7 @@ services:
- cluster.routing.allocation.disk.threshold_enabled=false
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
networks:
- openinwoner-dev
- openinwoner-dev
volumes:
- es_data:/usr/share/elasticsearch/data
ports:
Expand Down Expand Up @@ -58,7 +58,7 @@ services:
- CACHE_PORTALOCKER=redis:6379/0
- CELERY_BROKER_URL=redis://redis:6379/0
- CELERY_RESULT_BACKEND=redis://redis:6379/0
- CELERY_LOGLEVEL=DEBUG
- CELERY_LOGLEVEL=DEBUG
- ES_HOST=elasticsearch
- DISABLE_2FA=${DISABLE_2FA:-True}
- DEBUG=True
Expand Down Expand Up @@ -107,4 +107,4 @@ volumes:

networks:
openinwoner-dev:
name: openinwoner-dev
name: openinwoner-dev
2 changes: 1 addition & 1 deletion docker/docker-compose.openklant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ networks:
name: openklant-dev

volumes:
db_data:
db_data:
22 changes: 11 additions & 11 deletions publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ description:
- Expose products via an API
genericName: Open Inwoner component
longDescription: >
Using Open Inwoner platform administrators can easily fill in the information
about municipality products and services with the convenient WYSIWYG editor.
The users can search through the products with the power of the full-text
search and the questionnaires to access the services which are applicable and
Using Open Inwoner platform administrators can easily fill in the information
about municipality products and services with the convenient WYSIWYG editor.
The users can search through the products with the power of the full-text
search and the questionnaires to access the services which are applicable and
useful in their situation.
The users can interact with each other and exchange messages and documents.
The users can interact with each other and exchange messages and documents.
The users can create plans together to achieve their goals.
The style of the application is easily configurable: all the colors, images,
The style of the application is easily configurable: all the colors, images,
help texts and the logo can be set up and changed in the admin page.
Open Inwoner is developed in line with the Common Ground principles and provides
integration with Common Ground services such as Open Zaak and Haal Centraal.
Open Inwoner is developed in line with the Common Ground principles and provides
integration with Common Ground services such as Open Zaak and Haal Centraal.
legal:
license: EUPL-1.2
Expand Down

0 comments on commit 7ba06e9

Please sign in to comment.