Jon Udell
|
be2c66bb41
|
Update README.md (#2484)
|
2022-10-06 08:50:50 -07:00 |
|
Mike Burgess
|
ae8a761ade
|
v0.17.0-alpha.19
v0.17.0-alpha.19
|
2022-10-05 21:24:52 +01:00 |
|
Mike Burgess
|
bfc4857aa1
|
Fix dashboard node and edges without category in the row data not showing any category information from the node or edge definition #2488.
|
2022-10-05 21:24:01 +01:00 |
|
Mike Burgess
|
95de81b4b9
|
Remove erroneous DB backup files
v0.17.0-alpha.18
|
2022-10-05 17:29:28 +01:00 |
|
kai
|
c7ea6c95bc
|
v0.17.0-alpha.18
|
2022-10-05 17:18:42 +01:00 |
|
kaidaguerre
|
dc70d00644
|
Add dashboard support for explicitly declared nodes, edges and categories. Closes #2488
|
2022-10-05 17:16:06 +01:00 |
|
kaidaguerre
|
ef845286c1
|
Add support for sharing snapshots. Add snapshot output and export format for query and check. Add ability to run named dashboards. #2473
|
2022-10-05 15:30:57 +01:00 |
|
kaidaguerre
|
404dd35e21
|
Update database code to use pgx interface so we can leverage the connection pool hook functions to pre-warm connections. Closes #2422 (#2438)
* Provide feedback for failed prepared statements
* Move error functions to error_helpers
* Make maintenance client retriable
|
2022-10-05 12:38:57 +01:00 |
|
kaidaguerre
|
e2d12b3fc2
|
Rationalise postgres configuration. Closes #2471
|
2022-10-03 14:08:33 +01:00 |
|
dependabot[bot]
|
9130a4595b
|
[dep][go](deps): Bump github.com/jedib0t/go-pretty/v6 (#2481)
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.3.8 to 6.4.0.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.3.8...v6.4.0)
---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-03 13:57:35 +01:00 |
|
dependabot[bot]
|
e4ac7c258d
|
[dep][go](deps): Bump github.com/hashicorp/go-hclog from 1.3.0 to 1.3.1 (#2457)
Bumps [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/hashicorp/go-hclog/releases)
- [Commits](https://github.com/hashicorp/go-hclog/compare/v1.3.0...v1.3.1)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-hclog
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-03 09:36:54 +01:00 |
|
Jon Udell
|
0f7eb540b6
|
Update dashboard README to improve local dev instructions
|
2022-10-03 09:36:20 +01:00 |
|
dependabot[bot]
|
195069f619
|
[dep][go](deps): Bump github.com/jackc/pgx/v4 from 4.17.1 to 4.17.2 (#2420)
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.17.1 to 4.17.2.
- [Release notes](https://github.com/jackc/pgx/releases)
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v4.17.1...v4.17.2)
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-10-03 09:34:55 +01:00 |
|
Tiago
|
3a1ea6e614
|
Fix typo in Keycloak plugin name in README.md (#2479)
|
2022-09-30 13:30:00 -04:00 |
|
Mike Burgess
|
941d3ee06f
|
Improve dashboard print views. Closes #2466. (#2470)
|
2022-09-29 15:09:12 +01:00 |
|
Mike Burgess
|
dd40d8a596
|
Add hidden DOM when dashboard UI is complete to indicate completion to headless/WebDriver clients. Closes #2467. (#2469)
|
2022-09-28 11:37:07 +01:00 |
|
Mike Burgess
|
6ea97ef604
|
Update dashboard UI dependencies (@types/node, echarts and source-map-explorer) #1429.
|
2022-09-26 19:58:59 +01:00 |
|
kai
|
51a91b8b00
|
v0.16.4
|
2022-09-26 14:08:00 +01:00 |
|
kai
|
1161f858cd
|
Update FDW to 1.4.2 - Fix Plugin.GetSchema failed - no connection name passed and multiple connections loaded error. Closes #2464
|
2022-09-26 14:08:00 +01:00 |
|
Mike Burgess
|
ead7e30dd4
|
Update dashboard UI dependencies #1429.
|
2022-09-23 10:37:38 +01:00 |
|
Mike Burgess
|
2c417ea5ea
|
Improve print view of benchmarks in dashboard UI #1429.
|
2022-09-22 19:24:25 +01:00 |
|
Mike Burgess
|
5baa863b4a
|
Fix dashboard UI storybook errors for components that use react-router and improve storybook theming. Fixes #2458. (#2459)
|
2022-09-22 12:04:15 +01:00 |
|
Mike Burgess
|
56e7377f86
|
Dashboard UI progress bar should be hidden in print view. Closes #2456.
|
2022-09-21 13:23:41 +01:00 |
|
Mike Burgess
|
77ff81cc13
|
Dashboard UI benchmark controls that have multiple results are rendering a control node per result. Fixes #2443.
|
2022-09-21 13:23:33 +01:00 |
|
Puskar Basu
|
0f200416c4
|
Update version to v0.17.0-alpha.16
v0.17.0-alpha.16
|
2022-09-20 10:36:15 +08:00 |
|
Puskar Basu
|
8fb82b4f99
|
Dashboards return exit status 1 even after successful run #2449
|
2022-09-19 19:34:08 +08:00 |
|
kai
|
82a98ae92c
|
Update FDW to v1.4.1 - Fix double qual values failing to convert.
|
2022-09-17 11:53:09 +08:00 |
|
kai
|
d19a054be4
|
Update CHANGELOG.md for v0.16.2
|
2022-09-15 15:45:22 +08:00 |
|
Mike Burgess
|
e359a84640
|
Dashboard UI benchmarks with both child controls and benchmarks do not render the controls. Fixes #2440. (#2441)
|
2022-09-15 00:07:40 +01:00 |
|
Mike Burgess
|
d715792a59
|
Update dashboard UI dependencies #1429.
|
2022-09-14 09:16:24 +01:00 |
|
Mike Burgess
|
c9ec005902
|
Ensure dashboard graph nodes and edges are centered in the view after we expand folded nodes #2372
|
2022-09-12 15:07:15 +01:00 |
|
Puskar Basu
|
016c7b4181
|
Fix oracle docker test
|
2022-09-12 17:02:41 +05:30 |
|
Puskar Basu
|
1d77d0639b
|
Fix issue where docker acc tests were always running from main
|
2022-09-12 17:02:18 +05:30 |
|
Jon Udell
|
65e650b28d
|
Update README.md (#2428)
|
2022-09-09 13:53:52 +01:00 |
|
dependabot[bot]
|
47d2d2fd8e
|
[dep][go](deps): Bump github.com/turbot/steampipe-plugin-sdk/v4 (#2437)
Bumps [github.com/turbot/steampipe-plugin-sdk/v4](https://github.com/turbot/steampipe-plugin-sdk) from 4.1.5 to 4.1.7.
- [Release notes](https://github.com/turbot/steampipe-plugin-sdk/releases)
- [Changelog](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/turbot/steampipe-plugin-sdk/compare/v4.1.5...v4.1.7)
---
updated-dependencies:
- dependency-name: github.com/turbot/steampipe-plugin-sdk/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-09 13:53:25 +01:00 |
|
kaidaguerre
|
5e0561b8b3
|
Increase dashboard service startup timeout to 30s. Closes #2434
|
2022-09-09 13:52:57 +01:00 |
|
dependabot[bot]
|
b11876c87b
|
[dep][go](deps): Bump github.com/spf13/viper from 1.12.0 to 1.13.0 (#2424)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.12.0...v1.13.0)
---
updated-dependencies:
- dependency-name: github.com/spf13/viper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-07 09:48:45 +01:00 |
|
Mike Burgess
|
d41107d175
|
Upgrade dashboard UI hero icons to v2 #2372 (#2425)
|
2022-09-06 23:02:33 +01:00 |
|
dependabot[bot]
|
5cf1944e1c
|
[dep][go](deps): Bump github.com/jedib0t/go-pretty/v6 (#2419)
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) from 6.3.7 to 6.3.8.
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.3.7...v6.3.8)
---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-06 20:46:49 +01:00 |
|
kai
|
762c7a9ca4
|
v0.17.0-alpha.14. Update fdw to 1.4.0-rc.2.
|
2022-09-05 11:36:37 +01:00 |
|
Puskar Basu
|
1647311a87
|
Fix the alignment of plugin update/install outputs. Closes #2417
|
2022-09-05 11:34:33 +01:00 |
|
Puskar Basu
|
8a5d1a97a4
|
Show timing info even if query returns an error. Closes #2331
|
2022-09-05 11:32:56 +01:00 |
|
kai
|
c647e43adb
|
v0.17.0-alpha.13
v0.17.0-alpha.13
|
2022-09-02 17:07:51 +01:00 |
|
kaidaguerre
|
cb42d5d3eb
|
Update CLI to upload snapshots to the cloud using --share and --snapshot options. Update Dashboard command to support passing a dashboard name as an argument. Closes #2365. Closes #2367
|
2022-09-02 17:05:40 +01:00 |
|
Puskar Basu
|
dde353f3eb
|
Add help message for WSL1 installation failures. Closes #2379
|
2022-09-02 13:49:27 +01:00 |
|
Puskar Basu
|
1ea9a7edfe
|
Use ellipsis char instead of 3 dots in plugin update/install when cutting off the plugin name. Closes #2355
|
2022-09-02 13:48:37 +01:00 |
|
dependabot[bot]
|
7db5b3fa5c
|
[dep][go](deps): Bump github.com/hashicorp/go-hclog from 1.2.2 to 1.3.0 (#2401)
Bumps [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/hashicorp/go-hclog/releases)
- [Commits](https://github.com/hashicorp/go-hclog/compare/v1.2.2...v1.3.0)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-hclog
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-02 13:48:00 +01:00 |
|
dependabot[bot]
|
b1c9fc1e71
|
[dep][go](deps): Bump github.com/hashicorp/hcl/v2 from 2.13.0 to 2.14.0 (#2408)
Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/hashicorp/hcl/releases)
- [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/hcl/compare/v2.13.0...v2.14.0)
---
updated-dependencies:
- dependency-name: github.com/hashicorp/hcl/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-02 13:47:41 +01:00 |
|
dependabot[bot]
|
e9242fdd9b
|
[dep][go](deps): Bump github.com/turbot/steampipe-plugin-sdk/v4 (#2407)
Bumps [github.com/turbot/steampipe-plugin-sdk/v4](https://github.com/turbot/steampipe-plugin-sdk) from 4.1.0-rc.0 to 4.1.5.
- [Release notes](https://github.com/turbot/steampipe-plugin-sdk/releases)
- [Changelog](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/turbot/steampipe-plugin-sdk/compare/v4.1.0-rc.0...v4.1.5)
---
updated-dependencies:
- dependency-name: github.com/turbot/steampipe-plugin-sdk/v4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-09-01 17:39:28 +01:00 |
|
Puskar Basu
|
0fc3425b14
|
Fix initdb failures due to invalid locale. Closes #2368
|
2022-09-01 16:30:31 +01:00 |
|