TheoryOfNekomata
|
517571a6d8
|
Update tests
Ensure new endpoints are following correct request/response content negotiation.
|
5 месяцев назад |
TheoryOfNekomata
|
51348cf438
|
Implement create operation
Get create operation logic from old arch.
|
5 месяцев назад |
TheoryOfNekomata
|
09c65a1dfd
|
Update content negotiation logic
Ensure both backend and client honors the content negotiation headers.
|
5 месяцев назад |
TheoryOfNekomata
|
5db84c2c81
|
Update content negotiation processing
Use content negotiation for HTTP extender. TODO: need to genericise the content negotiation logic to apply possibly to other extenders.
|
5 месяцев назад |
TheoryOfNekomata
|
de6cdd3d7e
|
Update tests
Use example project to setup integration tests among the modules.
|
5 месяцев назад |
TheoryOfNekomata
|
2865bb7d3a
|
Update package definitions
Split modules to each package.
|
5 месяцев назад |
TheoryOfNekomata
|
321be25d00
|
Update implemention
Genericise operation implementations.
|
5 месяцев назад |
TheoryOfNekomata
|
528a3a47c0
|
Update operations
Turn operation class into a builder.
|
5 месяцев назад |
TheoryOfNekomata
|
37034d23ae
|
Update internals
Use Map instead of Set for easy referencing of endpoints and operations.
|
5 месяцев назад |
TheoryOfNekomata
|
feb105d292
|
Implement resource query
Add implementation for fetch method in tests.
|
5 месяцев назад |
TheoryOfNekomata
|
615eb4ce5b
|
Update structure
Organize exports.
|
5 месяцев назад |
TheoryOfNekomata
|
392b842351
|
Implement recipe system
Add basic recipe system for resources.
|
5 месяцев назад |
TheoryOfNekomata
|
9786d79b7a
|
Test backend implementations
Allow basic functionality for HTTP servers.
|
5 месяцев назад |
TheoryOfNekomata
|
9c08e00fdf
|
Update status codes
Add other status codes.
|
5 месяцев назад |
TheoryOfNekomata
|
0d3f10b08e
|
Add HTTP-related exports
Bring back content negotiation exports as well as define a new response
type system.
|
5 месяцев назад |
TheoryOfNekomata
|
f5b6700301
|
Implement new API
New API is much more flexible in implementation.
|
5 месяцев назад |
TheoryOfNekomata
|
b526819cc5
|
Set up new architecture
Make architecture more flexible.
|
5 месяцев назад |
TheoryOfNekomata
|
4cdc74f597
|
Extract server package
Define dedicated package for HTTP server.
|
6 месяцев назад |
TheoryOfNekomata
|
a10c4baff8
|
Update interface augmentations
Use correct paths when referring to extended interfaces.
|
6 месяцев назад |
TheoryOfNekomata
|
2484e62171
|
Extract server from backend
Server lives on its own domain, with the default server being HTTP.
|
6 месяцев назад |
TheoryOfNekomata
|
0f49ced7c7
|
Update validation
Remove datelike schema.
|
6 месяцев назад |
TheoryOfNekomata
|
49d3791709
|
Refactor query code
Organize files.
|
6 месяцев назад |
TheoryOfNekomata
|
88b4de6a88
|
Refactor query code
Organize queries code to be set apart from the backend.
|
6 месяцев назад |
TheoryOfNekomata
|
2250b5b5e9
|
Add monkey-patching to QUERY method
Use X-Original-Method for forcing a POST method to become a QUERY
method.
|
6 месяцев назад |
TheoryOfNekomata
|
ad68214eb3
|
Attempt to support QUERY method
Prepare tests for supporting QUERY method.
|
6 месяцев назад |
TheoryOfNekomata
|
46b276d5b6
|
Add QUERY method to handlers
Include QUERY method when fetch collection permission is granted for a
resource.
|
6 месяцев назад |
TheoryOfNekomata
|
49d8f3f5d1
|
Update query
Include string matching operators.
|
6 месяцев назад |
TheoryOfNekomata
|
c0b298bab0
|
Update function signature for query conversion
Use key-value to ensure less duplicates in coercing query param values.
|
6 месяцев назад |
TheoryOfNekomata
|
24b11f61ee
|
Simplify querying logic
Remove directives, stick to simple querying via equality.
|
6 месяцев назад |
TheoryOfNekomata
|
0397c9c12c
|
Update query function
Add parsing for query directives.
|
6 месяцев назад |
TheoryOfNekomata
|
fe1752101a
|
Add initial implementation for query
Define function for decoding query params into native query collections.
|
6 месяцев назад |
TheoryOfNekomata
|
b845b96f88
|
Add preliminary resource relationship support
Define resource methods for adding relationships to other resources.
|
6 месяцев назад |
TheoryOfNekomata
|
268c41c912
|
Add DuckDB sequences
Include sequences in data source definition.
|
6 месяцев назад |
TheoryOfNekomata
|
fb2dc7d824
|
Add preliminary implementation for duckdb
Include SQL statements for duckdb statements.
|
7 месяцев назад |
TheoryOfNekomata
|
6404df6971
|
Add initial duckdb support
Add example service as well as data source for duckdb.
|
7 месяцев назад |
TheoryOfNekomata
|
23881d809e
|
Add demonstration for language
Include Tagalog demo language.
|
7 месяцев назад |
TheoryOfNekomata
|
c55a07fbc2
|
Fix resource not found message
Put message key in its correct location.
|
7 месяцев назад |
TheoryOfNekomata
|
c92f6899b2
|
Fix root, error handling
Ensure root can be called with any method.
|
7 месяцев назад |
TheoryOfNekomata
|
47a80ff411
|
Update content negotiation
Unify returning of Accept-Post and Accept-Patch items.
|
7 месяцев назад |
TheoryOfNekomata
|
e554fee7bf
|
Fix Accept-Patch in OPTIONS
Use resource allowed patches in OPTIONS.
|
7 месяцев назад |
TheoryOfNekomata
|
0e4d44b764
|
Add error bodies
Include basic description of the error and the steps to resolve them.
|
7 месяцев назад |
TheoryOfNekomata
|
f92af9b5c8
|
Streamline error handling
Implement default error handler, unify error handling logic in server.
|
7 месяцев назад |
TheoryOfNekomata
|
6e6fb96924
|
Add createdAt and updatedAt
Dynamic attributes for metadata are included for createdAt and updatedAt.
|
7 месяцев назад |
TheoryOfNekomata
|
342a2e6e0c
|
Add example project
Include example project and requests.
|
7 месяцев назад |
TheoryOfNekomata
|
0b3764267c
|
Small fixes
Tidy up some parts of the codebase.
|
7 месяцев назад |
TheoryOfNekomata
|
05060f9524
|
Update data source tests
Genericize data used for data source tests.
|
7 месяцев назад |
TheoryOfNekomata
|
d7a1c6b368
|
Update data source tests
Check result data in tests.
|
7 месяцев назад |
TheoryOfNekomata
|
0a8202c4e8
|
Add data source tests
Include data source tests for query and initialization.
|
7 месяцев назад |
TheoryOfNekomata
|
ee290a7a1f
|
Extract JSONL sample data source
Put data source to its own package.
|
7 месяцев назад |
TheoryOfNekomata
|
1af53a06d1
|
Convert to monorepo
Prepare project for multiple packages.
|
7 месяцев назад |