mirror of
https://github.com/gotempsh/temps.git
synced 2026-04-25 06:15:55 +03:00
[PR #3] [MERGED] feat: analytics enhancements, migration CLI, deployment fixes, and dependency upgrades #7
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/temps#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/gotempsh/temps/pull/3
Author: @dviejokfs
Created: 2/16/2026
Status: ✅ Merged
Merged: 2/16/2026
Merged by: @dviejokfs
Base:
main← Head:feat/docker-image-deploy-pipeline-routing📝 Commits (10+)
9747c34fix(deployments): route docker image uploads to correct pipeline for git projectsb961498fix(deployments): use environment slug for manual deployment URLsd58341afeat(analytics): add visitor journey and page flow analytics endpointsdd33166feat(analytics): enhance visitor analytics with EarthGlobe component and new assetsbd80c39feat(analytics): implement date filtering for visitor analyticsec48bc9feat(setup): implement system user creation for webhook context12e2a4afeat(migration): implement migration command and related functionality1806497feat(analytics): add recent activity endpoint for real-time event tracking1ecb33bfeat(dependencies): update package versions and clean up Cargo.lock5796100feat(database): update TimescaleDB Docker images to pg18📊 Changes
313 files changed (+35514 additions, -29423 deletions)
View changed files
➕
.github/ISSUE_TEMPLATE/bug_report.yml(+92 -0)➕
.github/ISSUE_TEMPLATE/config.yml(+8 -0)➕
.github/ISSUE_TEMPLATE/feature_request.yml(+41 -0)➕
.github/PULL_REQUEST_TEMPLATE.md(+22 -0)📝
.github/workflows/rust-tests.yml(+252 -22)📝
.gitignore(+6 -0)📝
CHANGELOG.md(+2 -2)➕
CONTRIBUTING.md(+184 -0)📝
Cargo.lock(+375 -1013)📝
Cargo.toml(+25 -16)➕
LICENSE-MIT(+21 -0)📝
README.md(+199 -61)➕
SECURITY.md(+61 -0)📝
apps/temps-cli/src/api/sdk.gen.ts(+10 -1)📝
apps/temps-cli/src/api/types.gen.ts(+73 -0)📝
apps/temps-cli/src/cli.ts(+2 -0)📝
apps/temps-cli/src/commands/deploy/deploy-local-image.ts(+232 -131)📝
apps/temps-cli/src/commands/deploy/deploy.ts(+6 -0)➕
apps/temps-cli/src/commands/migrate/adapters/base.test.ts(+352 -0)➕
apps/temps-cli/src/commands/migrate/adapters/base.ts(+342 -0)...and 80 more files
📄 Description
Summary
This release brings major new features across analytics, CLI tooling, and deployment infrastructure, alongside critical bug fixes and dependency upgrades.
Analytics & Visualization
@react-three/fiberCLI: Migration Command
migratecommand to import projects from Vercel, Coolify, and DokployDeployment Fixes
determine_deployment_source_type()now checks deployment metadata before project source type fallbackInfrastructure & Dependencies
pg17totimescale/timescaledb-ha:pg18thoughts/filesOther
doctorandupgradeCLI commands@temps-sdk/node-sdkpackage info🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.