-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨♻️ Generates invitations with product (⚠️ devops) #4995
✨♻️ Generates invitations with product (⚠️ devops) #4995
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4995 +/- ##
========================================
- Coverage 87.2% 85.9% -1.4%
========================================
Files 1244 1243 -1
Lines 51145 51141 -4
Branches 1081 1081
========================================
- Hits 44633 43943 -690
- Misses 6274 6970 +696
+ Partials 238 228 -10
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Very nice, looking forward to trying it!
0d58e0a
to
d96e79d
Compare
d96e79d
to
a5bf45f
Compare
0f5496f
to
08d54d1
Compare
1bfa559
to
29a3581
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.
Nice! Thanks
0d8b410
to
c53b3f5
Compare
Code Climate has analyzed commit c14042a and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
Invitation service can generate invitations including a product.
services/invitations
version:1.1.0 → 1.1.1
: openapi.jsonecho-dotenv
(see example below)In a separate PR, the webserver will limit the registration to the product included in these new invitation links. It will also be used to add an existing user to a new product
Related issue/s
How to test
DevOps⚠️
INVITATIONS_DEFAULT_PRODUCT=s4llite
in aws productionINVITATIONS_SWAGGER_API_DOC_ENABLED=0
disabled everywhere exceptmaster
deploy@YuryHrytsuk please check changes i did in https://git.speag.com/oSparc/osparc-ops-deployment-configuration/-/merge_requests/127