-
Notifications
You must be signed in to change notification settings - Fork 234
INT-1663: Reactify schema #458
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 react@15.2.0, hadron-compile-cache@0.2.0 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
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
This reverts commit 57e644c.
32fbc28
to
59e2676
Compare
LGTM, ready for 1.4-beta! |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Converts the Schema tab and related components to React.
This change is