aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Bump log from 0.4.7 to 0.4.8dependabot-preview[bot]2019-07-292-38/+38
| | | | | | | | | | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #172 from svenstaro/dependabot/cargo/alphanumeric-sort-1.0.7dependabot-preview[bot]2019-07-292-4/+4
|\ \ | |/ |/|
| * Bump alphanumeric-sort from 1.0.6 to 1.0.7dependabot-preview[bot]2019-07-292-4/+4
| | | | | | | | | | | | | | Bumps [alphanumeric-sort](https://github.com/magiclen/alphanumeric-sort) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/magiclen/alphanumeric-sort/releases) - [Commits](https://github.com/magiclen/alphanumeric-sort/compare/v1.0.6...v1.0.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #171 from svenstaro/dependabot/cargo/serde-1.0.98dependabot-preview[bot]2019-07-292-15/+15
|\ \ | |/ |/|
| * Bump serde from 1.0.97 to 1.0.98dependabot-preview[bot]2019-07-292-15/+15
|/ | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.97 to 1.0.98. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.97...v1.0.98) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update to url 2.0Sven-Hendrik Haase2019-07-253-3/+25
|
* Upgrade percent-encoding to 2.0Sven-Hendrik Haase2019-07-253-267/+285
|
* Merge pull request #166 from svenstaro/dependabot/cargo/reqwest-0.9.19Sven-Hendrik Haase2019-07-251-3/+4
|\ | | | | Bump reqwest from 0.9.18 to 0.9.19
| * Bump reqwest from 0.9.18 to 0.9.19dependabot-preview[bot]2019-07-251-3/+4
|/ | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.18 to 0.9.19. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.18...v0.9.19) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #165 from svenstaro/dependabot/cargo/serde-1.0.97dependabot-preview[bot]2019-07-252-15/+15
|\
| * Bump serde from 1.0.94 to 1.0.97dependabot-preview[bot]2019-07-252-15/+15
|/ | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.94 to 1.0.97. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.94...v1.0.97) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #163 from svenstaro/dependabot/cargo/select-0.4.3Sven-Hendrik Haase2019-07-251-104/+31
|\ | | | | Bump select from 0.4.2 to 0.4.3
| * Bump select from 0.4.2 to 0.4.3dependabot-preview[bot]2019-07-241-104/+31
|/ | | | | | | Bumps [select](https://github.com/utkarshkukreti/select.rs) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/utkarshkukreti/select.rs/releases) - [Commits](https://github.com/utkarshkukreti/select.rs/commits/0.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix testsSven-Hendrik Haase2019-07-245-49/+73
|
* Merge pull request #158 from wyhaya/masterSven-Hendrik Haase2019-07-142-13/+66
|\ | | | | accomplish #142
| * remove page_parentwyhaya2019-07-081-1/+0
| |
| * fix parent directorywyhaya2019-07-082-30/+44
| |
| * add spacewyhaya2019-07-081-1/+1
| |
| * accomplish #142wyhaya2019-07-041-3/+43
| |
* | Bump nightly version requirementSven-Hendrik Haase2019-07-141-1/+1
| |
* | Remove unnecessary importSven-Hendrik Haase2019-07-141-1/+0
| |
* | Add dir navigation testsSven-Hendrik Haase2019-07-143-0/+110
| |
* | Merge pull request #162 from svenstaro/dependabot/cargo/log-0.4.7Sven-Hendrik Haase2019-07-112-37/+37
|\ \ | | | | | | Bump log from 0.4.6 to 0.4.7
| * | Bump log from 0.4.6 to 0.4.7dependabot-preview[bot]2019-07-112-37/+37
|/ / | | | | | | | | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.6...0.4.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Also check directories in testsSven-Hendrik Haase2019-07-072-5/+31
| |
* | Bump lock fileSven-Hendrik Haase2019-07-071-121/+173
| |
* | Add changelog datesSven-Hendrik Haase2019-07-071-1/+3
|/
* Merge pull request #157 from svenstaro/dependabot/cargo/libflate-0.1.25Sven-Hendrik Haase2019-07-032-4/+18
|\ | | | | Bump libflate from 0.1.24 to 0.1.25
| * Bump libflate from 0.1.24 to 0.1.25dependabot-preview[bot]2019-07-032-4/+18
|/ | | | | | | Bumps [libflate](https://github.com/sile/libflate) from 0.1.24 to 0.1.25. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.24...0.1.25) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #155 from svenstaro/dependabot/cargo/maud-0.21.0Sven-Hendrik Haase2019-07-022-15/+402
|\ | | | | Bump maud from 0.20.0 to 0.21.0
| * Bump maud from 0.20.0 to 0.21.0dependabot-preview[bot]2019-07-022-15/+402
|/ | | | | | | | Bumps [maud](https://github.com/lfairy/maud) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/lfairy/maud/releases) - [Changelog](https://github.com/lfairy/maud/blob/master/CHANGELOG.md) - [Commits](https://github.com/lfairy/maud/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Use rstest 0.3Sven-Hendrik Haase2019-06-282-51/+50
|
* Update README with new featuresSven-Hendrik Haase2019-06-281-5/+2
|
* Merge pull request #153 from svenstaro/dependabot/cargo/rstest-d44e11fSven-Hendrik Haase2019-06-281-4/+4
|\ | | | | Bump rstest from `572306c` to `d44e11f`
| * Bump rstest from `572306c` to `d44e11f`dependabot-preview[bot]2019-06-281-4/+4
|/ | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `572306c` to `d44e11f`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/572306c58bc8d60501a0ad0a742263a098449f9f...d44e11ff3e0b669b50a923150c65154cbefb33f4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #152 from svenstaro/dependabot/cargo/serde-1.0.94dependabot-preview[bot]2019-06-282-11/+11
|\
| * Bump serde from 1.0.93 to 1.0.94dependabot-preview[bot]2019-06-282-11/+11
|/ | | | | | | Bumps [serde](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>
* Merge pull request #150 from svenstaro/dependabot/cargo/futures-0.1.28Sven-Hendrik Haase2019-06-272-33/+33
|\ | | | | Bump futures from 0.1.27 to 0.1.28
| * Bump futures from 0.1.27 to 0.1.28dependabot-preview[bot]2019-06-272-33/+33
| | | | | | | | | | | | | | | | 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>
* | Merge pull request #149 from svenstaro/dependabot/cargo/structopt-0.2.18Sven-Hendrik Haase2019-06-272-7/+7
|\ \ | |/ |/| Bump structopt from 0.2.16 to 0.2.18
| * Bump structopt from 0.2.16 to 0.2.18dependabot-preview[bot]2019-06-272-7/+7
|/ | | | | | | | 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>
* Merge pull request #148 from svenstaro/dependabot/cargo/rstest-572306cSven-Hendrik Haase2019-06-261-1/+1
|\ | | | | Bump rstest from `fdee24c` to `572306c`
| * Bump rstest from `fdee24c` to `572306c`dependabot-preview[bot]2019-06-261-1/+1
|/ | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `fdee24c` to `572306c`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/fdee24cc026d3a68c2cd83b5388d4142020ed26d...572306c58bc8d60501a0ad0a742263a098449f9f) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #144 from svenstaro/dependabot/cargo/chrono-0.4.7Sven-Hendrik Haase2019-06-252-6/+7
|\ | | | | Bump chrono from 0.4.6 to 0.4.7
| * Bump chrono from 0.4.6 to 0.4.7dependabot-preview[bot]2019-06-252-6/+7
| | | | | | | | | | | | | | | | Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.6...v0.4.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #145 from svenstaro/dependabot/cargo/libflate-0.1.24Sven-Hendrik Haase2019-06-252-4/+4
|\ \ | | | | | | Bump libflate from 0.1.23 to 0.1.24
| * | Bump libflate from 0.1.23 to 0.1.24dependabot-preview[bot]2019-06-252-4/+4
| |/ | | | | | | | | | | | | Bumps [libflate](https://github.com/sile/libflate) from 0.1.23 to 0.1.24. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.23...0.1.24) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #146 from svenstaro/dependabot/cargo/rstest-fdee24cSven-Hendrik Haase2019-06-251-1/+1
|\ \ | |/ |/| Bump rstest from `4e37b85` to `fdee24c`
| * Bump rstest from `4e37b85` to `fdee24c`dependabot-preview[bot]2019-06-251-1/+1
|/ | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `4e37b85` to `fdee24c`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/4e37b85016998b9bcdd9a873cf04b30cff17bb77...fdee24cc026d3a68c2cd83b5388d4142020ed26d) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Try deploying with deploy key againv0.5.0Sven-Hendrik Haase2019-06-241-1/+1
|