Commit Graph

702 Commits

Author SHA1 Message Date
Cayo Puigdefabregas 6e4d38906d Merge branch 'main' of gitea.pangea.org:trustchain-oc1-orchestral/IdHub 2024-01-29 12:05:57 +01:00
Cayo Puigdefabregas 6b837926b2 Merge branch 'tests' 2024-01-29 12:05:48 +01:00
Cayo Puigdefabregas 946bde01ab fix tests 2024-01-29 12:05:23 +01:00
Cayo Puigdefabregas 81c4fea7f5 fix exception 2024-01-29 12:05:07 +01:00
Elahi-cs c84f6b66d9 Update README with wheel instructions 2024-01-26 11:31:49 +01:00
Elijah 6f262a7160 Restore original wheel name 2024-01-25 13:24:16 +01:00
Elijah 26c226f57b Test with a manual edit of the .runner file 2024-01-25 13:08:52 +01:00
Elijah a5696a5cc1 Add debugging logs to failing step 2024-01-25 12:51:46 +01:00
Elijah d3228a63a1 Test 2024-01-25 12:47:39 +01:00
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
Cayo Puigdefabregas b96338d8b9 Merge branch 'main' of gitea.pangea.org:trustchain-oc1-orchestral/IdHub 2024-01-25 11:56:55 +01:00
Cayo Puigdefabregas 79a2dfd13b fix credentials templates 2024-01-25 11:55:28 +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