Commit Graph

123 Commits

Author SHA1 Message Date
Nathan Bierema
63b5e656e3
chore(deps): clean up (#779)
* chore(deps): clean up

* prettierignore

* Remove

* Keep

* Unify @types/react
2021-08-26 19:20:13 -04:00
renovate[bot]
b893e07fd8
chore(deps): update dependency lerna to v4 (#777)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-26 18:29:54 -04:00
renovate[bot]
cc475a2f64
chore(deps): update dependency fork-ts-checker-webpack-plugin to v6 (#773)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-26 17:28:15 -04:00
Fabrizio Vitale
7d92a5e186
[feat][monitor] Add rkt-query-inspector-monitor - feat/rtk query monitor (#750)
* chore: copy rtk-query example from toolkit

* feat(rtk-query): complete initial setup of rtk-query

* feat: complete inspector layout and add initial JSONTree setup

* fix: unintentional removal of tsconfig

* feat(search): add search logic and refactor monitor state shape

* fix: inverted monitor theme inside  devtoop-app

Othetr changes:

* simplify monitor integration

* fix: rtk monitor reducer not working in  app

* refactor(rtk-query): simplify theme config

* feat(rtk-query-monitor): add query preview tabs

* fix: wip

* refactor(examples): add rtk-query-polling to workspace

Other changes:

* docs(rtk-query-polling): add README.md

* chore(rtk-query-inspector): add demo to monorepo

Other changes:

chore: increase isWideScreen polling interval to 300

refactor: add subscription as root node in QueryPreviewSubscriptions

* feat(rtk-query): add multiple filter options

* chore(rtk-queery): rename demo build script and add SKIP_PREFLIGHT_CHECK=true

* feat(rtk-query): display status flags in QueryPreviewInfo

* chore(rtk-query): update typescript versions in rkt-inspector-monitor & its demo

* docs(rtk-query): add proper README

Other changes:

* fix examples/rtk-query-poilling

* docs(rtk-query): improve rtk-query-inspector-monitor demo gif

* docs(rtk-query): clean up demo

* fix(rtk-query): clear button not updating redux state

* docs(rtk-query): add link to rtk-query-inspector-monitor demo site

* chore(rtk-query): run prettier after prettier upgrade (55e2284)

* docs(rtk.query): clean up readme add features, todo and development section

* docs(rtk-query): fix link href

* chore(rtk-query): clean up rtk-query-imspector-monitor-demo and add post example

* feat(rtk-query): add counters on tags & subs tab buttons

* fix(rtk-query): layering issue between queryPreview tabList and select

Other changes:

* clean up demo styles

* run prettier

* fix: revert accidental changes packages/redux-devtools-serialize/tsconfig.json

* chore: change QueryComparators.fulfilledTimeStamp label

* feat(rtk-query): display api stats

* refactor: remove rtk-query-polling example from monorepo

* chore: regenerate lock file and add @types/react as monorepo devDep

* chore: display apiState

Other changes:

* fix close button overflow

* minor responsive style tweaks

* display reducerPath in query tab

* fix(rtk-query): resolve CI errors

- fix(prettier:check): unformatted file
- fix(lint:all): fix accidentallly removed .eslintignore

* chore(rtk-query): rename package to '@redux-devtools/rtk-query-monitor'

* fix(rtk-query): lint:all error

https://github.com/reduxjs/redux-devtools/runs/2869729048?check_suite_focus=true

* feat(rtk-query): add fallback message if there are no rtk-query apis

* refactor(rtk-query): move Inspector & Monitor to containers clean up typings

Other changes:

* chore: improved type coverage

* chore: do not lint packages/redux-devtools-rtk-query-monitor/demo folder

* refactor: put sort order buttons inside a component

* chore: hopefully resolve mockServiceWorker formatting issues

* fix(rtk-query): incorrect link color

Other changes:

* fix: add missing anchor property value noopener

* refactor(rtk-query): simplify sort order control

* feat(rtk-query): add timings to apiStats sections

* feat(rtk-query): add slowest and fastest in timings section

* feat(rtk-query): improve formatting of timings and display average loading time

* fix(rtk-query): rtk-query imports

* refactor(rtk-query): reduce selector computations

Other changes:

* simplify TreeView props

* feat(rtk-query): add actions tab

* refactor(rtk-query): add custom logic for TreeView shouldExpandNode

Other changes:

* feat: added duration in QueryPreviewInfo tab

* refactor: TreeView component

* chore(rtk-query): improve demo visibility on small devices

* feat(rtk-query): do not display tree node preview

Other changes:

* improve visibility of demo devTools on small devices

* tweak QueryPreviewInfo labels

* chore(rtk-query): improve responsiveness

* refactor(rtk-query): move preview to containers remove unnecessary computation

* feat(rtk-query): display median of timings

Other changes:

* improved shouldExpandNode logic of QueryPreviewActions

* tweaked mean logic

* refactor(rtk-query-monitor): conform demo setup to repo standards

* chore(rtk-query-monitor): add option to select active devtools

* chore(rtk-query-monitor): remove redux-devtools/examples/rtk-query-polling

* refactor(rtk-query): improve UI of api tab

* feat(rtk-query): add regex search

* feat(rtk-query): display mutations in queryList

* refactor(rtk-query): track all fulfilled requests using actions

Other changes:

* refactor(rtk-query): rename tally properties

* chore(rtk-query): update @redux-devtools/rtk-query-monitor dependencies

* fix(rtk-query): demo build failing caused by a typing error
2021-08-26 15:33:06 -04:00
renovate[bot]
9a77585dd7
chore(deps): update all non-major dependencies (#758)
* chore(deps): update all non-major dependencies

* Prettify

* Combine versions

* Downgrade knex

* Engine changes

* Only LTS

* Greater than

* Combine lodash

* Fix type

* Fix type

* Update snapshots

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-08-26 09:52:23 -04:00
Nathan Bierema
326cfdf217
chore(extension): add extension to yarn workspaces (#747)
* Add packages

* misc changes

* Work

* Fix missing package

* Remove lint for now

* Test differently

* Try no-sandbox

* Test

* Try that

* Try that

* Test

* Not headless?

* Test electron

* Try Windows

* lerna run test

* Update
2021-06-19 23:08:00 -04:00
Nathan Bierema
89c8d7759e
chore(*): upgrade dependencies (#744)
* Upgrade

* yarn.lock

* Combine

* Ignore

* Update snapshots

* All the cool kids are doing this
2021-06-18 21:47:26 -04:00
Nathan Bierema
55e2284a3d
chore(*): upgrade prettier (#743)
* chore(*): upgrade prettier

* Update snapshots
2021-06-17 23:56:36 -04:00
Nathan Bierema
b50af14542
chore(*): remove prettier plugin (#742)
* chore(*): remove prettier plugin

* Remove references
2021-06-17 23:26:53 -04:00
Nathan Bierema
0c77e4d457
chore(*): upgrade to TypeScript 4.3 (#741) 2021-06-17 23:17:29 -04:00
Nathan Bierema
a635c4bc6a
chore(*): upgrade to TypeScript 4.2 (#740)
* chore(*): upgrade to TypeScript 4.2

* Fix

* Ignore
2021-06-17 23:00:59 -04:00
Nathan Bierema
985b7b6a56
chore(*): upgrade to TypeScript 4.1 (#739)
* chore(*): upgrade to TypeScript 4.1

* Fix lint

* Fix tests
2021-06-17 21:41:41 -04:00
Nathan Bierema
698fdec21d
chore(*): upgrade to TypeScript 4.0 (#736)
* chore(*): upgrade to TypeScript 4.0

* Fix

* Fix

* trigger

* build

* More fixes

* Fix
2021-06-16 12:20:20 -04:00
Nathan Bierema
bc5523f14f
chore(app): move common devDependencies to root (#720) 2021-06-06 16:02:32 -04:00
Nathan Bierema
d49535da03
feature(redux-devtools-test-generator): convert to TypeScript (#634)
* stash

* stash

* compiles

* Tests

* finish

* fix packages

* somemore

* update snapshot
2020-09-13 00:02:24 -04:00
Nathan Bierema
ec75d3a4b6
feat(redux-devtools-slider-monitor): convert example to TypeScript (#632) 2020-09-10 11:45:02 -04:00
Nathan Bierema
727d753081
feature(devui): convert to TypeScript (#629)
* stash

* and those

* stash

* stash

* stash

* stash

* tests

* fix errors

* revert

* stash

* fix lint

* prettier
2020-09-09 10:35:22 -04:00
Nathan Bierema
c7b0c7aa6e
feat(redux-devtools-inspector): convert to TypeScript (#623)
* stash

* stash

* stash

* stash

* preset

* @types/dragula
2020-08-30 17:49:06 -04:00
Nathan Bierema
37191e46e6
feat(redux-devtools): convert todomvc example to TypeScript (#618) 2020-08-27 22:01:17 -04:00
Nathan Bierema
78ded9e0ca
feat(react-dock): convert to TypeScript (#607)
* feature(react-dock): convert to TypeScript

* And that

* Fun

* pretty

* More fun

* Try that
2020-08-24 00:37:43 -04:00
Nathan Bierema
97adc01b78
feature(redux-devtools): convert to TypeScript (#605) 2020-08-22 20:16:16 -04:00
Nathan Bierema
0516c41b0e
feature(react-json-tree): convert example to TypeScript (#603) 2020-08-21 21:57:06 -04:00
Nathan Bierema
e7304b5853
fix(react-base16-styling): fix Styling type (#602)
* fix(react-base16-styling): fix Styling type

* fix that
2020-08-21 21:51:57 -04:00
Nathan Bierema
40ac89aff9
feature(react-json-tree): convert react-json-tree to TypeScript (#601)
* eslint base

* stash

* setup

* stash

* stash

* Add jest.config.js

* caught
2020-08-21 20:13:24 -04:00
Nathan Bierema
5a6074a081
chore(*): add prettier check to CI (#598)
* chore(*): change prettier hook

* Run prettier

* Reorder

* Fix all the files
2020-08-19 10:07:30 -04:00
Nathan Bierema
c68b34e4b8
refactor(react-base16-styling)!: convert react-base16-styling to TypeScript (#592)
BREAKING CHANGES: Switch from pure-color to color which could change behavior of string parsing or results. No API changes.
2020-08-16 09:00:54 -04:00
Nathan Bierema
795af8092c
chore(*): upgrade react-hot-loader (#580) 2020-08-09 09:46:22 -04:00
Nathan Bierema
10bf7bc084
chore(*): upgrade prettier (#570)
* chore(*): upgrade prettier

* chore(*): upgrade prettier
2020-08-08 16:26:39 -04:00
Nathan Bierema
08ef5bf838
chore(*): upgrade dependencies (#569)
* Making moves

* More awesomeness

* More

* more

* More
2020-08-08 15:46:01 -04:00
Nathan Bierema
1a4e509b4b
chore(*): fix prettier (#557)
* Fix

* Test

* Changes

* Run prettier

* Remove single quote
2020-08-05 09:12:31 -04:00
Nathan Bierema
3022c55330
Add d3-state-visualizer package (#556)
* Start

* Cleanup

* Finish

* eslint
2020-08-05 08:42:25 -04:00
Nathan Bierema
2092d2f6d3
chore(*): make minor upgrades (#543)
* chore(*): make minor upgrades

* Make safe update

* unsafe
2020-08-01 14:21:04 -04:00
Nathan Bierema
a9122a132c
fix(redux-slider-monitor): fix example build (#537) 2020-07-31 23:51:44 -04:00
Nathan Bierema
408213ef5d
Updates (#532) 2020-07-31 17:41:16 -04:00
Nathan Bierema
0864f28156
fix(react-json-tree): fix react-json-tree examples (#531)
* Consolidate dependencies in react-json-tree examples

* Do it differently

* Update
2020-07-31 17:32:41 -04:00
nndio
818d685ec7 Update babel 2019-02-06 01:59:55 +02:00
nndio
6907c48147 Use prettier 2019-01-10 20:51:14 +02:00
nndio
458f9019aa Fix and unify eslint 2019-01-10 19:23:33 +02:00
nndio
4d03f18bf7 Run jest for all packages 2019-01-09 02:18:30 +02:00
Zalmoxisus
2d69d523ed Prepare since master misses some necessary builds 2019-01-05 02:49:32 +02:00
Zalmoxisus
edd397d7db Add lint for pre-commit 2019-01-03 17:40:38 +02:00
Mihail Diordiev
2f91b8765c
Move redux-devtools-test-generator package (#438)
* Move from zalmoxisus/redux-devtools-test-generator

* Update package and links

* Fix CI
2018-12-23 02:13:56 +02:00
Mihail Diordiev
110e9e4f8c
Compatibility with react-redux@6 (#427) 2018-12-21 21:31:45 +02:00
Mihail Diordiev
b80cc9e5b9
Merge react-json-tree package (#428)
* Merge react-json-tree from alexkuz/react-json-tree

* Npm package config

* Add credits

* Stick `eslint-plugin-react` to `7.4.0` till change deprecated `componentWillReceiveProps`
2018-12-21 21:18:05 +02:00
Zalmoxisus
00863e8aa0 Fix linting and dependences 2018-12-13 03:38:24 +02:00
Zalmoxisus
f23cebaa2a Run build on install as yarn workspaces don't handle install lifecycle 2018-12-13 03:31:17 +02:00
Zalmoxisus
2b4af4e38e Lerna publish commands 2018-12-11 02:28:55 +02:00
Zalmoxisus
bd0ca28e95 Use lerna run to test only what was changed since master 2018-12-11 00:16:45 +02:00
Zalmoxisus
dabc7d9b8e Run tests in packages 2018-12-07 18:59:40 +02:00
Zalmoxisus
18910522f0 Configure lerna with yarn workspaces 2018-12-07 16:44:11 +02:00