Skip to content
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

Merged
merged 44 commits into from
Jan 25, 2022
Merged

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    26dc600 View commit details
    Browse the repository at this point in the history
  2. cleanup column_type_mappings (apache#17569)

    Signed-off-by: Đặng Minh Dũng <[email protected]>
    dungdm93 authored Jan 14, 2022
    Configuration menu
    Copy the full SHA
    5a74090 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7728db7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b565273 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5da3c45 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. feat: Trino Authentications (apache#17593)

    * feat: support Trino Authentications
    
    Signed-off-by: Đặng Minh Dũng <[email protected]>
    
    * docs: Trino Authentications
    
    Signed-off-by: Đặng Minh Dũng <[email protected]>
    dungdm93 authored Jan 15, 2022
    Configuration menu
    Copy the full SHA
    0b67fe1 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Configuration menu
    Copy the full SHA
    e53a50a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de8a1fa View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. fix(generator): more cleanup to plugin framework (apache#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 <[email protected]>
    
    * fix generator reference
    
    * add steps to tutorial and fix package version
    
    * refine docs/readme
    
    Co-authored-by: Kamil Gabryjelski <[email protected]>
    villebro and kgabryje authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    8dea7f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c7f728 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    3b64563 View commit details
    Browse the repository at this point in the history
  2. fix(generator): add lockfile and fix styling issues (apache#18073)

    * fix(generator): add lockfile and fix styling issues
    
    * fix margins and remove redundant scroll
    
    * update tutorial
    villebro authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    5bfe2d4 View commit details
    Browse the repository at this point in the history
  3. refactor(sql_lab): SQL Lab Persistent Saved State (apache#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 <[email protected]>
    
    Co-authored-by: Lyndsi Kay Williams <[email protected]>
    AAfghahi and lyndsiWilliams authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    88db2cc View commit details
    Browse the repository at this point in the history
  4. refactor(example_data): replace the way the birth_names data is loade…

    …d to DB (apache#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
    ofekisr authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    4675ca3 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. feat: add chart description in info tooltip (apache#17207)

    * feat: add chart list description
    
    * fix: text overflow
    
    * fix: text-overflow with line-height
    stephenLYZ authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    22896f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f53a267 View commit details
    Browse the repository at this point in the history
  3. chore: added SEO routes

    srinify committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    f91ebe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    810cfc1 View commit details
    Browse the repository at this point in the history
  5. chore: split CLI into multiple files (apache#18082)

    * chore: split CLI into multiple files
    
    * Update tests
    
    * Who fixes the fixtures?
    
    * Add subcommands dynamically
    
    * Rebase
    betodealmeida authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    9e2bc72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f505094 View commit details
    Browse the repository at this point in the history
  7. refactor: sqleditorleftbar to functional (apache#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 <[email protected]>
    JosueLugaro and AAfghahi authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    035638c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. fix rat excludes and headers

    villebro committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    691486d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ce79ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3a17a7 View commit details
    Browse the repository at this point in the history
  4. refactor: migrate RowCountLabel to TypeScript & added story (apache#1…

    …8105)
    
    * enable superbook for explore component
    
    * migrate RowCountLabel to TypeScript
    
    * add storybook for RowCountLabel
    ad-m authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    a5e805e View commit details
    Browse the repository at this point in the history
  5. fix: logging warning on dataframe (don't use python's warnings) (apac…

    …he#18111)
    
    * fix: logging warning on dataframe (don't use python's warnings)
    
    * lint
    dpgaspar authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    5fb8b0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f81292 View commit details
    Browse the repository at this point in the history
  7. feat: Adds a key-value endpoint to store charts form data (apache#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
    michael-s-molina authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    959b15e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    b083b34 View commit details
    Browse the repository at this point in the history
  2. feat(plugin-chart-echarts): support non-timeseries x-axis (apache#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 (apache#18021)
    
    * fix: handle null values in time-series table (apache#18039)
    
    * cleanup column_type_mappings (apache#17569)
    
    Signed-off-by: Đặng Minh Dũng <[email protected]>
    
    * important change to MakeFile (apache#18037)
    
    * add missing is_timeseries to pivot op
    
    Co-authored-by: Erik Ritter <[email protected]>
    Co-authored-by: Grace Guo <[email protected]>
    Co-authored-by: Đặng Minh Dũng <[email protected]>
    Co-authored-by: AAfghahi <[email protected]>
    5 people authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    e9651ea View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Configuration menu
    Copy the full SHA
    0cec0c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. chore: migrating storybook jsx to typescript apache#18100 (apache#18133)

    * Migrating storybook jsx to typescript apache#18100
    
    * Migrating storybook jsx to typescript
    
    Co-authored-by: Jayakrishnan Karolil <[email protected]>
    jayakrishnankk and jayakrishnankarolilnlsn authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    4b89ac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fa2812 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9eef8e View commit details
    Browse the repository at this point in the history
  4. feat(explore): more toast feedback on user actions in Explore (apache…

    …#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
    kgabryje authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e632193 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    350da92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c77d24c View commit details
    Browse the repository at this point in the history
  7. feat: allow assets to be managed externally (apache#18093)

    * feat: allow assets to be managed externally
    
    * Use server_default
    betodealmeida authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    1c0b141 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa104fe View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. refactor: Moves the Explore form_data endpoint (apache#18151)

    * refactor: Moves the Explore form_data endpoint
    
    * Removes unused imports
    
    * Fixes openapi schema error
    
    * Fixes typo
    
    * Renames and UPDATING.md
    michael-s-molina authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    f018c82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0fa86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53a6ea4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0316053 View commit details
    Browse the repository at this point in the history
  5. rebased!

    srinify committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    3285c10 View commit details
    Browse the repository at this point in the history