You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* replace schema view with component
adding field and type components.
nested array fields working.
use native-parser stream directly
use schema stream ampersand model temporarily.
towards react minicharts…
progress on d3 component and d3 minichart fns
porting d3 functions to work with react.
store only runs one sampling process at a time
fix bug that prevented initial rendering of d3 components
sort undefined types last.
make subtypes work
array subtypes fully working now.
detect geo coordinates (use new module)
maps work, responsive minicharts.
Tooltips on types working.
use golden ratio for map dimensions.
QueryStore, set/clear/add/remove, unique mc query builder
more verbose comments for field.jsx
distinct queries with few and many.
correct range/single click queries on few/many.
performance could be better. also try react-d3-library.
move helpers to util
use throttled store methods to improve performance
fixed “many”. fully working for distinct queries.
fixed few.
re-enable brush background on “many” charts.
adding setRangeValue, setOrUnsetValue
bump [email protected], [email protected]
make unsetIfSet an option for query actions
implemented query building on ranges (numeric)
fix resizing bug in distinct many charts
was re-creating many() charts on every redraw…
querybuilder for date/objectid and geo
fix svg unique bug, full path name for query building
adding internal status bar package
status component and early integration
progress bar for sampling. needs some work.
status / progress bar fixed for schema view.
remove old statusbar folder, schema model
added QueryBar component, moved query store + utils
query validation, query bar backwards pass.
apply and reset actions hooked up with status and schema
query bar: enter also applies valid queries.
make all query builder actions sync, better performance
clean up schema component.
status subview, schema actions, maxtimems
* rebased and using new hadron-app-registry
* getting StatusAction from appRegistry
* register QueryAction
* rename schema-store.jsx to index.jsx
* singular names for lib/* folders in status package
* QueryAction, file renames, cleanup
* handle error when stream ends.
* trigger filterChanged event on apply
* INT-1663: Move sampling message to query
* INT-1663: Use sampling message in schema view
* INT-1663: Expose Document component
INT-1663: Add indexes package
INT-1663: Adding initial indexes react package
INT-1663: Split index column components
INT-1663: Move index work to new view
INT-1663: Fixing tooltips
INT-1663: Allow document to not be editable
Upgrade react-bootstrap
* Revert "INT-1663: Expose Document component"
This reverts commit 57e644c.
* fix const/let bug in coordinates.js
* INT-1663: Split rendering between tabs on message
* INT-1663: Change sampling message based on tab
* fix single vs. double quotes linting issue
* adding “minicharts” for document and array.
* bump [email protected]
* fix edge case for empty subdocs with 0 fields.
* INT-1663: Sample didn't error with 0 sampled docs
* INT-1663: Ensure document list re-renders on collection change
* INT-1663: Show number of loaded documents in sample bar
* INT-1663: Update react-bootstrap
* INT-1663: Resize minicharts on schema tab click
0 commit comments