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

Tags: tomassarmiento/encore

Tags

v1.34.7

Toggle v1.34.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cli: handle missing test script for TypeScript apps (encoredev#1119)

v1.34.0

Toggle v1.34.0's commit message
encorebuild: use glibc 2.31 for rust binaries

v1.33.6

Toggle v1.33.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
rtconfgen: fix UnsafeAllowOriginsWithCredentials (encoredev#1077)

v1.33.0

Toggle v1.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cli/daemon: report 127.0.0.1 not localhost for db uris (encoredev#1072)

For some macOS configurations the hostname `localhost`
is not resolving to `127.0.0.1`, which causes the connection
string reported by `encore db conn-uri` to not work, as it is
listening on `127.0.0.1`.

Fix this by returning `127.0.0.1` explicitly.

Thanks Bill Kennedy for the report.

v1.31.2

Toggle v1.31.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Misc fixes (encoredev#1042)

v1.31.1

Toggle v1.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Misc fixes (encoredev#1042)

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
0