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

feat: Wallet Instance Attestation #14

Merged
merged 53 commits into from
Jul 3, 2023
Merged
Show file tree
Hide file tree
Changes from 42 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
f84381b
Update .gitignore
grausof Jun 14, 2023
111dc9e
Add wallet instance attestation
grausof Jun 15, 2023
95afc0a
Adnewlined
grausof Jun 15, 2023
1ae00f4
fix typo
grausof Jun 15, 2023
a15d15f
add plantuml schema
grausof Jun 15, 2023
47e05ef
Fix typo
grausof Jun 15, 2023
965fdfe
Refactor
grausof Jun 15, 2023
0563843
Typo fix
grausof Jun 16, 2023
4466eaf
fix: heading
peppelinux Jun 18, 2023
57deb8f
feat: CI ghpages with branch preview
peppelinux Jun 18, 2023
ca811d2
Merge branch 'versione-corrente' into wallet-instance-attestation-SIW…
peppelinux Jun 18, 2023
bb16d90
Add vp_formats_supported
grausof Jun 19, 2023
b14d1fb
Wallet Provider's backend
grausof Jun 19, 2023
0bdd52c
Rename to JWS
grausof Jun 19, 2023
b9045ac
Uppercase Wallet Instance Attestation
grausof Jun 19, 2023
85e8ff2
Merge branch 'wallet-instance-attestation-SIW-151' of https://github.…
grausof Jun 19, 2023
f1b6d9b
Fix format
grausof Jun 19, 2023
12ed92a
Add static SVG
grausof Jun 19, 2023
8c29261
Fix metadata
grausof Jun 19, 2023
305c769
Add trust_chain example
grausof Jun 19, 2023
311e6d6
Add plantuml target
grausof Jun 19, 2023
326b75b
Change grant_types_supported
grausof Jun 20, 2023
6367d8c
update examples
grausof Jun 20, 2023
7de2eb7
fix typo
grausof Jun 21, 2023
9b762d1
fix typo
grausof Jun 21, 2023
b796eb0
fix typo
grausof Jun 21, 2023
5021a35
Add dot
grausof Jun 21, 2023
f785a6f
Add dot
grausof Jun 21, 2023
77fc4e2
Fix pipeline
grausof Jun 26, 2023
3cd3a2e
Refactor
grausof Jun 26, 2023
6c3369d
Change SVG
grausof Jun 27, 2023
0f6dccc
Remove backend word
grausof Jun 27, 2023
2fc4d84
Update docs/en/wallet-instance-attestation.rst
grausof Jun 27, 2023
a2d6712
Update docs/en/wallet-instance-attestation.rst
grausof Jun 27, 2023
275cec5
Update docs/en/wallet-instance-attestation.rst
grausof Jun 27, 2023
ef04eb9
Update docs/en/wallet-instance-attestation.rst
grausof Jun 27, 2023
0747fad
Update docs/en/wallet-instance-attestation.rst
grausof Jun 27, 2023
9efd860
Apply suggestions from code review
grausof Jun 27, 2023
20bdf70
Fix format
grausof Jun 27, 2023
25cfb9c
Add text under detail design
grausof Jun 27, 2023
829c830
Fix typo
grausof Jun 27, 2023
f15afe8
Apply suggestions from code review
grausof Jun 27, 2023
7257c47
Update docs/en/wallet-instance-attestation.rst
peppelinux Jun 27, 2023
f48fbe7
Update docs/en/wallet-instance-attestation.rst
peppelinux Jun 27, 2023
1a96a26
Update docs/en/wallet-instance-attestation.rst
peppelinux Jun 27, 2023
9198d29
Merge branch 'versione-corrente' into wallet-instance-attestation-SIW…
grausof Jul 3, 2023
b9b6192
Rearrange section
grausof Jul 3, 2023
6d87c4a
Fix typo
grausof Jul 3, 2023
2f95583
Remove JWS
grausof Jul 3, 2023
98939fe
Remove JWS
grausof Jul 3, 2023
fc61809
editorial edit
grausof Jul 3, 2023
8e0790e
Fix typ
grausof Jul 3, 2023
b8d6a9a
Update docs/en/wallet-instance-attestation.rst
grausof Jul 3, 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
40 changes: 24 additions & 16 deletions .github/workflows/gh-pages.yml
grausof marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ name: gh-pages

on:
push:
branches: [ "versione-corrente" ]
branches: ["versione-corrente"]
paths-ignore:
- README.md
- CONTRIBUTING.md
- LICENSE.md
- .gitignore
- README.md
- CONTRIBUTING.md
- LICENSE.md
- .gitignore
pull_request:
branches: ["*"]
paths-ignore:
- README.md
- CONTRIBUTING.md
- LICENSE.md
- .gitignore
- README.md
- CONTRIBUTING.md
- LICENSE.md
- .gitignore

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -34,14 +35,21 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: '3.8' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
python-version: "3.8" # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: "x64" # optional x64 or x86. Defaults to x64 if not specified

- name: Install deps
run: |-
python -m pip install -r requirements-dev.txt

- name: Build branch
run: |-
sphinx-build -b html docs/it/ html/${GITHUB_HEAD_REF}/it
sphinx-build -b html docs/en/ html/${GITHUB_HEAD_REF}/en

# Runs a single command using the runners shell
- name: Run a script
- name: Create GH page index
run: |-
pip install tox
tox -re build
touch html/.nojekyll
echo '
<html>
Expand All @@ -51,20 +59,20 @@ jobs:
</head>
<body>
<h1>Italian eIDAS Wallet Technical Specifications</h1>

<ul>
<li><a href="it/">Italian version</a></li>
<li><a href="en/">English version</a></li>
</ul>
</body>
</html>' > html/index.html


- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
build_dir: html
keep_history: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ html
env
build
env-preview
.venv
.vscode
Loading