[ARVADOS-WORKBENCH2] updated: 1.4.1-460-g9c7918c9

Git user git at public.arvados.org
Mon Oct 5 21:43:28 UTC 2020


Summary of changes:
 src/models/session.ts                              |  1 +
 src/services/auth-service/auth-service.ts          |  7 ++-
 src/store/auth/auth-action-session.ts              | 32 +++++++-----
 src/store/auth/auth-action.test.ts                 | 59 +++++++++++++++-------
 .../main-content-bar/main-content-bar.tsx          | 44 ++++++++--------
 .../search-results-panel-view.tsx                  |  2 +-
 .../site-manager-panel/site-manager-panel-root.tsx |  5 +-
 7 files changed, 92 insertions(+), 58 deletions(-)

       via  9c7918c98200f68bcce5f9e63a211986a50a2159 (commit)
       via  736ed84c0c3d77744a2095a8773e1e1d0a60d172 (commit)
       via  6318db42202cc63f179dfca59e1793dab9b22404 (commit)
       via  fb3f4deaceade35ad36718ce814d6ff4d0cb996b (commit)
       via  d924f14c5a81265fbd0f550ccf498fe791fc5b54 (commit)
       via  0ca7039728489e25ae1e196278454e7bafbca948 (commit)
      from  1747765402db9799ee4868ce7ceb412a7bb22fdb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 9c7918c98200f68bcce5f9e63a211986a50a2159
Merge: 17477654 736ed84c
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Oct 5 17:43:13 2020 -0400

    Merge branch '16941-inactive-remotes' refs #16941
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --cc src/store/auth/auth-action-session.ts
index 8fc17810,10f17c02..ed2e18b2
--- a/src/store/auth/auth-action-session.ts
+++ b/src/store/auth/auth-action-session.ts
@@@ -186,13 -189,12 +189,13 @@@ export const validateSessions = (useApi
  			   override it using Dispatch<any>.  This
  			   pattern is used in a bunch of different
  			   places in Workbench2. */
-                         await dispatch(validateSession(session, activeSession));
+                         await dispatch(validateSession(session, activeSession, useApiClient));
                      } catch (e) {
 -                        dispatch(snackbarActions.OPEN_SNACKBAR({
 -                            message: e.message,
 -                            kind: SnackbarKind.ERROR
 -                        }));
 +                        // Don't do anything here.  User may get
 +                        // spammed with multiple messages that are not
 +                        // helpful.  They can see the individual
 +                        // errors by going to site manager and trying
 +                        // to toggle the session.
                      }
                  }
              }

commit 736ed84c0c3d77744a2095a8773e1e1d0a60d172
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Oct 5 17:42:57 2020 -0400

    16941: Remove debug statement.
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/src/views/search-results-panel/search-results-panel-view.tsx b/src/views/search-results-panel/search-results-panel-view.tsx
index 6a02f8e1..43ca1313 100644
--- a/src/views/search-results-panel/search-results-panel-view.tsx
+++ b/src/views/search-results-panel/search-results-panel-view.tsx
@@ -114,7 +114,6 @@ export const searchResultsPanelColumns: DataColumns<string> = [
 export const SearchResultsPanelView = withStyles(styles, { withTheme: true })(
     (props: SearchResultsPanelProps & WithStyles<CssRules, true>) => {
         const homeCluster = props.user.uuid.substr(0, 5);
-        console.log(props.sessions);
         const loggedIn = props.sessions.filter((ss) => ss.loggedIn && ss.userIsActive);
         return <DataExplorer
             id={SEARCH_RESULTS_PANEL_ID}

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list