Skip to content
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

(PPS-1564 PPS-1567 PPS-1585): update guppy to 0.19.1 #1601

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

ocshawn
Copy link
Contributor

@ocshawn ocshawn commented Oct 7, 2024

Link to JIRA ticket if there is one: PPS-1564 PPS-1567 PPS-1585

Dependency updates

  • update guppy to 0.19.1

Copy link

github-actions bot commented Oct 7, 2024

filepath $$\textcolor{#23d18b}{\tt{passed}}$$ $$\textcolor{#ffa500}{\tt{skipped}}$$ SUBTOTAL
$$\textcolor{#23d18b}{\tt{tests/test\_requestor.py}}$$ $$\textcolor{#23d18b}{\tt{5}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#23d18b}{\tt{5}}$$
$$\textcolor{#23d18b}{\tt{tests/test\_ras\_authn.py}}$$ $$\textcolor{#23d18b}{\tt{3}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#23d18b}{\tt{3}}$$
$$\textcolor{#23d18b}{\tt{tests/test\_data\_upload.py}}$$ $$\textcolor{#23d18b}{\tt{2}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#23d18b}{\tt{2}}$$
$$\textcolor{#23d18b}{\tt{tests/test\_indexing\_page.py}}$$ $$\textcolor{#23d18b}{\tt{2}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#23d18b}{\tt{2}}$$
$$\textcolor{#23d18b}{\tt{tests/test\_audit\_service.py}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#23d18b}{\tt{tests/test\_login\_page.py}}$$ $$\textcolor{#23d18b}{\tt{2}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#23d18b}{\tt{2}}$$
$$\textcolor{#23d18b}{\tt{tests/test\_homepage.py}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#23d18b}{\tt{tests/test\_pfb\_export.py}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#23d18b}{\tt{tests/test\_discoverypage.py}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#23d18b}{\tt{tests/test\_graph\_submit\_and\_query.py}}$$ $$\textcolor{#23d18b}{\tt{1}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#23d18b}{\tt{1}}$$
$$\textcolor{#ffa500}{\tt{tests/test\_gen3ff\_landing\_page.py}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#ffa500}{\tt{2}}$$ $$\textcolor{#ffa500}{\tt{2}}$$
$$\textcolor{#ffa500}{\tt{tests/test\_register\_user.py}}$$ $$\textcolor{#666666}{\tt{0}}$$ $$\textcolor{#ffa500}{\tt{2}}$$ $$\textcolor{#ffa500}{\tt{2}}$$
$$\textcolor{#ffa500}{\tt{TOTAL}}$$ $$\textcolor{#23d18b}{\tt{19}}$$ $$\textcolor{#ffa500}{\tt{4}}$$ $$\textcolor{#ffa500}{\tt{23}}$$

Please find the detailed integration test report here

Please find the ci env pod logs here

@ocshawn ocshawn merged commit 10118c4 into master Oct 7, 2024
12 checks passed
@ocshawn ocshawn deleted the chore/updateGuppy branch October 7, 2024 21:05
jarvisraymond-uchicago added a commit that referenced this pull request Oct 9, 2024
* PPS-1564 PPS-1567 PPS-1585: update guppy to 0.19.1 (#1601)

* bugfix(vadcDefect20Unlabled3Button): initial commit

* bugfix(vadcDefect20Unlabled3Button): reverted unintentionally changed files

---------

Co-authored-by: Shawn O'Connor <[email protected]>
jarvisraymond-uchicago added a commit that referenced this pull request Oct 23, 2024
* Bugfix/vadc defect20 unlabeled3 button (#1603)

* PPS-1564 PPS-1567 PPS-1585: update guppy to 0.19.1 (#1601)

* bugfix(vadcDefect20Unlabled3Button): initial commit

* bugfix(vadcDefect20Unlabled3Button): reverted unintentionally changed files

---------

Co-authored-by: Shawn O'Connor <[email protected]>

* Feat/attrition table histogram modal (#1600)

* feat(attritionTableHistogramModel): Initial commit

* feat(attritionTableHistogramModal): Initial commit

* feat(attritionTableHistogramModal): added CSS, notes for technical approach, func to determine modal title

* feat(attritionTableHistogramModal): Ran linter, reverted unintentionally changed file

* feat(attritionTableHistogramModal): Data wrangled needed props for histogram into modal

* feat(attritionTableHistogramModal): Ran linter

* feat(attritionTableHistogramModal): Added logic to render histogram and display messages inline, added styles for modal

* feat(attritionTableHistogramModal): updated to use currentCovariateAndCovariatesFromPrecedingRows instead of covariates, ran linter

* feat(attritionaTableHistogramModal): updated storybook

* feat(attritionaTableHistogramModal): code cleanup - remove dev notes file, unneeded vars

* feat(attritionaTableHistogramModal): code cleanup - removed unneeded dispatch var

* feat(attritionaTableHistogramModal): code cleanup - changed order of propTypes object keys

* feat(attritionTableHistogramModal): Wrote unit test

* feat(attritionTableHistogramModal): ran linter

* feat(attritionTableHistogramModal): refactored unit test

* feat(attritionTableHistogramModal): added logic for euler diagram viz

* feat(attritionTableHistogramModal): added logic for euler diagram, updated unit tests

* feat(attritionTableHistogramModal): updated stories to show euler diagrams

* feat(attritionTableHistogramModal): updated stories to render euler diagrams that actually show diagram

* feat(attritionTableHistogramModal): code cleanup - removal of unneeded log statements and vars

* feat(attritionTableHistogramModal: ran eslint

* feat(attritionTableHistogramModal): Formatted code, added aria label to button

* feat(attritionTableHistogram): ran linter

* feat(attritionTableHistogram): ran linter

* feat(attritionTableHistogramModal): added prop and logic to disenable animation on histogram in modals

* feat(attritionTableHistogramModal): updated comments, ran linter

* feat(attritionTableHistogramModal): updated comment

* feat(attritionTableHistogramModal): removed unneeded file

* feat(attritionTableHistogramModal): added variable rowIsOutcome

* feat(attritionTableHistogramModal): ran linter and fixed spelling mistake in variable name

* feat(attritionTableHistogramModal): added default values for AttritionTableRow modalInfo obj and func, added code to try to force re-draws of viz

* feat(attritionTableHistogramModal): Ran linter, removed unneeded props from first row AttritionTableRow

* feat(attritionTableHistogramModal): Removed duplicate modal and hoisted existing modal to be a child of AttritionTableWrapper to try to resolve issue with outcome diagram not re-drawing

* feat(attritionTableHistogramModal): updated conditional for determining rowIsOutcome to use rowType string

* feat(attritionTableHistogramModal): ran linter

* feat(attritionTableHistogramModal): Updated ID ref used by Euler diagram in D3 call to be dynamic to avoid unexpected re-rendering

---------

Co-authored-by: Shawn O'Connor <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants