Commit Graph

  • 65edea4711
    Allow non-breaking config additions. Sergio Benitez 2021-06-07 19:01:22 -0700
  • 79ccb0e495
    Check for trailing new lines in testing script. Sergio Benitez 2021-06-07 18:27:31 -0700
  • 6d03ce3b0a
    Check fuzzers and benchmarks in testing script. Sergio Benitez 2021-06-07 17:53:57 -0700
  • bc198b6fb4
    Fix typos throughout codebase. Sergio Benitez 2021-06-07 15:59:40 -0700
  • 052f38ea70
    Document ignored segments. Sergio Benitez 2021-06-04 18:45:40 -0700
  • c25c1ab3b4
    Fuzz URI parsing and display. Sergio Benitez 2021-06-06 21:52:44 -0700
  • c0ebfde43d
    Merge branch 'SergioBenitez:master' into master Aaditya Dhruv 2022-12-23 20:20:01 +0530
  • 1d3d39df02 Add diesel support Teodor Potancok 2022-12-01 14:45:02 +0100
  • ea79683172
    Fix typo in FAQ Jack 2022-11-28 20:22:36 +0000
  • 162fafa0f1 Update UI tests for nightly. Sergio Benitez 2022-11-12 16:43:46 -0800
  • a397a097d2
    fix(doc): fix typo Alex Wang 2022-11-16 19:35:41 +1100
  • 2a5ca8d551
    Fixed typo in from_form Jakob Ladegaard Møller 2022-11-15 07:02:15 +0100
  • 7e913eb8ac Report as many form errors as possible. Sergio Benitez 2022-11-12 04:11:18 -0800
  • 8166ad0c7c Fix error field names in 'FromForm' derive. Sergio Benitez 2022-11-11 18:13:42 -0800
  • 440a88ad27 Add failing form validation test cases. Bonex 2022-11-11 15:26:29 +0100
  • cd23885ee3 Update UI tests for latest nightly. Sergio Benitez 2022-11-08 18:39:52 -0800
  • 2a93f1577e add two form validation test cases that should pass but dont Bonex 2022-11-11 15:26:29 +0100
  • 00ec0621c6
    removing sqlx rustls feature to let user choose Aaditya Dhruv 2022-11-10 00:17:38 -0600
  • b981175294
    change runtime from rustls to native tls Aaditya Dhruv 2022-11-09 22:20:06 -0600
  • ac08957294 Added debug info for the new config. David Radunz 2022-11-09 13:57:19 -0500
  • 6aa43d9676 Added reuse_port and reuse_address features. David Radunz 2022-11-09 13:34:51 -0500
  • 1ed7a6e77e Fix log indentation. Sergio Benitez 2022-09-24 08:01:34 -0700
  • 63d25163cc Add feature to support :param, {param} and <param> Sunding Wei 2022-11-07 12:35:14 +0800
  • ae744f5502 Use async_test instead of async_run Nya 2022-10-29 12:12:07 +0200
  • 49ccec1676 Add test dropping ConnectionPool after shutdown Nya 2022-10-26 15:11:59 +0200
  • 318e98ab0e Fix panic when dropping ConnectionPool Nya 2022-10-26 11:32:45 +0200
  • cca576d007 Fix typos Kian-Meng Ang 2022-09-07 20:42:21 +0800
  • faba6f48df fix some typos cui fliter 2022-10-21 20:15:28 +0800
  • c2b4f7c449
    Showcasing the ability to wrap guards in Option Artémis 2022-10-13 17:39:06 +0200
  • c3df30d134 Support of &[u8] for form values badoken 2022-10-09 11:12:10 +0100
  • 9242fd1464 Add Bytes DataGuard Damian J Pound 2022-10-08 16:49:36 -0500
  • 344117065e Support of &[u8] for form fields badoken 2022-10-08 19:38:37 +0100
  • 5330850bb9
    Update tests to use Request id Matthew Pomes 2022-10-06 14:15:50 -0500
  • 0866efa23c
    Implement basic request id Matthew Pomes 2022-10-06 12:56:07 -0500
  • fca1c4a931 Use the exact same key everywhere Jonas Møller 2022-10-01 04:48:16 +0200
  • cb5d8b9448 Check if secrets-feature enabled in old-key test Jonas Møller 2022-10-01 04:41:43 +0200
  • 957c4516c1 Opt out of running doctest with invalid base64 Jonas Møller 2022-10-01 04:41:05 +0200
  • 669f836daf Recommend 64 bytes of entropy in examples Jonas Møller 2022-10-01 04:14:34 +0200
  • 780db8d5e8 Check for pre 0.5.0 secret_key Jonas Møller 2022-10-01 04:14:02 +0200
  • daf02234c9 Replace example secret_key used in test Jonas Møller 2022-10-01 03:01:16 +0200
  • 82cfa9262e Replace examples of secret_key with invalid base64 Jonas Møller 2022-10-01 03:00:23 +0200
  • 3580ae3569 Typo fixes with crate-ci/typos. Jacob Sharf 2022-09-29 00:05:19 -0700
  • 040800c157 Fix doc comment Paul Weaver 2022-09-23 15:11:23 +0100
  • 8b64f7643c
    Merge 3642319a31 into 6c3d35e7e5 jacobsimpson 2022-09-18 14:17:22 +0000
  • 3642319a31 Update return type of Responder in the docs. Jacob Simpson 2022-09-18 07:11:07 -0700
  • 6c3d35e7e5 Update notify to 5.0. Jacob Simpson 2022-09-16 18:34:45 -0700
  • 682c2d9acf Update database driver version numbers in docs. Sergio Benitez 2022-09-18 01:24:26 -0700
  • f0d678d464 Update diesel to 2.0, sqlx to 0.6. Tilen Pintarič 2022-06-21 16:07:21 +0200
  • cf96126527 Update the notify dependency to 5.0.0. Jacob Simpson 2022-09-16 18:34:45 -0700
  • 707936177a Update 'sync_db_pools' UI tests. Sergio Benitez 2022-09-14 13:59:32 -0700
  • 6c1ad74ffe feat: update diesel to 2.0.0 pintariching 2022-09-12 09:29:28 +0200
  • 1d3a8f6143
    Merge branch 'SergioBenitez:master' into master pintariching 2022-09-12 09:25:06 +0200
  • f10a2d7d9c Include stable rust-src diagnostics. Sergio Benitez 2022-09-01 01:47:02 -0700
  • 13732f8a6b Update UI tests for latest nightly, stable. Sergio Benitez 2022-08-31 13:52:40 -0700
  • 885cdfd61c Always log launch message. Sergio Benitez 2022-08-30 13:49:23 -0700
  • c08c39e16f Implement 'FromForm' for 'Arc<T>'. Sergio Benitez 2022-08-30 13:48:44 -0700
  • fe3ad68323
    Merge branch 'SergioBenitez:master' into master pintariching 2022-08-16 20:41:19 +0200
  • 9d2b3a0ace
    Update 0-introduction.md Golden1020 2022-08-15 23:18:02 +0800
  • c8a55d6794
    Delete favicon.png Golden1020 2022-08-15 22:42:10 +0800
  • 860d8eb42e Allow comments in TLS private keys Julian Büttner 2022-08-09 21:40:06 +0200
  • cbe4dcb4b5 Update 'rust-cache' GitHub action to v2. Sergio Benitez 2022-08-04 18:40:33 -0700
  • a34edc4de9 Silence false positive warnings. Sergio Benitez 2022-08-04 17:45:53 -0700
  • 5a7336d2ed Fix `clippy::unnecessary_lazy_evaluations` in FromForm derive Daniel Faust 2022-08-04 16:46:21 +0200
  • f7e703bc5e Fix 'Limits' deserialization. Kevin Wang 2022-07-18 04:37:20 +0000
  • b7c03ce2b5 Fix typo in getting started guide. Doni Rubiagatra 2022-07-16 13:21:14 +0700
  • e65f0ff494 Fix typo in configuration guide. Charles-Axel Dein 2022-07-19 18:14:13 +0200
  • ef5b7f89a5 Fix typo in production readiness FAQ. Felix Suominen 2022-07-24 11:31:17 +0300
  • 6026417fca
    Merge branch 'SergioBenitez:master' into master pintariching 2022-08-01 17:12:08 +0200
  • a75fd8c9bb Fix limits from Config not working Kevin Wang 2022-07-18 04:37:20 +0000
  • 1d09b5ef16
    FAQ: fix typo in production readiness question Felix Suominen 2022-07-24 11:31:17 +0300
  • b19f41f97e
    Fix typo in configuration docs Charles-Axel Dein 2022-07-19 18:14:13 +0200
  • 25aa341f2b
    Merge branch 'SergioBenitez:master' into master pintariching 2022-07-18 22:47:48 +0200
  • 8e8dfc7d45 Clarify built-in request guard implementations. Sergio Benitez 2022-07-17 18:45:11 -0700
  • 704fb6b2fa docs: fix typo on getting started Doni Rubiagatra 2022-07-16 13:21:14 +0700
  • d41943e53d Add modify_fairings Pomes, Matthew 2022-07-15 15:05:56 -0500
  • f64029f079 Fix links to upgrade guide. Sergio Benitez 2022-07-14 12:14:15 -0700
  • 0126163ca5 Enable 'rust-src' component in CI. Sergio Benitez 2022-07-13 18:52:37 -0700
  • 8d8367e32b Update UI tests for latest nightly, stable. Sergio Benitez 2022-07-13 18:23:39 -0700
  • a933e7234d Gracefully shutdown database pools in 'db_pools'. Sergio Benitez 2022-07-13 14:16:14 -0700
  • 9bbf983718 updated todo example Tilen Pintarič 2022-07-13 15:38:36 +0200
  • 9568a22f78
    Merge pull request #1 from iamcodemaker/sqlx-0.6 pintariching 2022-07-13 14:11:17 +0200
  • b7bb390351 fix migrations in diesel_sqlite example code Matthew Nicholson 2022-07-13 01:25:57 -0400
  • fe3fb33d04 Allow specifying a cache-control header for serving static files. Lewin Bormann 2022-07-12 13:27:01 -0700
  • d3d899cfb0 add lazy_connection config to use sqlx lazy conn Fuad Radifan 2022-07-07 17:59:59 +0900
  • db1d8d947f Fix for issue #2256 John Higgins 2022-07-03 00:29:09 -0700
  • 426a0d4909
    Merge branch 'SergioBenitez:master' into master Matthew Pomes 2022-07-01 11:29:05 -0500
  • dff6b57089 Merge branch 'master' of https://github.com/pintariching/Rocket Tilen Pintarič 2022-06-26 10:35:07 +0200
  • 53806e8553 updated the database example to use diesel 0.2.0-rc.0 Tilen Pintarič 2022-06-26 10:35:03 +0200
  • f6e8d44509 Bump version of sqlx to v0.6.0 in db_pools Jonathan Zernik 2022-06-25 18:54:48 -0700
  • 8c84b41963
    Merge branch 'SergioBenitez:master' into master pintariching 2022-06-25 23:26:19 +0200
  • 7275df9fdf Make data guards eligible to be sentinels. pennae 2022-06-20 12:41:46 +0200
  • 8695e73ec9 add ULID support Rinat Shigapov 2022-06-22 11:08:43 +0300
  • ef2538f222 Temporarily ignore Linux nightly CI failures. Sergio Benitez 2022-06-21 15:36:50 -0700
  • dfea521eb6 Fix guide page names to match search slugs. Sergio Benitez 2022-06-21 13:40:23 -0700
  • 3caece59b2 updated dependencies for db_pools and sync_db_pools Tilen Pintarič 2022-06-21 16:07:21 +0200
  • 6e5568a155 Update UI tests for latest nightly. Sergio Benitez 2022-06-21 00:13:14 -0700
  • 30b8a77fc9 Avoid dropping 'Error' inside '#[launch]' future. Sergio Benitez 2022-06-20 23:49:13 -0700
  • 93c79d5c54 msgpack: fix documentation of required feature to enable Riley Patterson 2022-06-20 15:22:27 -0500
  • 5e9d036e51 also evaluate sentinels of data guards pennae 2022-06-20 12:41:46 +0200
  • 9cc751b016 Fix typo and imporve echo command in guide/pastebin Indosaram 2022-06-19 17:14:23 +0900