From c77daba4de12959b06df193f369af40943b5828e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 17 Dec 2018 19:09:20 +0100 Subject: [PATCH] Fix handling of gitlab-based repo + general architecture --- list_builder.py | 49 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 33 insertions(+), 16 deletions(-) diff --git a/list_builder.py b/list_builder.py index 5389e5e..610372a 100755 --- a/list_builder.py +++ b/list_builder.py @@ -13,11 +13,6 @@ from dateutil.parser import parse # Regular expression patterns -"""GitHub repository URL.""" -re_github_repo = re.compile( - r'^(http[s]?|git)://github.com/(?P[\w\-_]+)/(?P[\w\-_]+)(.git)?' -) - re_commit_author = re.compile( r'^author (?P.+) <(?P.+)> (?P