forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore: add seo redirects for Docs v@ (#18092) #154
Closed
Closed
Conversation
This file contains 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
* fix: handle null values in time-series table (#18039) * cleanup column_type_mappings (#17569) Signed-off-by: Đặng Minh Dũng <dungdm93@live.com> * important change to MakeFile (#18037) * Update superset-e2e.yml (#18041) * Revert "Update superset-e2e.yml (#18041)" (#18051) This reverts commit b565273. * feat: Trino Authentications (#17593) * feat: support Trino Authentications Signed-off-by: Đặng Minh Dũng <dungdm93@live.com> * docs: Trino Authentications Signed-off-by: Đặng Minh Dũng <dungdm93@live.com> * chore(supeset.utils.core): move all database utils to database utils module (#18058) * chore(plugin-chart-echarts): add types to controls (#18059) * fix(generator): more cleanup to plugin framework (#18027) * fix(generator): more cleanup to plugin framework * fix typo and package name * add docs * fix typo * Update superset-frontend/webpack.config.js Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com> * fix generator reference * add steps to tutorial and fix package version * refine docs/readme Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com> * feat(advanced analytics): support groupby in resample (#18045) * fix(dashboard): scope of nativefilter not update (#18048) * fix(generator): add lockfile and fix styling issues (#18073) * fix(generator): add lockfile and fix styling issues * fix margins and remove redundant scroll * update tutorial * refactor(sql_lab): SQL Lab Persistent Saved State (#17771) * a lot of console logs * testing * test * added saved_query to remoteId * created useEffect so that title properly changes in modal * Update superset-frontend/src/SqlLab/actions/sqlLab.js Co-authored-by: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com> Co-authored-by: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com> * refactor(example_data): replace the way the birth_names data is loaded to DB (#18060) * refactor: replace the way the birth_names data is loaded to DB * fix failed unit test * fix failed unit test * fix failed tests * fix pass wrong flag of support datetime type * remove unused fixture * feat: add chart description in info tooltip (#17207) * feat: add chart list description * fix: text overflow * fix: text-overflow with line-height * Correction of proper names format in README (#18087) * chore: added SEO routes * fix can't use examples helpers on non app context based environment (#18086) * chore: split CLI into multiple files (#18082) * chore: split CLI into multiple files * Update tests * Who fixes the fixtures? * Add subcommands dynamically * Rebase * fix misspelling (#18097) * refactor: sqleditorleftbar to functional (#17807) * Working on converting sqleditorleftbar to functional component * Creating draft PR to address bug * Still working on solving re rendering bug * infinite rerender fix * Creating draft PR to address bug * Cleaning up in preparation for push * Made changes suggested by Elizabeth * Fixed issues as per Lindsey's comment Co-authored-by: Arash <arash.afghahi@gmail.com> * fix rat excludes and headers * fix(docs): fix path of image for "Create New Chart" (#18089) * Migrate Checkbox story to tsx - see #18100 (#18101) Looks good! * refactor: migrate RowCountLabel to TypeScript & added story (#18105) * enable superbook for explore component * migrate RowCountLabel to TypeScript * add storybook for RowCountLabel * fix: logging warning on dataframe (don't use python's warnings) (#18111) * fix: logging warning on dataframe (don't use python's warnings) * lint * update changelog and updating for 1.4.0 (#18083) * feat: Adds a key-value endpoint to store charts form data (#17882) * feat: Adds a key-value endpoint to store charts form data * Fixes linting problems * Removes the query_params from the endpoints * Refactors the commands * Removes unused imports * Changes the parameters to use dataclass * Adds more access tests * Gets the first dataset while testing * Adds unit tests for the check_access function * Changes the can_access check * Always check for dataset access * fix(explore): fix chart embed code modal glitch (#17843) * feat(plugin-chart-echarts): support non-timeseries x-axis (#17917) * feat(plugin-chart-echarts): support non-timeseries x-axis * fix tests * change formula return type from Date to number * add x_axis test coverage * rename func and improve coverage * add x-axis control to bar chart * remove redundant console.log * fix description * make x-axis control mandatory * 🙃 * fix x-axis formatter * fix showValues * fix implicit rDTTM_ALIAS references in postProcessing * replace TIME_COLUMN with DTTM_ALIAS * fix remaining implicit indexes * fix: Disable filtering on wide result sets (#18021) * fix: handle null values in time-series table (#18039) * cleanup column_type_mappings (#17569) Signed-off-by: Đặng Minh Dũng <dungdm93@live.com> * important change to MakeFile (#18037) * add missing is_timeseries to pivot op Co-authored-by: Erik Ritter <erik.ritter@airbnb.com> Co-authored-by: Grace Guo <grace.guo@airbnb.com> Co-authored-by: Đặng Minh Dũng <dungdm93@live.com> Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com> * feat(country-map): added new countries in country-chart-map (#18081) * chore: migrating storybook jsx to typescript #18100 (#18133) * Migrating storybook jsx to typescript #18100 * Migrating storybook jsx to typescript Co-authored-by: Jayakrishnan Karolil <jayakrishnan.karolil@nielsen.com> * feat(annotation): add toast feedback to annotation templates (#18116) * feat(dashboard): add toast feedback to dashboard actions (#18114) * feat(explore): more toast feedback on user actions in Explore (#18108) * feat(explore): add toasts feedback when user copies chart url * Show toast message when updating chart properties * Change toast type to success when saving chart * Use success toast from props * Fix tests * Use withToasts instead of dispatch * Use PropertiesModalProps instead of any * Docs: fix typo (#18125) * fix: undefined error when adding extra sequential color scheme (#18152) * feat: allow assets to be managed externally (#18093) * feat: allow assets to be managed externally * Use server_default * chore: use pkg_resources for cleaner config (#18130) * refactor: Moves the Explore form_data endpoint (#18151) * refactor: Moves the Explore form_data endpoint * Removes unused imports * Fixes openapi schema error * Fixes typo * Renames and UPDATING.md Co-authored-by: Grace Guo <grace.guo@airbnb.com> Co-authored-by: Đặng Minh Dũng <dungdm93@live.com> Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com> Co-authored-by: Hugh A. Miles II <hughmil3s@gmail.com> Co-authored-by: ofekisr <35701650+ofekisr@users.noreply.github.com> Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com> Co-authored-by: Yongjie Zhao <yongjie.zhao@gmail.com> Co-authored-by: Stephen Liu <750188453@qq.com> Co-authored-by: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com> Co-authored-by: Adam Dobrawy <ad-m@users.noreply.github.com> Co-authored-by: Beto Dealmeida <roberto@dealmeida.net> Co-authored-by: Emily Wu <86927881+em0227@users.noreply.github.com> Co-authored-by: Josue Lugaro <82119536+JosueLugaro@users.noreply.github.com> Co-authored-by: Arash <arash.afghahi@gmail.com> Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com> Co-authored-by: Daniel Vaz Gaspar <danielvazgaspar@gmail.com> Co-authored-by: Elizabeth Thompson <eschutho@gmail.com> Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> Co-authored-by: Erik Ritter <erik.ritter@airbnb.com> Co-authored-by: Hammad-Raza <hammadraza42@hotmail.com> Co-authored-by: jayakrishnankk <kk.jayakrishnan@gmail.com> Co-authored-by: Jayakrishnan Karolil <jayakrishnan.karolil@nielsen.com> Co-authored-by: Farid Rener <proteusvacuum@users.noreply.github.com>
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.
fix: handle null values in time-series table (fix: handle null values in time-series table apache/superset#18039)
cleanup column_type_mappings (chore: column_type_mappings apache/superset#17569)
Signed-off-by: Đặng Minh Dũng dungdm93@live.com
important change to MakeFile (chore: important change to MakeFile apache/superset#18037)
Update superset-e2e.yml (feat: stop running CI on doc updates apache/superset#18041)
Revert "Update superset-e2e.yml (feat: stop running CI on doc updates apache/superset#18041)" (fix: revert "feat: stop running CI on doc updates" apache/superset#18051)
This reverts commit b565273.
feat: Trino Authentications (feat: Trino Authentications apache/superset#17593)
feat: support Trino Authentications
Signed-off-by: Đặng Minh Dũng dungdm93@live.com
Signed-off-by: Đặng Minh Dũng dungdm93@live.com
chore(supeset.utils.core): move all database utils to database utils module (chore(supeset.utils.core): move all database utils to database utils module apache/superset#18058)
chore(plugin-chart-echarts): add types to controls (chore(plugin-chart-echarts): add types to controls apache/superset#18059)
fix(generator): more cleanup to plugin framework (fix(generator): more cleanup to plugin framework apache/superset#18027)
fix(generator): more cleanup to plugin framework
fix typo and package name
add docs
fix typo
Update superset-frontend/webpack.config.js
Co-authored-by: Kamil Gabryjelski kamil.gabryjelski@gmail.com
fix generator reference
add steps to tutorial and fix package version
refine docs/readme
Co-authored-by: Kamil Gabryjelski kamil.gabryjelski@gmail.com
feat(advanced analytics): support groupby in resample (feat(advanced analytics): support groupby in resample apache/superset#18045)
fix(dashboard): scope of nativefilter not update (fix(dashboard): scope status of native filter not update apache/superset#18048)
fix(generator): add lockfile and fix styling issues (fix(generator): add lockfile and fix styling issues apache/superset#18073)
fix(generator): add lockfile and fix styling issues
fix margins and remove redundant scroll
update tutorial
refactor(sql_lab): SQL Lab Persistent Saved State (refactor(sql_lab): SQL Lab Persistent Saved State apache/superset#17771)
a lot of console logs
testing
test
added saved_query to remoteId
created useEffect so that title properly changes in modal
Update superset-frontend/src/SqlLab/actions/sqlLab.js
Co-authored-by: Lyndsi Kay Williams 55605634+lyndsiWilliams@users.noreply.github.com
Co-authored-by: Lyndsi Kay Williams 55605634+lyndsiWilliams@users.noreply.github.com
refactor(example_data): replace the way the birth_names data is loaded to DB (refactor(example_data): replace the way the birth_names data is loaded to DB apache/superset#18060)
refactor: replace the way the birth_names data is loaded to DB
fix failed unit test
fix failed unit test
fix failed tests
fix pass wrong flag of support datetime type
remove unused fixture
feat: add chart description in info tooltip (feat: add chart description in info tooltip apache/superset#17207)
feat: add chart list description
fix: text overflow
fix: text-overflow with line-height
Correction of proper names format in README (fix(docs): Correction of proper names format in README apache/superset#18087)
chore: added SEO routes
fix can't use examples helpers on non app context based environment (fix: can't use examples helpers on non app context based environment apache/superset#18086)
chore: split CLI into multiple files (chore: split CLI into multiple files apache/superset#18082)
chore: split CLI into multiple files
Update tests
Who fixes the fixtures?
Add subcommands dynamically
Rebase
fix misspelling (fix: contributing misspelling apache/superset#18097)
refactor: sqleditorleftbar to functional (refactor: sqleditorleftbar to functional apache/superset#17807)
Working on converting sqleditorleftbar to functional component
Creating draft PR to address bug
Still working on solving re rendering bug
infinite rerender fix
Creating draft PR to address bug
Cleaning up in preparation for push
Made changes suggested by Elizabeth
Fixed issues as per Lindsey's comment
Co-authored-by: Arash arash.afghahi@gmail.com
fix rat excludes and headers
fix(docs): fix path of image for "Create New Chart" (fix(docs): load correctly image for "Create New Chart" apache/superset#18089)
Migrate Checkbox story to tsx - see Migrate components to TypeScript apache/superset#18100 (refactor: migrate Checkbox story to TypeScript - see #18100 apache/superset#18101)
Looks good!
refactor: migrate RowCountLabel to TypeScript & added story (refactor: migrate RowCountLabel to TypeScript & added story apache/superset#18105)
enable superbook for explore component
migrate RowCountLabel to TypeScript
add storybook for RowCountLabel
fix: logging warning on dataframe (don't use python's warnings) (fix: logging warning on dataframe (don't use python's warnings) apache/superset#18111)
fix: logging warning on dataframe (don't use python's warnings)
lint
update changelog and updating for 1.4.0 (chore: update changelog and updating for 1.4.0 apache/superset#18083)
feat: Adds a key-value endpoint to store charts form data (feat: Adds a key-value endpoint to store charts form data apache/superset#17882)
feat: Adds a key-value endpoint to store charts form data
Fixes linting problems
Removes the query_params from the endpoints
Refactors the commands
Removes unused imports
Changes the parameters to use dataclass
Adds more access tests
Gets the first dataset while testing
Adds unit tests for the check_access function
Changes the can_access check
Always check for dataset access
fix(explore): fix chart embed code modal glitch (fix(explore): fix chart embed code modal glitch apache/superset#17843)
feat(plugin-chart-echarts): support non-timeseries x-axis (feat(plugin-chart-echarts): support non-timeseries x-axis apache/superset#17917)
feat(plugin-chart-echarts): support non-timeseries x-axis
fix tests
change formula return type from Date to number
add x_axis test coverage
rename func and improve coverage
add x-axis control to bar chart
remove redundant console.log
fix description
make x-axis control mandatory
🙃
fix x-axis formatter
fix showValues
fix implicit rDTTM_ALIAS references in postProcessing
replace TIME_COLUMN with DTTM_ALIAS
fix remaining implicit indexes
fix: Disable filtering on wide result sets (fix: Disable filtering on wide result sets apache/superset#18021)
fix: handle null values in time-series table (fix: handle null values in time-series table apache/superset#18039)
cleanup column_type_mappings (chore: column_type_mappings apache/superset#17569)
Signed-off-by: Đặng Minh Dũng dungdm93@live.com
important change to MakeFile (chore: important change to MakeFile apache/superset#18037)
add missing is_timeseries to pivot op
Co-authored-by: Erik Ritter erik.ritter@airbnb.com
Co-authored-by: Grace Guo grace.guo@airbnb.com
Co-authored-by: Đặng Minh Dũng dungdm93@live.com
Co-authored-by: AAfghahi 48933336+AAfghahi@users.noreply.github.com
feat(country-map): added new countries in country-chart-map (feat(country-map): added new countries in country-chart-map apache/superset#18081)
chore: migrating storybook jsx to typescript Migrate components to TypeScript apache/superset#18100 (chore: migrating storybook jsx to typescript #18100 apache/superset#18133)
Migrating storybook jsx to typescript Migrate components to TypeScript apache/superset#18100
Migrating storybook jsx to typescript
Co-authored-by: Jayakrishnan Karolil jayakrishnan.karolil@nielsen.com
feat(annotation): add toast feedback to annotation templates (feat: add toast feedback to annotation templates apache/superset#18116)
feat(dashboard): add toast feedback to dashboard actions (feat(dashboard): add toast feedback to dashboard actions apache/superset#18114)
feat(explore): more toast feedback on user actions in Explore (feat(explore): more toast feedback on user actions in Explore apache/superset#18108)
feat(explore): add toasts feedback when user copies chart url
Show toast message when updating chart properties
Change toast type to success when saving chart
Use success toast from props
Fix tests
Use withToasts instead of dispatch
Use PropertiesModalProps instead of any
Docs: fix typo (docs: fix typo on security page apache/superset#18125)
fix: undefined error when adding extra sequential color scheme (fix: undefined error when adding extra sequential color scheme apache/superset#18152)
feat: allow assets to be managed externally (feat: allow assets to be managed externally apache/superset#18093)
feat: allow assets to be managed externally
Use server_default
chore: use pkg_resources for cleaner config (chore: use pkg_resources for cleaner config apache/superset#18130)
refactor: Moves the Explore form_data endpoint (refactor: Moves the Explore form_data endpoint apache/superset#18151)
refactor: Moves the Explore form_data endpoint
Removes unused imports
Fixes openapi schema error
Fixes typo
Renames and UPDATING.md
Co-authored-by: Grace Guo grace.guo@airbnb.com
Co-authored-by: Đặng Minh Dũng dungdm93@live.com
Co-authored-by: AAfghahi 48933336+AAfghahi@users.noreply.github.com
Co-authored-by: Hugh A. Miles II hughmil3s@gmail.com
Co-authored-by: ofekisr 35701650+ofekisr@users.noreply.github.com
Co-authored-by: Ville Brofeldt 33317356+villebro@users.noreply.github.com
Co-authored-by: Kamil Gabryjelski kamil.gabryjelski@gmail.com
Co-authored-by: Yongjie Zhao yongjie.zhao@gmail.com
Co-authored-by: Stephen Liu 750188453@qq.com
Co-authored-by: Lyndsi Kay Williams 55605634+lyndsiWilliams@users.noreply.github.com
Co-authored-by: Adam Dobrawy ad-m@users.noreply.github.com
Co-authored-by: Beto Dealmeida roberto@dealmeida.net
Co-authored-by: Emily Wu 86927881+em0227@users.noreply.github.com
Co-authored-by: Josue Lugaro 82119536+JosueLugaro@users.noreply.github.com
Co-authored-by: Arash arash.afghahi@gmail.com
Co-authored-by: Ville Brofeldt ville.v.brofeldt@gmail.com
Co-authored-by: Daniel Vaz Gaspar danielvazgaspar@gmail.com
Co-authored-by: Elizabeth Thompson eschutho@gmail.com
Co-authored-by: Michael S. Molina 70410625+michael-s-molina@users.noreply.github.com
Co-authored-by: Erik Ritter erik.ritter@airbnb.com
Co-authored-by: Hammad-Raza hammadraza42@hotmail.com
Co-authored-by: jayakrishnankk kk.jayakrishnan@gmail.com
Co-authored-by: Jayakrishnan Karolil jayakrishnan.karolil@nielsen.com
Co-authored-by: Farid Rener proteusvacuum@users.noreply.github.com
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION