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
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)
DomainAutocomplete to DomainSearch screen. This will allow users to search for a domain without knowing the full domain name.
(#363, #366, #367, #368, #369, #353, #374, #376, #377)
DomainAutocomplete to Application header for changing domains while inside a domain or workflow screen.
(#363, #366, #367, #368, #369, #353, #374, #376, #377)
Allow width to be passed as a prop to button-icon component.
(#356)
DomainService which allows searching for a domain with a partial/complete querystring.
(#361)
replaced $http with httpService so that services can access http as well as components and is consistent between the two.
(#364)
CacheManager which handles caching on server. cache logic is now removed from ClusterService to use CacheManager instead.
(#360)
Integration test helpers (getFixture, emptyNewsFeed, MockDate).
(#358, #359, #364)