[arvados] updated: 2.7.0-6213-g841d8e9643

git repository hosting git at public.arvados.org
Mon Mar 18 18:22:18 UTC 2024


Summary of changes:
 .../src/components/code-snippet/code-snippet.tsx   | 30 +++++++-------
 .../collection-panel-files.tsx                     |  2 +-
 .../details-attribute/details-attribute.tsx        |  4 +-
 .../open-in-new-tab/open-in-new-tab.actions.ts     |  4 +-
 .../context-menu/actions/file-viewer-action.tsx    |  4 +-
 .../context-menu/actions/file-viewer-actions.tsx   |  1 +
 .../views-components/main-app-bar/help-menu.tsx    |  2 +-
 .../repositories-sample-git-dialog.tsx             |  6 +--
 .../sharing-dialog/sharing-urls-component.tsx      |  2 +-
 .../views-components/token-dialog/token-dialog.tsx |  9 ++--
 .../webdav-s3-dialog/webdav-s3-dialog.tsx          |  4 +-
 .../src/views/process-panel/process-io-card.tsx    |  3 +-
 .../process-panel/process-log-code-snippet.tsx     | 48 +++++++++++-----------
 .../src/views/ssh-key-panel/ssh-key-panel-root.tsx | 14 +++----
 .../virtual-machine-user-panel.tsx                 | 18 ++++----
 15 files changed, 76 insertions(+), 75 deletions(-)

       via  841d8e9643b622457474b74d075b36dcb67c871b (commit)
       via  2aff408211e84a226af6f74cb9338cbaf3fc4645 (commit)
      from  ea3743e6f64672fa487ee55dba66c63cb9da0123 (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 841d8e9643b622457474b74d075b36dcb67c871b
Merge: ea3743e6f6 2aff408211
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Mar 18 14:22:05 2024 -0400

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

diff --cc services/workbench2/src/views/process-panel/process-log-code-snippet.tsx
index 091078c452,77857822a4..f42dcaf542
--- a/services/workbench2/src/views/process-panel/process-log-code-snippet.tsx
+++ b/services/workbench2/src/views/process-panel/process-log-code-snippet.tsx
@@@ -33,13 -33,10 +33,13 @@@ const styles: StyleRulesCallback<CssRul
          },
      },
      logText: {
-         padding: `0 ${theme.spacing.unit*0.5}px`,
+         padding: `0 ${theme.spacing.unit * 0.5}px`,
      },
 -    wordWrap: {
 -        whiteSpace: 'pre-wrap',
 +    wordWrapOn: {
 +        overflowWrap: 'anywhere',
 +    },
 +    wordWrapOff: {
 +        whiteSpace: 'nowrap',
      },
  });
  
@@@ -121,12 -118,12 +121,12 @@@ export const ProcessLogCodeSnippet = wi
                          setFollowMode(false);
                      }
                  }}>
-                 { lines.map((line: string, index: number) =>
-                 <Typography key={index} component="span"
-                     className={classNames(classes.logText, wordWrap ? classes.wordWrapOn : classes.wordWrapOff)}>
-                     {renderLinks(fontSize, auth, dispatch)(line)}
-                 </Typography>
-                 ) }
+                 {lines.map((line: string, index: number) =>
 -                    <Typography key={index} component="pre"
 -                        className={classNames(classes.logText, wordWrap ? classes.wordWrap : undefined)}>
++                    <Typography key={index} component="span"
++                        className={classNames(classes.logText, wordWrap ? classes.wordWrapOn : classes.wordWrapOff)}>
+                         {renderLinks(fontSize, auth, dispatch)(line)}
+                     </Typography>
+                 )}
              </div>
          </MuiThemeProvider>
      }));

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list