Commit Graph

  • d84078d6c3 💚 Removed unused duplicated function testing Martin Berg Alstad 2025-03-08 19:18:16 +01:00
  • f14543af6b ♻️ Removed Makefile, refactored schema in tests Martin Berg Alstad 2025-03-08 19:09:43 +01:00
  • d260b2d676 💚 Added multi_thread flavor to tokio::test Martin Berg Alstad 2025-03-08 18:11:14 +01:00
  • 35ccc235c8 ♻️ Renamed .github to .gitea, Short description in README, refactor uses Martin Berg Alstad 2025-03-08 17:58:07 +01:00
  • 7a46101b42 ♻️ Replace diesel_async_migrations with diesel_migrations, refactor diesel test init Martin Berg Alstad 2025-03-08 17:46:45 +01:00
  • 5a77407297 Replaced async_trait with async in traits from 2024 edition Martin Berg Alstad 2025-03-07 22:40:10 +01:00
  • 2f1eb4df3a Updated dependencies, nix shell, justfile Martin Berg Alstad 2025-03-07 18:21:23 +01:00
  • de3882c8b1 🧹 Removed unused dependencies master Martin Berg Alstad 2024-12-22 16:30:08 +01:00
  • 61da72936e Changed path to name of git repository, to work when cloning Martin Berg Alstad 2024-12-22 16:24:23 +01:00
  • 80f4af9087 Moved more code from hotel_service to lib Martin Berg Alstad 2024-09-08 17:27:20 +02:00
  • 7e2df67fee Comments. Martin Berg Alstad 2024-08-31 17:49:27 +02:00
  • 8fb89e0459 Makefile.toml Martin Berg Alstad 2024-08-31 12:21:59 +02:00
  • ce770e9c6f Comments Martin Berg Alstad 2024-08-27 00:21:25 +02:00
  • cd99466266 Added dependency on mime Martin Berg Alstad 2024-08-27 00:04:21 +02:00
  • 93fe1e0cda Build method to AppBuilder that returns a Router of all settings. Martin Berg Alstad 2024-08-26 17:14:39 +02:00
  • eeab1257e3 InsertMany function for create trait. Martin Berg Alstad 2024-08-25 17:56:56 +02:00
  • 762330189d More derives for types. Martin Berg Alstad 2024-08-25 00:55:14 +02:00
  • 17c81f4da1 Rewritten diesel_crud to be more flexible Martin Berg Alstad 2024-08-24 19:29:54 +02:00
  • 3318aacf7c Added more derives to DateTimeInterval Martin Berg Alstad 2024-08-24 19:29:19 +02:00
  • 00e894140f Added Wrapper types and DateTimeInterval Martin Berg Alstad 2024-08-19 23:15:55 +02:00
  • ae775f4e9e DieselCrud traits and derives Martin Berg Alstad 2024-08-19 19:40:14 +02:00
  • 2c8577a11d Added layer to builder. Comments Martin Berg Alstad 2024-08-19 16:43:31 +02:00
  • 7eb675c210 Updated dependencies. Tower from 0.4 -> 0.5 Martin Berg Alstad 2024-08-19 14:18:51 +02:00
  • 10d8535b27 Replaced From<T> with from! for BaseResponse Martin Berg Alstad 2024-08-19 14:15:29 +02:00
  • cd558eebfa Added From<T> for BaseResponse 1.4.3 Martin Berg Alstad 2024-08-14 20:37:10 +02:00
  • 347314460a Sanitize impl in macro 1.4.2-hotfix Martin Berg Alstad 2024-08-05 01:49:28 +02:00
  • ee487540ac Sanitize returntype in macro 1.4.2 Martin Berg Alstad 2024-08-05 01:46:35 +02:00
  • 695605977f Functions and structs for working with openai api. openai Martin Berg Alstad 2024-07-31 19:37:46 +02:00
  • 865cc6ddb9 Fix version requirement for regex 1.4.1-hotfix-hotfix-2 Martin Berg Alstad 2024-07-21 19:47:15 +02:00
  • 15de73dad4 Fix cfg for external crate 1.4.1-hotfix-hotfix Martin Berg Alstad 2024-07-21 19:43:58 +02:00
  • 8cbb2757a5 Fixed version requirement 1.4.1-hotfix Martin Berg Alstad 2024-07-17 13:02:09 +02:00
  • 3389b2264e Removed trim fron inner parenthesized 1.4.1 Martin Berg Alstad 2024-07-17 12:48:09 +02:00
  • 5cd1c075a5 Read files macro for loading reading files to string at compile-time 1.4.0 Martin Berg Alstad 2024-07-14 23:59:36 +02:00
  • 7a0cf00cbc Accept IpAddr or Ipv6Addr as socket. 1.3.5 Martin Berg Alstad 2024-07-07 15:13:13 +02:00
  • 971556af64 Merge remote-tracking branch 'origin/master' Martin Berg Alstad 2024-07-06 13:27:38 +02:00
  • f40c87aa8e Changed router visibility to pub 1.3.4 Martin Berg Alstad 2024-07-06 13:27:24 +02:00
  • b685d81e00 comment Martin Berg Alstad 2024-07-03 11:24:28 +02:00
  • 284ee73ffd Changed parsers to FnMut 1.3.3 Martin Berg Alstad 2024-07-02 13:24:16 +02:00
  • 732eaafec0 Fixed Multipartfiles only accepting a single file. 1.3.2 Martin Berg Alstad 2024-07-01 18:22:43 +02:00
  • 963c0610e5 Removed tokio feature and added tokio to axum feature 1.3.1 Martin Berg Alstad 2024-06-30 23:39:00 +02:00
  • 0898a50166 Added MultipartFile extractors. 1.3.0 Martin Berg Alstad 2024-06-30 20:16:17 +02:00
  • e0baff8625 Added state type to router macro 1.2.1 Martin Berg Alstad 2024-06-28 19:28:57 +02:00
  • 173bbc2ca5 Adde route method to builder for single route. 1.2.0 Martin Berg Alstad 2024-06-28 19:16:40 +02:00
  • cdc8f5e463 Moved IntoResult trait to own file outside feature Martin Berg Alstad 2024-06-27 11:49:41 +02:00
  • aba28d1612 Changed param from array slice to implInterator on routes in builder Martin Berg Alstad 2024-06-27 00:12:47 +02:00
  • 752d1a9d10 Fixed tracing message not showing in AppBuilder 1.1.1 Martin Berg Alstad 2024-06-26 10:31:20 +02:00
  • 83f85f1938 AppBuilder for Axum 1.1.0 Martin Berg Alstad 2024-06-26 10:20:52 +02:00
  • d5974dda20 Initial commit list 1.0.0 Martin Berg Alstad 2024-06-22 17:19:55 +02:00
  • 9eb7c2883e Initial commit Martin Berg Alstad 2024-06-22 17:18:29 +02:00