Skip to content

Commit

Permalink
Merge pull request #6 from Ssunoo2/Jira_downloader_without_JirAgileR
Browse files Browse the repository at this point in the history
275-reverted-tools-to-original
  • Loading branch information
Ssunoo2 authored Feb 17, 2024
2 parents 9c00f7e + 92681b2 commit 382bcec
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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: ../../rawdata/git_repo/APR/.git
log: ~/CAPSTONE496/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: ../../rawdata/mbox/apr-dev_2012_2019.mbox
mbox: ~/CAPTSONE496/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: ../../rawdata/github/apr/
replies: ~/CAPTSONE496/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: ../../rawdata/git_repo/geronimo/.git
log: ~/CAPSTONE496/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: ../../rawdata/mbox/geronimo-dev.mbox
mbox: ~/CAPSTONE496/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: ../../rawdata/issue_tracker/geronimo_issues.json
issue_comments: ../../rawdata/issue_tracker/geronimo_issue_comments.json
issues: ~/CAPSTONE496/rawdata/issue_tracker/issues
issue_comments: ~/CAPSTONE496/rawdata/issue_tracker/issue_comments
github:
# Obtained from the project's GitHub URL
owner: apache
repo: geronimo
# Download using `download_github_comments.Rmd`
replies: ../../rawdata/github/geronimo/
replies: ~/CAPSTONE496/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: ../../analysis/dv8/geronimo
folder_path: ~/CAPSTONE496/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: ../../rawdata/git_repo/kaiaulu/.git
log: ~/CAPSTONE496/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: ../../rawdata/github/kaiaulu
replies: ~/CAPSTONE496/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: \#[0-9]+
issue_id: #260
#cve_id: ?

filter:
Expand Down
6 changes: 3 additions & 3 deletions tools.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# https://github.com/chaoss/grimoirelab-perceval
perceval: /Users/sean/Library/Python/3.9/bin/perceval
perceval: ~/perceval/bin/perceval
# https://github.com/multilang-depends/depends
depends: /Users/sean/Desktop/CAPSTONE496/depends-0.9.7/depends.jar
depends: ~/depends-0.9.6/depends.jar
# https://github.com/tsantalis/RefactoringMiner#running-refactoringminer-from-the-command-line
refactoring_miner: ~/RefactoringMiner-1.0/bin/RefactoringMiner
# https://github.com/boyter/scc
scc: ~/CAPSTONE496/scc/scc
scc: ~/scc/scc
# universal-ctags
utags: /usr/local/Cellar/universal-ctags/HEAD-62f0144/bin/ctags
# https://archdia.com/
Expand Down

0 comments on commit 382bcec

Please sign in to comment.