-
Notifications
You must be signed in to change notification settings - Fork 4
Create a generic chart lens and use it for pull requests #3411
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Looks like a unit test is failing:
|
@balena-ci rebase |
f1c1db4
to
8454ea3
Compare
It looks like adding plotly causes a OOM error:
|
@balena-ci rebase |
9458e92
to
c73a1bd
Compare
@balena-ci retest |
c73a1bd
to
daa951d
Compare
@balena-ci rebase |
daa951d
to
30d712c
Compare
30d712c
to
61dc3c5
Compare
@balena-ci rebase |
61dc3c5
to
3a5cd03
Compare
@LucianBuzzo Looks like we are consistently failing to run Webpack on the UI on this particular PR:
There is probably some addition that's causing this. |
@jviotti this is probably the addition of the plotly library. I will experiment with chunking the dependencies. In the meantime, I'll change this back to a draft PR |
895dbdd
to
88efe14
Compare
Approval reviews not allowed in Draft PRs
Approval reviews not allowed in Draft PRs
… of browser Change-type: patch Signed-off-by: Marios Balamatsias <[email protected]>
❌ E2E Tests Failed |
❌ E2E Tests Failed |
❌ E2E Tests Failed |
❌ E2E Tests Failed |
❌ E2E Tests Failed |
❌ E2E Tests Failed |
❌ E2E Tests Failed |
❌ E2E Tests Failed |
❌ E2E Tests Failed |
Change-type: patch Signed-off-by: Marios Balamatsias <[email protected]>
85bebd5
to
1df3ea7
Compare
Change-type: patch Signed-off-by: Marios Balamatsias <[email protected]>
1df3ea7
to
b238aff
Compare
❌ E2E Tests Failed |
❌ E2E Tests Failed |
❌ E2E Tests Failed |
❌ E2E Tests Failed |
❌ E2E Tests Failed |
❌ E2E Tests Failed |
❌ E2E Tests Failed |
…oint Change-type: patch Signed-off-by: Marios Balamatsias <[email protected]>
b68c7a1
to
2f89b6f
Compare
❌ E2E Tests Failed |
@grahammcculloch I've tried a bunch of things over the weekend to figure out why my e2e test fails on CI but passes locally. I've added another e2e test here that navigates to the chart lens without adding a mock pull-request card and skipped my initial e2e test here. I propose to merge this and I'll figure out the issue with the skipped test case in another PR. If it's ok with you please re-approve, because I added the pr-draft label while testing stuff. |
Change-type: patch
Signed-off-by: Lucian Buzzo [email protected]
Adds customizable charting, provided by https://github.com/plotly/react-chart-editor
Please remember to write tests for your changes. We aim to automatically
deploy
master
to production, and we can't safely do this without a solidtest suite!