Commit Graph

  • df58d7d122 Updated workflow operations-fix Martin Berg Alstad 2024-12-17 17:19:55 +00:00
  • 621925b30c
    Do not error on lint warnings Martin Berg Alstad 2024-10-05 15:25:00 +02:00
  • d75c480e6a
    Added setup rust toolchain Martin Berg Alstad 2024-10-05 15:08:08 +02:00
  • 8df3809a6a
    Replaced .github workflow with gitea workflow Martin Berg Alstad 2024-10-05 14:56:34 +02:00
  • 25b708a6fd fmt. Removed some usage of macros Martin Berg Alstad 2024-09-05 21:57:50 +02:00
  • 1350e09bde Simplifies some parsing functions Martin Berg Alstad 2024-07-31 19:39:01 +02:00
  • ee86e3be2f Merged branches Martin Berg Alstad 2024-07-18 17:57:47 +02:00
  • 3dad5754f9 fmt and todo Martin Berg Alstad 2024-07-18 17:45:57 +02:00
  • 57b5f82c8d Removed one(1) argument from a macro! Martin Berg Alstad 2024-07-18 17:06:13 +02:00
  • d948471ed5 Updated lib to latest version and fmt Martin Berg Alstad 2024-07-17 13:04:05 +02:00
  • 4447d800df Fixed a few bugs in absorption and doubled the code😎 Martin Berg Alstad 2024-07-14 19:31:45 +02:00
  • abad6181cb format with rustfmt Martin Berg Alstad 2024-07-14 19:08:58 +02:00
  • 60b9bdc28a More tests Martin Berg Alstad 2024-07-08 11:56:32 +02:00
  • 9b6a24e222 Merged a few branches in absorption law together Martin Berg Alstad 2024-07-04 13:05:52 +02:00
  • 7044dc304d Helper functions on Expression Martin Berg Alstad 2024-07-02 01:38:35 +02:00
  • 1c6d400f4a Fixed bugs in simplify Martin Berg Alstad 2024-06-28 17:58:56 +02:00
  • ba4f3b78ad Merge branch 'master' into operations-fix Martin Berg Alstad 2024-06-27 19:09:50 +02:00
  • 270a71211c Fixed parser not working on larger in parentheses expressions master Martin Berg Alstad 2024-06-27 19:09:37 +02:00
  • d18b7bdaf8 Operations on absorption law and split the function in two. Martin Berg Alstad 2024-06-27 17:55:39 +02:00
  • 08d7fa2319 Fixed extra parentheses on or expressions wrapped in not. Martin Berg Alstad 2024-06-26 18:35:23 +02:00
  • 21f66d9409 Fixed bug surrounding implies with parentheses when unnecessary. Martin Berg Alstad 2024-06-25 19:57:23 +02:00
  • 23cbb83391 Removed tower from deps Martin Berg Alstad 2024-06-26 10:39:42 +02:00
  • b3a3484e99 Replaced main with the new AppBuilder Martin Berg Alstad 2024-06-26 10:37:37 +02:00
  • 1b94e63915 Removed unused feature. Martin Berg Alstad 2024-06-22 20:38:55 +02:00
  • 38fc8ce383 Fixed removing trailing slashes Martin Berg Alstad 2024-06-22 20:23:28 +02:00
  • 4b6608fd4f
    Using library and removed common functions (#3) Martin Berg Alstad 2024-06-22 17:33:33 +02:00
  • e7f1ae156d Ignore Case function Martin Berg Alstad 2024-06-21 18:07:42 +02:00
  • d9c0d90af4 More info on index route. Martin Berg Alstad 2024-06-21 00:18:23 +02:00
  • 7f2440e08c Moved some duplicate code to macros. Martin Berg Alstad 2024-06-20 23:37:26 +02:00
  • 8997364ef1 Split load_html into a more generic method Martin Berg Alstad 2024-06-20 19:08:52 +02:00
  • 6b1a6467f0 Added missing / Martin Berg Alstad 2024-06-20 18:45:01 +02:00
  • d2f89ab827 Static files are created first then moved over to build, where they are compiled Martin Berg Alstad 2024-06-20 18:33:20 +02:00
  • ede5eedc24 load html on compile time instead of runtime. Martin Berg Alstad 2024-06-20 18:00:12 +02:00
  • bfd8053c15 Updated name for deploy action and url for docs from not found Martin Berg Alstad 2024-06-20 14:21:01 +02:00
  • 2dd361ce7e Not found page with html and moved utils into index and split http requests to separate files. Martin Berg Alstad 2024-06-20 13:13:26 +02:00
  • 6df5152061 Fixed hide intermediate steps, such that header and body is of same length Martin Berg Alstad 2024-06-17 23:04:47 +02:00
  • bcf8b87f5f Hide intermediate steps in truth table Martin Berg Alstad 2024-06-17 22:28:41 +02:00
  • 2e9f6cd171 Macro for creating routes Martin Berg Alstad 2024-06-17 12:18:53 +02:00
  • 78368772eb Fixed parenthesis when not needed. Removed some unused functions Martin Berg Alstad 2024-06-17 11:41:28 +02:00
  • 9226060397 Library for Derive Macros and impl IntoResponse trait Martin Berg Alstad 2024-06-17 00:47:07 +02:00
  • 6b6f4b4779 Table endpoint for generating a truth table from a string expression Martin Berg Alstad 2024-06-17 00:21:18 +02:00
  • d0198eab5d Is legal endpoint to check if expression is legal. Martin Berg Alstad 2024-06-16 21:01:50 +02:00
  • 849c87a878 Fixed bug with deserializing of bool Martin Berg Alstad 2024-06-16 20:19:03 +02:00
  • d24fafdcb7
    Operations (#2) Martin Berg Alstad 2024-06-16 19:24:52 +02:00
  • 5dc4a8e429 Show openapi docs in release mode Martin Berg Alstad 2024-06-16 12:54:53 +02:00
  • 4d953178e3 Host OpenAPI Redoc page in dev mode Martin Berg Alstad 2024-06-16 01:24:29 +02:00
  • ee4523207b Updated package.json with scripts and created a dist dir for build files Martin Berg Alstad 2024-06-16 00:59:34 +02:00
  • 9431eb2fa9 Option to hide false or true values in truthTable Martin Berg Alstad 2024-06-16 00:36:59 +02:00
  • b9998ce7bf Option to sort truthTable Martin Berg Alstad 2024-06-16 00:12:52 +02:00
  • 32d5089b44 Options for truth table. Martin Berg Alstad 2024-06-15 23:45:06 +02:00
  • 4b22fc4a7e Replaced macros with functions and Box with Rc Martin Berg Alstad 2024-06-14 18:38:37 +02:00
  • db4dc2db54 Removed Language and ErrorKind Martin Berg Alstad 2024-06-14 16:34:11 +02:00
  • a805eb4b73 BaseResponse struct that gets version from cargo.toml Martin Berg Alstad 2024-06-13 23:35:05 +02:00
  • 2a826be8ea Logging. CORS(*). Version in response and error type for JSON response Martin Berg Alstad 2024-06-13 18:58:50 +02:00
  • c1b9273e0c
    Deploy with docker-compose (#1) Martin Berg Alstad 2024-06-13 14:42:42 +02:00
  • 3ad1ad53fc Fixed truth table generation Martin Berg Alstad 2024-06-13 11:34:57 +02:00
  • 5c8f602d1d Finished truth table impl Martin Berg Alstad 2024-06-10 18:35:03 +02:00
  • 1afd9d9848 Impl generate_truth_table Martin Berg Alstad 2024-06-09 20:09:36 +02:00
  • 4599b952fe Helper matrix and array function to generate alternating bool arrays Martin Berg Alstad 2024-06-09 19:13:56 +02:00
  • f3fa0334c2 Simplify query argument. Martin Berg Alstad 2024-06-08 21:41:30 +02:00
  • 912cf6f1e5 Updated tsp Martin Berg Alstad 2024-06-07 16:38:06 +02:00
  • b16a4eefe4 Replaced binary tuple with struct Martin Berg Alstad 2024-06-07 16:27:52 +02:00
  • 4fe388aca3 Config file with Port number. Martin Berg Alstad 2024-06-07 14:37:47 +02:00
  • 9cb0fa0a59 Fix opposite_eq method. Martin Berg Alstad 2024-06-06 23:53:30 +02:00
  • c4393e94bf Started implementing Axum Martin Berg Alstad 2024-06-05 22:09:12 +02:00
  • 096e2105dd Initial commit Martin Berg Alstad 2024-06-05 20:41:00 +02:00