8000 Tags · zarubto4/encore · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zarubto4/encore

Tags

v1.41.9

Toggle v1.41.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bufgen: Update file to use v2 (encoredev#1296)

### Changed
- `bug.gen.yaml` file to v2, taken from example at
https://connectrpc.com/docs/go/getting-started/

Co-authored-by: Marcus Kohlberg <78424526+marcuskohlberg@users.noreply.github.com>

v1.41.7

Toggle v1.41.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tsparser: improve errors around tsconfig parsing (encoredev#1451)

Gives some relevant context of what file is causing the error

v1.41.4

Toggle v1.41.4's commit message
tsparser: ignore tests

For now, ignore tests to make the usage parsing more permissible.

v1.41.3

Toggle v1.41.3's commit message
runtimes/js: flush headers on early close

If you immediately called close() on a raw response writer,
the runtime wouldn't pick up any changes to the status code
made by assigning directly to `resp.statusCode`.

v1.41.1

Toggle v1.41.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add related examples to more docs pages (encoredev#1386)

v1.40.0

Toggle v1.40.0's commit message
add to menu

v1.39.0

Toggle v1.39.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
set level for all targets prefixed with encore_ (encoredev#1278)

Since we have several targets prefixed with `encore_`, like
`encore_runtime_core` and `encore_js_runtime`.

We could also specify them all rather that use the prefix if we want
more control.

v1.38.0

Toggle v1.38.0's commit message
tsparser: support decorators

v1.37.0

Toggle v1.37.0's commit message
runtimes/go: fix publicapigen output

v1.35.3

Toggle v1.35.3's commit message
Implement excluded services

0