Skip to content

Conversation

@alvagante
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings December 18, 2025 13:43
@alvagante alvagante merged commit 3d7cd10 into main Dec 18, 2025
3 checks passed
@alvagante alvagante deleted the 030b branch December 18, 2025 13:45
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 updates the project to version 0.3.0 with significant enhancements including Puppetserver integration improvements, UI/UX updates with dark mode support, environment variable renaming for consistency, and license change from MIT to Apache-2.0.

Key Changes:

  • Version bump from 0.2.0 to 0.3.0 across all packages
  • Environment variables renamed with BOLT_ prefix for clarity
  • Added dark mode theme support with persistent user preference
  • Enhanced Puppetserver integration with CA API fallback to PuppetDB
  • New setup guide components for Puppetserver, PuppetDB, and Bolt integrations

Reviewed changes

Copilot reviewed 5 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
package.json Version bump to 0.3.0 and license change to Apache-2.0
frontend/package.json Version bump to 0.3.0
backend/package.json Version bump to 0.3.0
scripts/update-version.sh New script to update version across project files
scripts/update-version.js Node.js version of version update script
frontend/src/lib/theme.svelte.ts New theme management system with dark mode support
frontend/src/components/*SetupGuide.svelte New comprehensive setup guides for integrations
backend/src/config/ConfigService.ts Environment variable renaming with BOLT_ prefix
backend/src/server.ts Enhanced Bolt initialization and validation
backend/src/integrations/puppetserver/PuppetserverService.ts CA API fallback to PuppetDB when unavailable
docs/* Documentation updates for token authentication and environment variables
scripts/docker-run.* Environment variable updates in Docker scripts
LICENSE New Apache-2.0 license file

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

*/

import fs from 'fs';
import path from 'path';
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

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

Unused import path.

Suggested change
import path from 'path';

Copilot uses AI. Check for mistakes.
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.

2 participants