Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fixing for TSR and EUSR #92

Merged
merged 32 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
cfca044
Fixed example title; PEPPOL-7761
phax Aug 17, 2023
1be8e11
Fixed comment order and title; PEPPOL-7761
phax Aug 17, 2023
4697ac5
EUSR-28 no longer exists
phax Aug 20, 2023
b5f1d4f
update schematron wrt TICC-296 and PEPPOL-8000
yerlibilgin Oct 12, 2023
45d3d18
Updated Schematrons
phax Dec 11, 2023
dc3fbc2
Unified wording on calendar days
phax Dec 11, 2023
f518a4a
Updated versions
phax Dec 11, 2023
f79d320
Fixed wording
phax Dec 11, 2023
f44faa7
Merge remote-tracking branch 'origin/main' into Develop
phax Dec 11, 2023
53bb8b8
Added note on "all zero" subsets/subtotals
phax Dec 11, 2023
ba4de9f
Updated changelog
phax Dec 11, 2023
9c8b71a
New image
phax Dec 11, 2023
66e41e9
Updated PDK paths
phax Dec 11, 2023
6989d28
Updated examples
phax Dec 11, 2023
2350aa8
Fixed version
phax Dec 11, 2023
be7863a
Allow ZZ for TSR; TICC-295
phax Dec 11, 2023
e20942f
Removed IDE specific stuff
phax Dec 11, 2023
4e05290
IR 2.0
phax Dec 11, 2023
630beb7
Improved wording
phax Dec 11, 2023
5053286
Improved wording
phax Dec 11, 2023
51879de
Improved wording
phax Dec 11, 2023
f4e0a30
Quoting
phax Dec 11, 2023
e760b6f
Updated TSR examples for Appendix
phax Dec 11, 2023
d235916
Updated examples etc
phax Dec 11, 2023
5f17add
Updated
phax Dec 11, 2023
8fabca0
Updated images
phax Dec 11, 2023
f7bf2a0
Improved wording
phax Dec 11, 2023
285edfb
Wording update
phax Dec 11, 2023
06f31d0
Separate files for appendix
phax Dec 11, 2023
daacb96
Updated EUSR examples to be consistent
phax Dec 11, 2023
f33a5ac
Updated example
phax Dec 11, 2023
d6c0e8f
Removed license header
phax Dec 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/workflows/pdk-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: PDK-Dev

on:
push:
branches:
- Develop
branches-ignore:
- main

jobs:
build:
Expand All @@ -23,21 +23,22 @@ jobs:

- name: Login with docker to ECR
id: login-ecr
run: aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
run: aws ecr get-login-password --region eu-west-1 | docker login --username AWS --password-stdin 070318080841.dkr.ecr.eu-west-1.amazonaws.com


- name: Pull docker image
run: docker pull public.ecr.aws/openpeppol/pdk:latest
run: docker pull 070318080841.dkr.ecr.eu-west-1.amazonaws.com/pdk:latest

- name: Prepare PDK
run: docker run --rm -i -v $(pwd):/src public.ecr.aws/openpeppol/pdk:latest pdk -T
run: docker run --rm -i -v $(pwd):/src 070318080841.dkr.ecr.eu-west-1.amazonaws.com/pdk:latest pdk -T

- name: Run PDK
run: docker run --rm -i -v $(pwd):/src public.ecr.aws/openpeppol/pdk:latest pdk
run: docker run --rm -i -v $(pwd):/src 070318080841.dkr.ecr.eu-west-1.amazonaws.com/pdk:latest pdk

- name: Publish to Test-Docs
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
aws s3 sync --acl public-read --region eu-west-1 target/site ${{ secrets.AWS_S3_PATH }}/reporting/${GITHUB_REF#refs/heads/}

11 changes: 6 additions & 5 deletions .github/workflows/pdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@13d241b293754004c80624b5567555c4a39ffbe3
with:
Expand All @@ -24,16 +24,17 @@ jobs:

- name: Login with docker to ECR
id: login-ecr
run: aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
run: aws ecr get-login-password --region eu-west-1 | docker login --username AWS --password-stdin 070318080841.dkr.ecr.eu-west-1.amazonaws.com


- name: Pull docker image
run: docker pull public.ecr.aws/openpeppol/pdk:latest
run: docker pull 070318080841.dkr.ecr.eu-west-1.amazonaws.com/pdk:latest

- name: Prepare PDK
run: docker run --rm -i -v $(pwd):/src public.ecr.aws/openpeppol/pdk:latest pdk -T
run: docker run --rm -i -v $(pwd):/src 070318080841.dkr.ecr.eu-west-1.amazonaws.com/pdk:latest pdk -T

- name: Run PDK
run: docker run --rm -i -v $(pwd):/src public.ecr.aws/openpeppol/pdk:latest pdk
run: docker run --rm -i -v $(pwd):/src 070318080841.dkr.ecr.eu-west-1.amazonaws.com/pdk:latest pdk

- name: Publish to Test-Docs
env:
Expand Down
53 changes: 0 additions & 53 deletions .vscode/json-schema/codelist-subset.json

This file was deleted.

129 changes: 0 additions & 129 deletions .vscode/json-schema/codelist.json

This file was deleted.

23 changes: 0 additions & 23 deletions .vscode/json-schema/imports.json

This file was deleted.

51 changes: 0 additions & 51 deletions .vscode/json-schema/library.json

This file was deleted.

Loading
Loading