Skip to content

Commit

Permalink
Merge pull request #7 from Ssunoo2/Jira_downloader_without_JirAgileR
Browse files Browse the repository at this point in the history
275-Tools-and-config-should-be-original
  • Loading branch information
Ssunoo2 authored Feb 17, 2024
2 parents 382bcec + b83356a commit 12574b7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions conf/apr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ version_control:
# Where is the git log located locally?
# This is the path to the .git of the project repository you are analyzing.
# The .git is hidden, so you can see it using `ls -a`
log: ~/CAPSTONE496/rawdata/git_repo/apr/.git
log: ../../rawdata/git_repo/APR/.git
# From where the git log was downloaded?
log_url: https://github.com/apache/apr
# List of branches used for analysis
Expand All @@ -46,7 +46,7 @@ version_control:

mailing_list:
# Where is the mbox located locally?
mbox: ~/CAPTSONE496/rawdata/mbox/apr-dev_2012_2019.mbox
mbox: ../../rawdata/mbox/apr-dev_2012_2019.mbox
# What is the domain of the chosen mailing list archive?
domain: http://mail-archives.apache.org/mod_mbox
# Which lists of the domain will be used?
Expand All @@ -66,7 +66,7 @@ issue_tracker:
owner: apache
repo: apr
# Download using `download_github_comments.Rmd`
replies: ~/CAPTSONE496/rawdata/github/apr/
replies: ../../rawdata/github/apr/

#vulnerabilities:
# Folder path with nvd cve feeds (e.g. nvdcve-1.1-2018.json)
Expand Down
12 changes: 6 additions & 6 deletions conf/geronimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ version_control:
# Where is the git log located locally?
# This is the path to the .git of the project repository you are analyzing.
# The .git is hidden, so you can see it using `ls -a`
log: ~/CAPSTONE496/rawdata/git_repo/geronimo/.git
log: ../../rawdata/git_repo/geronimo/.git
# From where the git log was downloaded?
log_url: https://github.com/apache/geronimo
# List of branches used for analysis
Expand All @@ -45,7 +45,7 @@ version_control:

mailing_list:
# Where is the mbox located locally?
mbox: ~/CAPSTONE496/rawdata/mbox/geronimo-dev.mbox
mbox: ../../rawdata/mbox/geronimo-dev.mbox
# What is the domain of the chosen mailing list archive?
domain: http://mail-archives.apache.org/mod_mbox
# Which lists of the domain will be used?
Expand All @@ -58,14 +58,14 @@ issue_tracker:
domain: https://issues.apache.org/jira
project_key: GERONIMO
# Download using `download_jira_data.Rmd`
issues: ~/CAPSTONE496/rawdata/issue_tracker/issues
issue_comments: ~/CAPSTONE496/rawdata/issue_tracker/issue_comments
issues: ../../rawdata/issue_tracker/geronimo_issues.json
issue_comments: ../../rawdata/issue_tracker/geronimo_issue_comments.json
github:
# Obtained from the project's GitHub URL
owner: apache
repo: geronimo
# Download using `download_github_comments.Rmd`
replies: ~/CAPSTONE496/rawdata/github/geronimo/
replies: ../../rawdata/github/geronimo/

#vulnerabilities:
# Folder path with nvd cve feeds (e.g. nvdcve-1.1-2018.json)
Expand Down Expand Up @@ -121,7 +121,7 @@ tool:
# The project folder path to store various intermediate
# files for DV8 Analysis
# The folder name will be used in the file names.
folder_path: ~/CAPSTONE496/analysis/dv8/geronimo
folder_path: ../../analysis/dv8/geronimo
# the architectural flaws thresholds that should be used
architectural_flaws:
cliqueDepends:
Expand Down
6 changes: 3 additions & 3 deletions conf/kaiaulu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ version_control:
# Where is the git log located locally?
# This is the path to the .git of the project repository you are analyzing.
# The .git is hidden, so you can see it using `ls -a`
log: ~/CAPSTONE496/rawdata/git_repo/kaiaulu/.git
log: ../../rawdata/git_repo/kaiaulu/.git
# From where the git log was downloaded?
log_url: https://github.com/sailuh/kaiaulu
# List of branches used for analysis
Expand Down Expand Up @@ -65,7 +65,7 @@ issue_tracker:
owner: sailuh
repo: kaiaulu
# Download using `download_github_comments.Rmd`
replies: ~/CAPSTONE496/rawdata/github/kaiaulu
replies: ../../rawdata/github/kaiaulu

#vulnerabilities:
# Folder path with nvd cve feeds (e.g. nvdcve-1.1-2018.json)
Expand All @@ -75,7 +75,7 @@ issue_tracker:
# Commit message CVE or Issue Regular Expression (regex)
# See project's commit message for examples to create the regex
commit_message_id_regex:
issue_id: #260
issue_id: \#[0-9]+
#cve_id: ?

filter:
Expand Down

0 comments on commit 12574b7

Please sign in to comment.