Merge Upstream 1.41 - #9
Open
radek-taboola wants to merge 289 commits into
Open
Conversation
* Fix type: extendedDescription can be undefined * Concatenate description in InfoBubble and pass it from CubeHeaderBar * Add some spacing for paragraphs.
Small refactor for FilterTile. Label is defined as a component for brevity.
* Set height to enforce Scroller to render in available space. * Previously new data caused change of props in existing component. Now, barchart is recreated from scratch. So work done in lifecycle componentWillReceiveProps` can be done inside field initializer. Method rename for brevity.
…gro#790) Implement canDrop's as total switches on dragging element type.
* DateTime formatter for url-safe output * Helper for generating file name based on source name and dates from time filter * Set file names for exported files
* Context for keeping dataset for download. * Fix imports * Use DownloadableDatasetContext for setting dataset in data-provider and retrieving it in share menu. Remove old code. * Generate tabular options when downloading, not when saving dataset. * Remove unused interface * Unroll type expression to interface.
* Splits and DataCube are required action variables for visualization dependent evaluator. It's impossible to have visualization without data cube, and we always create splits object, even if empty. * Check for any series in grid manifest, because we need one for sorting Grid can't use dimension sorts because it uses group-by query.
* Introduce CenterPanel component * CenterPanel refactors * Divide into components * CenterPanel handles creating stage based on DOM rectangle * Pass component for visualization * Some type machinery * Define CenterStage for all menus inside CenterPanel based on bounding rect of div rendered in CubeView. * CenterPanel does not have any responsibilities, so all Visualizations just call CenterTopBar and CenterMain explicitly. * Big bunch of renames * Quick fix for chart stage. More work expected in allegro#799
* Add VisualizationControls and use it in Grid component. * Parametrize DataProvider with query factory function (allegro#802) * Parametrize DataProvider with query factory function * SplitMenuBase * Split controls for Grid * Use real limits in grid queries * Fix key on React.Fragment for efficient array diff Rename commonSort prop to sort. * Remove "sort by each dimension" feature on table * Flatten props on split header components. * Add 10 000 limit for grid * Show sort indicator on split columns * mainSplit util for grid - it selects split where are defined sort and limit * Split grid into visual component and interaction controller.
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2. --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Remove dragging state from ResizeHandle - it was unused. * Use actual styles for calculating chart stage * Use stage instead of reference to get dimensions of chart. * withProps Higher Order Component for injecting additional properties into component * Lift segmentWidth into Table/Grid Visualisation instead of Chart. This is done because Chart is often unmounted due to loading states of DataProvider and we need to persist segmentWidth state between data loads
* Helpers for fixing split's limit and sort * Fix splits in all resolvers * Default limit for color split is the number of available colors. * Time split limits should preserve null. Also bunch of renames * Add tests and fix some typos.
* Flatten query results for grid * Flattened splits now accepts splitLabel component. Collapsed Table passes FlattenedSplitColumns but Grid defines it's own component. Grid SplitLabels checks if row is a Total and returns one label "Total" * MeasureRows now accepts prop with predicate that based on row datum decides if row should show measure bar. * Use NESTING_NAME constant in isTotalDatum * Unify getScalesForColumns between table and grid. Internal filtering logic is taken outside - visualization just provide different datum arrays.
* It will be presented before Table in VizSelector * It will have precendence over Table in VizResolvers
* Remove old code * Add helper for maxTime for data cube * Encapsulate logic inside time monitor and remove creating max time query from settings manager
Co-authored-by: Wojciech Meler <wojciech.meler@grupawp.pl>
* Rename updated field to lastTimeChecked in TimeTag * Remove unused special field in TimeTag * Update time tag with old value in case of error, to reflect lastTimeCheck value * Add prefix for TimeMonitor logger * Don't use special field of TimeTag in Timekeeper
Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](markedjs/marked@v0.7.0...v4.0.10) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cypress](https://github.com/cypress-io/cypress) from 12.9.0 to 12.10.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v12.9.0...v12.10.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cypress](https://github.com/cypress-io/cypress) from 12.10.0 to 12.13.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v12.10.0...v12.13.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Basic implementation * more tests and docs
Bumps [cypress](https://github.com/cypress-io/cypress) from 12.13.0 to 12.17.1. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v12.13.0...v12.17.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release 1.40.2
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
DPBI-523: Merge upstream 1.40.2
Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 9 to 11. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](treosh/lighthouse-ci-action@v9...v11) --- updated-dependencies: - dependency-name: treosh/lighthouse-ci-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github-pages](https://github.com/github/pages-gem) from 228 to 229. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v228...v229) --- updated-dependencies: - dependency-name: github-pages dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github-pages](https://github.com/github/pages-gem) from 229 to 230. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v229...v230) --- updated-dependencies: - dependency-name: github-pages dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github-pages](https://github.com/github/pages-gem) from 230 to 231. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v230...v231) --- updated-dependencies: - dependency-name: github-pages dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the bundler group in /docs with 2 updates: [nokogiri](https://github.com/sparklemotion/nokogiri) and [rexml](https://github.com/ruby/rexml). Updates `nokogiri` from 1.16.2 to 1.16.5 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.2...v1.16.5) Updates `rexml` from 3.2.6 to 3.3.3 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.6...v3.3.3) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect dependency-group: bundler - dependency-name: rexml dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ures are given (allegro#1109) Co-authored-by: tom <tom.tom@kakaocorp.com>
Bumps [github-pages](https://github.com/github/pages-gem) from 231 to 232. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v231...v232) --- updated-dependencies: - dependency-name: github-pages dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release 1.41.0
Merge Upstream 1.41
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
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.
Merging 4 last releases from: https://github.com/allegro/turnilo/releases