-
Notifications
You must be signed in to change notification settings - Fork 19
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
Migrate to RTK Query #553
Migrate to RTK Query #553
Conversation
d2f14cc
to
5b4e295
Compare
a5f3ee1
to
8e06b0f
Compare
f9ebdd3
to
cd3d768
Compare
src/components/Filters/Aggregation/AggregationItem/AggregationItem.spec.js
Show resolved
Hide resolved
src/components/Trends/TrendDepthToggle/TrendDepthToggle.spec.js
Outdated
Show resolved
Hide resolved
src/components/Trends/TrendDepthToggle/TrendDepthToggle.spec.js
Outdated
Show resolved
Hide resolved
In addition to the feedback provided in each file, please also make sure to update the Cypress tests accordingly (if needed). When I tried running |
test update, restore detail slice temporary to test something remove detail slice working aggregations query standardize fetch aggs into single hook remove aggsslice remove queryManager middleware cleanup, remove more stuff working map tab logic to disable query hook remove message middleware list view working cleanup, passing query params to api so we can extract to transformResponse Save work save work move color map to api remove query manager things missing dep more loogic to prevent query from firing when not initialized working pagination, moved breakpoints to API, and passing them through pagination component remove breakpoints from querySlice cleanup remove persist clean up comments and errors complaint detail test updates save work, clearing out URL unused clode cleanup querySlice tests updated trends test fixes tile map test squash lines add prettier ignore file updating tests, refactor product save. working tests for Company filter refactor update dist fixing pill test issue test fix restructure files restore update tests save some work trend depth toggle unit test squash moved files focus header test fixes? save stuff searchpanel fix fixing pagination unit tests fixing app.spec test unit test actionbar aggregation item test condense aggregation item test aggregation item test trends panel tests print info tests move file unit test :( working map panel test simple filter fix data export unit test row test tour test line chart test unit test fixes delete detail test for redux store update unit tests test coverage update tests, fix condition causing url to not synch properly when copy/pasting url fix cypress tests fix url req call move api hooks to folder update dist update dist
cfc89ca
to
ea8a216
Compare
The tests were updated since some API calls changed. I wasn't seeing this. I can look into it further if you can provide a screenshot. The cypress tests are also running in CI. |
…76-rtk-query-upgrade # Conflicts: # dist/ccdb5.css.map # dist/ccdb5.js # dist/ccdb5.js.map
update tests fixing up tests for complaints api, update fixtures linting
2ec104e
to
a19b430
Compare
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.
Please see previous comments on the use of toBe() vs toEqual() in tests. Otherwise, everything else looks good
This updates the app to use RTK Query