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

BACKLOG-22357: Tool to identify import packages / runtime dependencies #67

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

jayblanc
Copy link
Contributor

JIRA

Improvement over existing ticket :
https://jira.jahia.org/browse/BACKLOG-22357

Description

Improve the tool to combine export/import in the same result and have also a two level inspection :

  • if a package is exported (or imported), you can see what bundle imports that package (or export as opposite)
    A compact view of result is also provided to ease reading and mapping with configuration files
    A unique global lookup is done to ensure fast response time on large responses with multi level inclusions

Tests

The following are included in this PR

  • Unit Tests (Most changes should have unit tests)
  • Integration Tests

Checklist

I have considered the following implications of my change:

  • Security (in particular for changes to authentication, authorization, data fetching, ...)
  • Performance
  • Migration
  • Code maintainability

Documentation

  • Inline documentation
  • Internal Documentation (wiki)
  • User-facing Documentation

@jayblanc jayblanc requested a review from jkevan February 27, 2024 15:22
@jkevan
Copy link
Contributor

jkevan commented Dec 6, 2024

Did we forgot to merge this one ?
What is the status of this PR ?

@jayblanc
Copy link
Contributor Author

jayblanc commented Dec 6, 2024

Yes it has never been merged.

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.

2 participants