Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Begin to support multiple auths | khai96_ | 2019-05-05 | 2 | -31/+43 |
| | |||||
* | Merge pull request #99 from KSXGitHub/new-clippy | Sven-Hendrik Haase | 2019-05-02 | 5 | -5/+12 |
|\ | | | | | A better Clippy integration | ||||
| * | Merge branch 'new-clippy-experiment' into new-clippy | khai96_ | 2019-05-02 | 1 | -7/+1 |
| |\ | |||||
| | * | Use Clippy on a pinned Nightly version | khai96_ | 2019-05-02 | 1 | -7/+1 |
| | | | |||||
| * | | Delete rls.toml | khai96_ | 2019-05-02 | 1 | -1/+0 |
| |/ | |||||
| * | Set env vars to same type (array) | khai96_ | 2019-05-02 | 1 | -1/+2 |
| | | |||||
| * | Merge remote-tracking branch 'mainrepo/master' into new-clippy | khai96_ | 2019-05-02 | 1 | -0/+2 |
| |\ | |/ |/| | |||||
* | | Add note about empty arrays | Sven-Hendrik Haase | 2019-05-02 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #98 from KSXGitHub/new-ci-config-without-global-versions | Sven-Hendrik Haase | 2019-05-02 | 1 | -4/+10 |
|\ \ | | | | | | | Move 'rust: [stable, beta]' into 'matrix.includes' | ||||
| | * | Merge branch 'new-ci-config-without-global-versions' into new-clippy | khai96_ | 2019-05-02 | 1 | -0/+5 |
| | |\ | | |/ | |/| | |||||
| * | | Explicitly specify empty env | khai96_ | 2019-05-02 | 1 | -0/+5 |
| | | | |||||
| | * | Ignore nightly Clippy and enforce stable Clippy | khai96_ | 2019-05-02 | 1 | -0/+5 |
| | | | |||||
| | * | Merge branch 'clippy' into new-clippy | khai96_ | 2019-05-02 | 6 | -5/+13 |
| |/| | |||||
| | * | Fix some Clippy lints | khai96_ | 2019-05-01 | 2 | -6/+4 |
| | | | |||||
| | * | Ignore clippy warnings | khai96_ | 2019-05-01 | 4 | -0/+4 |
| | | | |||||
| | * | Add clippy to CI | khai96_ | 2019-05-01 | 1 | -1/+6 |
| | | | |||||
| | * | Enable clippy in RLS | khai96_ | 2019-05-01 | 1 | -0/+1 |
| | | | |||||
| * | | Move 'rust: {stable,beta}' to 'matrix.includes' | khai96_ | 2019-05-02 | 1 | -4/+5 |
|/ / | |||||
* | | Merge pull request #97 from svenstaro/dependabot/cargo/rstest-9f2ac13 | Sven-Hendrik Haase | 2019-05-02 | 1 | -1/+1 |
|\ \ | | | | | | | Bump rstest from `d4075ec` to `9f2ac13` | ||||
| * | | Bump rstest from `d4075ec` to `9f2ac13` | dependabot[bot] | 2019-05-02 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `d4075ec` to `9f2ac13`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/d4075ecbae2aa1cd6560e381ebff3ea59a950b19...9f2ac13853e876ffef76f49443e7f2eca17cba92) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
* | | Bump deps | Sven-Hendrik Haase | 2019-05-01 | 1 | -115/+111 |
| | | |||||
* | | Make tests into their own proper modules without star imports | Sven-Hendrik Haase | 2019-05-01 | 5 | -21/+46 |
| | | | | | | | | Star imports make it hard to see which imports a module is actually using so I prefer to have this be a bit more explicit. | ||||
* | | Merge pull request #91 from KSXGitHub/split-integration-test | Sven-Hendrik Haase | 2019-05-01 | 5 | -174/+186 |
|\ \ | | | | | | | Split integration test into multiple files | ||||
| * | | Allow dead code to fix false negative warnings | khai96_ | 2019-05-01 | 1 | -0/+2 |
| | | | |||||
| * | | Move helpers.rs to fixtures/mod.rs | khai96_ | 2019-04-29 | 5 | -8/+8 |
| | | | |||||
| * | | Split integration test into multiple files | khai96_ | 2019-04-28 | 5 | -174/+184 |
| | | | |||||
* | | | Merge pull request #96 from svenstaro/dependabot/cargo/reqwest-0.9.16 | Sven-Hendrik Haase | 2019-05-01 | 1 | -3/+3 |
|\ \ \ | |_|/ |/| | | Bump reqwest from 0.9.15 to 0.9.16 | ||||
| * | | Bump reqwest from 0.9.15 to 0.9.16 | dependabot[bot] | 2019-05-01 | 1 | -3/+3 |
|/ / | | | | | | | | | | | | | | | Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.15 to 0.9.16. - [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.15...v0.9.16) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
* | | Merge pull request #92 from svenstaro/dependabot/cargo/tar-0.4.24 | Sven-Hendrik Haase | 2019-04-30 | 2 | -4/+4 |
|\ \ | |/ |/| | Bump tar from 0.4.23 to 0.4.24 | ||||
| * | Bump tar from 0.4.23 to 0.4.24 | dependabot[bot] | 2019-04-30 | 2 | -4/+4 |
|/ | | | | | | | Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.23 to 0.4.24. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.23...0.4.24) Signed-off-by: dependabot[bot] <support@dependabot.com> | ||||
* | Merge pull request #86 from KSXGitHub/test-hash-auth | Sven-Hendrik Haase | 2019-04-28 | 1 | -4/+24 |
|\ | | | | | Add hashed password to integration test | ||||
| * | Use fixtures | khai96_ | 2019-04-28 | 1 | -4/+7 |
| | | |||||
| * | Add hashed password to integration test | khai96_ | 2019-04-27 | 1 | -4/+21 |
| | | |||||
* | | Merge pull request #88 from KSXGitHub/combine-contextual-error | Sven-Hendrik Haase | 2019-04-27 | 6 | -118/+62 |
|\ \ | | | | | | | Combine ContextualError and ContextualErrorKind into one | ||||
| * | | Combine ContextualError and ContextualErrorKind into one | khai96_ | 2019-04-27 | 6 | -118/+62 |
| |/ | |||||
* / | Describe hashed password feature in README | Sven-Hendrik Haase | 2019-04-27 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #84 from KSXGitHub/patch-1 | Sven-Hendrik Haase | 2019-04-26 | 1 | -0/+0 |
|\ | | | | | Delete stale_outputs_checked | ||||
| * | Delete stale_outputs_checked | Khải | 2019-04-26 | 1 | -0/+0 |
|/ | | | I don't know how this file is created. | ||||
* | Merge pull request #76 from KSXGitHub/pullrequest.hashed-password | Sven-Hendrik Haase | 2019-04-26 | 7 | -31/+318 |
|\ | | | | | Add support for hashed password (sha256 and sha512) | ||||
| * | Use 'if let' | khai96_ | 2019-04-26 | 1 | -3/+4 |
| | | |||||
| * | Comply to change requests | khai96_ | 2019-04-26 | 2 | -2/+15 |
| | | | | | | | | | | - Added doc comments - Added an additional test case | ||||
| * | Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-password | khai96_ | 2019-04-26 | 11 | -253/+348 |
| |\ | |/ |/| | |||||
* | | Use rstest test fixtures to cut down on code duplication in integration tests | Sven-Hendrik Haase | 2019-04-26 | 3 | -49/+38 |
| | | |||||
* | | Merge pull request #80 from boastful-squirrel/no_panics | Sven-Hendrik Haase | 2019-04-26 | 8 | -201/+288 |
|\ \ | | | | | | | Revamp errors + avoid panics in main() | ||||
| * \ | Merge branch 'master' into no_panics | boastful-squirrel | 2019-04-25 | 6 | -175/+230 |
| |\ \ | |/ / |/| | | |||||
| * | | Made code more idiomatic | boastful-squirrel | 2019-04-23 | 1 | -35/+34 |
| | | | |||||
| * | | Fixed comment | boastful-squirrel | 2019-04-22 | 1 | -1/+1 |
| | | | |||||
| * | | Display errors from main() through log strem | boastful-squirrel | 2019-04-22 | 1 | -1/+1 |
| | | | |||||
| * | | Improved errors | boastful-squirrel | 2019-04-22 | 2 | -4/+13 |
| | | | |||||
| * | | Fixed syntax error | boastful-squirrel | 2019-04-21 | 1 | -2/+2 |
| | | |