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

Python3 support for restapi #2117

Merged
merged 50 commits into from Oct 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
57906c3
select working pycifrw in setup requirements
ltalirz Oct 23, 2018
7b6517c
Merge branch 'develop' into cif_fixes
ltalirz Oct 23, 2018
f80ddec
Explicitly setting the mode for tempfile.NamedTemporaryFile() calls t…
merkys Oct 23, 2018
a4c7fb9
Merge branch 'cif_fixes' of https://github.com/ltalirz/aiida_core int…
merkys Oct 23, 2018
f3f789f
rename _exportstring => _exportcontent
ltalirz Oct 23, 2018
6c4d4f4
fix 3 errors in db.cmdline.commands.data
ltalirz Oct 23, 2018
8557c57
Using both Python 2 and Python 3 proof method to merge two dictionaries.
merkys Oct 23, 2018
db83723
Merge branch 'cif_fixes' of https://github.com/ltalirz/aiida_core int…
merkys Oct 23, 2018
c979179
fix regular exprs in cif_encode_contents
ltalirz Oct 23, 2018
b2deed9
Merge branch 'cif_fixes' of github.com:ltalirz/aiida_core into cif_fixes
ltalirz Oct 23, 2018
ec5ccc2
Merge branch 'develop' into cif_fixes
ltalirz Oct 23, 2018
839cfe7
Decoding bytes to UTF-8 in one of CifData test cases.
merkys Oct 23, 2018
a710c7d
No need to encode the output of export_cif() as it is in bytes already.
merkys Oct 23, 2018
f899303
Change strings to bytes for python3 compatibility
yakutovicha Oct 23, 2018
1ecfcea
Merge branch 'cif_fixes' of github.com:ltalirz/aiida_core into cif_fixes
yakutovicha Oct 23, 2018
3b475e5
remove unnecessary imports
ltalirz Oct 23, 2018
f0aa0d1
Merge branch 'cif_fixes' of github.com:ltalirz/aiida_core into cif_fixes
merkys Oct 23, 2018
729fef1
Ceasing encode the output of export_cif() as it is in bytes already.
merkys Oct 23, 2018
c14648c
fix test_collect_files test
yakutovicha Oct 23, 2018
7abccb4
Merge branch 'cif_fixes' of github.com:ltalirz/aiida_core into cif_fixes
yakutovicha Oct 23, 2018
9351f12
Explicitly marking strings as Unicode in Tcodexporter test case to ma…
merkys Oct 23, 2018
f2d3e0d
fixes to make restapi compatible with python3
Oct 23, 2018
6725cc5
Merge branch 'cif_fix' into python3_restapi
Oct 23, 2018
2d33a5e
enabled rest api tests
Oct 23, 2018
e836ba7
updated rest api tests
Oct 24, 2018
8f1ab03
removed unused import
Oct 24, 2018
0b87d69
updated pre-commit
Oct 24, 2018
4315fb8
Updated files to run prospector for restapi data translators
Oct 24, 2018
f004bbf
Added calculation translator file in pre-commit hook
Oct 24, 2018
688632e
Added code, computer, group and user rest translators for prospectors
Oct 24, 2018
2677601
Added more files from rest api for prospector
Oct 24, 2018
a4c66a8
files updated by yapf
Oct 24, 2018
ceadc75
Merge branch 'develop' into python3_restapi
Oct 24, 2018
a0ac363
Updated and included all rest api translator files in pre-commit
Oct 25, 2018
9425730
Added all rest api files for pre-commit
Oct 25, 2018
0ce7f0d
added rest api tests file to process in pre-commit
Oct 25, 2018
c3dd652
Merge branch 'develop' into python3_restapi
Oct 25, 2018
8ae6599
docs fix
Oct 25, 2018
f2b4020
small fix
Oct 25, 2018
85308fb
Merge branch 'develop' into python3_restapi
Oct 25, 2018
fb70d6c
Fixed merge of aiida/backends/tests/tcodexporter.py
Oct 26, 2018
5c08a70
Fixed some prospectos in rest api
Oct 26, 2018
49ddfc0
Merge branch 'develop' into python3_restapi
Oct 26, 2018
e4e96d5
small fix
Oct 26, 2018
e493c47
small fix again
Oct 26, 2018
49bb2aa
Fix for datetime.tzinfo.utcoffset
Oct 26, 2018
94d97be
Merge branch 'develop' into python3_restapi
dev-zero Oct 26, 2018
b5348b2
Merge branch 'develop' into python3_restapi
dev-zero Oct 26, 2018
ac2cf77
small changes
Oct 26, 2018
de993a0
Merge branch 'python3_restapi' of https://github.com/waychal/aiida_co…
Oct 26, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 0 additions & 21 deletions .pre-commit-config.yaml
Expand Up @@ -143,7 +143,6 @@
aiida/backends/tests/orm/utils/loaders.py|
aiida/backends/tests/parsers.py|
aiida/backends/tests/query.py|
aiida/backends/tests/restapi.py|
aiida/backends/tests/tcodexporter.py|
aiida/backends/tests/test_caching_config.py|
aiida/backends/tests/test_plugin_loader.py|
Expand Down Expand Up @@ -310,26 +309,6 @@
aiida/plugins/loader.py|
aiida/plugins/registry.py|
aiida/plugins/utils.py|
aiida/restapi/__init__.py|
aiida/restapi/api.py|
aiida/restapi/common/config.py|
aiida/restapi/common/__init__.py|
aiida/restapi/common/exceptions.py|
aiida/restapi/common/utils.py|
aiida/restapi/run_api.py|
aiida/restapi/translator/base.py|
aiida/restapi/translator/calculation/__init__.py|
aiida/restapi/translator/code.py|
aiida/restapi/translator/computer.py|
aiida/restapi/translator/data/bands.py|
aiida/restapi/translator/data/__init__.py|
aiida/restapi/translator/data/kpoints.py|
aiida/restapi/translator/data/structure.py|
aiida/restapi/translator/data/upf.py|
aiida/restapi/translator/group.py|
aiida/restapi/translator/__init__.py|
aiida/restapi/translator/node.py|
aiida/restapi/translator/user.py|
aiida/scheduler/datastructures.py|
aiida/scheduler/__init__.py|
aiida/scheduler/plugins/direct.py|
Expand Down