issues
search
RCOSDP
/
RDM-osf.io
Facilitating Open Science
https://rcos.nii.ac.jp
Apache License 2.0
13
stars
24
forks
source link
Google Drive in G Suite / Google WorkspaceのGRDM拡張ストレージ(アドオン)への対応
#231
Closed
ivis-miyazawa
closed
3 years ago
ivis-miyazawa
commented
3 years ago
Purpose
23479 2.3.Google DriveのGRDM拡張ストレージ(アドオン)への対応
23480 2.4.GRDMとGoogle Driveのユーザーアカウントとグループの同期
23483 2.6.Google Driveのバージョン管理機能への対応
23484 2.7.GRDM Adminのアドオン制御機能へのGoogle Driveの追加
adminを動かすためのpython2→3への対応
requirementsでのエラー解消
Changes
2.3(#23479)
addons.json
addons/googledriveinstitutions
api/base/settings/defaults.py
api/nodes/serializers.py
framework/addons/data/addons.json
scripts/refresh_addon_tokens.py
website/files/models/_init_.py
website/notifications/constants.py
website/static/storageAddons.json
2.4(#23480)
admin/base/settings/defaults.py
admin/rdm_custom_storage_location/utils.py
admin/rdm_custom_storage_location/views.py (line 268-273)
admin/templates/rdm_custom_storage_location/providers/googledriveinstitutions_modal.html
admin_tests/rdm_custom_storage_location/test_views.py
2.6(#23483)
website/static/js/filepage/revisions.js
2.7(#23484)
addons/googledriveinstitutions/apps.py (line 28, 29)
python 2 → 3
admin/rdm_custom_storage_location/views.py (line 535)
requirementsでのエラー解消
requirements.txt
Ticket
https://redmine.devops.rcos.nii.ac.jp/issues/23479
https://redmine.devops.rcos.nii.ac.jp/issues/23480
https://redmine.devops.rcos.nii.ac.jp/issues/23483
https://redmine.devops.rcos.nii.ac.jp/issues/23484
Purpose
23479 2.3.Google DriveのGRDM拡張ストレージ(アドオン)への対応
23480 2.4.GRDMとGoogle Driveのユーザーアカウントとグループの同期
23483 2.6.Google Driveのバージョン管理機能への対応
23484 2.7.GRDM Adminのアドオン制御機能へのGoogle Driveの追加
Changes
2.3(#23479)
2.4(#23480)
2.6(#23483)
2.7(#23484)
python 2 → 3
requirementsでのエラー解消
Ticket