This website requires JavaScript.
Explore
Help
Register
Sign In
jprdonnelly
/
steampipe
Watch
1
Star
0
Fork
0
You've already forked steampipe
mirror of
https://github.com/turbot/steampipe.git
synced
2026-04-10 22:00:06 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e55d8e0fa396b03194d353e138d2e08659e0a4e
steampipe
/
pkg
/
dashboard
/
dashboardserver
History
kaidaguerre
33f4f80565
Workspace file watching events sometime cause dashboard to stall and stop responding to events. Cancelling dashboards (e.g. by pressing 'back' on the browser) sometimes leave the server in a state where it will not respond to socket events.
Closes
#3007
.
Closes
#3008
2023-01-17 12:52:59 +00:00
..
api.go
Add steampipe login command.
Closes
#2583
2022-10-25 17:33:35 +01:00
output.go
Update database code to use pgx interface so we can leverage the connection pool hook functions to pre-warm connections.
Closes
#2422
(
#2438
)
2022-10-05 12:38:57 +01:00
payload.go
Update dashboard states to "initialized", "blocked", "running", "complete", "error", "canceled".
Closes
#2939
2023-01-04 14:08:56 +00:00
server.go
Workspace file watching events sometime cause dashboard to stall and stop responding to events. Cancelling dashboards (e.g. by pressing 'back' on the browser) sometimes leave the server in a state where it will not respond to socket events.
Closes
#3007
.
Closes
#3008
2023-01-17 12:52:59 +00:00
service.go
Deprecate
workspace-chdir
, replace with
mod-location
.
Closes
#2511
2022-10-19 11:08:34 +01:00
types.go
Update dashboard states to "initialized", "blocked", "running", "complete", "error", "canceled".
Closes
#2939
2023-01-04 14:08:56 +00:00