Skip to content

🩹 [Patch]: Co-locate EVERYTHING :) #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Feb 12, 2025
Merged

🩹 [Patch]: Co-locate EVERYTHING :) #131

merged 17 commits into from
Feb 12, 2025

Conversation

MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Feb 10, 2025

Description

The actions within the PSModule framework are closely interconnected, each serving a critical function. However, developing and testing both individual actions and their integration within the framework has become increasingly inefficient due to their scattered nature. Additionally, issue tracking was fragmented across multiple repositories, making management more cumbersome.

To improve efficiency, I have consolidated everything into a single reusable workflow repository. This centralization simplifies development, testing, and issue tracking, providing a unified view of the entire process.

Motivation

The actions within the PSModule framework are tightly connected, each playing a crucial role. However, developing and testing both individual actions and their integration with the whole has become inefficient due to their scattered nature. Additionally, issue tracking was spread across multiple repositories, further complicating the process.

To streamline development, testing, and issue tracking, I’ve opted to consolidate everything into a single reusable workflow repository. This will provide a unified view of the entire process and improve efficiency.

Documentation

Moving forward, the documentation for the PSModule framework will be hosted on GitHub Pages using Material for MkDocs. As a result, the README in this workflow repository will be minimal, serving primarily as a pointer to the official documentation.

What has moved where

Old location New location
Initialize-PSModule Initialize
Test-PSModule Test
Publish-PSModule Publish
Build-PSModule Build
Document-PSModule Document

Testing

All testing workflows have been consolidated into this repository to ensure that both individual actions and the overall workflow are tested as changes are developed. This improves cycle time and enhances confidence in the stability of changes before they are released.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
    Here’s an improved version with clearer wording, better structure, and more fluid readability:

@MariusStorhaug MariusStorhaug requested a review from a team as a code owner February 10, 2025 21:57
@MariusStorhaug MariusStorhaug self-assigned this Feb 10, 2025
@MariusStorhaug MariusStorhaug enabled auto-merge (squash) February 12, 2025 17:26
@MariusStorhaug MariusStorhaug merged commit 3240ab2 into main Feb 12, 2025
8 checks passed
@MariusStorhaug MariusStorhaug deleted the colocate branch February 12, 2025 17:27
MariusStorhaug added a commit that referenced this pull request Feb 12, 2025
MariusStorhaug added a commit that referenced this pull request Feb 12, 2025
## Description

Why are we rolling back:

- Reusable actions will not automatically reference its own local
actions.

This PR rolls back the following PRs:

- Rollback #133 
- Rollback #131 

## Type of change

<!-- Use the check-boxes [x] on the options that are relevant. -->

- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] ⚠️ [Security fix]
- [ ] 🚀 [Feature]
- [ ] 🌟 [Breaking change]

## Checklist

<!-- Use the check-boxes [x] on the options that are relevant. -->

- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
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