Skip to content
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

Bump v0.10.0 #105

Merged
merged 113 commits into from
Feb 5, 2024
Merged

Bump v0.10.0 #105

merged 113 commits into from
Feb 5, 2024

Conversation

Xieyt
Copy link
Collaborator

@Xieyt Xieyt commented Feb 2, 2024

Features

  • Run multiple frappe sites at once. #85
  • Custom queue support. #93
  • Integrate Supervisor for Efficient Command Management within Containers feature-request. #92
  • fm sub command group service which will have restart, start, stop, shell as commands. #85
  • Check site in fm create execution for successful creation, if not then prompt for rollback. #96
  • fm logs <sitename> show frappe dev server logs. #26

Enhancements

  • Migration module for handling fm version migrations.
  • Revamped fm list command for improved user experience. #94
  • Site services and worker services status in fm info command for better site monitoring at on glance. #95
  • Alert user when current user is not added to docker group. #97
  • Better formatting for yaml in all docker compose files.
  • Fix port checking implementation, now using python package psutil for Linux and lsof command for osx. #77
  • Provides service name hints in help for --service flag in fm logs and fm shell subcommand.
  • Add -f short flag for --follow in fm logs

Maintenance/Optimizations

  • Optimized compose file migration.
  • Fix logs command for better Keyboard Interrupt handling.
  • Dependency change from pyyaml to ruamel.yaml for better YAML processing
  • Optimized ports checking, now ports are checked excluding ports which are published by fm itself(like docker binded ports).
  • Refactor code for move readability.
  • Optimized docker compose site and worker status check.

BUG FIXES

  • Fixed docker compose up, restart, and exec commands not working with services argument
  • Fixed shell, logs command not working with --service flag
  • Fixed docker on detection for correct Docker status detection

@Xieyt Xieyt marked this pull request as ready for review February 5, 2024 12:01
@Xieyt Xieyt merged commit 5ed8d6d into main Feb 5, 2024
1 check 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