TheoryOfNekomata
|
46b276d5b6
|
Add QUERY method to handlers
Include QUERY method when fetch collection permission is granted for a
resource.
|
6 months ago |
TheoryOfNekomata
|
49d8f3f5d1
|
Update query
Include string matching operators.
|
6 months ago |
TheoryOfNekomata
|
c0b298bab0
|
Update function signature for query conversion
Use key-value to ensure less duplicates in coercing query param values.
|
6 months ago |
TheoryOfNekomata
|
24b11f61ee
|
Simplify querying logic
Remove directives, stick to simple querying via equality.
|
6 months ago |
TheoryOfNekomata
|
0397c9c12c
|
Update query function
Add parsing for query directives.
|
6 months ago |
TheoryOfNekomata
|
fe1752101a
|
Add initial implementation for query
Define function for decoding query params into native query collections.
|
6 months ago |
TheoryOfNekomata
|
b845b96f88
|
Add preliminary resource relationship support
Define resource methods for adding relationships to other resources.
|
6 months ago |
TheoryOfNekomata
|
268c41c912
|
Add DuckDB sequences
Include sequences in data source definition.
|
6 months ago |
TheoryOfNekomata
|
fb2dc7d824
|
Add preliminary implementation for duckdb
Include SQL statements for duckdb statements.
|
7 months ago |
TheoryOfNekomata
|
6404df6971
|
Add initial duckdb support
Add example service as well as data source for duckdb.
|
7 months ago |
TheoryOfNekomata
|
23881d809e
|
Add demonstration for language
Include Tagalog demo language.
|
7 months ago |
TheoryOfNekomata
|
c55a07fbc2
|
Fix resource not found message
Put message key in its correct location.
|
7 months ago |
TheoryOfNekomata
|
c92f6899b2
|
Fix root, error handling
Ensure root can be called with any method.
|
7 months ago |
TheoryOfNekomata
|
47a80ff411
|
Update content negotiation
Unify returning of Accept-Post and Accept-Patch items.
|
7 months ago |
TheoryOfNekomata
|
e554fee7bf
|
Fix Accept-Patch in OPTIONS
Use resource allowed patches in OPTIONS.
|
7 months ago |
TheoryOfNekomata
|
0e4d44b764
|
Add error bodies
Include basic description of the error and the steps to resolve them.
|
7 months ago |
TheoryOfNekomata
|
f92af9b5c8
|
Streamline error handling
Implement default error handler, unify error handling logic in server.
|
7 months ago |
TheoryOfNekomata
|
6e6fb96924
|
Add createdAt and updatedAt
Dynamic attributes for metadata are included for createdAt and updatedAt.
|
7 months ago |
TheoryOfNekomata
|
342a2e6e0c
|
Add example project
Include example project and requests.
|
7 months ago |
TheoryOfNekomata
|
0b3764267c
|
Small fixes
Tidy up some parts of the codebase.
|
7 months ago |
TheoryOfNekomata
|
05060f9524
|
Update data source tests
Genericize data used for data source tests.
|
7 months ago |
TheoryOfNekomata
|
d7a1c6b368
|
Update data source tests
Check result data in tests.
|
7 months ago |
TheoryOfNekomata
|
0a8202c4e8
|
Add data source tests
Include data source tests for query and initialization.
|
7 months ago |
TheoryOfNekomata
|
ee290a7a1f
|
Extract JSONL sample data source
Put data source to its own package.
|
7 months ago |
TheoryOfNekomata
|
1af53a06d1
|
Convert to monorepo
Prepare project for multiple packages.
|
7 months ago |
TheoryOfNekomata
|
0ae3823bca
|
Add more unit tests
Include tests for emplace, modify fallback content negotiation logic.
|
7 months ago |
TheoryOfNekomata
|
4be3a7c22f
|
Fix resource validation
Exclude ID attribute on applying delta operations.
|
7 months ago |
TheoryOfNekomata
|
645b8f4cd7
|
Implement delta patch
Allow PATCH method to use JSON Patch.
|
7 months ago |
TheoryOfNekomata
|
bc27b28e7a
|
Add tests
Decouple tests from data source.
|
7 months ago |
TheoryOfNekomata
|
467021b57a
|
Update tests
Decouple tests from data source.
|
7 months ago |
TheoryOfNekomata
|
770b62c6dd
|
Implement more tests
Add tests related to error handling.
|
7 months ago |
TheoryOfNekomata
|
64f0c49847
|
Add type improvements in builders
Include dynamic typing in builder functions.
|
7 months ago |
TheoryOfNekomata
|
c9caf5a473
|
Add server state, request decorator
Include request decorator to features.
|
7 months ago |
TheoryOfNekomata
|
8c4f7b9980
|
Update FAQs
Include information on project rationale.
|
7 months ago |
TheoryOfNekomata
|
8bb5aa9cca
|
Add alternate way of responses
Add CQRS event emitter for long-running operations.
|
7 months ago |
TheoryOfNekomata
|
8f05a07a67
|
Refactor http server
Define http server exports in their own directory.
|
7 months ago |
TheoryOfNekomata
|
de6834773b
|
Update handler logic
Remove duplicate checks and add OPTIONS method handler for allowed
methods.
|
7 months ago |
TheoryOfNekomata
|
66f6fb44ee
|
Better middleware matching
Filter middleware instead of adding them progressively.
|
7 months ago |
TheoryOfNekomata
|
13e76c0c9b
|
Small fixes
Improve matching of content type and charset in content type header.
|
7 months ago |
TheoryOfNekomata
|
52af811619
|
Update data source
Isolate data source from the rest of the backend code.
|
7 months ago |
TheoryOfNekomata
|
3320c11f64
|
Organize exports
Properly define exports.
|
7 months ago |
TheoryOfNekomata
|
8237b750c1
|
Minor refactor
Put http logic into their own directory.
|
7 months ago |
TheoryOfNekomata
|
67b097a026
|
Add decorator system
Implement decorator system with requests.
|
7 months ago |
TheoryOfNekomata
|
48c0eb40df
|
Update content negotiation headers
Simplify data for language messages.
|
7 months ago |
TheoryOfNekomata
|
65d2cebd33
|
Streamline backend server
Ensure responses have localizable messages.
|
7 months ago |
TheoryOfNekomata
|
a0e5c45db3
|
Fix stream errors
Trying to customize request objects trigger typescript errors.
|
7 months ago |
TheoryOfNekomata
|
51e6874c37
|
Update types
Remove inflection dependency.
|
7 months ago |
TheoryOfNekomata
|
d94f7e4c44
|
Major refactor of codebase
Organize code even further to improve extensibility.
|
7 months ago |
TheoryOfNekomata
|
c6dd337e50
|
Update content negotiation setup
Use more compact data structures for content negoatiation.
|
8 months ago |
TheoryOfNekomata
|
b36167026d
|
Refactor codebase
Organize code into certain file structure.
|
8 months ago |