Laksh Singla
5f86072456
Prepare master for Druid 29 ( #15121 )
...
Prepare master for Druid 29
2023-10-11 10:33:45 +05:30
Vadim Ogievetsky
30c49c4cfc
Web console: misc fixes and SQL query re-formatting ( #14906 )
...
* better dialog formatting
* use CSS to render triangle
* can flatten in kafka also
* better formatting
* better format
* fill in empty values in line chart
* more fp
* add show others
2023-08-25 15:18:37 -07:00
Vadim Ogievetsky
0b2563fea3
Web console: adding format notice for CSV and TSV ( #14783 )
...
* adding format notice for CSV and TSV
* Update web-console/src/druid-models/ingestion-spec/ingestion-spec.tsx
Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com>
* Update web-console/src/druid-models/ingestion-spec/ingestion-spec.tsx
Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com>
* Update web-console/src/druid-models/ingestion-spec/ingestion-spec.tsx
Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com>
* fix tests
---------
Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com>
2023-08-15 15:35:50 -07:00
Vadim Ogievetsky
f5784e66d3
Web console: add explore view ( #14602 )
...
This PR adds a simple, stateless, SQL backed, data exploration view to the web console. The idea is to let users explore data in Druid with point-and-click interaction and visualizations (instead of writing SQL and looking at a table). This can provide faster time-to-value for a user new to Druid and can allow a Druid veteran to quickly chart some data that they care about.
2023-07-21 11:19:23 +05:30
AmatyaAvadhanula
0412f40d36
Prepare master branch for next release, 28.0.0 ( #14595 )
...
* Prepare master branch for next release, 28.0.0
2023-07-18 09:22:30 +05:30
Vadim Ogievetsky
d5f6749aa3
Web console: catchup to all the backend changes ( #14540 )
...
This PR catches the console up to all the backend changes for Druid 27
Specifically:
Add page information to SqlStatementResource API #14512
Allow empty tiered replicants map for load rules #14432
Adding Interactive API's for MSQ engine #14416
Add replication factor column to sys table #14403
Account for data format and compression in MSQ auto taskAssignment #14307
Errors take 3 #14004
2023-07-17 11:26:46 +05:30
John Gozde
4d146ca87d
Upgrades the React dependency to v18 ( #14380 )
...
* Use react 18
* Remove deprecated usage of Toaster
* Make AppToaster lazy
* Update testing-library, snapshots
* Licenses
* Document lazy-init, add license header
2023-06-09 12:09:13 -07:00
John Gozde
cfc2a8d286
Switch to @blueprint/datetime2 ( #14371 )
...
* Bump blueprint packages
* Switch to datetime2 components
* Update licenses
* Update snapshots
2023-06-05 22:18:05 -07:00
Vadim Ogievetsky
1873fca6c7
Web console: update DQT to latest version and fix bigint crash ( #14318 )
...
* update dqt
* don't crash on bigint values
* better submit experiance
* bump to an even version
2023-05-24 17:40:45 -07:00
Clint Wylie
1aef72aa7e
Bump up the version in pom to 27.0.0 in preparation of release ( #14051 )
2023-04-10 14:56:59 +05:30
Vadim Ogievetsky
5ee4ecee62
Web console: use new sampler features ( #14017 )
...
* use new sampler features
* supprot kafka format
* update DQT, fix tests
* prefer non numeric formats
* fix input format step
* boost SQL data loader
* delete dimension in auto discover mode
* inline example specs
* feedback updates
* yeet the format into valueFormat when switching to kafka
* kafka format is now a toggle
* even better form layout
* rename
2023-04-07 06:28:29 -07:00
Vadim Ogievetsky
abb7133153
Web console: use EXTEND syntax ( #13985 )
...
* use EXTEND syntax
* update licenses
* update demo queries
* updated snapshots
* add join algorithm selector
* dismiss
2023-03-29 16:19:49 -07:00
John Gozde
38adac4369
Dart sass ( #13937 )
...
* Run npx saas-migrator division
* Switch to dart sass
* Upgrade blueprint
* Remove deprecated import syntax
* Prettify
* Snapshots
2023-03-16 12:44:24 -07:00
Vadim Ogievetsky
38b6373bf7
Web console: Compaction history dialog ( #13861 )
...
* initial renames
* add comaction history diff
* final fixes
* update snapshots
* use maps
* update test
2023-03-06 11:52:25 -08:00
Vadim Ogievetsky
13721f5998
upgrade druid query toolkit ( #13848 )
2023-02-28 14:34:21 +05:30
John Gozde
b33962cab7
Upgrade typescript and other dependencies ( #13762 )
...
* Bump zustand, licenses
* Bump TypeScript, Eslint, use type imports
* Switch to react-shallow-renderer from enzyme
* Update ts-loader
2023-02-06 23:12:54 -08:00
dependabot[bot]
16385c7101
Bump minimatch and replace in /web-console ( #13396 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) to 3.0.5 and updates ancestor dependency [replace](https://github.com/ALMaclaine/replace ). These dependencies need to be updated together.
Updates `minimatch` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.5 )
Updates `replace` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/ALMaclaine/replace/releases )
- [Commits](https://github.com/ALMaclaine/replace/commits )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
- dependency-name: replace
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-23 12:16:00 -08:00
Kashif Faraz
7cf761cee4
Prepare master branch for next release, 26.0.0 ( #13401 )
...
* Prepare master branch for next release, 26.0.0
* Use docker image for druid 24.0.1
* Fix version in druid-it-cases pom.xml
2022-11-22 15:31:01 +05:30
Vadim Ogievetsky
a3d45f6086
treat user cancelation seriously ( #13376 )
2022-11-18 14:04:16 -08:00
Vadim Ogievetsky
f6aca21e82
Web console: update DQT to version 0.17 ( #13323 )
...
* update to DQT 17
* update licenses
* after npm i
2022-11-07 17:47:11 -08:00
Vadim Ogievetsky
32020247d1
Web console: Update dqt to a version that adds quotes by default ( #13243 )
...
* update dqt
* auto quote by default
2022-10-28 01:06:45 -07:00
Vadim Ogievetsky
573e12c75f
Web console: making the cell filter menu more functional, removing the old query view, and updating d3 ( #13169 )
...
* remove old query view
* update tests
* add filter
* fix test
* bump d3 things to latest versions
* rent too far into the future with d3
* make config dialogs load
* goodies
* update snapshots
* only compute duration when running or pending
2022-10-07 12:44:40 -07:00
Vadim Ogievetsky
ebfe1c0c90
Web console: fix DQT import ( #13159 )
...
* fix dqt import
* update licenses
* update tests
2022-09-30 09:31:06 -07:00
Vadim Ogievetsky
2cf449386f
Web console: upgrade the console to use node 16 ( #13017 )
...
* upgrade the console to use node 16
* run npm audit fix
2022-09-06 11:15:23 -07:00
Vadim Ogievetsky
5e850c6ea3
Make console e2e tests run in band so as to not hog task slots ( #13004 )
...
* increase e2e timeline
* get rid of pull deps
* increase post index task timeoout
* boost msq e2e timeout
* run in band
2022-08-30 21:55:53 -07:00
Abhishek Agarwal
618757352b
Bump up the version to 25.0.0 ( #12975 )
...
* Bump up the version to 25.0.0
* Fix the version in console
2022-08-29 11:27:38 +05:30
Vadim Ogievetsky
04ee7abeff
Web console: Multi-stage query support ( #12919 )
...
* MSQ web console
* fix typo in comments
* remove useless conditional
* wrap SQL_DATA_TYPES
* fixes sus regex
* rewrite regex
* remove problematic regex
* fix UTs
* convert PARTITIONED / CLUSTERED BY to ORDER BY for preview
* fix log
* updated to use shuffle
* Web console: Use Ace.Completion directly (#1405 )
* Use Ace.Completion directly
* Another Ace.Completion
* better comment
* fix column ordering in e2e test
* add nested data example also
Co-authored-by: John Gozde <john.gozde@imply.io>
2022-08-24 16:17:12 -07:00
Gian Merlino
1ace7336cd
Update node to 14.19.3. ( #12632 )
2022-06-10 10:18:12 -07:00
Vadim Ogievetsky
fb08bac01a
Web console: Misc table fixes ( #12489 )
...
* Misc table fixes
* extract default className
* table spacing updates
* fix e2e action selector
* try more times
* make the web console exist again
2022-05-03 12:08:08 -07:00
Abhishek Agarwal
2fe053c5cb
Bump up the versions ( #12480 )
2022-04-27 14:28:20 +05:30
Vadim Ogievetsky
a139cd22aa
Web console: Misc fixes and improvements ( #12361 )
...
* Misc fixes
* pad column numbers
* make shard_type filterable
2022-04-12 22:20:28 -07:00
John Gozde
90680543d0
Blueprint 4 ( #12391 )
...
* Update blueprint dependencies & LICENSES
* Switch to bp4 namespace; use bp-ns variable in overrides
* Add webpack alias for colors.scss
* Snapshots
* Update selectors in e2e tests
2022-04-04 10:34:22 -07:00
John Gozde
0d23713862
Web console: update dev dependencies ( #12240 )
...
* Update dependencies
* Set "allowFunctions: true" for react/jsx-no-bind
* Prettify
* npm audit fix
* Bump playwright, set testEnvironment=node
* Bump node and npm
* Revert "Bump node and npm"
This reverts commit e93c8e00e7
.
* Minor/patch bump node@14, npm@6
2022-02-08 16:37:36 -08:00
Vadim Ogievetsky
bc408bacc8
Web console: Adding a shard detail column to the segments view ( #12212 )
...
* shard spec details
* improve pattern match
* refactor spec cleanup
* better format detection
* update JSONbig
* add multiline option to autoform
2022-02-02 18:46:17 -08:00
aggarwalakshay
eb4fafe08f
Upgrading follow-redirects to 1.14.7 ( #12153 )
...
* Upgrading follow-redirects to 1.14.7
* removed the existing follow-redirects i.e. 1.14.4 from package-lock.json
2022-01-13 14:01:36 -08:00
Vadim Ogievetsky
2a41b7bffa
Web console: correctly cancel JSON shaped SQL queries ( #12134 )
...
* misc fixes
* type typo
2022-01-10 14:24:05 -08:00
Vadim Ogievetsky
476d0bf4be
Web console: remove console.log ( #12094 )
...
* rm console.log
* force path-parse to 1.0.7
2021-12-22 19:31:23 -08:00
Vadim Ogievetsky
37112d24e2
Web console: new Ace, diff view, and cleanup. Decorating the console for the holidays ✨ 🎁 ( #12085 )
...
* Add diff view and upgrade AceEditor
* fix test
* function doc parsing fixes
* escape args
* allowKeys
* everyone gets a diff
* update snapshot
2021-12-22 16:31:17 -08:00
Vadim Ogievetsky
1d3c8c187b
Web console: query view improvements and other fixes ( #12031 )
...
* don't copy commas
* use numeric type information
* add VALUES keyword
* propogate rollup config into spec
* fix
* cleanup
* understand range partitioning
* update snapshots
* better comp apis
* fix segment pages
* update snapshots
2021-12-07 10:16:16 -08:00
Vadim Ogievetsky
8ea9309168
Web console: update typescript 4.4 for faster build speeds ( #11725 )
...
* update typescript
* do not show pagination when there is only one page
* update snapshots
* fix pagination
2021-10-25 21:53:38 -07:00
andreacyc
adb2237628
Fix CVE-2021-3749 reported in security vulnerabilities job ( #11786 )
...
* Fix CVE-2021-3749 reported in security vulnerabilities job
* test why test fail
* update axios
* remove console log for testing
2021-10-08 23:02:58 -07:00
Clint Wylie
fe1d8c206a
bump version to 0.23.0-SNAPSHOT ( #11670 )
2021-09-08 15:56:04 -07:00
John Gozde
280c08045f
Update awesome-code-style ( #11503 )
2021-07-28 09:25:18 -07:00
Vadim Ogievetsky
377b5e708c
Web console: Data loading walkthrough fixes ( #11416 )
...
* fix quotes
* fix sql doc parsing
* prevent array-input from losing position while the user is typing
* make group filter click-to-filterable
* fix casing bug in exact table search
* do not sort columns in smaples
* can bypass transform step
* fixed string json parsing
* improve PartitionMessage
* better error messages
* feedback fixes
* tool to order dimensions in schema view
2021-07-10 07:56:50 -07:00
Vadim Ogievetsky
561cc71838
Web console: allow encoding of ASCII control chars ( #10795 )
...
* allow encoding of ascii control chars
* change to JSON
* make json escpaes work
* update snapshot
* break out component
* fix test
* update test script
* update formatter to be more chill
2021-06-26 18:54:41 -07:00
Vadim Ogievetsky
f56a5b9ba2
Web console: Better hotkeys and library upgrades ( #11365 )
...
* improve hotkeys
* fix test name
* refactor explain dialog
* explain tests
* small fixes
* update to popover2
* use resize sensor 2
* misc cleanup
2021-06-17 18:24:29 -07:00
John Gozde
ac9b1f81b4
Web console: Remove support for IE11 and other older browsers ( #11357 )
...
* Use common browserlist and update to drop IE11
* Change TypeScript target to ES2016
* Update browserslist for "supports es6" support
* Show a warning if accessed from an unsupported browser
* Inline browser-update styles; detect SyntaxErrors too
* Better wording
* Upgrade to the latest Blueprint
* Refactor RunButton to be FC, use useHotkeys
* Remove dead license
* Update snapshots
* Address feedback
* Wording
Co-authored-by: Vadim Ogievetsky <vadimon@gmail.com>
Co-authored-by: Vadim Ogievetsky <vadimon@gmail.com>
2021-06-10 19:05:40 -07:00
Vadim Ogievetsky
0c5d1c9725
Web console: add more query fixing auto suggestions ( #11203 )
...
* add more query fixing auto suggestions
* update query gen
* update toolkit
* update licenses
* fix funky quotes
* funky => fancy
* revert engine change
* separate web-console and website npm and node deps
2021-06-04 09:29:00 -07:00
John Gozde
9745d9e1c3
Web console: Switch to ESLint ( #11142 )
...
* Initial eslint config
* I guess eslint sorts underscores differently
* Trim curlies (in jsx)
* Re-organize rules
* Use consistent quote props
* Restructure eslint rules as additions/overrides to recommended configs
* Fix the 'recommended' stuff
* Add prefer-readonly
* Add prefer-object-spread
* Prettify
* Add eslint-plugin-react-hooks
* Switch to eslint-plugin-simple-sort-order
So much better
* Add no-extraneous-dependencies
* ban-tslint-comment for funzies
* If we enabled no-shadow, we'd probably want this option
* Not prefer-for-of
* no-confusing-void-expression, no-confusing-non-null-assertion
* Add some no-unnecessary-* rules
* non-nullable-type-assertion-style!
* prefer-includes
* Reorganize
* prefer-things
* switch-exhaustiveness-check
* We don't need the jsdoc plugin, prettier has our backs
* Remove a useless rule
* Drop TSLint and (temporarily) awesome-code-style
* Removing Object.assign revealed a type issue
* Bring back awesome-code-style for sasslint config
* Disable react/jsx-no-target-blank
* Add prettify-check script
* Add license to eslint config
* Format readme
* Update README for eslint, IDE settings
* Add 'autofix' script
* Switch to @awesome-code-style
2021-04-22 19:33:03 -07:00
Vadim Ogievetsky
4caa221d72
Web console: Better inline docs ( #11128 )
...
* better highlight
* better highlighting
* add spec
2021-04-19 14:36:53 -07:00