Merge pull request #446 from travis-ci/lp-remove-codeclimate
remove code climate
This commit is contained in:
commit
3fef8fdd0e
|
@ -1,10 +0,0 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
actions: {
|
||||
close() {
|
||||
$('.popup').removeClass('display');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
});
|
|
@ -1,15 +1,7 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
displayCodeClimate: function() {
|
||||
return this.get('repo.githubLanguage') === 'Ruby';
|
||||
}.property('repo.githubLanguage'),
|
||||
|
||||
actions: {
|
||||
codeClimatePopup() {
|
||||
$('.popup').removeClass('display');
|
||||
$('#code-climate').addClass('display');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
classNames: ['repo-main-tools']
|
||||
|
||||
});
|
||||
|
|
|
@ -144,16 +144,6 @@ $button-border-color: #d4d4d4
|
|||
margin-right: 0
|
||||
margin-bottom: .5em
|
||||
|
||||
.button-circle-codeclimate
|
||||
@extend %circle-button
|
||||
@extend %icon-line-codeclimate
|
||||
background:
|
||||
repeat: no-repeat
|
||||
size: auto 9px
|
||||
position: 4px 8px
|
||||
&:hover
|
||||
@extend %icon-line-codeclimate-teal
|
||||
|
||||
.button-circle-cancel
|
||||
@extend %circle-button
|
||||
@extend %icon-line-cross
|
||||
|
@ -231,4 +221,3 @@ $button-border-color: #d4d4d4
|
|||
cursor: pointer
|
||||
@extend .button--grey
|
||||
@extend %icon-line-eye
|
||||
|
||||
|
|
|
@ -186,11 +186,6 @@
|
|||
%icon-line-dropdown-teal
|
||||
background-image: inline-image('line-icons/icon-arrow-dropdown-teal.svg')
|
||||
|
||||
%icon-line-codeclimate
|
||||
background-image: inline-image('line-icons/icon-codeclimate.svg')
|
||||
%icon-line-codeclimate-teal
|
||||
background-image: inline-image('line-icons/icon-codeclimate-teal.svg')
|
||||
|
||||
%icon-line-cross
|
||||
background-image: inline-image('line-icons/icon-failed.svg')
|
||||
%icon-line-cross-white
|
||||
|
|
|
@ -94,10 +94,3 @@
|
|||
width: 505px
|
||||
padding: 4px
|
||||
border-radius: 3px
|
||||
|
||||
#code-climate
|
||||
width: 100%
|
||||
ol
|
||||
padding-left: 1.2em
|
||||
@media #{$medium-up}
|
||||
width: 550px
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
<div id="code-climate" class="popup">
|
||||
<img src="/images/ui/code-climate-logo.svg" id="code-climate-logo"/>
|
||||
<a href="#" class="close" {{action "close"}}></a>
|
||||
<p>
|
||||
<b>Want test coverage for your tests?</b>
|
||||
</p>
|
||||
<p>
|
||||
Integrating <a href="https://codeclimate.com">Code Climate's test coverage</a> reporting with your test
|
||||
suite on Travis CI allows to track changes in coverage over time. If you haven't tried it out already, <a
|
||||
href={{config.codeClimateUrl}} target="_blank">sign
|
||||
up today</a> to improve your code's quality. New customers get 20% off for the first three months!
|
||||
</p>
|
||||
|
||||
<p>
|
||||
It only takes a few steps, once you've set up your project:
|
||||
</p>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<p>Add the `code-climate-reporter` gem to your Gemfile:</p>
|
||||
|
||||
<pre>gem "codeclimate-test-reporter", group: :test, require: nil
|
||||
</pre>
|
||||
</li>
|
||||
<li>
|
||||
<p>Load the reporter in your `test_helper` or `spec_helper`, putting it at the very top:</p>
|
||||
|
||||
<pre>require "codeclimate-test-reporter"
|
||||
CodeClimate::TestReporter.start
|
||||
</pre>
|
||||
</li>
|
||||
<li>
|
||||
<p>Add the Code Climate token to your .travis.yml:</p>
|
||||
|
||||
<pre>addons:
|
||||
code_climate:
|
||||
repo_token: adf08323...
|
||||
</pre>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
|
@ -1,20 +1,7 @@
|
|||
<div id="actions" class="repo-main-tools">
|
||||
|
||||
{{! TODO: when `component` helper is available we could just use
|
||||
with a component name based on type that is passed here }}
|
||||
{{#if job}}
|
||||
{{job-repo-actions job=job user=user repo=repo}}
|
||||
{{else}}
|
||||
{{build-repo-actions build=build user=user repo=repo}}
|
||||
{{/if}}
|
||||
|
||||
{{#if displayCodeClimate}}
|
||||
<a href="#" name="code-climate"
|
||||
{{action "codeClimatePopup"}} class="button-circle-codeclimate open-popup"
|
||||
title="Test Coverage with Code Climate">Code Climate
|
||||
</a>
|
||||
{{/if}}
|
||||
|
||||
</div>
|
||||
|
||||
{{code-climate-popup}}
|
||||
{{! TODO: when `component` helper is available we could just use
|
||||
with a component name based on type that is passed here }}
|
||||
{{#if job}}
|
||||
{{job-repo-actions job=job user=user repo=repo}}
|
||||
{{else}}
|
||||
{{build-repo-actions build=build user=user repo=repo}}
|
||||
{{/if}}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.3 8.3"><style>.st0{fill:#40a3ad;}</style><path class="st0" d="M.7 8.3c-.2 0-.3-.1-.5-.2-.3-.3-.3-.7 0-.9l5-5c.2-.2.7-.2.9 0l5 5c.3.3.3.7 0 .9-.3.3-.7.3-.9 0L5.7 3.5 1.1 8.1c-.1.1-.3.2-.4.2zM16.7 6.3c-.2 0-.3-.1-.5-.2l-4.6-4.6-1.7 1.8c-.2.2-.6.2-.9 0s-.2-.7 0-.9L11.2.2c.2-.2.7-.2.9 0l5 5c.3.3.3.7 0 .9-.1.1-.3.2-.4.2z"/></svg>
|
Before Width: | Height: | Size: 382 B |
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.3 8.3"><style>.st0{fill:#A7AEAE;}</style><path class="st0" d="M.7 8.3c-.2 0-.3-.1-.5-.2-.3-.3-.3-.7 0-.9l5-5c.2-.2.7-.2.9 0l5 5c.3.3.3.7 0 .9-.3.3-.7.3-.9 0L5.7 3.5 1.1 8.1c-.1.1-.3.2-.4.2zM16.7 6.3c-.2 0-.3-.1-.5-.2l-4.6-4.6-1.7 1.8c-.2.2-.6.2-.9 0s-.2-.7 0-.9L11.2.2c.2-.2.7-.2.9 0l5 5c.3.3.3.7 0 .9-.1.1-.3.2-.4.2z"/></svg>
|
Before Width: | Height: | Size: 382 B |
|
@ -1,18 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="68" width="300">
|
||||
<g transform="matrix(0.58902097,0,0,0.58902097,-26.208927,-183.43385)">
|
||||
<path d="m203.89,353.54c5.093,0,8.862,1.579,12.325,4.736,0.459,0.408,0.459,1.019,0.051,1.426l-3.973,4.125c-0.357,0.357-0.917,0.357-1.273,0-1.884-1.68-4.379-2.597-6.875-2.597-5.756,0-9.983,4.787-9.983,10.492,0,5.653,4.278,10.339,10.033,10.339,2.393,0,4.991-0.866,6.824-2.445,0.357-0.306,1.019-0.306,1.324,0.051l3.973,4.227c0.357,0.357,0.306,1.019-0.051,1.376-3.463,3.361-7.843,4.94-12.376,4.94-10.186,0-18.386-8.098-18.386-18.283s8.202-18.387,18.387-18.387z"/>
|
||||
<path d="m237.91,353.54c10.186,0,18.334,8.2,18.334,18.386s-8.148,18.283-18.334,18.283-18.284-8.098-18.284-18.283,8.099-18.386,18.284-18.386zm0,28.521c5.602,0,10.186-4.584,10.186-10.135,0-5.602-4.584-10.237-10.186-10.237-5.551,0-10.135,4.634-10.135,10.237,0,5.551,4.584,10.135,10.135,10.135z"/>
|
||||
<path d="m262.4,355.02c0-0.509,0.407-0.968,0.917-0.968h12.426c9.83,0,17.877,7.996,17.877,17.774,0,9.881-8.047,17.876-17.877,17.876h-12.426c-0.509,0-0.917-0.458-0.917-0.967v-33.715zm12.834,27.145c5.755,0,9.931-4.532,9.931-10.339,0-5.755-4.176-10.288-9.931-10.288h-4.889v20.626h4.889z"/>
|
||||
<path d="m299.84,355.02c0-0.509,0.407-0.968,0.968-0.968h21.085c0.56,0,0.968,0.458,0.968,0.968v5.551c0,0.509-0.407,0.968-0.968,0.968h-14.108v6.315h11.612c0.509,0,0.968,0.458,0.968,0.968v5.551c0,0.561-0.459,0.968-0.968,0.968h-11.612v6.875h14.108c0.56,0,0.968,0.458,0.968,0.967v5.552c0,0.509-0.407,0.967-0.968,0.967h-21.085c-0.56,0-0.968-0.458-0.968-0.967v-33.715z"/>
|
||||
<path d="m356.72,353.54c5.093,0,8.862,1.579,12.325,4.736,0.459,0.408,0.459,1.019,0.051,1.426l-3.973,4.125c-0.357,0.357-0.917,0.357-1.273,0-1.884-1.68-4.379-2.597-6.875-2.597-5.755,0-9.983,4.787-9.983,10.492,0,5.653,4.278,10.339,10.033,10.339,2.393,0,4.991-0.866,6.824-2.445,0.357-0.306,1.019-0.306,1.324,0.051l3.973,4.227c0.357,0.357,0.306,1.019-0.051,1.376-3.463,3.361-7.843,4.94-12.376,4.94-10.186,0-18.385-8.098-18.385-18.283s8.2-18.387,18.386-18.387z"/>
|
||||
<path d="m375.21,355.02c0-0.509,0.407-0.968,0.968-0.968h6.06c0.509,0,0.968,0.458,0.968,0.968v27.197h12.121c0.56,0,0.968,0.458,0.968,0.967v5.552c0,0.509-0.407,0.967-0.968,0.967h-19.15c-0.56,0-0.968-0.458-0.968-0.967v-33.716z"/>
|
||||
<path d="m401.24,355.02c0-0.509,0.458-0.968,0.968-0.968h6.112c0.509,0,0.968,0.458,0.968,0.968v33.715c0,0.509-0.459,0.967-0.968,0.967h-6.112c-0.51,0-0.968-0.458-0.968-0.967v-33.715z"/>
|
||||
<path d="m421.56,354.36c0.051-0.458,0.509-0.815,0.917-0.815h0.815c0.255,0,0.713,0.204,0.866,0.509l11.815,22.001h0.102l11.815-22.001c0.153-0.306,0.612-0.509,0.866-0.509h0.815c0.407,0,0.866,0.357,0.917,0.815l5.755,34.225c0.102,0.662-0.357,1.12-0.968,1.12h-6.009c-0.459,0-0.917-0.407-0.968-0.815l-2.292-15.737h-0.12l-8.556,16.501c-0.153,0.306-0.612,0.56-0.866,0.56h-0.917c-0.305,0-0.713-0.254-0.866-0.56l-8.607-16.501h-0.102l-2.24,15.737c-0.051,0.407-0.459,0.815-0.968,0.815h-6.01c-0.611,0-1.069-0.458-0.968-1.12l5.756-34.225z"/>
|
||||
<path d="M458.17,388.38,474.12,354.1c0.153-0.306,0.509-0.56,0.866-0.56h0.509c0.357,0,0.713,0.254,0.866,0.56l15.941,34.276c0.306,0.662-0.102,1.324-0.866,1.324h-5.653c-0.917,0-1.324-0.305-1.782-1.273l-1.834-4.023h-13.853l-1.834,4.074c-0.254,0.611-0.815,1.222-1.833,1.222h-5.603c-0.764-0.001-1.171-0.662-0.865-1.324zm20.932-10.899-3.871-8.403h-0.051l-3.82,8.403h7.742z"/>
|
||||
<path d="m499.22,361.54h-7.283c-0.56,0-0.968-0.458-0.968-0.968v-5.551c0-0.509,0.407-0.968,0.968-0.968h22.613c0.56,0,0.968,0.458,0.968,0.968v5.551c0,0.509-0.407,0.968-0.968,0.968h-7.283v27.197c0,0.509-0.459,0.967-0.968,0.967h-6.112c-0.509,0-0.968-0.458-0.968-0.967v-27.197z"/>
|
||||
<path d="m520.61,355.02c0-0.509,0.407-0.968,0.968-0.968h21.085c0.56,0,0.968,0.458,0.968,0.968v5.551c0,0.509-0.407,0.968-0.968,0.968h-14.108v6.315h11.612c0.509,0,0.968,0.458,0.968,0.968v5.551c0,0.561-0.458,0.968-0.968,0.968h-11.612v6.875h14.108c0.56,0,0.968,0.458,0.968,0.967v5.552c0,0.509-0.407,0.967-0.968,0.967h-21.08c-0.56,0-0.968-0.458-0.968-0.967v-33.715z"/>
|
||||
<polygon points="113.91,360.71,124.68,371.48,132.02,364.14,152.84,384.96,163.6,374.19,132.02,342.6"/>
|
||||
<polygon points="99.852,374.87,110.57,385.59,120.67,395.69,131.44,384.92,121.34,374.82,110.57,364.05,99.852,353.33,72.508,380.67,68.264,384.92,79.033,395.68,83.275,391.44,97.137,377.58"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 4.2 KiB |
|
@ -5,28 +5,11 @@ moduleForComponent('repo-actions', 'RepoActionsComponent', {
|
|||
needs: ['component:build-repo-actions', 'component:job-repo-actions']
|
||||
});
|
||||
|
||||
test('it displays code climate if the repo language is ruby', function() {
|
||||
var component, repo;
|
||||
repo = Ember.Object.create({
|
||||
githubLanguage: 'Ruby'
|
||||
});
|
||||
component = this.subject({
|
||||
repo: repo
|
||||
});
|
||||
this.append();
|
||||
ok(component.get('displayCodeClimate'), 'component should try to display code climate');
|
||||
return ok(component.$('a[name=code-climate]').length, 'component should render a code climate button');
|
||||
});
|
||||
test('it renders', function() {
|
||||
|
||||
test('it doesn\'t display code climate for other languages', function() {
|
||||
var component, repo;
|
||||
repo = Ember.Object.create({
|
||||
githubLanguage: 'Go'
|
||||
});
|
||||
component = this.subject({
|
||||
repo: repo
|
||||
});
|
||||
var component;
|
||||
component = this.subject({});
|
||||
this.append();
|
||||
ok(!component.get('displayCodeClimate'), 'component should not try to display code climate');
|
||||
return ok(!component.$('a[name=code-climate]').length, 'component should not render a code climate button');
|
||||
return ok(component.$().hasClass('repo-main-tools'), 'component has class');
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user