Skip to content

Conversation

@botlin
Copy link
Contributor

@botlin botlin commented Jan 8, 2026

What does this change?

Why?

Link to supporting ticket or Screenshots (if applicable)

@botlin botlin marked this pull request as ready for review January 19, 2026 10:41
@botlin botlin requested a review from Copilot January 19, 2026 10:42
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR implements a Tealium extension deployment pipeline with TypeScript that enables automated deployment of JavaScript extensions to Tealium's tag management platform.

Changes:

  • Created deployment pipeline with API integration, extension diffing, and minification support
  • Added comprehensive test coverage for API client, deployment pipeline, extension diffing, and extension models
  • Updated configuration to support TypeScript mutation testing and added a GitHub Actions workflow for automated deployment

Reviewed changes

Copilot reviewed 14 out of 16 changed files in this pull request and generated 13 comments.

Show a summary per file
File Description
stryker.config.json Extended mutation testing to cover TypeScript source files
src/tealiumdeployment/main.ts Entry point for deployment CLI with command-line argument parsing
src/tealiumdeployment/deployment.ts Orchestrates the deployment workflow steps
src/tealiumdeployment/TealiumExtensionDiff.ts Compares local and remote extensions to determine updates
src/tealiumdeployment/TealiumExtensionDiff.test.ts Test coverage for extension diffing logic
src/tealiumdeployment/TealiumDeploymentPipeline.ts Manages deployment pipeline including file reading and minification
src/tealiumdeployment/TealiumDeploymentPipeline.test.ts Test coverage for deployment pipeline
src/tealiumdeployment/TealiumAPI.ts API client for Tealium platform with authentication and deployment methods
src/tealiumdeployment/TealiumAPI.test.ts Test coverage for API client
src/tealiumdeployment/Extension.ts Data model for extensions with hashing capabilities
src/tealiumdeployment/Extension.test.ts Test coverage for extension model
src/config.ts Configuration management for Tealium credentials
package.json Added dependencies and deployment script
.github/workflows/tealium_deployment.yml GitHub Actions workflow for automated deployment

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@botlin botlin requested a review from Copilot January 19, 2026 12:04
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 14 out of 16 changed files in this pull request and generated 5 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@botlin botlin merged commit 431947d into master Jan 19, 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