Commit Graph

158 Commits

Author SHA1 Message Date
d082531ca4 Bump version number
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
v0.4.0
2019-05-13 22:02:14 +02:00
0a58a75cd1 Serve favicon
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-13 21:58:07 +02:00
a7441f79cb Add favicon 2019-05-13 21:57:47 +02:00
c62f4e3db4 Bump version number
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
v0.3.0
2019-05-04 15:47:19 +02:00
27c49f6e14 Add dependency badge 2019-05-04 15:46:36 +02:00
6d9b95e7d0 Merge branch 'feature/generator-from' 2019-05-04 15:45:35 +02:00
791cb38a41 Implement generator and use custom result type 2019-05-04 15:45:25 +02:00
eb0ee4b31d Add generator and result page 2019-05-04 15:38:00 +02:00
d5e6bf7839 Add service enum for form data 2019-05-04 15:37:29 +02:00
4556d6a04a Add custom result type 2019-05-04 15:33:21 +02:00
2d4e1930a8 Sign CI config [skip ci] 2019-05-01 22:32:34 +02:00
06613ca9b0 Bump version number
All checks were successful
continuous-integration/drone/tag Build is passing
v0.2.3
2019-05-01 22:24:20 +02:00
22923e7121 Only run builds on master and tags 2019-05-01 22:23:46 +02:00
49702c22cd Merge branch 'feature/drone-ci'
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-01 22:13:18 +02:00
2da2771218 Add drone badge and remove docker cloud badge 2019-05-01 22:13:06 +02:00
f1ae1b4d59 Enable autotag
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-01 22:08:23 +02:00
80a0afbf53 Upload docker image
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-01 21:56:59 +02:00
751b8e9a6d Build image in CI
Some checks failed
continuous-integration/drone/push Build is failing
2019-05-01 21:31:48 +02:00
6355dce827 Test release build
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-01 18:43:20 +02:00
bd4b8c64ba Fix user
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-01 18:28:16 +02:00
4a69022659 Dummy commit
Some checks failed
continuous-integration/drone/push Build is failing
2019-05-01 18:23:27 +02:00
6f73bbd422 Add drone config
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2019-05-01 18:21:10 +02:00
7b45d72b97 Make worker threads configurable 2019-05-01 16:37:51 +02:00
852a31315d Start 4 worker threads 2019-05-01 16:21:36 +02:00
95f2c987e3 Add travis badge 2019-05-01 13:44:33 +02:00
2d4ad8c58f Clarify binary dependency on git
[ci skip]
2019-05-01 13:42:43 +02:00
beb57036aa Remove TODO from readme 2019-05-01 13:41:02 +02:00
3e507b9b86 Update dependencies 2019-05-01 13:38:57 +02:00
240ffec767 Fix CI config for releases 2019-04-30 17:17:18 +02:00
1bc91a9e41 Bump version number v0.2.2 2019-04-30 16:46:27 +02:00
8ae71cdb5d Merge branch 'feature/case-insensitive-path' 2019-04-30 16:45:43 +02:00
8fc46ab7cc Use all lowercase path names for storage and caching
`Microsoft/vscode` and `microsoft/vscode` point to the same directory
but the repo would have been cloned twice.
2019-04-30 16:45:29 +02:00
1257db4e0d Bump version number v0.2.1 2019-04-30 16:37:40 +02:00
0a67278e46 Fix docker tag for tagged commits 2019-04-30 16:37:04 +02:00
7ddcbd1083 Bump version number v0.2.0 2019-04-30 15:23:56 +02:00
e7e0c75e6f Merge branch 'feature/logging' 2019-04-30 15:23:18 +02:00
f5a5560a62 Refactor to remove duplicate code and add some logs 2019-04-30 15:22:58 +02:00
bb52f9124f Add log crate 2019-04-30 15:22:31 +02:00
480a7672ec Merge branch 'feature/number-prefix'
Closes #11
2019-04-30 14:40:06 +02:00
a0ea761dd8 Remove unused extern crate declatations 2019-04-30 14:39:55 +02:00
6b68d291c8 Use prefixed numbers for badges 2019-04-30 14:20:33 +02:00
1f807a14fb Use version info struct 2019-04-30 14:20:11 +02:00
bdf9d382d4 Use version info struct 2019-04-30 14:19:40 +02:00
f6cbe92eba Add number-prefix crate 2019-04-30 14:18:30 +02:00
3c2fcec996 Add Gitlab CI badge
[skip ci]
2019-04-29 22:15:49 +02:00
e7473fbd13 Merge branch 'feature/overview'
Closes #8
2019-04-29 20:42:56 +02:00
c81fc5478b Implement improved overview page 2019-04-29 20:42:17 +02:00
361b446f2a Use new Service trait 2019-04-29 20:41:53 +02:00
34e2942f5f Also return HEAD when calculating HOC 2019-04-29 20:40:05 +02:00
fd6f58ca9c Add overview template 2019-04-29 20:38:05 +02:00