[ARVADOS] updated: 1.1.2-190-g3f5268c

Git user git at public.curoverse.com
Tue Jan 23 11:30:16 EST 2018


Summary of changes:
 sdk/R/R/HttpRequest.R | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

       via  3f5268c5a8d6a72597a05bba5dd6e0e5e67457a9 (commit)
      from  6f1b9ffa9cf4abe9f08455346c917f66b8c5e9a5 (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 3f5268c5a8d6a72597a05bba5dd6e0e5e67457a9
Author: Fuad Muhic <fmuhic at capeannenterprises.com>
Date:   Tue Jan 23 17:29:08 2018 +0100

    Removed plus sign hack from HttpRequests createFiltersQuery method
    
    Arvados-DCO-1.1-Signed-off-by: Fuad Muhic <fmuhic at capeannenterprises.com>

diff --git a/sdk/R/R/HttpRequest.R b/sdk/R/R/HttpRequest.R
index 11616bd..ebfb0c6 100644
--- a/sdk/R/R/HttpRequest.R
+++ b/sdk/R/R/HttpRequest.R
@@ -94,10 +94,8 @@ HttpRequest <- R6::R6Class(
         {
             if(!is.null(filters))
             {
-                filters <- RListToPythonList(filters, ",+")
-
+                filters <- RListToPythonList(filters, ",")
                 encodedQuery <- URLencode(filters, reserved = T, repeated = T)
-                encodedQuery <- stringr::str_replace_all(encodedQuery, "%2B", "+")
 
                 return(paste0("filters=", encodedQuery))
             }

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list