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

Fix/obs unit db ids #72

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
fda28db
Remove deprecated dependencies
cpommier Jun 7, 2024
a4d3a5b
Base64 encoding for DbId fields of other document types within observ…
nlakmouri Jun 21, 2024
5e66cb0
Encoding all concerned DbId to base64 in observationUnit documents us…
nlakmouri Jun 21, 2024
a0eb311
correcting some typing errors. fix GNP-6529
nlakmouri Jun 24, 2024
11ea9db
Update datadiscovery_cards.py
nlakmouri Jun 24, 2024
9d7ff88
The observationVariableDbId is not ebase64 encoded anymore. fix GNP-6542
nlakmouri Jul 9, 2024
04a2c8b
Handle DbId to not be encoded when their names are none or empty. fi…
nlakmouri Jul 9, 2024
9608eb3
Change the _handle_DbId_URI method. fix GNP-6529
nlakmouri Jul 16, 2024
974ea13
Merge branch 'fix/obsUnit-DbIds' of github.com:elixir-europe/plant-br…
nlakmouri Jul 16, 2024
394b30b
Forcing to Python 3.12
cpommier Jul 16, 2024
67208bd
Correcting integration tests
cpommier Jul 16, 2024
fa02ff0
Correcting integration tests
cpommier Jul 16, 2024
3da7f03
Change test_basic_function
nlakmouri Jul 16, 2024
2a64a03
Change test_basic_mapping
nlakmouri Jul 16, 2024
858e6ed
Change test_season_transform
nlakmouri Jul 16, 2024
be728aa
Change test_germplasmName_transform
nlakmouri Jul 16, 2024
3a1da00
Merge pull request #73 from elixir-europe/feat/upgradeToPython3.12
nlakmouri Jul 16, 2024
6519459
Handling PHIS generating JSON and not JSON lines
cpommier Jul 20, 2024
7897c68
Handling study URL, needed from studyCards
cpommier Jul 20, 2024
a35bd63
Add the make_hashable method to resolve unhashable type error
nlakmouri Jul 31, 2024
baba4a6
Merge pull request #74 from elixir-europe/feat/upgradeToPython3.12
nlakmouri Jul 31, 2024
c68e99e
Add unit tests for observationUnit documents. Fix GNP-6543
nlakmouri Aug 1, 2024
5acddb1
Correct the expected study document for tests: add the url item
nlakmouri Aug 2, 2024
6cfea97
Enhance observationUnit unit tests: sort JSON lists before comparing …
nlakmouri Aug 12, 2024
0457b83
Comment the _handle_DbId_URI method
nlakmouri Aug 16, 2024
9815c3b
Rectify the name of the expected ZIP file for the observation_unit test.
nlakmouri Aug 16, 2024
7ed5b4a
Merge pull request #75 from elixir-europe/feat/upgradeToPython3.12
nlakmouri Aug 16, 2024
d23b9e0
Cleaning obsolete code and removing corresponding tests.
cpommier Nov 8, 2024
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
20 changes: 20 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
requests = "==2.32.3"
rdflib = "==6.3.2"
#rdflib-jsonld = "==0.6.2"
rfc3987 = "==1.3.8"
jsonschema = "==4.23.0"
#urllib3 = "==2.2.2"
#chardet = "==3.0.3"
pyhashxx = "==0.1.3"
deepdiff = "==7.0.1"

[dev-packages]

[requires]
python_version = "3.12"
Empty file removed etl/load/__init__.py
Empty file.
152 changes: 0 additions & 152 deletions etl/load/elasticsearch.py

This file was deleted.

61 changes: 0 additions & 61 deletions etl/load/virtuoso.py

This file was deleted.

Loading