Commit Graph
9 Commits
Author SHA1 Message Date
Sahilb315 04e7b97785 fix: improve dependency resolution and package deduplication 2025-05-29 00:39:10 +05:30
Sahilb315 dd6c4f1213 refactor(deps): Improve PyPI dependency resolution and add custom resolver support 2025-05-27 22:19:48 +05:30
Sahilb315 216657afef feat: add Python dependency parsing with extras support 2025-05-22 02:05:34 +05:30
Sahilb315 0b4729f18b refactor: unify package dependency resolution and improve PyPI version handling using registry adapter 2025-05-20 21:23:48 +05:30
Sahilb315 722ee05376 test: Add tests for pypi and pypi_resolver 2025-05-17 22:14:38 +05:30
Sahilb315 fc9fddb324 feat: Add PyPi resolver 2025-05-17 22:14:38 +05:30
Sahilb315 e509f21d2e feat/init-pip-cmd 2025-05-17 22:14:26 +05:30
4031219375 fix: Show error messages on fatal failures #32 (#34)
* fix: Show error messages on fatal failures #32

* test: Add E2E test

* test: fix E2E scripts

* test: fix E2E scripts

* fix: Race condition in concurrent analyzer

* fix: update formatting to ensure docs URL is clickable

Signed-off-by: Sahil Bansal <bansalsahil315@gmail.com>

* fix: E2E test

---------

Signed-off-by: Sahil Bansal <bansalsahil315@gmail.com>
Co-authored-by: Sahil Bansal <bansalsahil315@gmail.com>
2025-05-17 21:54:47 +05:30
Abhisek DattaandGitHub e86b6ef056 feat: Refactor PMG to Maintain Separation of Concerns and Clean Architecture (#19)
* feat: Add separate package manager and resolver

* fix: Npm dependency resolver

* feat: Add analyzer for malysis query

* feat: Add package manager guard as the orchestrator

* feat: Add PMG to orchestrate installation

* Add concurrent scan execution

* Introduce package manager interaction abstraction

* feat: Add UI port for guard

* Remove refactored source files

* Update README

* fix: CI script for multi-arch build

* ci: goreleaser CI fix

* fix: npm command parser to extract package names

* feat: Introduce global config primitive

* fix: Close results channel for clean goroutine exit

* ci: Add container image releaser

* test: Improve test for npm resolver

* refactor: Analyzer to generalise

* Improve UI with additional info

* fix: Goreleaser config

* fix: npm resolver bug

* fix: Fail when command exec workflow fails

* fix: Bug with transitive dependency resolution

* fix: Synchronize common data update in dependency resolver

* chore: Improve log handling

* docs: Update README

* fix: UI text wrapping

* fix: UI handling bugs

* feat: Use concurrent dependency resolver
2025-05-15 16:50:59 +05:30