Commit Graph

234 Commits

Author SHA1 Message Date
Shawn Smith
a2918ff957 remove --debug from make lint 2016-04-29 18:25:53 +09:00
Shawn Smith
b7e81332a0 #45 compare repo name during high scores insertion rather than form value 2016-04-29 16:55:45 +09:00
Shawn Smith
33cc76cb8c #45 lowercase repo form value before checking 2016-04-29 16:14:55 +09:00
Shawn Smith
f5de0d298f Merge pull request #119 from gojp/fix-error-could-not-go-get
Fix edge case where we can not go get the repo
2016-04-28 21:45:12 +09:00
Herman Schaaf
b7d740ac6d Fix edge case where we can not go get the repo
This fixes an edge case where the repo being tested has a dependency that
has had its git history rebased, thus causing go get to fail, and a subsequent
delete of that repo and another go get to fail as well. Now, if go get fails the first time,
we read the error message and clear the directory that caused the error. Then we try again.
If we get the same error two times in a row, something is wrong, and we return failure. If not,
we keep going and deleting cached repos until no error is returned.
2016-04-28 20:11:24 +08:00
Shawn Smith
a039cb3ec8 Merge pull request #117 from Tomohiro/master
Support Shields IO badge styles
2016-04-23 19:47:57 +09:00
Tomohiro TAIRA
aef7169c91 Support Shilds IO badge styles 2016-04-23 19:34:10 +09:00
Herman Schaaf
38f13f0088 Center all the things 2016-04-21 00:47:28 +08:00
Herman Schaaf
1519a21e9b Center footer text 2016-04-21 00:46:32 +08:00
Herman Schaaf
df403d2d6e Change is-quarter to is-one-quarter 2016-04-21 00:44:48 +08:00
Herman Schaaf
fea5168065 Update report styles 2016-04-21 00:42:17 +08:00
Herman Schaaf
443699b1f7 Center text after change to bulma 2016-04-21 00:35:10 +08:00
Shawn Smith
f0eb50fcb2 Merge pull request #114 from trinchan/master
support for tracking scores, migration script for score tracking
2016-04-02 00:23:15 +09:00
Andrew Schwartz
a66a844957 decrement old score stats 2016-04-02 00:00:43 +09:00
Andrew Schwartz
fb78f46a69 move tool scripts into subdirs for separate scopes 2016-04-01 23:40:23 +09:00
Andrew Schwartz
98bf589158 support for tracking scores, migration script for score tracking 2016-04-01 23:32:20 +09:00
Shawn Smith
dfdf0ee403 Merge pull request #112 from trinchan/master
Sort checks by name
2016-03-30 01:29:38 +09:00
Shawn Smith
8fa63045e8 Merge pull request #111 from jmikkola/easier-pasting
89: Remove scheme from URLs
2016-03-30 01:24:13 +09:00
Andrew Schwartz
4cbafefc19 sort checks by name 2016-03-30 01:12:10 +09:00
Shawn Smith
6a454d25d9 give gofmt more weight 2016-03-28 20:47:05 +09:00
Jeremy Mikkola
6afa72e6d2 89: Remove scheme from URLs 2016-03-26 15:36:07 -07:00
Shawn Smith
16b0c80f9f Merge pull request #108 from trinchan/fix-template
add default domain flag for badge urls
2016-03-22 02:54:55 +09:00
Andrew Schwartz
2fb44a1dd8 add default domain flag for badge urls 2016-03-22 02:53:08 +09:00
Shawn Smith
e427f9fff6 Merge pull request #106 from trinchan/master
use literal byte strings in lieu of json marshalled strings
2016-03-19 01:19:23 +09:00
Andrew Schwartz
1b26b126ab use literal byte strings in lieu of json marshalled strings 2016-03-19 01:12:44 +09:00
Shawn Smith
9fce18f43b add gometalinter credit 2016-03-19 00:39:35 +09:00
Shawn Smith
41260decd3 #104 add ineffassign check 2016-03-19 00:36:06 +09:00
Herman Schaaf
37d05c874b Merge branch 'master' of github.com:gojp/goreportcard 2016-03-17 00:27:35 +08:00
Herman Schaaf
c7d33d65a6 Merge with custom domain and google analytics branch 2016-03-17 00:27:18 +08:00
Herman Schaaf
8c45357cd9 Use [[ ]] delims across all templates,
correct the google analytics variable for several templates
make about page dynamic to allow for custom google analytics code
2016-03-17 00:26:01 +08:00
Shawn Smith
baa60fb060 remove unnecessary else 2016-03-16 19:29:34 +09:00
Shawn Smith
e3963e3efc attempt to fix lint in travis.yml 2016-03-16 19:24:50 +09:00
Shawn Smith
b58e633ded put long timestamp in title span 2016-03-16 19:13:17 +09:00
Shawn Smith
71032bf600 remove Godeps dir 2016-03-16 19:08:07 +09:00
Shawn Smith
3f8b398020 remove calls to godep now that we use vendor 2016-03-16 19:00:29 +09:00
Shawn Smith
d0436067b3 Godep workspace -> vendor/ 2016-03-16 18:57:57 +09:00
Shawn Smith
6e9dadf752 add humanized last refresh 2016-03-16 18:54:20 +09:00
Shawn Smith
cd7632256b update Godeps 2016-03-16 18:53:20 +09:00
Vladislav Shub
93534d075d Fixed import 2016-03-15 09:15:16 +02:00
Vladislav Shub
a4bdaac687 Added support for custom domain and custom google analytics 2016-03-14 23:02:49 +02:00
Shawn Smith
153dfe1678 #92 strip /github.com/orgName/ from beginning of filenames 2016-03-09 15:59:37 +09:00
Shawn Smith
35f1342cd4 make log line a bit more descriptive/easier to find 2016-03-03 14:13:30 +09:00
Shawn Smith
9c03cfbf7c Merge pull request #93 from gojp/recent
Recent
2016-03-03 13:05:43 +09:00
Herman Schaaf
7ec587cd69 Put recent column alongside popular repos, only add recent if it is not in the list already 2016-03-03 00:36:23 +08:00
Shawn Smith
c1dc77e9ab use slice rather than heap for recent 2016-02-28 15:20:09 +09:00
Shawn Smith
269be4a978 start recent list 2016-02-28 15:03:54 +09:00
Shawn Smith
87ab879c0d add more license examples 2016-02-26 08:32:51 +09:00
Herman Schaaf
e4b6d09adf Merge pull request #91 from smcquay/master
Allow user to change hostname and port.
2016-02-25 17:03:22 +08:00
stephen mcquay
9b4211de44 Added -http flag for specifying listening address 2016-02-24 22:09:54 -08:00
Herman Schaaf
2da20230c9 Merge pull request #86 from ckeyer/add_Dockerfile
add Dockerfile
2016-02-23 15:45:18 +08:00