Skip to content

Conversation

@kimberlythegeek
Copy link
Contributor

No description provided.

@kimberlythegeek kimberlythegeek merged commit d82a834 into mozilla:staging Aug 24, 2022
@kimberlythegeek kimberlythegeek deleted the feat/replace-mean-with-median branch August 24, 2022 17:59
kimberlythegeek added a commit that referenced this pull request Sep 12, 2022
* * update CI to run on master and staging nightly (#173)

* update readme contributing guide

* automatically create PR to merge staging to master once per week (#178)

* Revert "automatically create PR to merge staging to master once per week (#178)" (#179)

This reverts commit 5c7b491.

* add popover to edit revision on results view (#182)

* add graph column to compare results table

* update snapshot for compare results

* Add aria-label, add :hover for graph link

* improve ui of edit revision ui (#196)

* eject from react-scripts and update to react 18 (#198)

* updated packages and included ones added by ejecting the app

* added configurations for webpack and included config files in eslint

* created separate jest config file

* * moved .babelsrc to root directory
* updated babel config to target 2 most recent chrome and firefox versions
* added babel-plugin-transform-runtime to avoid duplication

* * removed auto-generated manifest file
* removed leftover comments from create-react-app
* removed %PUBLIC_URL% from paths as this is no longer needed

* updated tsconfig options

* * created typed hooks for useDispatch and useSelector
* add `void` to fix some typescript errors

* updates required by React 18

* updated tests for compatibility

* updated material imports to improve performance

* updated readme

* replace usage of useSelector with typed hook useAppSelector (#203)

* use typed hooks

* remove State type and replace with RootState

* add express for heroku deploy (#204)

* add missing packages and update lock file (#212)

* change icon size

make graph icon more obvious that its a link

* add mock graphs link data and to the table

* store revision instead of index in checkedRevisions state (#209)

* edit revision ui (#214)

* update lockfile (#217)

* implement replace selected revision (#216)

* update mock data with actual test results (#201)

* open graph in new tab (#219)

* add confidence icon

* add muiIconButton style

* remove question mark svg

* add confidence icon

* add confidence icon

* add confidence icon

* fix test

* fix errors in accessibility test (#218)

* fix errors in accessibility test

* commented out test and added note explaining why

* replace mean with median (#228)

* fix url routing issue (#221)

* add measurement units (#227)

* add mocking branch to heroku auto-deploy (#231)

* [PerfCompare] Replace Test Name and Suite Name with Header Name

Co-authored-by: esanuandra <andra.esanu@softvision.com>
Co-authored-by: eng_esther <eitimielo@mozilla.com>
Co-authored-by: bacasandrei <beatrice.raluca.acasandrei@gmail.com>
Co-authored-by: beatrice-acasandrei <69891317+beatrice-acasandrei@users.noreply.github.com>
kimberlythegeek added a commit that referenced this pull request Oct 17, 2022
* * update CI to run on master and staging nightly (#173)

* update readme contributing guide

* automatically create PR to merge staging to master once per week (#178)

* Revert "automatically create PR to merge staging to master once per week (#178)" (#179)

This reverts commit 5c7b491.

* add popover to edit revision on results view (#182)

* add graph column to compare results table

* update snapshot for compare results

* Add aria-label, add :hover for graph link

* improve ui of edit revision ui (#196)

* eject from react-scripts and update to react 18 (#198)

* updated packages and included ones added by ejecting the app

* added configurations for webpack and included config files in eslint

* created separate jest config file

* * moved .babelsrc to root directory
* updated babel config to target 2 most recent chrome and firefox versions
* added babel-plugin-transform-runtime to avoid duplication

* * removed auto-generated manifest file
* removed leftover comments from create-react-app
* removed %PUBLIC_URL% from paths as this is no longer needed

* updated tsconfig options

* * created typed hooks for useDispatch and useSelector
* add `void` to fix some typescript errors

* updates required by React 18

* updated tests for compatibility

* updated material imports to improve performance

* updated readme

* replace usage of useSelector with typed hook useAppSelector (#203)

* use typed hooks

* remove State type and replace with RootState

* add express for heroku deploy (#204)

* add missing packages and update lock file (#212)

* change icon size

make graph icon more obvious that its a link

* add mock graphs link data and to the table

* store revision instead of index in checkedRevisions state (#209)

* edit revision ui (#214)

* update lockfile (#217)

* implement replace selected revision (#216)

* update mock data with actual test results (#201)

* open graph in new tab (#219)

* add confidence icon

* add muiIconButton style

* remove question mark svg

* add confidence icon

* add confidence icon

* add confidence icon

* fix test

* fix errors in accessibility test (#218)

* fix errors in accessibility test

* commented out test and added note explaining why

* replace mean with median (#228)

* fix url routing issue (#221)

* add measurement units (#227)

* add mocking branch to heroku auto-deploy (#231)

* [PerfCompare] Replace Test Name and Suite Name with Header Name

* unstable version warning (#239)

* do not show search results when dropdown is clicked (#238)

* Feedback icon + alert

* update readme with deployment and feedback info (#245)

* resolve production routing issue (#251)

* fetch results from api (#236)

* Create codecov.yml

* Update codecov.yml

* loading icon (#246)

* pagination (#247)

* [PerfCompare] disable comparing 1 revision, or more than 2, and display alert

* Address change request

* Adding one more check so that we don't allow more than four revisions

* remove unused github actions (#259)

* fix snapshot test after resolving merge conflict (#261)

Co-authored-by: esanuandra <andra.esanu@softvision.com>
Co-authored-by: eng_esther <eitimielo@mozilla.com>
Co-authored-by: bacasandrei <beatrice.raluca.acasandrei@gmail.com>
Co-authored-by: beatrice-acasandrei <69891317+beatrice-acasandrei@users.noreply.github.com>
kimberlythegeek added a commit that referenced this pull request Nov 7, 2022
* * update CI to run on master and staging nightly (#173)

* update readme contributing guide

* automatically create PR to merge staging to master once per week (#178)

* Revert "automatically create PR to merge staging to master once per week (#178)" (#179)

This reverts commit 5c7b491.

* add popover to edit revision on results view (#182)

* add graph column to compare results table

* update snapshot for compare results

* Add aria-label, add :hover for graph link

* improve ui of edit revision ui (#196)

* eject from react-scripts and update to react 18 (#198)

* updated packages and included ones added by ejecting the app

* added configurations for webpack and included config files in eslint

* created separate jest config file

* * moved .babelsrc to root directory
* updated babel config to target 2 most recent chrome and firefox versions
* added babel-plugin-transform-runtime to avoid duplication

* * removed auto-generated manifest file
* removed leftover comments from create-react-app
* removed %PUBLIC_URL% from paths as this is no longer needed

* updated tsconfig options

* * created typed hooks for useDispatch and useSelector
* add `void` to fix some typescript errors

* updates required by React 18

* updated tests for compatibility

* updated material imports to improve performance

* updated readme

* replace usage of useSelector with typed hook useAppSelector (#203)

* use typed hooks

* remove State type and replace with RootState

* add express for heroku deploy (#204)

* add missing packages and update lock file (#212)

* change icon size

make graph icon more obvious that its a link

* add mock graphs link data and to the table

* store revision instead of index in checkedRevisions state (#209)

* edit revision ui (#214)

* update lockfile (#217)

* implement replace selected revision (#216)

* update mock data with actual test results (#201)

* open graph in new tab (#219)

* add confidence icon

* add muiIconButton style

* remove question mark svg

* add confidence icon

* add confidence icon

* add confidence icon

* fix test

* fix errors in accessibility test (#218)

* fix errors in accessibility test

* commented out test and added note explaining why

* replace mean with median (#228)

* fix url routing issue (#221)

* add measurement units (#227)

* add mocking branch to heroku auto-deploy (#231)

* [PerfCompare] Replace Test Name and Suite Name with Header Name

* unstable version warning (#239)

* do not show search results when dropdown is clicked (#238)

* Feedback icon + alert

* update readme with deployment and feedback info (#245)

* resolve production routing issue (#251)

* fetch results from api (#236)

* Create codecov.yml

* Update codecov.yml

* loading icon (#246)

* pagination (#247)

* [PerfCompare] disable comparing 1 revision, or more than 2, and display alert

* Address change request

* Adding one more check so that we don't allow more than four revisions

* remove unused github actions (#259)

* fix snapshot test after resolving merge conflict (#261)

* Bumped version number to 0.9.0

Co-authored-by: esanuandra <andra.esanu@softvision.com>
Co-authored-by: eng_esther <eitimielo@mozilla.com>
Co-authored-by: bacasandrei <beatrice.raluca.acasandrei@gmail.com>
Co-authored-by: beatrice-acasandrei <69891317+beatrice-acasandrei@users.noreply.github.com>
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