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
Added a check for cluster length when navigating user to domain from domain autocomplete. Global domains with a single cluster will be treated like a local domain. (#427)
Cross region support allows the user to navigate to one URL and access both data centers. Simply search for a domain and the application will take the user to the active region. Clicking on the Active tag will allow the user to switch to the passive region if the domain is global.
properly encode/decode nextPageToken into a Base64 string from buffer for all API endpoints. This was causing issues for fetching multiple pages for domainList API. (#393)
Changed
decrease pagination to 100 per page for domain list API. (#393)
combine helper argument order to be more useful for chaining. Also for server moved to a higher helper folder. This is now used in server/middleware/tchannel-client. (#393)