[ARVADOS] created: 2.1.0-2330-gbe8fbbfed

Git user git at public.arvados.org
Fri Apr 15 16:23:31 UTC 2022


        at  be8fbbfed7d851cd6b53412c76399fb670f362b8 (commit)


commit be8fbbfed7d851cd6b53412c76399fb670f362b8
Author: Ward Vandewege <ward at curii.com>
Date:   Fri Apr 15 12:23:06 2022 -0400

    18995: add missing return statements in javascript callbacks.
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/apps/workbench/app/assets/javascripts/models/session_db.js b/apps/workbench/app/assets/javascripts/models/session_db.js
index fd1cdfe14..f03aae203 100644
--- a/apps/workbench/app/assets/javascripts/models/session_db.js
+++ b/apps/workbench/app/assets/javascripts/models/session_db.js
@@ -179,6 +179,7 @@ window.SessionDB = function() {
                     return;
                 }
                 params[decodeURIComponent(kv.slice(0, e))] = decodeURIComponent(kv.slice(e+1));
+                return;
             });
             if (!params.baseURL || !params.api_token) {
                 // Have a query string, but it's not a login callback.
@@ -207,6 +208,7 @@ window.SessionDB = function() {
                     db.save(user.owner_uuid.slice(0, 5), session);
                     db.trash(key);
                 });
+                return;
             });
         },
         // Return the Workbench base URL advertised by the session's
@@ -301,6 +303,7 @@ window.SessionDB = function() {
                         }
                     });
                 }
+                return;
             });
         },
         // If remoteHosts is populated on the local API discovery doc, try to
@@ -316,6 +319,7 @@ window.SessionDB = function() {
                             db.login(baseURL, false);
                         });
                     }
+                    return;
                 });
             });
         },

commit ba41412c54cf58f440c642e2ffe17f7c2c7b7ee2
Author: Ward Vandewege <ward at curii.com>
Date:   Fri Apr 15 11:51:44 2022 -0400

    18995: CSS comments can not use double slash
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/doc/css/nav-list.css b/doc/css/nav-list.css
index 1cc57bc82..3f9873c21 100644
--- a/doc/css/nav-list.css
+++ b/doc/css/nav-list.css
@@ -2,8 +2,8 @@
 
 SPDX-License-Identifier: CC-BY-SA-3.0 */
 
-// NAV LIST
-// --------
+/* NAV LIST
+   -------- */
 
 .nav-list {
   padding-left: 15px;
@@ -34,4 +34,4 @@ SPDX-License-Identifier: CC-BY-SA-3.0 */
 .inside-list ul {
     list-style-position: inside;
     padding-left: 0;
-}
\ No newline at end of file
+}

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list