aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge branch 'master' into themed-errorsboastful-squirrel2019-04-278-171/+68
| |\ \ \
| * | | | Fixed test + fixed clippy warningboastful-squirrel2019-04-272-3/+3
| | | | |
| * | | | Improved some errorsboastful-squirrel2019-04-272-2/+2
| | | | |
| * | | | Themed errorsboastful-squirrel2019-04-275-45/+222
| | | | |
| * | | | Made ColorScheme, SortingMethod and SortingOrder enums derive Copyboastful-squirrel2019-04-264-55/+55
| | | | |
| * | | | Merged query parameter structs + improved file upload errorsboastful-squirrel2019-04-263-23/+40
| | | | |
| * | | | Cargo fmtboastful-squirrel2019-04-263-11/+24
| | | | |
* | | | | Merge pull request #111 from svenstaro/dependabot/cargo/tar-0.4.25Sven-Hendrik Haase2019-05-102-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Bump tar from 0.4.24 to 0.4.25
| * | | | | Bump tar from 0.4.24 to 0.4.25dependabot[bot]2019-05-102-4/+4
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.24 to 0.4.25. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.24...0.4.25) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | Merge pull request #110 from svenstaro/dependabot/cargo/rstest-223b3c8Sven-Hendrik Haase2019-05-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Bump rstest from `7107c04` to `223b3c8`
| * | | | | Bump rstest from `7107c04` to `223b3c8`dependabot[bot]2019-05-091-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `7107c04` to `223b3c8`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/7107c042a3f507f9090d6220b476484444ac5956...223b3c8fdf19e73e7ae640c0b40536b9820e4649) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | Merge pull request #109 from svenstaro/dependabot/cargo/rstest-7107c04Sven-Hendrik Haase2019-05-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Bump rstest from `4d2f3ea` to `7107c04`
| * | | | | Bump rstest from `4d2f3ea` to `7107c04`dependabot[bot]2019-05-081-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `4d2f3ea` to `7107c04`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/4d2f3ea44415d51588173c928acf797011271a40...7107c042a3f507f9090d6220b476484444ac5956) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | Merge pull request #107 from svenstaro/dependabot/cargo/rstest-4d2f3eaSven-Hendrik Haase2019-05-071-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Bump rstest from `833bca6` to `4d2f3ea`
| * | | | | Bump rstest from `833bca6` to `4d2f3ea`dependabot[bot]2019-05-071-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rstest](https://github.com/la10736/rstest) from `833bca6` to `4d2f3ea`. - [Release notes](https://github.com/la10736/rstest/releases) - [Commits](https://github.com/la10736/rstest/compare/833bca6718f929992c57170a98f256cec3ac2036...4d2f3ea44415d51588173c928acf797011271a40) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | Merge pull request #108 from svenstaro/dependabot/cargo/serde-1.0.91dependabot[bot]2019-05-072-11/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Bump serde from 1.0.90 to 1.0.91dependabot[bot]2019-05-072-11/+11
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Bumps [serde](https://github.com/serde-rs/serde) from 1.0.90 to 1.0.91. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.90...v1.0.91) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Merge pull request #103 from KSXGitHub/test-auth-one-more-assertionSven-Hendrik Haase2019-05-061-3/+7
|\ \ \ \ | | | | | | | | | | Add assertion of status code to auth_works
| * | | | Use constant for assertionkhai96_2019-05-061-1/+2
| | | | |
| * | | | Add assertion of status code to auth_workskhai96_2019-05-041-3/+7
| | |_|/ | |/| |
* | | | Merge pull request #106 from KSXGitHub/cli-help-auth-add-detailSven-Hendrik Haase2019-05-061-0/+1
|\ \ \ \ | | | | | | | | | | Add example for --auth formatting
| * | | | Add example for --auth formattingkhai96_2019-05-061-0/+1
| | | | |
* | | | | Merge pull request #102 from KSXGitHub/test-auth-rejectsSven-Hendrik Haase2019-05-061-1/+59
|\ \ \ \ \ | |/ / / / |/| | | | Add integration test where it rejects authentication
| * | | | Use constant for assertionkhai96_2019-05-061-1/+2
| | | | |
| * | | | 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
| | | | |