Commit Graph

42 Commits

Author SHA1 Message Date
tariqibrahim
fc16cf5477 Fixing megacheck issues reported by gometalinter 2018-06-10 23:20:46 -07:00
Shawn Smith
f9aeaf008e make sure we save to cache when checking repo with /badge endpoint 2017-12-19 22:09:06 +09:00
tariqibrahim
6f5b312295 Minor code cleanup in error handling. 2017-11-14 23:15:11 -08:00
Shawn Smith
6918708d55 remove stats update but add back setting of isNewRepo 2017-10-04 19:26:04 +09:00
Shawn Smith
4b515913bc add stats back 2017-10-04 19:16:35 +09:00
Shawn Smith
677f61c483 Revert "Making the Check Repo analysis logic re-usable"
This reverts commit b3833ea617.
2017-10-04 17:52:09 +09:00
Shawn Smith
b97adc0d9c remove unused stats bolt data 2017-10-04 17:22:13 +09:00
tariqibrahim
b3833ea617 Making the Check Repo analysis logic re-usable 2017-10-02 00:01:05 -07:00
Shawn Smith
12924ef077 add CLI tool for removing repo from high scores 2017-08-12 16:57:02 +09:00
tariqibrahim
0863c7dbc7 Fixing the high cyclomatic complexity in goreportcard source files 2017-08-09 00:58:06 -07:00
Herman Schaaf
a2b2dbdbc7 Use VCS module to download repos instead of go get 2016-08-04 23:50:18 +08: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
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
98bf589158 support for tracking scores, migration script for score tracking 2016-04-01 23:32:20 +09:00
Jeremy Mikkola
6afa72e6d2 89: Remove scheme from URLs 2016-03-26 15:36:07 -07:00
Andrew Schwartz
1b26b126ab use literal byte strings in lieu of json marshalled strings 2016-03-19 01:12:44 +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
2975d00b58 rename err 2016-02-14 01:55:39 +09:00
Herman Schaaf
8c6a393f94 Couple of related to redirecting:
- add report.html template
 - remove unnecessary javascript logic from home.html
 - add search bar to top of report.html
 - stop using pushState, to fix bug in safari
2016-02-09 19:11:16 +08:00
Herman Schaaf
25c7a66d38 Start fix of deprecated URL redirecting 2016-02-07 02:38:31 +08:00
Herman Schaaf
2149fb0407 fix number of go get-related bugs 2016-02-07 02:00:27 +08:00
Shawn Smith
6d3207bc00 move log statement 2016-02-06 17:42:28 +09:00
Shawn Smith
29f570b1e2 change high score amount to 50 2016-02-06 17:23:39 +09:00
Herman Schaaf
b3203185b9 High scores, total repos and completed migration script for bolt 2016-02-06 15:05:45 +08:00
Shawn Smith
8b0744ef9d only save to boltdb if it's a force refresh 2016-02-06 14:15:37 +09:00
Shawn Smith
8d86983517 update comment 2016-02-06 14:04:16 +09:00
Shawn Smith
0ad682b371 lowercase err string 2016-02-06 14:02:24 +09:00
Herman Schaaf
0d03f16d22 Add high scores bucket to bolt 2016-02-05 13:30:18 +08:00
Herman Schaaf
ecd6fda134 First pass of writing to and loading from bolt 2016-02-04 20:43:57 +08:00
Shawn Smith
4571792e2d log repo before doing any checks 2015-09-10 15:09:49 +09:00
Shawn Smith
6cb91be295 lowercase golang/go repo check 2015-08-27 18:57:51 +09:00
Shawn Smith
e69f175044 ignore golang/go 2015-05-11 23:56:53 +09:00
Shawn Smith
6aa881aabb properly close mongo connections 2015-03-20 18:31:14 +09:00
shawnps
8794a73695 golint 2015-02-14 10:08:29 -08:00
shawnps
f3587d17db revert upsert change 2015-02-08 14:05:53 -08:00
shawnps
d62962fb2b only write to mongo when it's force refresh 2015-02-08 13:56:27 -08:00
shawnps
03ca936dd9 return custom error response when no .go files are found in the repo, add missing return after 500 error 2015-02-08 06:16:17 -08:00
shawnps
d2cf3d3525 move handlers into separate package, clean up main 2015-02-08 05:59:45 -08:00