-
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
GT-95 Softcoding of service type production<=>monitored service flag relations. #209
Conversation
I was unable to replicate the schema update problem I ran into originally, so have reverted to suggested definition - which was what I first had afaiks :-( |
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.
one comment so far. Could you also rebase to resolve the conflicts?
rebasing on top of latest dev |
Add monitoring-exception-allowed flag to service type table, associated GUI changes and cleanups. Add instance count column to service type overview table.
- If you line break in a string, the whitespace is taken literally - as such, the whitespace was appearing in the link to the ServiceType - the link still worked, but it seemed slow to respond.
going to do some final testing before merging.
Draft pull request while doctrine schema update issues are checked and resolved.
Add monitoring-exception-allowed flag to service type table.
Associated GUI changes and cleanups.
Add instance count column to service type overview table.
Add related unit tests.
Closes #156