skyl / corpora

Corpora is a self-building corpus that can help build other arbitrary corpora
GNU Affero General Public License v3.0
2 stars 0 forks source link

feat(console-rs+): add some deps for pretty console with colors and such #53

Closed skyl closed 4 days ago

skyl commented 4 days ago

PR Type

enhancement, configuration changes


Description


Changes walkthrough 📝

Relevant files
Enhancement
plan.py
Add debugging print statement in `get_issue` function       

py/packages/corpora/routers/plan.py - Added a commented-out print statement for debugging purposes.
+1/-0     
Cargo.toml
Add new dependencies for enhanced console features             

rs/core/corpora_cli/Cargo.toml
  • Added new dependencies: console, dialoguer, indicatif, termimad.
  • +4/-0     
    Configuration changes
    docker-compose.yaml
    Modify `GITHUB_TOKEN` configuration in Docker Compose       

    docker-compose.yaml
  • Commented out GITHUB_TOKEN in the app service environment.
  • Added GITHUB_TOKEN to the worker service environment.
  • +2/-1     

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    github-actions[bot] commented 4 days ago

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Code Smell
    The commented-out print statement in the `get_issue` function may lead to clutter and should be removed or properly logged if needed for debugging. Configuration Change
    The `GITHUB_TOKEN` environment variable has been commented out in the `app` service and added to the `worker` service. Ensure this change aligns with the intended deployment and security practices.
    github-actions[bot] commented 4 days ago

    PR Code Suggestions ✨

    No code suggestions found for the PR.