issues
search
rs
/
rest-layer
REST Layer, Go (golang) REST API framework
http://rest-layer.io
MIT License
1.26k
stars
114
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
openapi 3.1.0 support
#277
NiiMER
opened
1 year ago
1
Decouple ElemMatch from schema.Array struct
#276
mihailquantive
opened
1 year ago
0
Add GitHub Actions
#275
smyrman
opened
3 years ago
4
implement '$not' regex
#274
tsetsoo
closed
3 years ago
5
Support for $not filter operation
#273
tsetsoo
opened
3 years ago
4
Filter on reference fields
#272
UlyssesTech
opened
3 years ago
1
pq: operator does not exist: uuid ~~ unknown
#271
njacob1001
closed
3 years ago
7
Feature Request: Cursor-based Pagination
#270
danielkurniadi
opened
3 years ago
3
Wrapping original issue in rest.Error
#269
Dragomir-Ivanov
opened
4 years ago
7
Bulk PATCH support
#268
Dragomir-Ivanov
closed
4 years ago
5
How use schema and resource package as standalone
#267
opaniagu
opened
4 years ago
1
Assist AutoIncrement FieldValidator with SQL backend
#266
ishan1608
opened
4 years ago
8
Etag should not depend on external state
#265
apuigsech
opened
4 years ago
4
fix doc anchor
#264
vvelikodny
closed
4 years ago
1
Return actual empty response. Fixes #262
#263
Dragomir-Ivanov
closed
4 years ago
2
Bogus error line, when returning empty response on 204
#262
Dragomir-Ivanov
closed
4 years ago
0
Newest `zerolog` versions cause a panic
#261
Dragomir-Ivanov
closed
5 years ago
4
README: update anchor links
#260
smyrman
closed
5 years ago
0
Remove resource hooks in favor of resource middleware
#259
smyrman
opened
5 years ago
12
Consistent empty / null fields
#258
smyrman
opened
5 years ago
4
Recalculate ETag after OnUpdate/OnInsert hooks, before storing. Fixes…
#257
Dragomir-Ivanov
closed
5 years ago
5
`Prefer: return=minimal` can hide resource item on server modification
#256
Dragomir-Ivanov
opened
5 years ago
12
OnInsert/OnUpdate hooks can modify the new resource item, Etag not recalculated
#255
Dragomir-Ivanov
closed
5 years ago
7
Explicit $eq in filter passes whole predicate to Validate(Query)
#254
mishak87
opened
5 years ago
3
go module: cannot find module providing package testing/mem
#253
tgirod
closed
4 years ago
3
Remove old sub-resource syntax
#252
tgirod
opened
5 years ago
4
Validate fields depending on other field values
#251
AlexCppns
closed
5 years ago
2
POSTing to a reference field: Missing ID field
#250
tgirod
closed
5 years ago
3
Avoid hardcoded limit of 20 in projection evaluation
#249
Dragomir-Ivanov
opened
5 years ago
10
Fix schema.VerifyPassword type assertion
#248
markostojanovic087
closed
3 years ago
3
schema.Password + PATCH-ing resource leads to password corruption in database
#247
markostojanovic087
closed
5 years ago
8
Update jsonschema import path in example
#246
mishak87
closed
5 years ago
0
"AND" is never appended to SQL predicates
#245
markostojanovic087
closed
5 years ago
7
WIP: Add missing query import to README example
#244
mishak87
closed
5 years ago
7
schema.VerifyPassword not reliable
#243
markostojanovic087
closed
5 years ago
5
Fix typo in readme
#242
mishak87
closed
5 years ago
0
Fix field hook for HTTP PUT
#241
Dragomir-Ivanov
closed
5 years ago
10
Calling `field.Compile` for `schema.Array` values?
#240
Dragomir-Ivanov
closed
5 years ago
1
Set up a test-context for unit-test logging (internal)
#239
smyrman
closed
5 years ago
1
Enable custom 'key' field
#238
apuigsech
opened
5 years ago
15
Fix filtering on array containing an object
#237
Dragomir-Ivanov
closed
5 years ago
17
Add comment clarification for #235
#236
Dragomir-Ivanov
closed
5 years ago
1
Fix PUT,PATCH on read-only fields
#235
Dragomir-Ivanov
closed
5 years ago
8
Fix filtering for `null` fields
#234
Dragomir-Ivanov
closed
5 years ago
1
Fix creating sub-resource items deeper than 2nd level
#233
Dragomir-Ivanov
closed
5 years ago
0
PUT,POST,PATCH with original values gives an error
#232
Dragomir-Ivanov
closed
5 years ago
8
Fix for field validation on nested sub-resources
#231
pakali
closed
5 years ago
19
Fix fields projections on nested sub-resources. Adds validation on fi…
#230
Dragomir-Ivanov
closed
5 years ago
5
JSON schema to schema
#229
stevegore
closed
5 years ago
2
Implements '*'(expand all) field selector. Closes: #147
#228
Dragomir-Ivanov
closed
5 years ago
2
Next