Resolve "Ajouter l'origine du package à chaque fonction"
Compare changes
+ 41
− 45
@@ -15,8 +15,6 @@ library(dplyr)
@@ -15,8 +15,6 @@ library(dplyr)
@@ -51,28 +49,16 @@ groupf <- (group[as.numeric(group$open_issues_count) != 0, ])
@@ -51,28 +49,16 @@ groupf <- (group[as.numeric(group$open_issues_count) != 0, ])
dplyr::select(id,project_id,title,description,state,created_at,updated_at,labels,labels1,labels2,labels3,assignees.username,assignees.state,author.username,type,confidential,references.short,closed_at,closed_by.username)
left_join(select(groupf,id,name),by = "id") %>% dplyr::select(name,project_id,title,description,state,created_at,updated_at,labels,labels1,labels2,labels3,assignees.username,assignees.state,author.username,type,confidential,references.short,closed_at,closed_by.username)
@@ -81,7 +67,7 @@ get_gitlab_events <- function(project_id, event_type = NULL) {
@@ -81,7 +67,7 @@ get_gitlab_events <- function(project_id, event_type = NULL) {
@@ -97,49 +83,59 @@ get_gitlab_events <- function(project_id, event_type = NULL) {
@@ -97,49 +83,59 @@ get_gitlab_events <- function(project_id, event_type = NULL) {
message("Erreur lors de la récupération des événements pour le projet ", project_id, " : ", e$message)