Skip to content

Commit

Permalink
Merge pull request #5253 from carbonin/postgres10
Browse files Browse the repository at this point in the history
Update the database connection report to use new columns
  • Loading branch information
Fryguy authored Mar 12, 2019
2 parents 1ba8254 + 03956f8 commit 742e49f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: xenial
language: ruby
rvm:
- 2.4.5
Expand All @@ -7,7 +8,7 @@ cache:
yarn: true
timeout: 600
addons:
postgresql: '9.5'
postgresql: '10'
env:
matrix:
- TEST_SUITE=spec
Expand Down
10 changes: 7 additions & 3 deletions product/views/VmdbDatabaseConnection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ cols:
- address
- spid
- blocked_by
- task_state
- wait_event
- wait_event_type
- wait_resource
- wait_time
- command
Expand All @@ -49,7 +50,8 @@ col_order:
- address
- spid
- blocked_by
- task_state
- wait_event
- wait_event_type
- wait_resource
- wait_time
- command
Expand All @@ -65,6 +67,7 @@ col_formats:
-
-
-
-
- :string_truncate_50

# Column titles, in order
Expand All @@ -76,7 +79,8 @@ headers:
- Address
- SPID
- Blocked By
- Task State
- Wait Event
- Wait Event Type
- Waiting Resource
- Wait Time
- Command
Expand Down

0 comments on commit 742e49f

Please sign in to comment.