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

Tags: devdoshi/encore

Tags

v1.30.0

Toggle v1.30.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.

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.

v1.28.0

Toggle v1.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update secrets.md (encoredev#927)

v1.27.7

Toggle v1.27.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update react-query syntax to v5 (encoredev#920)

v1.27.6

Toggle v1.27.6's commit message
pubsub: clamp AckDeadline for NSQ

AckDeadline wasn't being correctly clamped when using NSQ,
causing subscriptions with an AckDeadline exceeding 15 minutes
to fail.

Thanks Will Demaine for reporting.

v1.27.5

Toggle v1.27.5's commit message
pkginfo: fix module resolution edge case

v1.27.4

Toggle v1.27.4's commit message
pkginfo: fix nested module handling

If a module depends on a module as well as nested modules,
the module lookup code ended up computing the wrong result
and incorrectly determined a package wasn't part of any module.

Thanks Mark McKenzie for the report.

v1.27.3

Toggle v1.27.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
pubsub/nsq: clamp config values (encoredev#905)

We weren't enforcing the nsq limits.

v1.27.1

Toggle v1.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
nsq: set consumer config (encoredev#904)

Properly model more aspects of the retry policy
when setting up NSQ's consumer config.

v1.27.0

Toggle v1.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[ENC-1742] Add `encore kubernetes configure` command (encoredev#892)

This commit adds a new command to the Encore CLI, which allows Encore to
configure your `~/.kube/config` file with all the Kubernetes clusters
running in your applications environment.

Once configured, you can use `kubectl` directly from your computer
against your Encore provisioned kubernetes clusters, without needing to
configure firewalls in your cloud account.

Initially, this command is only available for application owners.
0