-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dataframe view update and blueprint API (part 6): cleanup (#7573)
### What - Closes #6896 - Closes #7498 Final PR in the series. Pure cleanup. - removes dead fbs - rename stuff - mark stuff as unreleased - rename `schema` to `view_columns` or `selected_columns`, depending on context (see [this comment](#7527 (comment))) <hr> Part of a series to address #6896 and #7498. All PRs: - #7515 - #7516 - #7527 - #7545 - #7551 - #7572 - #7573 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested the web demo (if applicable): * Using examples from latest `main` build: [rerun.io/viewer](https://rerun.io/viewer/pr/7573?manifest_url=https://app.rerun.io/version/main/examples_manifest.json) * Using full set of examples from `nightly` build: [rerun.io/viewer](https://rerun.io/viewer/pr/7573?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG * [x] If applicable, add a new check to the [release checklist](https://github.com/rerun-io/rerun/blob/main/tests/python/release_checklist)! * [x] If have noted any breaking changes to the log API in `CHANGELOG.md` and the migration guide - [PR Build Summary](https://build.rerun.io/pr/7573) - [Recent benchmark results](https://build.rerun.io/graphs/crates.html) - [Wasm size tracking](https://build.rerun.io/graphs/sizes.html) To run all checks from `main`, comment on the PR with `@rerun-bot full-check`.
- Loading branch information
Showing
77 changed files
with
261 additions
and
3,867 deletions.
There are no files selected for viewing
51 changes: 0 additions & 51 deletions
51
crates/store/re_types/definitions/rerun/blueprint/archetypes/dataframe_query.fbs
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
3 changes: 0 additions & 3 deletions
3
crates/store/re_types/definitions/rerun/blueprint/components.fbs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
crates/store/re_types/definitions/rerun/blueprint/components/latest_at_queries.fbs
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
crates/store/re_types/definitions/rerun/blueprint/components/query_kind.fbs
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
crates/store/re_types/definitions/rerun/blueprint/components/time_range_queries.fbs
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
crates/store/re_types/definitions/rerun/blueprint/datatypes.fbs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
crates/store/re_types/definitions/rerun/blueprint/datatypes/latest_at_query.fbs
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
crates/store/re_types/definitions/rerun/blueprint/datatypes/time_range_query.fbs
This file was deleted.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.