-
Notifications
You must be signed in to change notification settings - Fork 48
Comparing changes
Open a pull request
base repository: Comfy-Org/comfy-cli
base: v1.2.5
head repository: Comfy-Org/comfy-cli
compare: main
- 15 commits
- 11 files changed
- 6 contributors
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 44e1dd8 - Browse repository at this point
Copy the full SHA 44e1dd8View commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1760cad - Browse repository at this point
Copy the full SHA 1760cadView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 03e78bb - Browse repository at this point
Copy the full SHA 03e78bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cab8f1 - Browse repository at this point
Copy the full SHA 6cab8f1View commit details
Commits on Oct 31, 2024
-
--listen doesn't work on launch command (#201)
Doing: ``` comfy launch --background -- --listen 0.0.0.0 --cpu ``` doesn't work because of a typo. Here a small fix.
Configuration menu - View commit details
-
Copy full SHA for 9f86f60 - Browse repository at this point
Copy the full SHA 9f86f60View commit details -
comfy standalone: numpy < 2.0 for all OS (#202)
* Numpy < 2.0 for all OS. * Fix ruff issues. * update uv unittest to reflect numpy < 2 forced requirement --------- Co-authored-by: telamonian <telamonian@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 93ab01b - Browse repository at this point
Copy the full SHA 93ab01bView commit details
Commits on Nov 7, 2024
-
Handle case when Github releases rate limit is reached. (#204)
* Handle case when Github releases rate limit is reached. * Attach GITHUB_TOKEN to releases request if available. * Fix test. * Fix test. * Ruff fix.
Configuration menu - View commit details
-
Copy full SHA for 6525338 - Browse repository at this point
Copy the full SHA 6525338View commit details
Commits on Nov 12, 2024
-
[Optional] Checkout specific commit for ComfyUI-Manager (#207)
* Handle case when Github releases rate limit is reached. * Attach GITHUB_TOKEN to releases request if available. * Fix test. * Fix test. * Ruff fix. * Checkout specific commit for ComfyUI-Manager.
Configuration menu - View commit details
-
Copy full SHA for 2ff6f6e - Browse repository at this point
Copy the full SHA 2ff6f6eView commit details
Commits on Nov 13, 2024
-
Continue on update node cache error when installing ComfyUI-Manager (#…
…208) * Add. * Catch errro.. * Update ruff. * Revert.
Configuration menu - View commit details
-
Copy full SHA for b2ba7d0 - Browse repository at this point
Copy the full SHA b2ba7d0View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7711db0 - Browse repository at this point
Copy the full SHA 7711db0View commit details
Commits on Dec 20, 2024
-
feat: add eval/exec checks for Python files before publishing nodes
Implemented security checks using Ruff to identify specific violations (S102, S307) in Python files.
Configuration menu - View commit details
-
Copy full SHA for cc38cc8 - Browse repository at this point
Copy the full SHA cc38cc8View commit details -
refactor: update security checks in publish command and add tests
Replaced the previous security check implementation with a subprocess call to 'ruff' for better error handling and output. Added tests to verify behavior on security violations, missing 'ruff' installation, and successful publishing with a token. This enhances the reliability and maintainability of the publish process.
Configuration menu - View commit details
-
Copy full SHA for e031120 - Browse repository at this point
Copy the full SHA e031120View commit details -
refactor: enhance security checks in publish command and update tests
Updated the security check implementation in the publish command to use 'ruff' with an '--exit-zero' flag, changing the output handling to display warnings instead of errors. Adjusted the test cases to reflect these changes, ensuring that security warnings are correctly asserted. This improves the clarity of security feedback during the publishing process.
Configuration menu - View commit details
-
Copy full SHA for 0601faa - Browse repository at this point
Copy the full SHA 0601faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae9b0aa - Browse repository at this point
Copy the full SHA ae9b0aaView commit details
Commits on Dec 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f0cf4f - Browse repository at this point
Copy the full SHA 3f0cf4fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.5...main