-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feat: Testing and Linting #16
Conversation
@regisb we talked earlier about removing |
Hi @CodeWithEmad, thanks for creating a PR. I will look into it. |
@CodeWithEmad yes I think we should get rid of these files. |
0b3b7a9
to
bf2fcc7
Compare
and what about |
We very much need that one! That's because our private CI runs on Gitlab. |
Oh, that's good to know! |
tutorcredentials/plugin.py
Outdated
"OAUTH2_KEY_SSO": "credentials-key-sso", | ||
"OAUTH2_KEY_SSO_DEV": "credentials-key-sso-dev", | ||
"PLATFORM_NAME": "{{ PLATFORM_NAME }}", | ||
"PRIVACY_POLICY_URL": "{{ LMS_HOST }}/privacy-policy", |
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.
"{% if ENABLE_HTTPS %}https{% else %}http{% endif %}://{{ LMS_HOST }}/privacy-policy"
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.
I think that this PR needs to be rebased on top of master. @CodeWithEmad you seem to be missing some of the latest changes. Sorry!
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.
Yes @regisb, you are right.
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.
Oh, I missed that one.
I think that this PR needs to be rebased on top of master
It's Done.
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.
Actually PRIVACY_POLICY_URL
was removed in the latest code of main branch.
Can u please rebase it again or sync it with master as PRIVACY_POLICY_URL
is still in the PR.
Thanks for bearing it with me 👍
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.
It's Done.
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.
LGTM! with some changes requested.
bf2fcc7
to
bec864b
Compare
a9ba784
to
4ef31a6
Compare
4ef31a6
to
e04c1b8
Compare
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.
LGTM!
Assorted testing and linting improvements:
In addition:
PS. Looks like Actions are not enabled on this repository.