-
Notifications
You must be signed in to change notification settings - Fork 22
[ENG-8505] Added the ability to get the oauth token for the GFP #297
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
Conversation
...hared/components/addons/folder-selector/google-file-picker/google-file-picker.component.html
Outdated
Show resolved
Hide resolved
...hared/components/addons/folder-selector/google-file-picker/google-file-picker.component.html
Outdated
Show resolved
Hide resolved
.../shared/components/addons/folder-selector/google-file-picker/google-file-picker.component.ts
Show resolved
Hide resolved
.../shared/components/addons/folder-selector/google-file-picker/google-file-picker.component.ts
Outdated
Show resolved
Hide resolved
.../shared/components/addons/folder-selector/google-file-picker/google-file-picker.component.ts
Show resolved
Hide resolved
futa-ikeda
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of this looks good to me. My biggest qualm is changing AuthorizedAddon to AuthorizedStorageAccountModel. I would prefer using the more general AuthorizedAddon in most of these cases, since the addons workflow should accomodate all addon types and using the storage-specific one is a bit misleading
src/app/features/project/addons/components/configure-addon/configure-addon.component.ts
Outdated
Show resolved
Hide resolved
src/app/shared/models/addons/authorized-storage-account.model.ts
Outdated
Show resolved
Hide resolved
1cd0e25 to
a2f06b1
Compare
Purpose
Added the ability to get the oauth token for the GFP
Summary of Changes
Added a new action, state method, selector and a service method
Updated the mapper and the models