generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GetStatus() should always return just the active controllers/runners/…
…ingress paths (#1282) Fixes issue #1171 Generated file changes produced by running `./bin/sqlc generate` Manually tested by running `ftl status` and `ftl serve`, the two commands that use `GetStatus()` via `StatusRequest`: 1. In tab 1, ran `ftl dev ./examples/go`. Confirmed everything started as expected. 2. Opened a new tab 2, ran `ftl status`. Confirmed everything got returned. 3. Went back to tab 1, Ctrl+C. 4. Went back to tab 2 and ran `ftl status` again. Confirmed got `ftl: error: unavailable: dial tcp 127.0.0.1:8892: connect: connection refused`. 5. Went back to tab 1 and ran `ftl serve`. Confirmed serving executed as expected. 6. Went back to tab 2 and ran `ftl status` again. Confirmed everything got returned again.
- Loading branch information
Showing
6 changed files
with
96 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters