-
Notifications
You must be signed in to change notification settings - Fork 9
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
Scheduler-UI-NEXT from develop to master Code push regarding CI Build Configurations and some fixes #39
Conversation
* change in pacakage.lock.json final in fork branch * change in recapture method in camera comp --------- Co-authored-by: Parth Kothari <[email protected]>
@@ -29,7 +29,7 @@ const COMMON_API_OPEN = '<%= COMMON_API_BASE %>'; | |||
const COMMON_API = '<%= COMMON_API_BASE %>'; | |||
const SCHEDULER_API = '<%= SCHEDULER_API_BASE %>'; | |||
const TM_API = '<%= TM_API_BASE %>'; | |||
|
|||
const MMU_API = `http://${IP}:8080/mmuapi-v1.0/`; |
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.
This doesn't look right.
http and port numbers shouldn't be here.
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.
Even the version of the mmu API
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.
@drtechie HI Mithun, updated as per comments, Please check
Quality Gate failedFailed conditions |
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.
looks fine
Scheduler-UI-NEXT from develop to master Code push regarding CI Build Configurations and some fixes