From df5dad0d8535bde0faea56b2e21b4aaaa7bae4a2 Mon Sep 17 00:00:00 2001 From: Jenna Johnson Date: Tue, 29 Oct 2024 18:09:31 +0000 Subject: [PATCH 1/2] env_url not being returned from get_env_url --- R/auth_git.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/auth_git.R b/R/auth_git.R index 38dd7e5..935b3d5 100644 --- a/R/auth_git.R +++ b/R/auth_git.R @@ -68,6 +68,7 @@ get_env_url <- function() { env_url <- gsub("/$", "", env_url) env_url <- stringr::str_remove(env_url, "/api/v3$") if (!stringr::str_starts(env_url, "https://")) env_url <- paste0("https://", env_url) + env_url } #' @importFrom log4r warn error info debug From 8e22bc504c5ca8cb73c3f7f1eeb93d8a6a98c053 Mon Sep 17 00:00:00 2001 From: jenna-a2ai Date: Tue, 29 Oct 2024 19:46:01 +0000 Subject: [PATCH 2/2] adds to NEWS.md and ups version to 0.1.1 --- DESCRIPTION | 2 +- NEWS.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 721f719..eb10f42 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ghqc.app Title: Create QC Checklists in Github Issues -Version: 0.1.0 +Version: 0.1.1 Authors@R: c( person("Jenna", "Johnson", email = "jenna@a2-ai.com", role = c("aut", "cre")), person("Anne", "Zheng", email = "anne@a2-ai.com", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index f89f89f..88624c9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ + +# ghqc.app (beta version) + +# ghqc.app 0.1.1 + +# Minor bug fixes + +- In the case when someone sets the standard gh environment variable GITHUB_API_URL, each app checks if this URL matches the actual set remote URL. The function that gets the GITHUB_API_URL did not explicitly return a value. + +- Small grammar fix in error message from apps in the case that the checklists directory isn't in the cloned info repo. + + # ghqc.app (development version) # ghqc.app 0.0.0.9011