Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: un33k/python-cloudy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: reorg-claude-code-3
Choose a base ref
...
head repository: un33k/python-cloudy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 0 files changed
  • 2 contributors

Commits on Jun 26, 2025

  1. Update to latest (#3)

    Major improvements:
    - ✅ Removed legacy setup.py, now using pyproject.toml
    - ✅ Created comprehensive help system with `fab help`
    - ✅ Dramatically simplified command structure:
      * setup.server (vs recipe-generic-server.setup-server)
      * db.psql.create-user (vs database.psql.db-psql-create-user)
      * security.secure-server (vs security.firewall.fw-secure-server)
    - ✅ Organized database commands by type (db.psql.*, db.mysql.*)
    - ✅ Fixed all linting issues (100-char lines, imports, code quality)
    - ✅ Updated to use .venv virtual environment
    - ✅ Added bootstrap.sh for automated setup
    - ✅ Updated CLAUDE.md with modern patterns
    un33k authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    a4ddb24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    483f325 View commit details
    Browse the repository at this point in the history
Loading