You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
-
# Configuration Smells in Continuous Delivery Pipelines: A Linter and A Six-Month Study on GitLab (Replication Package)
1
+
# Configuration Smells in Continuous Delivery Pipelines: A Linter and A Six-Month Study on GitLab (FSE 2020, Replication Package)
2
2
3
-
## DATASETS (datasets.zip)
3
+
Authors: Carmine Vassallo, Sebastian Proksch, Anna Jancso, Harald C. Gall, Massimiliano Di Penta.
4
+
5
+
Link to the preprint: http://doi.org/10.5281/zenodo.3860985
6
+
7
+
## DATASETS (datasets/)
4
8
5
9
**Warning** Direct links to the opened issues are omitted according to the double-blind policy. Furthermore, we discourage people browsing issues on GitLab projects that might reveal the author identities.
6
10
@@ -17,14 +21,14 @@
17
21
-`good_bad_cd-practices.csv`: all the good and bad practices that we collected from the Foundations part of Humble's book.
18
22
19
23
20
-
## SCRIPTS (scripts.zip)
24
+
## SCRIPTS (scripts/)
21
25
22
26
Note: please install all the required dependencies.
23
27
24
28
-`study-results.py`: this script analyzes and computes the results of the research questions.
25
29
-`likert-scaled-reactions.R`: this script is used to compute Figure 4 (`reactions.csv` that is generated by "study-results.py" must be passed as input file).
26
30
27
31
28
-
## CD-Linter Implementation (cd-linter-code.zip)
32
+
## CD-Linter Implementation (cd-linter-code/)
29
33
30
34
It contains the source code of our linter (all packages have been anonymized).
0 commit comments