Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / francescovallone/serinus issues and pull requests

#96 - feat: implement SecureSession (fastify) in Serinus

Issue - State: open - Opened by francescovallone 10 days ago
Labels: enhancement, breaking change, api stabilization

#95 - Create proposal.md

Pull Request - State: closed - Opened by francescovallone 10 days ago

#94 - feat(#72): implement static route

Pull Request - State: closed - Opened by francescovallone 11 days ago - 1 comment

#93 - feat(#68): improve the ResponseStatus interface to be more informative

Pull Request - State: closed - Opened by francescovallone 11 days ago - 1 comment

#92 - feat(#66): add more lifecycle hooks to the framework

Pull Request - State: closed - Opened by francescovallone 14 days ago - 1 comment

#89 - fix: set a range for the statusCode

Issue - State: closed - Opened by francescovallone 18 days ago
Labels: bug, api stabilization

#88 - feat(#74): allow passing Path Parameters as handler parameters - closes #74

Pull Request - State: closed - Opened by francescovallone 18 days ago - 1 comment

#85 - feat: allow to define a typed body

Issue - State: open - Opened by francescovallone 24 days ago - 1 comment
Labels: enhancement, nice to have, api stabilization

#84 - feat(#67): add the Provider.deferred shorthand - closes #67

Pull Request - State: closed - Opened by francescovallone 25 days ago - 1 comment

#83 - question: Metadata in serinus

Issue - State: closed - Opened by mjablecnik 25 days ago - 2 comments

#82 - question: Support parsing multipart and form-data requests

Issue - State: closed - Opened by mjablecnik 25 days ago - 3 comments

#81 - question: Parameter parsing

Issue - State: closed - Opened by mjablecnik 25 days ago - 5 comments

#80 - question: Response objects in serinus

Issue - State: closed - Opened by mjablecnik 25 days ago - 4 comments

#79 - fix: fix typos and small errors in the documentation

Pull Request - State: closed - Opened by mjablecnik 26 days ago - 1 comment

#78 - proposal: integrate `serinus_cors`, `serinus_rate_limiter`, `serinus_config` and `serinus_serve_static` in the core package

Issue - State: open - Opened by mjablecnik 26 days ago - 3 comments
Labels: enhancement, nice to have, api stabilization

#77 - feat: remove `ApplicationContext` and replace it with a new interface for `DeferredProvider`.

Issue - State: closed - Opened by francescovallone 26 days ago
Labels: breaking change, api stabilization

#76 - fix: add correct documentation links to `serinus_cors`and `serinus_serve_static`

Pull Request - State: closed - Opened by mjablecnik 26 days ago - 1 comment

#75 - feat: simplify setGlobalPrefix method in Serinus (closes #73)

Pull Request - State: closed - Opened by francescovallone 26 days ago - 1 comment

#74 - feat: allow passing Path Parameters as handler parameters

Issue - State: closed - Opened by francescovallone about 1 month ago
Labels: documentation, enhancement, breaking change, api stabilization

#73 - feat: simplify `setGlobalPrefix` method in Serinus

Issue - State: closed - Opened by francescovallone about 1 month ago - 1 comment
Labels: enhancement, breaking change

#72 - feat: implement static route

Issue - State: closed - Opened by francescovallone about 1 month ago
Labels: enhancement, nice to have

#71 - feat: multi-isolates support in Serinus

Issue - State: open - Opened by francescovallone about 1 month ago - 1 comment
Labels: documentation, enhancement, nice to have, breaking change

#70 - chore: update spanner version

Pull Request - State: closed - Opened by francescovallone about 1 month ago - 1 comment

#69 - feat: allow to pass values to the next function if the middleware closes the request

Issue - State: closed - Opened by francescovallone about 1 month ago
Labels: documentation, enhancement, breaking change, api stabilization

#68 - feat: improve the ResponseStatus interface to be more informative

Issue - State: closed - Opened by francescovallone about 1 month ago
Labels: enhancement, breaking change, api stabilization

#67 - feat: add a shorthand for the DeferredProviders

Issue - State: closed - Opened by francescovallone about 2 months ago
Labels: enhancement, nice to have

#66 - feat: add more application lifecycle hooks

Issue - State: closed - Opened by francescovallone about 2 months ago
Labels: enhancement, nice to have

#65 - feat: add the possibility to change the prefix "Serinus" in the logger

Issue - State: closed - Opened by francescovallone about 2 months ago
Labels: enhancement, nice to have

#64 - feat: implement macros

Issue - State: open - Opened by francescovallone about 2 months ago
Labels: enhancement, breaking change

#63 - feat: allow possibility to create own routing strategies.

Issue - State: open - Opened by francescovallone about 2 months ago
Labels: enhancement

#62 - docs: add documentation of the CLI

Issue - State: open - Opened by francescovallone about 2 months ago
Labels: documentation, enhancement

#61 - feat: generate client for Serinus Applications

Issue - State: open - Opened by francescovallone about 2 months ago
Labels: enhancement

#60 - Release Version 0.6 of Serinus and update all related packages

Pull Request - State: closed - Opened by francescovallone 2 months ago - 1 comment

#59 - Docs/49

Pull Request - State: closed - Opened by francescovallone 2 months ago

#57 - feat: abstract Parse API to facilitate the integration of new validation systems

Issue - State: closed - Opened by francescovallone 2 months ago
Labels: enhancement, nice to have

#56 - feat: fully integrate serinus and jaspr

Issue - State: open - Opened by francescovallone 2 months ago
Labels: enhancement, nice to have

#54 - feat(lab): change completely how Serinus handle responses

