Commit Graph

1381 Commits

Author SHA1 Message Date
Valentin Brandl
b8e454762e
Bump version number
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-07-07 14:53:51 +02:00
Valentin Brandl
268734efdd
Merge branch 'feature/commit-count'
Closes #33
2019-07-07 14:53:10 +02:00
Valentin Brandl
c71925f61e
Add migration subcommand 2019-07-07 14:52:42 +02:00
Valentin Brandl
c5bbd14a05
Update documentation for the JSON endpoint 2019-07-07 13:36:14 +02:00
Valentin Brandl
a239a3f80b
Calculate number of commits
The number of commits is shown in the overview page and returned in the
JSON response.

Closes #33
2019-07-07 13:30:17 +02:00
Valentin Brandl
00b4e60341
Add parse error 2019-07-07 13:29:26 +02:00
Valentin Brandl
ed1cafafd0
Show commit count in overview page 2019-07-07 13:29:03 +02:00
Valentin Brandl
bdb10fd54a
Add commit count to the cache struct 2019-07-07 13:28:43 +02:00
Valentin Brandl
1f01c3b964
Bump version number
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-07-05 12:50:55 +02:00
Valentin Brandl
3f94789b8b
Merge pull request #32 from vbrandl/dependabot/cargo/actix-web-1.0.3
Bump actix-web from 1.0.2 to 1.0.3
2019-07-05 12:49:40 +02:00
dependabot-preview[bot]
e4f8604861
Bump actix-web from 1.0.2 to 1.0.3
All checks were successful
continuous-integration/drone/push Build is passing
Bumps [actix-web](https://github.com/actix/actix-web) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/web-v1.0.2...web-v1.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-03 04:24:43 +00:00
Valentin Brandl
25a179dad6
Bump version number
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2019-07-02 17:13:51 +02:00
Valentin Brandl
6ee44f7ba3
Revert "Update dependencies"
This reverts commit 7e13f93ee3. This
commit broke following builds. It was impossible to clone new
repositories.

Reverting the commit closes #31.
2019-07-02 17:11:58 +02:00
Valentin Brandl
e9ebbee957
Bump version number
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
2019-07-01 18:28:14 +02:00
Valentin Brandl
5211481226
Merge pull request #30 from vbrandl/dependabot/cargo/serde_json-1.0.40
Bump serde_json from 1.0.39 to 1.0.40
2019-07-01 18:24:59 +02:00
dependabot-preview[bot]
fd230db0cb
Bump serde_json from 1.0.39 to 1.0.40
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.39...v1.0.40)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-01 04:29:15 +00:00
Valentin Brandl
92a95f33d4
Bump version number
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-06-28 15:26:12 +02:00
Valentin Brandl
7e13f93ee3
Update dependencies 2019-06-28 15:25:28 +02:00
Valentin Brandl
36afc8732e
Merge pull request #29 from vbrandl/dependabot/cargo/serde_derive-1.0.94
All checks were successful
continuous-integration/drone/push Build is passing
Bump serde_derive from 1.0.93 to 1.0.94
2019-06-28 14:16:41 +02:00
dependabot-preview[bot]
abeed1f971
Bump serde_derive from 1.0.93 to 1.0.94
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.93 to 1.0.94.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.93...v1.0.94)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-28 04:26:03 +00:00
dependabot-preview[bot]
03a0743517
Merge pull request #27 from vbrandl/dependabot/cargo/structopt-0.2.18 2019-06-27 07:19:36 +00:00
dependabot-preview[bot]
cbfd56b33a
Merge pull request #26 from vbrandl/dependabot/cargo/futures-0.1.28 2019-06-27 07:18:43 +00:00
dependabot-preview[bot]
9c5208d6e4
Bump structopt from 0.2.16 to 0.2.18
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.2.16 to 0.2.18.
- [Release notes](https://github.com/TeXitoi/structopt/releases)
- [Changelog](https://github.com/TeXitoi/structopt/blob/v0.2.18/CHANGELOG.md)
- [Commits](https://github.com/TeXitoi/structopt/compare/v0.2.16...v0.2.18)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-27 04:25:09 +00:00
dependabot-preview[bot]
92d7b6668a
Bump futures from 0.1.27 to 0.1.28
Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.27 to 0.1.28.
- [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases)
- [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.27...0.1.28)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-27 04:24:37 +00:00
Valentin Brandl
97510fa325
Bump version number
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-06-26 18:20:56 +02:00
Valentin Brandl
65ba104de1
Merge pull request #23 from vbrandl/dependabot/cargo/ructe-0.6.4
All checks were successful
continuous-integration/drone/push Build is passing
Bump ructe from 0.6.2 to 0.6.4
2019-06-26 18:18:20 +02:00
Valentin Brandl
9599d934a2
Merge pull request #25 from vbrandl/dependabot/cargo/serde_derive-1.0.93
Bump serde_derive from 1.0.92 to 1.0.93
2019-06-26 18:18:06 +02:00
dependabot-preview[bot]
61e2dd174a
Bump ructe from 0.6.2 to 0.6.4
Bumps [ructe](https://github.com/kaj/ructe) from 0.6.2 to 0.6.4.
- [Release notes](https://github.com/kaj/ructe/releases)
- [Commits](https://github.com/kaj/ructe/compare/v0.6.2...v0.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-26 16:17:36 +00:00
dependabot-preview[bot]
fe00cddd47
Bump serde_derive from 1.0.92 to 1.0.93
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.92 to 1.0.93.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.92...v1.0.93)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-26 16:17:33 +00:00
Valentin Brandl
9b73c99922
Merge pull request #24 from vbrandl/dependabot/cargo/serde-1.0.93
All checks were successful
continuous-integration/drone/push Build is passing
Bump serde from 1.0.92 to 1.0.93
2019-06-26 18:16:03 +02:00
dependabot-preview[bot]
ed3da3a2c3
Bump serde from 1.0.92 to 1.0.93
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.92 to 1.0.93.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.92...v1.0.93)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-24 04:29:52 +00:00
Valentin Brandl
504476b145
Merge pull request #22 from vbrandl/dependabot/cargo/actix-web-1.0.2
All checks were successful
continuous-integration/drone/push Build is passing
Bump actix-web from 1.0.0 to 1.0.2
2019-06-22 13:45:41 +02:00
dependabot-preview[bot]
9bc1b42750
Bump actix-web from 1.0.0 to 1.0.2
Bumps [actix-web](https://github.com/actix/actix-web) from 1.0.0 to 1.0.2.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/master/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/web-v1.0.0...web-v1.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-19 04:22:48 +00:00
Valentin Brandl
140265b713
Cleanup and use internal result type
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-16 22:20:09 +02:00
Valentin Brandl
4446d9b879
Bump version number
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-06-16 21:46:43 +02:00
Valentin Brandl
ac8ba338bb
Don't reuse cache struct
Also we avoid converting from String into Cow<'a, str>'
2019-06-16 21:45:13 +02:00
Valentin Brandl
d609f9bf43
Bump version number
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-06-16 15:03:12 +02:00
Valentin Brandl
6bc783451e
Update README 2019-06-16 15:02:45 +02:00
Valentin Brandl
21243e6cfb
Document JSON endpoint on index page 2019-06-16 15:00:46 +02:00
Valentin Brandl
05736ee3ba
Bump version number
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-06-16 14:43:00 +02:00
Valentin Brandl
d23588172b
Merge branch 'feature/json-output' 2019-06-16 14:33:47 +02:00
Valentin Brandl
ce77854754
Implement JSON endpoint 2019-06-16 14:33:15 +02:00
Valentin Brandl
70e83d8cee
Bump version number
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-06-12 21:58:02 +02:00
Valentin Brandl
284e41c591
Fix footer structure 2019-06-12 21:57:24 +02:00
Valentin Brandl
ec8bbe0325
Bump version number
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2019-06-12 21:53:47 +02:00
Valentin Brandl
8d4de48c11
Calculate repo count on start and increment when a new repo is cloned
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-12 21:51:54 +02:00
Valentin Brandl
eb718990ec
Add repo count to templates 2019-06-12 21:51:16 +02:00
Valentin Brandl
60dc242e5a
Add repo count to templates 2019-06-12 21:50:45 +02:00
Valentin Brandl
615460c87b
Update dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-12 20:05:55 +02:00
Valentin Brandl
ba6fc7d394
Update git2 to 0.9.1
All checks were successful
continuous-integration/drone/push Build is passing
2019-06-12 20:04:26 +02:00