Skip to content

Commit

Permalink
Merge pull request #1310 from maykinmedia/task/2424-config-docs-ci
Browse files Browse the repository at this point in the history
[#2424] Check that config-setup documentation is up-to-date in CI
  • Loading branch information
pi-sigma authored Jul 18, 2024
2 parents 2db5c1b + 259ea10 commit 7806ba4
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# format YAML files (remove whitespace)

7ba06e990ff66aadb422e3dba3edbbbcb9bdf970
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ django-sessionprofile==1.0
# via
# -r requirements/base.in
# django-digid-eherkenning
django-setup-configuration==0.2.0
django-setup-configuration==0.3.0
# via -r requirements/base.in
django-simple-certmanager==1.4.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ django-sessionprofile==1.0
# -c requirements/base.txt
# -r requirements/base.txt
# django-digid-eherkenning
django-setup-configuration==0.2.0
django-setup-configuration==0.3.0
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ django-sessionprofile==1.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# django-digid-eherkenning
django-setup-configuration==0.2.0
django-setup-configuration==0.3.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down

0 comments on commit 7806ba4

Please sign in to comment.