Skip to content

feat!: Dashboards v3 #141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 36 commits into from
Aug 20, 2020
Merged

feat!: Dashboards v3 #141

merged 36 commits into from
Aug 20, 2020

Conversation

tembleking
Copy link
Member

BREAKING CHANGE:
Splits the SdMonitorClient into a DashboardClient's, both from version v2 and v3. By default now SdMonitorClient inherits from DashboardClientV3 and therefore implements all the interface, but the following methods have changed the signature:

  • add_dashboard_panel
  • remove_dashboard_panel

This is required because the Dashboards V3 do not implement the same kind of panels as V2 implemented.

tembleking and others added 30 commits August 12, 2020 12:17
Since we cannot control whether the agent is able to create
captures or not, and it's not our duty verify that, but offer
a Python API for the Backend API, we are disabling these tests
but maintaining them for future reference.
vicenteherrera and others added 4 commits August 17, 2020 18:41
BREAKING CHANGE:
Splits the SdMonitorClient into a DashboardClient's,
both from version v2 and v3. By default now SdMonitorClient
inherits from DashboardClientV3 and therefore implements
all the interface, but the following methods have changed
the signature:
- add_dashboard_panel
- remove_dashboard_panel

This is required because the Dashboards V3 do not implement
the same kind of panels as V2 implemented.

Signed-off-by: Federico Barcelona <fede_rico_94@hotmail.com>
@tembleking tembleking self-assigned this Aug 19, 2020
Base automatically changed from ci-move-examples-to-tests to master August 19, 2020 08:50
Copy link
Contributor

@nestorsalceda nestorsalceda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nestorsalceda
Copy link
Contributor

Is a bit big, but is well built.

I love how you are getting familiar with testing :)

@nestorsalceda nestorsalceda merged commit d0b3ce1 into master Aug 20, 2020
@nestorsalceda nestorsalceda deleted the feat-dashboards-v3 branch August 20, 2020 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants