-
Notifications
You must be signed in to change notification settings - Fork 2
/
features.html
132 lines (120 loc) · 7.67 KB
/
features.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>QuantifiedCode | Features</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/theme/css/main.css" rel="stylesheet" type="text/css">
</head>
<body >
<header>
<nav id="navbar" class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div id="nav-head" class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#toggle-menu">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="/theme/images/logo.svg" /></a>
</div>
<div id="menu">
<div class="collapse navbar-collapse" id="toggle-menu">
<ul class="nav navbar-nav navbar-right">
<li><a href="/contact.html">Contact</a></li>
<li><a href="/features.html">Features</a></li>
<li><a href="/download.html">Download</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</nav>
</header>
<div id="main">
<section class="subpage-nav">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<ul class="nav nav-tabs">
<li role="presentation" class="active"><a href="/features">Current Features</a></li>
<li role="presentation"><a href="/planned-features">Upcoming Features</a></li>
</ul>
</div>
</div>
</div>
</section>
<section id="qcapp" class="static-content">
<section class="wrapper features vh">
<section>
<div class="container">
<div class="row">
<div class="space-bottom-20 col-lg-5 col-md-5 col-sm-5 col-xs-10 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-xs-offset-0 col-lg-push-6 col-md-push-6 col-sm-push-6">
<img class="img-responsive center-block space-top-20" src="/images/features/python-code-checks.png" />
</div>
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12 col-lg-offset-1 col-md-offset-1 col-sm-offset-1 col-lg-pull-6 col-md-pull-6 col-sm-pull-6">
<a name="code-checks"></a>
<h3 class="head-small">500+ Code Checks for Python, Javascript, Go, ...</h3>
<h5 class="subhead-small">Ensure your code is safe and sound</h5>
<p>Automatically identify hundreds of <strong>quality, security, performance and maintainability</strong> issues in your code. By curating the most <strong>comprehensive library of code checks for Python and popular Python frameworks</strong>, we ensure that your codes' quality and security increases continuously. Of course, we also detect complex and undocumented code.</p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="space-bottom-20 col-lg-5 col-md-5 col-sm-5 col-xs-10 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-xs-offset-0">
<img class="img-responsive center-block space-top-20" src="/images/features/automated-code-reviews.png" />
</div>
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12 col-lg-offset-1 col-md-offset-1 col-sm-offset-1">
<a name="automated-code-reviews"></a>
<h3 class="head-small">Continuous Monitoring of Your Code</h3>
<h5 class="subhead-small">Save time in code reviews</h5>
<p>QuantifiedCode CE continuously monitors your software projects and <strong>automatically detects quality and security issues</strong> in your code. It checks every commit to make sure your code stays safe and sound, giving your team a view on problems that <strong>everyone can agree on</strong>.</p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="space-bottom-20 col-lg-5 col-md-5 col-sm-5 col-xs-10 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-xs-offset-0 col-lg-push-6 col-md-push-6 col-sm-push-6">
<img class="img-responsive center-block space-top-20" src="/images/features/incremental-analysis-2.png" />
</div>
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12 col-lg-offset-1 col-md-offset-1 col-sm-offset-1 col-lg-pull-6 col-md-pull-6 col-sm-pull-6">
<a name="incremental-analysis"></a>
<h3 class="head-small">Incremental Analyses</h3>
<h5 class="subhead-small">Build and Deploy Faster</h5>
<p>QuantifiedCode CE intelligently determines which files need to be re-analyzed in a given commit, minimizing analysis time for large projects. This allows you to have a shorter feedback cycle and speed up your CI pipeline.</p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="space-bottom-20 col-lg-5 col-md-5 col-sm-5 col-xs-10 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-xs-offset-0">
<img class="img-responsive center-block space-top-20" src="/images/features/git-support.png" />
</div>
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12 col-lg-offset-1 col-md-offset-1 col-sm-offset-1">
<a name="git-support"></a>
<h3 class="head-small">Git Support</h3>
<h5 class="subhead-small">Integrate with Git, Github, Bitbucket in seconds</h5>
<p>Analyze code from <strong>GitHub, BitBucket, GitLab or on your local git server</strong>. Please note: Direct integrations for Github will become available in the coming weeks, with Gitlab and Bitbucket following soon after that.</p>
</div>
</div>
</div>
</section>
</section>
</section>
</div>
<script src="/theme/bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script>
<script src="/theme/bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>