aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Add integration test where it rejects authenticationkhai96_2019-05-041-1/+58
| |/ / /
* | | | Merge pull request #105 from svenstaro/dependabot/cargo/rstest-833bca6Sven-Hendrik Haase2019-05-061-1/+1
|\ \ \ \ | |/ / / |/| | | Bump rstest from `9f2ac13` to `833bca6`
| * | | Bump rstest from `9f2ac13` to `833bca6`dependabot[bot]2019-05-061-1/+1
|/ / / | | | | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `9f2ac13` to `833bca6`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/9f2ac13853e876ffef76f49443e7f2eca17cba92...833bca6718f929992c57170a98f256cec3ac2036) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #99 from KSXGitHub/new-clippySven-Hendrik Haase2019-05-025-5/+12
|\ \ \ | | | | | | | | A better Clippy integration
| * \ \ Merge branch 'new-clippy-experiment' into new-clippykhai96_2019-05-021-7/+1
| |\ \ \
| | * | | Use Clippy on a pinned Nightly versionkhai96_2019-05-021-7/+1
| | | | |
| * | | | Delete rls.tomlkhai96_2019-05-021-1/+0
| |/ / /
| * | | Set env vars to same type (array)khai96_2019-05-021-1/+2
| | | |
| * | | Merge remote-tracking branch 'mainrepo/master' into new-clippykhai96_2019-05-021-0/+2
| |\ \ \ | |/ / / |/| | |
* | | | Add note about empty arraysSven-Hendrik Haase2019-05-021-0/+2
| | | |
* | | | Merge pull request #98 from KSXGitHub/new-ci-config-without-global-versionsSven-Hendrik Haase2019-05-021-4/+10
|\ \ \ \ | | | | | | | | | | Move 'rust: [stable, beta]' into 'matrix.includes'
| | * \ \ Merge branch 'new-ci-config-without-global-versions' into new-clippykhai96_2019-05-021-0/+5
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Explicitly specify empty envkhai96_2019-05-021-0/+5
| | | | |
| | * | | Ignore nightly Clippy and enforce stable Clippykhai96_2019-05-021-0/+5
| | | | |
| | * | | Merge branch 'clippy' into new-clippykhai96_2019-05-026-5/+13
| |/| | |
| | * | | Fix some Clippy lintskhai96_2019-05-012-6/+4
| | | | |
| | * | | Ignore clippy warningskhai96_2019-05-014-0/+4
| | | | |
| | * | | Add clippy to CIkhai96_2019-05-011-1/+6
| | | | |
| | * | | Enable clippy in RLSkhai96_2019-05-011-0/+1
| | | | |
| * | | | Move 'rust: {stable,beta}' to 'matrix.includes'khai96_2019-05-021-4/+5
|/ / / /
* | | | Merge pull request #97 from svenstaro/dependabot/cargo/rstest-9f2ac13Sven-Hendrik Haase2019-05-021-1/+1
|\ \ \ \ | | | | | | | | | | Bump rstest from `d4075ec` to `9f2ac13`
| * | | | Bump rstest from `d4075ec` to `9f2ac13`dependabot[bot]2019-05-021-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 depsSven-Hendrik Haase2019-05-011-115/+111
| | | |
* | | | Make tests into their own proper modules without star importsSven-Hendrik Haase2019-05-015-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-testSven-Hendrik Haase2019-05-015-174/+186
|\ \ \ \ | | | | | | | | | | Split integration test into multiple files
| * | | | Allow dead code to fix false negative warningskhai96_2019-05-011-0/+2
| | | | |
| * | | | Move helpers.rs to fixtures/mod.rskhai96_2019-04-295-8/+8
| | | | |
| * | | | Split integration test into multiple fileskhai96_2019-04-285-174/+184
| | | | |
* | | | | Merge pull request #96 from svenstaro/dependabot/cargo/reqwest-0.9.16Sven-Hendrik Haase2019-05-011-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | | Bump reqwest from 0.9.15 to 0.9.16
| * | | | Bump reqwest from 0.9.15 to 0.9.16dependabot[bot]2019-05-011-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.24Sven-Hendrik Haase2019-04-302-4/+4
|\ \ \ \ | |/ / / |/| | | Bump tar from 0.4.23 to 0.4.24
| * | | Bump tar from 0.4.23 to 0.4.24dependabot[bot]2019-04-302-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-authSven-Hendrik Haase2019-04-281-4/+24
|\ \ \ | |_|/ |/| | Add hashed password to integration test
| * | Use fixtureskhai96_2019-04-281-4/+7
| | |
| * | Add hashed password to integration testkhai96_2019-04-271-4/+21
| | |
* | | Merge pull request #88 from KSXGitHub/combine-contextual-errorSven-Hendrik Haase2019-04-276-118/+62
|\ \ \ | | | | | | | | Combine ContextualError and ContextualErrorKind into one
| * | | Combine ContextualError and ContextualErrorKind into onekhai96_2019-04-276-118/+62
| |/ /
* / / Describe hashed password feature in READMESven-Hendrik Haase2019-04-271-1/+1
|/ /
* | Merge pull request #84 from KSXGitHub/patch-1Sven-Hendrik Haase2019-04-261-0/+0
|\ \ | |/ |/| Delete stale_outputs_checked
| * Delete stale_outputs_checkedKhải2019-04-261-0/+0
|/ | | I don't know how this file is created.
* Merge pull request #76 from KSXGitHub/pullrequest.hashed-passwordSven-Hendrik Haase2019-04-267-31/+318
|\ | | | | Add support for hashed password (sha256 and sha512)
| * Use 'if let'khai96_2019-04-261-3/+4
| |
| * Comply to change requestskhai96_2019-04-262-2/+15
| | | | | | | | | | - Added doc comments - Added an additional test case
| * Merge remote-tracking branch 'mainrepo/master' into pullrequest.hashed-passwordkhai96_2019-04-2611-253/+348
| |\ | |/ |/|
* | Use rstest test fixtures to cut down on code duplication in integration testsSven-Hendrik Haase2019-04-263-49/+38
| |
* | Merge pull request #80 from boastful-squirrel/no_panicsSven-Hendrik Haase2019-04-268-201/+288
|\ \ | | | | | | Revamp errors + avoid panics in main()
| * \ Merge branch 'master' into no_panicsboastful-squirrel2019-04-256-175/+230
| |\ \ | |/ / |/| |
| * | Made code more idiomaticboastful-squirrel2019-04-231-35/+34
| | |
| * | Fixed commentboastful-squirrel2019-04-221-1/+1
| | |
| * | Display errors from main() through log stremboastful-squirrel2019-04-221-1/+1
| | |