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

Tags: T-Phage/encore

Tags

v1.31.0

Toggle v1.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add docs for how to configure kubectl (encoredev#1011)

v1.30.0

Toggle v1.30.0's commit message
Fix doc issue in the mocking page

v1.29.7

Toggle v1.29.7's commit message
v2/compiler/build: fix concurrent build+test

When concurrently building and testing, we would sometimes
get spurious compilation errors due to the code generation
being different between the build modes.

Fix this by using separate work directories for each build mode.

v1.29.6

Toggle v1.29.6's commit message
Improve 'encore app create' behavior

- Hide TypeScript examples on non-beta builds
- Error if app directory already exists
- Generate wrappers on creation

v1.29.5

Toggle v1.29.5's commit message
errinsrc: fix nil location handling

v1.29.4

Toggle v1.29.4's commit message
Avoid concurrent wrapper generation

We had logic to debounce regenerating wrappers,
but if there were a large stream of FS events it could
still lead to several instances of the code generation
running concurrently. Fix this by tracking when the
last run completed, and only then re-running the
code generation.

v1.29.3

Toggle v1.29.3's commit message
Remove timeout for 'encore gen wrappers'

The 'encore gen wrappers' command uses the
Go module cache for resolving external packages.

This can be quite slow when the Go cache is empty,
which is typical in CI/CD systems. Remove the timeout.

v1.29.2

Toggle v1.29.2's commit message
rewrite: support insert at end of file

In some rare situations Encore would try to add code at the end
of a file, which would panic because no segment exists at that pos.

Thanks Rob Gray for the report.

v1.29.1

Toggle v1.29.1's commit message
dash: propagate app id for new trace events

v1.29.0

Toggle v1.29.0's commit message
runtime: support streaming traces

This adds a new experiment that enables streaming traces
to the platform as they're happening, as opposed to waiting
for the trace to complete.
0