Conversation
…e of tabbed content
This was referenced Mar 30, 2020
sanderson
added a commit
that referenced
this pull request
May 16, 2024
* Downsampling InfluxDB2 data with Quix * Minor updates * Adjust weight * WIP - Added downsample with Quix * Update menu * Update menu for v2 downsampling with Flux and Quix * v2 downsampling page ordering * Add Quix downsample example to clustered * Add Quix downsample example to cloud * Update content/influxdb/cloud-dedicated/process-data/downsample/downsample-quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud/process-data/common-tasks/downsample/downsample-data-quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud/process-data/common-tasks/downsample/downsample-data.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud/process-data/common-tasks/downsample/downsample-data.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud/process-data/common-tasks/downsample/downsample-data-quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud/process-data/common-tasks/downsample/downsample-data-quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/clustered/process-data/downsample/_index.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Updates based on review comments * Update Cloud downsampling with Quix page title * Task/influx quix updates (#3) Adding alternative downsampling examples - Using Quix. This PR includes changes to: Dedicated Cloud(TSM) OSS Clustered Quix is collaborating with Influxdata to act as a pure Python alternative to Kapacitor+Flux. The audience is folks who: Know Python already and/or don't want to learn a DSL, and possibly those who want to process data more "Pythonically" rather than mixing SQL syntax and Python. FYI: Quix is both a runtime platform (Quix Cloud) and data processor (Quix Streams Python library). The aim of the articles is to show how downsampling can be done in a continuous real-time process using pure Python. [x] Signed the InfluxData CLA (if necessary) [x] Rebased/mergeableAdding alternative downsampling examples - Using Quix. * Update content/influxdb/cloud-serverless/process-data/downsample/quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-dedicated/process-data/downsample/downsample.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-serverless/process-data/downsample/quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update layouts/shortcodes/html-diagram/influxdb-v3-quix-downsample-pipeline.html Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update layouts/shortcodes/html-diagram/influxdb-v3-quix-downsample-pipeline.html Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update layouts/shortcodes/html-diagram/influxdb-v3-quix-downsample-pipeline.html Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Review updates (#4) Updates from review. thanks. * Update content/influxdb/cloud-dedicated/process-data/downsample/downsample-quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/v2/tools/downsample-data-quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/v2/tools/downsample-data-quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/v2/tools/downsample-data-quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/v2/tools/downsample-data-quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/v2/tools/downsample-data-quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/v2/tools/downsample-data-quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/clustered/process-data/downsample/quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/clustered/process-data/downsample/quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/clustered/process-data/downsample/client-libraries.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud-serverless/process-data/downsample/quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud/process-data/common-tasks/downsample-data-quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Update content/influxdb/cloud/process-data/common-tasks/downsample-data-quix.md Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> * Updates from review (#5) Updates from review --------- Co-authored-by: steverosam <steve@quix.ai> Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
jstirnaman
pushed a commit
that referenced
this pull request
Jul 23, 2026
…-blocking Addresses the Copilot review on #7553: - check-release-notes-version.js: compare Core/Enterprise per edition against the shared v3 release-notes file. parseEditionVersions() strips HTML comments and takes the newest live "### Core" / "### Enterprise" section, so an Enterprise-only release (Core section commented out) no longer flags Core to bump to an unpublished version. (#1) - detect-version-bump.js (new): precise latest_patch/latest_patches value diff, so unrelated v1:/v2: keys (oss_repo.branch, content_path, label_group, latest_cli) no longer trigger the release reminder. (#2) - pr-link-check.yml: detect the data/products.yml change via git diff over the full PR range, not the unpaginated Files API list (30-file cap). (#3) - pr-release-check.yml: the artifact check is now a non-blocking reminder, not a merge gate — removing the fail-open jq fallback (#4), the unrelated-product checks (#5), and the all-links-not-just-artifacts behavior (#6). Download-URL health stays with pr-link-check.yml. - exec-plan / SKILL.md: updated to reflect non-blocking reminders; also lands the remark-lint emphasis fix. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016JkswEKi4G5xbCJ5T6Aj1k
jstirnaman
pushed a commit
that referenced
this pull request
Jul 23, 2026
…-blocking Addresses the Copilot review on #7553: - check-release-notes-version.js: compare Core/Enterprise per edition against the shared v3 release-notes file. parseEditionVersions() strips HTML comments and takes the newest live "### Core" / "### Enterprise" section, so an Enterprise-only release (Core section commented out) no longer flags Core to bump to an unpublished version. (#1) - detect-version-bump.js (new): precise latest_patch/latest_patches value diff, so unrelated v1:/v2: keys (oss_repo.branch, content_path, label_group, latest_cli) no longer trigger the release reminder. (#2) - pr-link-check.yml: detect the data/products.yml change via git diff over the full PR range, not the unpaginated Files API list (30-file cap). (#3) - pr-release-check.yml: the artifact check is now a non-blocking reminder, not a merge gate — removing the fail-open jq fallback (#4), the unrelated-product checks (#5), and the all-links-not-just-artifacts behavior (#6). Download-URL health stays with pr-link-check.yml. - exec-plan / SKILL.md: updated to reflect non-blocking reminders; also lands the remark-lint emphasis fix. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016JkswEKi4G5xbCJ5T6Aj1k
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.
No description provided.