Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 517571a (refactor/new-arch) Update tests by TheoryOfNekomata 2024-06-08 17:41:47 +0800
  • 51348cf Implement create operation by TheoryOfNekomata 2024-06-08 16:45:27 +0800
  • 09c65a1 Update content negotiation logic by TheoryOfNekomata 2024-06-03 19:25:02 +0800
  • 5db84c2 Update content negotiation processing by TheoryOfNekomata 2024-06-03 12:02:35 +0800
  • de6cdd3 Update tests by TheoryOfNekomata 2024-06-02 20:49:33 +0800
  • 2865bb7 Update package definitions by TheoryOfNekomata 2024-06-02 13:36:52 +0800
  • 321be25 Update implemention by TheoryOfNekomata 2024-05-31 17:29:36 +0800
  • 528a3a4 Update operations by TheoryOfNekomata 2024-05-31 14:52:21 +0800
  • 37034d2 Update internals by TheoryOfNekomata 2024-05-31 13:56:40 +0800
  • feb105d Implement resource query by TheoryOfNekomata 2024-05-24 12:28:19 +0800
  • 615eb4c Update structure by TheoryOfNekomata 2024-05-23 14:48:09 +0800
  • 392b842 Implement recipe system by TheoryOfNekomata 2024-05-23 14:37:56 +0800
  • 9786d79 Test backend implementations by TheoryOfNekomata 2024-05-23 12:25:40 +0800
  • 9c08e00 Update status codes by TheoryOfNekomata 2024-05-22 21:55:12 +0800
  • 0d3f10b Add HTTP-related exports by TheoryOfNekomata 2024-05-22 21:44:16 +0800
  • f5b6700 Implement new API by TheoryOfNekomata 2024-05-21 10:34:44 +0800
  • b526819 Set up new architecture by TheoryOfNekomata 2024-05-21 01:55:54 +0800
  • 4cdc74f (HEAD -> master) Extract server package by TheoryOfNekomata 2024-05-16 22:01:16 +0800
  • a10c4ba Update interface augmentations by TheoryOfNekomata 2024-05-16 21:21:16 +0800
  • 2484e62 Extract server from backend by TheoryOfNekomata 2024-05-16 21:00:56 +0800
  • 0f49ced Update validation by TheoryOfNekomata 2024-05-16 13:33:00 +0800
  • 49d3791 Refactor query code by TheoryOfNekomata 2024-05-16 13:30:32 +0800
  • 88b4de6 Refactor query code by TheoryOfNekomata 2024-05-16 13:14:40 +0800
  • 2250b5b Add monkey-patching to QUERY method by TheoryOfNekomata 2024-05-15 19:56:55 +0800
  • ad68214 Attempt to support QUERY method by TheoryOfNekomata 2024-05-14 20:59:44 +0800
  • 46b276d Add QUERY method to handlers by TheoryOfNekomata 2024-05-14 20:05:22 +0800
  • 49d8f3f Update query by TheoryOfNekomata 2024-05-13 13:51:35 +0800
  • c0b298b Update function signature for query conversion by TheoryOfNekomata 2024-05-13 12:35:34 +0800
  • 24b11f6 Simplify querying logic by TheoryOfNekomata 2024-05-13 12:18:36 +0800
  • 0397c9c Update query function by TheoryOfNekomata 2024-05-12 16:12:48 +0800
  • fe17521 Add initial implementation for query by TheoryOfNekomata 2024-05-11 22:14:23 +0800
  • b845b96 Add preliminary resource relationship support by TheoryOfNekomata 2024-04-20 13:25:04 +0800
  • 268c41c Add DuckDB sequences by TheoryOfNekomata 2024-04-20 13:05:53 +0800
  • fb2dc7d Add preliminary implementation for duckdb by TheoryOfNekomata 2024-04-17 16:54:16 +0800
  • 6404df69 Add initial duckdb support by TheoryOfNekomata 2024-04-17 16:40:53 +0800
  • 23881d8 Add demonstration for language by TheoryOfNekomata 2024-04-17 14:20:38 +0800
  • c55a07f Fix resource not found message by TheoryOfNekomata 2024-04-17 14:08:38 +0800
  • c92f689 Fix root, error handling by TheoryOfNekomata 2024-04-17 14:01:17 +0800
  • 47a80ff Update content negotiation by TheoryOfNekomata 2024-04-17 13:29:16 +0800
  • e554fee Fix Accept-Patch in OPTIONS by TheoryOfNekomata 2024-04-17 12:58:42 +0800
  • 0e4d44b Add error bodies by TheoryOfNekomata 2024-04-17 12:49:41 +0800
  • f92af9b Streamline error handling by TheoryOfNekomata 2024-04-17 11:20:33 +0800
  • 6e6fb96 Add createdAt and updatedAt by TheoryOfNekomata 2024-04-17 10:31:03 +0800
  • 342a2e6 Add example project by TheoryOfNekomata 2024-04-16 20:58:51 +0800
  • 0b37642 Small fixes by TheoryOfNekomata 2024-04-16 14:56:39 +0800
  • 05060f9 Update data source tests by TheoryOfNekomata 2024-04-16 14:51:42 +0800
  • d7a1c6b Update data source tests by TheoryOfNekomata 2024-04-16 14:43:35 +0800
  • 0a8202c Add data source tests by TheoryOfNekomata 2024-04-16 13:01:35 +0800
  • ee290a7 Extract JSONL sample data source by TheoryOfNekomata 2024-04-16 12:19:15 +0800
  • 1af53a0 Convert to monorepo by TheoryOfNekomata 2024-04-16 11:50:00 +0800
  • 0ae3823 Add more unit tests by TheoryOfNekomata 2024-04-16 11:31:19 +0800
  • 4be3a7c Fix resource validation by TheoryOfNekomata 2024-04-15 14:49:05 +0800
  • 645b8f4 Implement delta patch by TheoryOfNekomata 2024-04-15 14:17:53 +0800
  • bc27b28 Add tests by TheoryOfNekomata 2024-04-14 21:33:50 +0800
  • 467021b Update tests by TheoryOfNekomata 2024-04-14 21:08:22 +0800
  • 770b62c Implement more tests by TheoryOfNekomata 2024-04-14 13:10:47 +0800
  • 64f0c49 Add type improvements in builders by TheoryOfNekomata 2024-04-06 16:44:04 +0800
  • c9caf5a Add server state, request decorator by TheoryOfNekomata 2024-04-06 16:26:57 +0800
  • 8c4f7b9 Update FAQs by TheoryOfNekomata 2024-04-04 10:23:04 +0800
  • 8bb5aa9 Add alternate way of responses by TheoryOfNekomata 2024-04-04 10:11:44 +0800
  • 8f05a07 Refactor http server by TheoryOfNekomata 2024-04-04 09:45:09 +0800
  • de68347 Update handler logic by TheoryOfNekomata 2024-04-04 06:34:31 +0800
  • 66f6fb4 Better middleware matching by TheoryOfNekomata 2024-03-28 10:38:10 +0800
  • 13e76c0 Small fixes by TheoryOfNekomata 2024-03-27 23:58:00 +0800
  • 52af811 Update data source by TheoryOfNekomata 2024-03-27 23:52:16 +0800
  • 3320c11 Organize exports by TheoryOfNekomata 2024-03-27 19:27:58 +0800
  • 8237b75 Minor refactor by TheoryOfNekomata 2024-03-27 19:18:43 +0800
  • 67b097a Add decorator system by TheoryOfNekomata 2024-03-27 18:40:35 +0800
  • 48c0eb4 Update content negotiation headers by TheoryOfNekomata 2024-03-24 21:52:04 +0800
  • 65d2ceb Streamline backend server by TheoryOfNekomata 2024-03-21 22:19:49 +0800
  • a0e5c45 Fix stream errors by TheoryOfNekomata 2024-03-21 16:51:13 +0800
  • 51e6874 Update types by TheoryOfNekomata 2024-03-21 16:43:38 +0800
  • d94f7e4 Major refactor of codebase by TheoryOfNekomata 2024-03-21 15:48:07 +0800
  • c6dd337 Update content negotiation setup by TheoryOfNekomata 2024-03-19 14:15:39 +0800
  • b361670 Refactor codebase by TheoryOfNekomata 2024-03-19 10:48:17 +0800
  • 3942b1e Add type safety, provide granular error handling by TheoryOfNekomata 2024-03-18 12:46:27 +0800
  • e6e61cb Fix emplace logic by TheoryOfNekomata 2024-03-17 06:35:13 +0800
  • 83069a3 Refactor codebase by TheoryOfNekomata 2024-03-16 14:38:07 +0800
  • 6e7230a Add tests by TheoryOfNekomata 2024-03-14 10:28:14 +0800
  • f5c7669 Add revoke factory methods by TheoryOfNekomata 2024-03-13 18:41:59 +0800
  • aefac7b Implement resource permissions by TheoryOfNekomata 2024-03-13 17:16:48 +0800
  • 0ee4d50 Add content negotiation utilities by TheoryOfNekomata 2024-03-13 16:07:25 +0800
  • 5505316 Add examples directory by TheoryOfNekomata 2024-03-13 14:48:22 +0800
  • 284a5cd Add error handling by TheoryOfNekomata 2024-03-13 14:39:42 +0800
  • 7f231ff Fix data source method invocation by TheoryOfNekomata 2024-03-13 14:35:20 +0800
  • 4eeb927 Fix schema type checking by TheoryOfNekomata 2024-03-13 14:07:52 +0800
  • 082f292 Implement all resource endpoints by TheoryOfNekomata 2024-03-13 13:57:38 +0800
  • 0806892 Implement delete by TheoryOfNekomata 2024-03-13 13:00:14 +0800
  • 4138488 Refactor codebase by TheoryOfNekomata 2024-03-13 11:32:33 +0800
  • 2e296e7 Improve type safety by TheoryOfNekomata 2024-03-12 20:09:42 +0800
  • 785c4e0 Improve error handling by TheoryOfNekomata 2024-03-12 20:00:47 +0800
  • 7bfc40d Add documentation by TheoryOfNekomata 2024-03-12 19:43:28 +0800
  • d3665c5 Initial commit by TheoryOfNekomata 2024-03-12 19:40:39 +0800