aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ | |/ |/|
* | Merge pull request #82 from svenstaro/dependabot/cargo/pretty_assertions-0.6.1Sven-Hendrik Haase2019-04-242-4/+25
|\ \ | | | | | | Bump pretty_assertions from 0.5.1 to 0.6.1
| * | Bump pretty_assertions from 0.5.1 to 0.6.1dependabot[bot]2019-04-242-4/+25
|/ / | | | | | | | | | | | | Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.5.1 to 0.6.1. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.5.1...v0.6.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Add a couple more integration testsSven-Hendrik Haase2019-04-245-174/+208
| |
* | Hide Github API key (fixes #77)Sven-Hendrik Haase2019-04-221-1/+1
| |
| * 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
| |
| * Improved errorsboastful-squirrel2019-04-222-4/+13
| |
| * Fixed syntax errorboastful-squirrel2019-04-211-2/+2
| |
| * Properly log error + added render_error methodboastful-squirrel2019-04-214-9/+16
| |
| * Print upload/archive errors also in terminalboastful-squirrel2019-04-212-3/+7
| |
| * Rework error system + avoid panics in main()boastful-squirrel2019-04-216-178/+251
| |
| * cargo fmtboastful-squirrel2019-04-211-5/+3
| |
| * Print error on the web page rather than on the terminalboastful-squirrel2019-04-211-3/+1
| |
| * Improved upload error displayboastful-squirrel2019-04-211-2/+1
| |
| * Set upload input as requiredboastful-squirrel2019-04-201-1/+1
|/
* Merge pull request #74 from KSXGitHub/pullrequest.editorconfigSven-Hendrik Haase2019-04-181-0/+3
|\ | | | | Create .editorconfig
| * Create .editorconfigkhai96_2019-04-181-0/+3
|/
* Merge pull request #71 from boastful-squirrel/fix70Sven-Hendrik Haase2019-04-172-12/+14
|\ | | | | Fix issue 70
| * Fix issue 70boastful-squirrel2019-04-162-12/+14
| |
* | Merge pull request #72 from boastful-squirrel/word-wrapSven-Hendrik Haase2019-04-161-0/+3
|\ \ | | | | | | Wrap title
| * \ Merge branch 'master' into word-wrapboastful-squirrel2019-04-161-2/+5
| |\ \ | |/ / |/| |
* | | Merge pull request #69 from wyhaya/masterSven-Hendrik Haase2019-04-161-2/+5
|\ \ \ | |_|/ |/| | Modify back to top button
| * | Modify back to top buttonwyhaya2019-04-161-2/+5
|/ /
| * Wrap title instead of overflowingboastful-squirrel2019-04-161-0/+3
|/
* Only run tests on LinuxSven-Hendrik Haase2019-04-161-1/+1
|
* Try using port_check to make travis happySven-Hendrik Haase2019-04-163-9/+6
|
* Enable RUST_BACKTRACE=1 on travisSven-Hendrik Haase2019-04-161-2/+2
|
* Run cargo test on travisSven-Hendrik Haase2019-04-151-2/+2
|
* Fix portSven-Hendrik Haase2019-04-151-1/+1
|
* Set up testing infrastructure and add some integration tests (fixes #68)Sven-Hendrik Haase2019-04-153-0/+904
|
* Fix tiny lintSven-Hendrik Haase2019-04-151-1/+1
|
* Merge pull request #64 from boastful-squirrel/fix_authSven-Hendrik Haase2019-04-153-23/+37
|\ | | | | Fix auth check
| * Fix typo in commentboastful-squirrel2019-04-151-1/+1
| |
| * Merge branch 'master' into fix_authboastful-squirrel2019-04-154-72/+93
| |\
| * | Fix parse_auth to make it RFC-compliant + updated commentsboastful-squirrel2019-04-151-3/+6
| | |
| * | Cargo fmtboasting-squirrel2019-04-132-6/+11
| | |
| * | Fixed auth checkboasting-squirrel2019-04-132-18/+24
| | |
| * | Made code more idiomaticboasting-squirrel2019-04-131-3/+3
| | |
* | | Merge pull request #65 from boastful-squirrel/socketaddrSven-Hendrik Haase2019-04-151-33/+37
|\ \ \ | |_|/ |/| | Use parse() instead of to_socket_addrs()
| * | Merge branch 'master' into socketaddrboastful-squirrel2019-04-154-72/+93
| |\ \ | |/ / |/| |
* | | Revert "Bump actix from 0.7.9 to 0.8.0"Sven-Hendrik Haase2019-04-152-150/+2
| | | | | | | | | | | | This reverts commit 35edfa36184f76f9f921cf427af6a6b2de0d65d7.
* | | Merge pull request #67 from svenstaro/dependabot/cargo/actix-0.8.0Sven-Hendrik Haase2019-04-152-2/+150
|\ \ \ | | | | | | | | Bump actix from 0.7.9 to 0.8.0
| * | | Bump actix from 0.7.9 to 0.8.0dependabot[bot]2019-04-152-2/+150
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [actix](https://github.com/actix/actix) from 0.7.9 to 0.8.0. - [Release notes](https://github.com/actix/actix/releases) - [Changelog](https://github.com/actix/actix/blob/master/CHANGES.md) - [Commits](https://github.com/actix/actix/compare/0.7.9...v0.8.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | This is 0.4.1v0.4.1Sven-Hendrik Haase2019-04-152-23/+23
| | |
* | | Merge pull request #66 from boastful-squirrel/fix63Sven-Hendrik Haase2019-04-152-49/+70
|\ \ \ | |_|/ |/| | Fix issue #63
| * | Fix issue #63boasting-squirrel2019-04-132-49/+70
|/ /