renovate[bot]
ea16b342b9
chore(deps): update dependency rxjs to v7 ( #778 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-08-26 23:40:32 +00:00
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
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
a418284a4a
chore(extension): convert to TypeScript ( #756 )
...
* Start work
* More work
* stash
* stash
* stash
* Eliminate relay
* Fix
* Define page script to content script messages
* Define ContentScriptToPageScriptMessage
* Not required
* Fill out more types
* More work on types
* More type fixes
* Add type
* More improvements to types
* More work on types
* Fix more type errors
* More changes
* More work
* Work
* Fix build
* Fix lint
* Fix more lint
* Fix bug
* Fix tests
2021-08-25 00:22:54 -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
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
2bc60b53eb
chore(*): run prettier
2021-06-10 23:42:46 -04:00
Nathan Bierema
7ee5055037
Publish
...
- @redux-devtools/app@1.0.0-8
- @redux-devtools/cli@1.0.0-9
- @redux-devtools/inspector-monitor-test-tab@0.7.2
- @redux-devtools/inspector-monitor-trace-tab@0.2.2
2021-06-10 23:28:21 -04:00
Nathan Bierema
30c6971d37
fix(app): fix dependency version of inspector ( #732 )
...
* fix(app): fix dependency version of inspector
* Update other package.jsons
2021-06-10 23:21:57 -04:00
Nathan Bierema
46f33a24b4
chore(*): run prettier
2021-06-10 22:50:56 -04:00
Nathan Bierema
2513c370a6
Publish
...
- devui@1.0.0-9
- @redux-devtools/app@1.0.0-7
- @redux-devtools/cli@1.0.0-8
- @redux-devtools/inspector-monitor-test-tab@0.7.1
- @redux-devtools/inspector-monitor-trace-tab@0.2.1
- @redux-devtools/inspector-monitor@1.0.0
- @redux-devtools/slider-monitor@2.0.0-8
- slider-todomvc@0.1.2
2021-06-10 22:41:29 -04:00
Nathan Bierema
c4a8fa286c
fix(app): remove unimplemented reports tab ( #731 )
2021-06-10 22:27:58 -04:00
Nathan Bierema
0291f5c95e
fix(*): fix peer dependencies on inpsector monitor ( #730 )
2021-06-10 22:16:29 -04:00
Nathan Bierema
457a201232
fix(cli): fix starting Electron app ( #729 )
2021-06-10 22:00:00 -04:00
Nathan Bierema
dbc08ab1b4
fix(devui): clean up after fixing UI bugs ( #728 )
...
* fix(devui): clean up after fixing UI bugs
* Fix references to props
* Update snapshot
2021-06-10 21:48:13 -04:00
wang chenyu
ed25a72e99
fix(devui): Fix buggy UI behaviors with redux-devtools-app ( #709 )
...
* fix(devui): Always run updateTabs on UNSAFE_componentWillReceiveProps. Otherwise, the changes in property tabs might not be reflected on the UI.
* chore(*): Update devui version. Fix the container growing out of viewport when too many actions.
* fix(devui): Update snapshots
* Update Tabs.tsx
* Update package.json
* Update package.json
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2021-06-10 21:19:56 -04:00
Nathan Bierema
fcd73ab043
fix(inspector): move immutable back to dependencies ( #725 )
2021-06-07 09:10:45 -04:00
Nathan Bierema
07e409de6a
fix(*): fix Select types and usages ( #724 )
...
* stash
* more
* stash
* Revert port change
* Fix test
* Fix
* Update snapshot
2021-06-07 00:54:05 -04:00
Nathan Bierema
e7477833f0
fix(inspector): fix z-index of tabs ( #723 )
2021-06-06 20:19:03 -04:00
Nathan Bierema
a8d99ee424
fix(devui): fix Select widget in Form ( #722 )
2021-06-06 17:40:55 -04:00
Nathan Bierema
bb72311e1c
fix(devui): fix style of Select ( #721 )
...
* fix(devui): fix style of Select
* Upgrade @types/react-select
* Update snapshots
2021-06-06 16:42:40 -04:00
Nathan Bierema
bc5523f14f
chore(app): move common devDependencies to root ( #720 )
2021-06-06 16:02:32 -04:00
Nathan Bierema
950021cf7b
chore(cli): upgrade Electron ( #719 )
2021-06-06 15:18:49 -04:00
Nathan Bierema
a094e3b42c
chore(*): run prettier
2021-04-06 15:29:32 -04:00
Nathan Bierema
9cff7127de
Publish
...
- @redux-devtools/cli@1.0.0-7
2021-04-06 15:26:51 -04:00
Nathan Bierema
95c8c5520d
fix(cli): include dist directory in publish ( #707 )
2021-04-06 15:24:34 -04:00
Nathan Bierema
984096ffde
chore(*): run prettier
2021-03-06 10:51:16 -05:00
Nathan Bierema
c29a8d9391
Publish
...
- devui@1.0.0-8
- react-dock@0.4.0
- react-json-tree@0.15.0
- @redux-devtools/app@1.0.0-6
- @redux-devtools/chart-monitor@1.9.0
- @redux-devtools/cli@1.0.0-6
- @redux-devtools/dock-monitor@1.4.0
- @redux-devtools/inspector-monitor-test-tab@0.7.0
- @redux-devtools/inspector-monitor-trace-tab@0.2.0
- @redux-devtools/inspector-monitor@0.15.0
- @redux-devtools/log-monitor@2.3.0
- @redux-devtools/slider-monitor@2.0.0-7
- @redux-devtools/utils@1.0.0-6
- @redux-devtools/core@3.9.0
- react-json-tree-example@1.1.2
- slider-todomvc@0.1.1
- counter-redux@0.1.2
- todomvc@0.2.1
2021-03-06 10:38:32 -05:00
Nathan Bierema
2aaa9c10a3
feat(*): update peer dependencies to allow react@^17 ( #703 )
2021-03-06 10:31:16 -05:00
Nathan Bierema
10f6229085
chore(*): run prettier
2021-03-06 10:17:55 -05:00
Nathan Bierema
5ef9b00cd4
Publish
...
- d3-state-visualizer@1.4.0
- d3tooltip@1.3.0
- devui@1.0.0-7
- map2tree@1.5.0
- react-json-tree@0.14.0
- @redux-devtools/app@1.0.0-5
- @redux-devtools/chart-monitor@1.8.0
- @redux-devtools/cli@1.0.0-5
- @redux-devtools/dock-monitor@1.3.0
- redux-devtools-extension@2.13.9
- @redux-devtools/inspector-monitor-test-tab@0.6.3
- @redux-devtools/inspector-monitor-trace-tab@0.1.4
- @redux-devtools/inspector-monitor@0.14.1
- @redux-devtools/instrument@1.11.0
- @redux-devtools/log-monitor@2.2.0
- @redux-devtools/serialize@0.3.0
- @redux-devtools/slider-monitor@2.0.0-6
- @redux-devtools/utils@1.0.0-5
- @redux-devtools/core@3.8.0
- d3-state-visualizer-tree-example@0.1.0
- react-json-tree-example@1.1.1
- slider-todomvc@0.1.0
- counter-redux@0.1.1
- todomvc@0.2.0
2021-03-06 08:57:19 -05:00
Nathan Bierema
0399d306c0
chore(*): move redux-devtools-app to scoped package ( #693 )
...
* stash
* more
* cli rename
* Remove reference
* Fix another reference
* Fix scripts
* Fix package name
* Fix tsconfig
2020-12-22 12:02:14 -05:00
Josh Hunt
85b4b0fb04
feat(react-json-tree): Add keyPath to getItemString ( #694 )
2020-12-22 11:15:29 -05:00
Nathan Bierema
a46b43209d
chore(*): make more packages scoped ( #692 )
...
* dock-monitor
* log-monitor
* serialize
* slider-monitor
* inspector-monitor
* chart-monitor
* test-tab
* trace-tab
* Fix
2020-12-21 15:46:28 -05:00
Nathan Bierema
cf357931e3
chore(redux-devtools): move to scoped package ( #691 )
...
* Start
* Finish
2020-12-21 09:08:08 -05:00
Nathan Bierema
02e95fc724
chore(instrument): move to scoped package ( #690 )
...
* instrument
* More instrument
2020-12-20 09:13:01 -05:00
Chris Woodley
d76d6c678d
fix(react-json-tree): remove isRequired from data
prop type ( #685 )
...
* remove is required check
* revert formatting changes
2020-12-03 16:36:49 -05:00
Nathan Bierema
e39e43968b
fix(cli): resolve dependency issues ( #666 )
...
* Loosen peer range
* Add immutable dependency
* Install @types/react in cli
2020-11-12 11:48:06 -05:00
Etienne Dusseault
4d73c3f98c
feat(instrument): use latest symbol-observable (compatibility with frozen Symbol) ( #660 )
2020-10-30 22:05:40 -05:00
Nathan Bierema
7ae485b035
chore(extension): move npm package ( #657 )
...
* Start adding extension
* prettier
2020-10-26 02:43:20 -04:00
Nathan Bierema
c91471a41d
chore(cli): convert to TypeScript ( #656 )
...
* chore(cli): convert to TypeScript
* Fix knex usage
* Fix eslintrc
* Ignore dist
2020-10-26 01:57:34 -04:00
Nathan Bierema
ee52c29a8d
chore(core): convert to TypeScript ( #655 )
...
* Get started
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
* stash
2020-10-25 19:32:04 -04:00
Edoardo Lincetto
94c2c28cad
chore(redux-devtools-cli): upgrade graphql-server-express to apollo-server-express ( #652 )
...
* chore(devui): upgrade react-jsonschema-form to @rjsf/core
* chore(devui): remove @types/react-jsonschema-form
* chore(redux-devtools-cli): upgrade graphql-server-express to apollo-server-express
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2020-10-11 17:57:47 -04:00
Edoardo Lincetto
2db2d6024d
chore(devui): upgrade react-jsonschema-form to @rjsf/core ( #648 )
...
* chore(devui): upgrade react-jsonschema-form to @rjsf/core
* chore(devui): remove @types/react-jsonschema-form
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2020-10-06 20:33:25 -04:00
Jess Telford
94f4605311
docs(react-json-tree): correct link to base16 site ( #651 )
2020-10-06 10:16:21 -04:00
Nathan Bierema
187699491f
chore(trace): rename trace-monitor to trace-tab ( #650 )
...
* chore(trace): rename trace-monitor to test-tab
* And that
* Fix name
2020-10-04 00:11:22 -04:00