You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consolidate common.Poller and poller.PollerConfig (they don't need to be separate structs)
remove the http handler handlerAddPoller (which takes in a form body) and use the existing handlerPoller for adding both internal and external pollers.
refactor the jquery ajax call to POST a json body instead of a form (since handlerPoller only accepts a json body)
clear separation between plain-text password and encrypted password
The text was updated successfully, but these errors were encountered:
to simplify our poller related code we should:
common.Poller
andpoller.PollerConfig
(they don't need to be separate structs)handlerAddPoller
(which takes in a form body) and use the existinghandlerPoller
for adding both internal and external pollers.POST
a json body instead of a form (sincehandlerPoller
only accepts a json body)The text was updated successfully, but these errors were encountered: