• Hannah Stepanek's avatar
    Combine groups from multiple endpoints when feature flag is set (#901) · 726d66f1
    Hannah Stepanek authored
    * Add profile.groups.read api endpoint
    
    * Remove metadata from list groups api call
    
    Rather than relying on the token of the logged in user being returned
    as extra metadata from the list groups api call, simple use the profile
    userid from the data store to determine whether a use is logged in or not.
    
    * Add util/groups module with combineGroups helper
    
    This will be used when the community-groups feature flag is set, to combine
    groups from the groups list and profile groups endpoints.
    
    * Add tests for util groups module
    
    * Add tests for community-groups feature flag
    726d66f1
Name
Last commit
Last update
..
account-id-test.js Loading commit data...
disable-opener-for-external-links-test.js Loading commit data...
excerpt-overflow-monitor-test.js Loading commit data...
fake-window.js Loading commit data...
fetch-config-test.js Loading commit data...
group-organizations-test.js Loading commit data...
groups-test.js Loading commit data...
is-third-party-service-test.js Loading commit data...
memoize-test.js Loading commit data...
oauth-client-test.js Loading commit data...
postmessage-json-rpc-test.js Loading commit data...
random-test.js Loading commit data...
retry-test.js Loading commit data...
scope-timeout-test.js Loading commit data...
session-util-test.js Loading commit data...
state-util-test.js Loading commit data...
time-test.js Loading commit data...
url-util-test.js Loading commit data...