-
Notifications
You must be signed in to change notification settings - Fork 8
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
HP-2490: Add login_methods field in ProfileNode #507
Conversation
Make it a bit easier to maintain. Hopefully.
54d2ada
to
4744869
Compare
Refs: HP-2490
Refs: HP-2490
Refs: HP-2490
4744869
to
333dcba
Compare
Apparently, this can be either a string or a list. Refs: HP-2490
cd57c80
to
78ce23a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #507 +/- ##
==========================================
+ Coverage 95.56% 95.65% +0.09%
==========================================
Files 207 216 +9
Lines 8222 8815 +593
Branches 991 1057 +66
==========================================
+ Hits 7857 8432 +575
- Misses 279 290 +11
- Partials 86 93 +7 ☔ View full report in Codecov by Sentry. |
HELSINKI-PROFILE-API branch is deployed to platta: https://helsinki-profile-pr507.api.dev.hel.ninja 🚀🚀🚀 |
profiles/enums.py
Outdated
PASSWORD = "password" | ||
OTP = "otp" | ||
SUOMI_FI = "suomi_fi" | ||
HELSINKIAD = "helsinkiad" |
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 we can remove HELSINKIAD
since at least by definition Helsinki AD users should not get a Helsinki profile.
aa0b7e9
to
c6b0c4a
Compare
HELSINKI-PROFILE-API branch is deployed to platta: https://helsinki-profile-pr507.api.dev.hel.ninja 🚀🚀🚀 |
Refs: HP-2490
Refs: HP-2490
c6b0c4a
to
1db34aa
Compare
Refs: HP-2490
Quality Gate passedIssues Measures |
HELSINKI-PROFILE-API branch is deployed to platta: https://helsinki-profile-pr507.api.dev.hel.ninja 🚀🚀🚀 |
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! 👍
No description provided.