gitlab-org / GitLab_Enterprise_Edition
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
36,040 LOC (2%)
175 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
36,040 LOC (2%)
175 files
|
found text per file
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
175
files match defined criteria (
36,040
LOC,
2.8%
vs. main code):
140
*.rb files (
29,965
LOC)
20
*.js files (
4,088
LOC)
12
*.vue files (
1,695
LOC)
1
*.haml files (
133
LOC)
1
*.erb files (
95
LOC)
1
*.rake files (
64
LOC)
221
lines match the content pattern.
details...
per component - primary logical decomposition
spec
in 16 files, 8,864 LOC (1%)
ee
in 53 files, 5,975 LOC (1%)
app
in 70 files, 14,079 LOC (5%)
lib
in 31 files, 6,950 LOC (8%)
qa
in 2 files, 65 LOC (<1%)
config
in 3 files, 107 LOC (2%)