Pull Request - State: closed - Opened by francescovallone 3 months ago

#52 - feat: change how the response handle streams

Issue - State: closed - Opened by francescovallone 3 months ago - 1 comment
Labels: enhancement

#50 - feat: add a test suite to test serinus applications without serving the application

Issue - State: open - Opened by francescovallone 3 months ago
Labels: enhancement, nice to have

#49 - docs: improve documentation readability

Issue - State: closed - Opened by francescovallone 3 months ago
Labels: documentation

#48 - feat: add generate command to create application resources

Issue - State: closed - Opened by francescovallone 3 months ago
Labels: enhancement, nice to have

#47 - test: improve code coverage for serinus_cli

Issue - State: open - Opened by francescovallone 3 months ago
Labels: nice to have

#46 - fix(#45): insert parsed value back to the context

Pull Request - State: closed - Opened by francescovallone 3 months ago

#44 - fix(#41): add content length when sending a rendered view

Pull Request - State: closed - Opened by francescovallone 3 months ago

#43 - fix(#42): accept List<JsonObject> as possible data in Response.json

Pull Request - State: closed - Opened by francescovallone 3 months ago - 1 comment

#42 - fix: accept List<JsonObject> as possible data in Response.json

Issue - State: closed - Opened by francescovallone 3 months ago
Labels: bug

#40 - chore: prepare for release 0.5

Pull Request - State: closed - Opened by francescovallone 3 months ago - 1 comment

#39 - feat: add a metadata system to specialize controllers and routes

Issue - State: closed - Opened by francescovallone 3 months ago - 1 comment
Labels: enhancement, nice to have

#38 - feat: add authentication strategies

Issue - State: open - Opened by francescovallone 3 months ago - 1 comment
Labels: enhancement, nice to have

#36 - feat: change the behaviour of the parse hook

Issue - State: closed - Opened by francescovallone 4 months ago
Labels: enhancement

#35 - feat(#10): add deploy command

Pull Request - State: closed - Opened by francescovallone 4 months ago

#34 - feat(#33): add interoperability with Shelf

Pull Request - State: closed - Opened by francescovallone 4 months ago

#33 - feat: add interoperability with shelf

Issue - State: closed - Opened by francescovallone 4 months ago
Labels: enhancement

#32 - feat: add tracing capabilities to Serinus

Issue - State: closed - Opened by francescovallone 4 months ago - 1 comment
Labels: enhancement, nice to have

#31 - docs(rate_limiter): add rate limiter plugin to the docs

Pull Request - State: closed - Opened by francescovallone 4 months ago

#29 - docs: add local hooks in the routes page

Pull Request - State: closed - Opened by francescovallone 4 months ago

#28 - docs: fix example in hook add

Pull Request - State: closed - Opened by francescovallone 4 months ago

#27 - docs(cors): add documentation for the cors hook

Pull Request - State: closed - Opened by francescovallone 4 months ago

#26 - Release 0.4.0

Pull Request - State: closed - Opened by francescovallone 4 months ago - 1 comment

#25 - feat(#18): add hooks to Serinus, remove guards and pipes

Pull Request - State: closed - Opened by francescovallone 4 months ago - 1 comment

#24 - feat(#16): add factory constructors to Route and remove abstract modifier

Pull Request - State: closed - Opened by francescovallone 4 months ago - 1 comment

#23 - docs: add request-lifecycle to the documentation + new homepage

Pull Request - State: closed - Opened by francescovallone 4 months ago - 1 comment

#19 - feat(#14): add event based response state

Pull Request - State: closed - Opened by francescovallone 4 months ago

#18 - feat: add pre and post request hooks

Issue - State: closed - Opened by francescovallone 4 months ago - 1 comment
Labels: enhancement

#17 - fix: Response.file should stream the file

Issue - State: closed - Opened by francescovallone 4 months ago
Labels: enhancement

#15 - docs: add request lifecycle to the documentation

Issue - State: closed - Opened by francescovallone 4 months ago
Labels: documentation, enhancement

#14 - feat: add event-based response state

Issue - State: closed - Opened by francescovallone 4 months ago - 1 comment
Labels: enhancement

#13 - docs: add documentation for the serve_static plugin

Pull Request - State: closed - Opened by francescovallone 4 months ago

#12 - feat: add limit to body size for the requests

Issue - State: closed - Opened by francescovallone 4 months ago - 1 comment
Labels: enhancement

#11 - feat: add built-in pipes for basic cases

Issue - State: closed - Opened by francescovallone 5 months ago - 1 comment
Labels: enhancement

#10 - feat: add "deploy" command to the CLI

Issue - State: closed - Opened by francescovallone 5 months ago
Labels: enhancement

#9 - [serinus] Change explorer behaviour

Issue - State: closed - Opened by francescovallone over 1 year ago

#7 - [serinus_cli] Create a command to run the application

Issue - State: closed - Opened by francescovallone over 1 year ago
Labels: enhancement

#6 - Update dart.yml

Pull Request - State: closed - Opened by francescovallone over 1 year ago

#5 - Update dart.yml

Pull Request - State: closed - Opened by francescovallone over 1 year ago

#4 - Writing the documentation

Issue - State: closed - Opened by francescovallone over 1 year ago

#3 - [serinus] Refactoring to improve code readability

Issue - State: closed - Opened by francescovallone over 1 year ago

#2 - fix: test now should not be considered in the coverage

Pull Request - State: closed - Opened by francescovallone over 1 year ago

#1 - feat: merging new framework structure

Pull Request - State: closed - Opened by francescovallone over 1 year ago