Skip to content

migrate: import 31 historical entries from altimate-website data.js#6

Merged
anandgupta42 merged 3 commits into
mainfrom
migrate/data-js
May 13, 2026
Merged

migrate: import 31 historical entries from altimate-website data.js#6
anandgupta42 merged 3 commits into
mainfrom
migrate/data-js

Conversation

@anandgupta42
Copy link
Copy Markdown
Contributor

Summary

Brings the new GitHub-backed changelog to parity with the legacy data.js-backed /changelog page on altimate-website. Once this merges, /changelog?next=1 will show the full Dec 2025 / Jan 2026 / Feb 2026 history, not just the May 2026 sample entry.

  • 31 entries imported from altimate-website/src/pages/changelog/data.js
  • Dates spread within each month so display order matches the original list (newest at top)
  • Validator relaxed: an entry can now use description alone with no markdown body (previously body was required). Renderer hides the "Read more" toggle when there's nothing extra.

Product attribution — please review

data.js had no product field. I made best-guess attributions based on title and context. Judgment calls:

Pattern Attributed to
Anything with "Databricks" in title databricks-app only
Anything with "Snowflake gen2" / SKU-specific snowflake-app only
Studio launches dbt-power-user + snowflake-app + databricks-app
Workload / cost-monitoring / warehouse-sizing snowflake-app + databricks-app
Knowledge Engine datamates + dbt-power-user
Azure SSO all 5 products (platform-wide auth)
Datamates page datamates only
dbt Cloud integrations dbt-power-user only

Look at entries/ and re-tag anything that's wrong before merging.

Validation

  • 32 entries × passed python3 .github/scripts/validate.py locally
  • CI workflows run on this PR (schema, markdownlint, link health)

Test plan

  • Spot-check product attribution on a sample of entries
  • Confirm dates are acceptable (we used 1st/last spread within month — exact dates can be edited later)
  • Optional: tweak emoji/title/description if any look off
  • Merge, then the website's ?next=1 view picks up the new entries within ~5 minutes

🤖 Generated with Claude Code

anandgupta42 and others added 3 commits May 13, 2026 15:18
Brings parity with the legacy /changelog rendered from src/pages/changelog/data.js.
Spread across Feb 2026, Jan 2026, and Dec 2025. Dates are spread within each
month so display order matches the original data.js order; tweak if you have
the actual ship dates.

Also relaxes the validator to allow entries with only `description` set
(no markdown body), and the renderer now skips the "Read more" toggle when
there's nothing extra to expand.

Product attribution is a best guess — review the diff and re-tag anything
that's wrong before merge. Notable judgment calls:
  - Studio features → multi-tagged dbt-power-user + snowflake-app + databricks-app
  - Workload/cost-monitoring features → snowflake-app + databricks-app
  - Knowledge Engine → datamates + dbt-power-user
  - Azure SSO → all 5 products (platform-wide auth)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- New optional `authors` frontmatter field: ["Full Name:PIXEL_KEY", ...]
- products.yml gains an `author_pixels` closed list (HUMAN, ROBOT, etc.)
- validate.py validates pixel keys against that list
- Updated May 2026 sample to show a fully-loaded entry (description, body,
  authors, multi-product) so the rendered card has something to expand into.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Demonstrates the expanded card UI: body markdown rendered with mono headings,
v2-styled inline code, and a `// SHIPPED BY` footer with pixel-art avatars.

Enriched entries:
  - 2026-05-13 New changelog (Anand Gupta + Claude Opus 4.7)
  - 2026-02-28 Knowledge Engine UX (Knowledge Engine Team)
  - 2026-02-22 AI Services cost monitoring (Cost Insights Team)
  - 2026-01-28 Global Studio (Studio Team + Anand Gupta)
  - 2026-01-16 Databricks full platform support (Databricks Team)
  - 2026-01-13 Pre-execution query optimization (AI Agents Team + Anand Gupta)
  - 2025-12-30 Subscriptions v2 (Platform Team)
  - 2025-12-12 Query analysis agent (AI Agents + Studio Teams)

Author names are placeholders — swap with real engineer names before merging.
The pixel keys (ORBIT, ROBOT, HEX, CHIP, etc.) drive the avatars and can be
mixed and matched per engineer.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@anandgupta42 anandgupta42 merged commit dca4c50 into main May 13, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant