-
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
✨ Is91/product customization (⚠️ devops) #3275
✨ Is91/product customization (⚠️ devops) #3275
Conversation
14b10c0
to
74390ae
Compare
Codecov Report
@@ Coverage Diff @@
## master #3275 +/- ##
======================================
Coverage 80.5% 80.5%
======================================
Files 725 725
Lines 30726 30726
Branches 3932 3932
======================================
Hits 24757 24757
Misses 5137 5137
Partials 832 832
Flags with carried forward coverage won't be shown. Click here to find out more. |
1ce9a7e
to
6c9cc5d
Compare
gets messaging SID from current product adapt 2fa and handlers to new settings
2aebe9a
to
6165335
Compare
Kudos, SonarCloud Quality Gate passed!
|
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, thx. DevOps Changes are acknowledged :)
What do these changes do?
products
pg table..env-devel
and that must be moved into theproducts
tableWEBSERVER_MANUAL_MAIN_URL
,WEBSERVER_MANUAL_TI_URL
manual_url
WEBSERVER_MANUAL_EXTRA_URL
manual_extra_url
WEBSERVER_FOGBUGZ_LOGIN_URL
issues_login_url
WEBSERVER_FOGBUGZ_NEWCASE_URL
,WEBSERVER_S4L_FOGBUGZ_NEWCASE_URL
,WEBSERVER_TIS_FOGBUGZ_NEWCASE_URL
issues_new_url
WEBSERVER_FEEDBACK_FORM_URL
feedback_form_url
products
tablesRelated issue/s
How to test
cd services/web/server pytest -vv --pdb tests/unit/*/test_statics*
Checklist
make openapi-specs
,git commit ...
and thenmake version-*
)cd packages/postgres-database
,make setup-commit
,sc-pg review -m "my changes"