Skip to content

fix: Enhance package sync with archived status and UI improvements#11

Merged
ReenigneArcher merged 4 commits into
masterfrom
feat/show-recent-releases
Sep 25, 2025
Merged

fix: Enhance package sync with archived status and UI improvements#11
ReenigneArcher merged 4 commits into
masterfrom
feat/show-recent-releases

Conversation

@ReenigneArcher

Copy link
Copy Markdown
Member

Description

Adds support for tracking and displaying repository archived status throughout the sync and package generation process. Updates the UI to show an 'Archived' badge, limits displayed releases to the latest 5 per repository, and provides a link to view additional releases. Also ensures only v-prefixed releases are processed and improves metadata handling in the workflow.

Screenshot

Issues Fixed or Closed

Roadmap Issues

Type of Change

  • feat: New feature (non-breaking change which adds functionality)
  • fix: Bug fix (non-breaking change which fixes an issue)
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.)
  • refactor: Code change that neither fixes a bug nor adds a feature
  • perf: Code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies
  • ci: Changes to CI configuration files and scripts
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit
  • BREAKING CHANGE: Introduces a breaking change (can be combined with any type above)

Checklist

  • Code follows the style guidelines of this project
  • Code has been self-reviewed
  • Code has been commented, particularly in hard-to-understand areas
  • Code docstring/documentation-blocks for new or existing methods/components have been added or updated
  • Unit tests have been added or updated for any new or modified functionality

AI Usage

  • None: No AI tools were used in creating this PR
  • Light: AI provided minor assistance (formatting, simple suggestions)
  • Moderate: AI helped with code generation or debugging specific parts
  • Heavy: AI generated most or all of the code changes

Adds support for tracking and displaying repository archived status throughout the sync and package generation process. Updates the UI to show an 'Archived' badge, limits displayed releases to the latest 5 per repository, and provides a link to view additional releases. Also ensures only v-prefixed releases are processed and improves metadata handling in the workflow.
@ReenigneArcher ReenigneArcher force-pushed the feat/show-recent-releases branch from 6bc0437 to dd3f8b2 Compare September 25, 2025 03:50
Replaces inline ternary for release pluralization with a variable for better readability. Also updates optional chaining usage and clarifies a comment about loading repository data.
Replaces the error message HTML for failed repository data loading with improved Bootstrap classes for better alignment and styling.
@ReenigneArcher ReenigneArcher force-pushed the feat/show-recent-releases branch from dd3f8b2 to dca1d0e Compare September 25, 2025 03:56
Introduces new scripts to handle asset synchronization with metadata storage and cleanup of non-v-prefixed release directories. Updates the GitHub Actions workflow to use these scripts for improved automation and reliability. Also fixes a minor formatting issue in the app.js template.
@ReenigneArcher ReenigneArcher force-pushed the feat/show-recent-releases branch from d9d9cf6 to 7ad7662 Compare September 25, 2025 04:12
@sonarqubecloud

Copy link
Copy Markdown

@ReenigneArcher ReenigneArcher merged commit c49c137 into master Sep 25, 2025
14 checks passed
@ReenigneArcher ReenigneArcher deleted the feat/show-recent-releases branch September 25, 2025 04:16
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