Commit Graph

391 Commits

Author SHA1 Message Date
Elijah 0d864490df Try renaming the wheel to work with the current python version 2024-01-25 12:39:20 +01:00
Elijah e8ae5047cb Fix debugging step 2024-01-25 12:07:14 +01:00
Elijah 91f781d85e Add debugging step 2024-01-25 12:05:45 +01:00
Elijah 953ca5d532 Skip confirmation prompt for package installation 2024-01-25 11:50:51 +01:00
Elijah 8b4a293601 apt-update before installing packages 2024-01-25 11:50:00 +01:00
Elijah 72d37bc093 Installed software-properties-common to be able to use add-apt-repository 2024-01-25 11:48:50 +01:00
Elijah 3f00ea2fa9 Added deadsnakes repo to download specific Python version 2024-01-25 11:45:18 +01:00
Elijah 7d07fdf8c4 Updated pipeline to automatically download and install DIDKit 2024-01-25 11:43:47 +01:00
mildred 184ca0be16 Update README.md 2024-01-24 17:40:45 +00:00
Cayo Puigdefabregas 4dc3e91b55 fix SUPPORTED_CREDENTIALS hardcoded 2024-01-24 17:12:46 +01:00
Cayo Puigdefabregas f8574569ac fix vp with new type in credentials 2024-01-24 16:53:19 +01:00
Cayo Puigdefabregas 60ede69ad3 Merge branch 'main' of gitea.pangea.org:trustchain-oc1-orchestral/IdHub 2024-01-24 16:10:17 +01:00
Cayo Puigdefabregas b6360f27fc fix bug about type of credentials 2024-01-24 16:10:10 +01:00
pedro 39541f50d9 docker: code that facilitates deploy of pilots
- new env var SYNC_ORG_DEV (which is by default 'y'); useful
  for idhub devs
- new env var ORG_FILE; useful in docker to specify org examples file
  per pilot
- add all examples files for each org in pilot that needs it
2024-01-24 14:41:06 +01:00
mildred 815f43d980 Update README.md 2024-01-24 10:41:30 +00:00
mildred c7d8c1c129 Update README.md 2024-01-24 10:35:06 +00:00
mildred 81fd0a4e17 Update README.md
Update of Features and Repo structure sections
2024-01-23 19:40:27 +00:00
Elijah 0f21807092 Updated license name 2024-01-23 11:09:38 +01:00
Cayo Puigdefabregas 28d46798a5 readme of examples 2024-01-23 11:01:51 +01:00
Cayo Puigdefabregas 9b50e02066 update readme 2024-01-23 10:07:44 +01:00
Cayo Puigdefabregas 17953db269 clean 2024-01-23 09:50:12 +01:00
Cayo Puigdefabregas 2b34515db5 Merge branch 'main' of gitea.pangea.org:trustchain-oc1-orchestral/IdHub 2024-01-22 18:13:55 +01:00
Cayo Puigdefabregas 8c5d77acf6 Merge branch 'release' 2024-01-22 18:13:45 +01:00
Cayo Puigdefabregas d4777cfa51 update migrations 2024-01-22 18:13:28 +01:00
Cayo Puigdefabregas 19fa84e45e fix descriptions, names and jsons 2024-01-22 18:13:06 +01:00
Elijah 44370d41ec Added directory-level information to the README 2024-01-22 17:40:11 +01:00
Cayo Puigdefabregas 76fe838c92 change LANG_CODE 2024-01-22 16:03:17 +01:00
Cayo Puigdefabregas f866bcffc2 fix import user 2024-01-22 16:00:15 +01:00
Cayo Puigdefabregas d7938b6981 add migrations 2024-01-22 16:00:05 +01:00
Elijah 0c45d05fdd Fixed conflict for the Schemas.name getter 2024-01-22 15:08:01 +01:00
Elijah ace19d6482 Updated README.md with first draft 2024-01-22 14:11:53 +01:00
Cayo Puigdefabregas f39c915c9c resolve conflict step1 2024-01-22 14:04:06 +01:00
Elijah d937f8939b Reset release migrations 2024-01-22 13:16:54 +01:00
Elijah 3e24a27932 Modified default to fix AttributeError 2024-01-22 13:08:37 +01:00
Elahi 9882a467f9 Merge pull request 'Create a testing pipeline to automatically run tests on push' (#97) from testing-pipeline into release
Reviewed-on: https://gitea.pangea.org/trustchain-oc1-orchestral/IdHub/pulls/97
2024-01-22 11:53:11 +00:00
Elahi 867a610de6 Merge pull request 'Added sorting and pagination to all user tables' (#88) from user-tables into release
Reviewed-on: https://gitea.pangea.org/trustchain-oc1-orchestral/IdHub/pulls/88
2024-01-22 11:49:28 +00:00
Cayo Puigdefabregas 25434661dc change PLACEHOLDER in creds for the correct value 2024-01-22 12:00:41 +01:00
Cayo Puigdefabregas c31b3cf3b2 add more credentials type 2024-01-21 21:08:43 +01:00
Cayo Puigdefabregas 8e7dd5e2ca clean csvs 2024-01-21 21:02:23 +01:00
Cayo Puigdefabregas 295301859b clean 2024-01-21 20:55:48 +01:00
Cayo Puigdefabregas b79df7333f add generate user automaticaly from excel 2024-01-21 20:33:57 +01:00
Cayo Puigdefabregas acbe778197 clean 2024-01-21 14:27:21 +01:00
Cayo Puigdefabregas 9522e92781 fix redirect_url next to verify vp 2024-01-21 13:58:13 +01:00
Cayo Puigdefabregas 363944c8fe fix command initial data 2024-01-21 13:46:01 +01:00
Cayo Puigdefabregas b63060ad31 add EV_USR_SEND_VP 2024-01-21 13:45:34 +01:00
Cayo Puigdefabregas baee7ba135 fix decrypt creds and add Events 2024-01-21 13:45:08 +01:00
Cayo Puigdefabregas 06cc971090 fix space between form and reset password 2024-01-21 13:44:07 +01:00
Cayo Puigdefabregas 4050892aa9 fix type for oidc4vp 2024-01-21 13:43:29 +01:00
Cayo Puigdefabregas 88f8485202 fix modal text 2024-01-21 13:43:12 +01:00
Cayo Puigdefabregas 27c56a9204 refactor pilots 2024-01-21 11:35:24 +01:00