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

Add support for Swift package manager #3788

Merged
merged 14 commits into from
Jun 3, 2024
Merged

Commits on May 28, 2024

  1. Add support for Swift package manager

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d9776db View commit details
    Browse the repository at this point in the history
  2. Update the available package parsers doc

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed May 28, 2024
    Configuration menu
    Copy the full SHA
    dafa9b9 View commit details
    Browse the repository at this point in the history
  3. Regen test fixture for help.txt

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed May 28, 2024
    Configuration menu
    Copy the full SHA
    12ee23b View commit details
    Browse the repository at this point in the history
  4. Test support for swift package manager

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d06af37 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b1f17bc View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Use proper case for default_primary_language

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    
    Co-authored-by: Philippe Ombredanne <[email protected]>
    keshav-space and pombredanne authored May 29, 2024
    Configuration menu
    Copy the full SHA
    31c57aa View commit details
    Browse the repository at this point in the history
  2. Add detail to JSON dump-package command

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    
    Co-authored-by: Philippe Ombredanne <[email protected]>
    keshav-space and pombredanne authored May 29, 2024
    Configuration menu
    Copy the full SHA
    de88a55 View commit details
    Browse the repository at this point in the history
  3. Add detail to package resolve command

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    
    Co-authored-by: Philippe Ombredanne <[email protected]>
    keshav-space and pombredanne authored May 29, 2024
    Configuration menu
    Copy the full SHA
    75ea06a View commit details
    Browse the repository at this point in the history
  4. Refine description for SwiftManifestJsonHandler

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    
    Co-authored-by: Philippe Ombredanne <[email protected]>
    keshav-space and pombredanne authored May 29, 2024
    Configuration menu
    Copy the full SHA
    98860b3 View commit details
    Browse the repository at this point in the history
  5. Refine description for SwiftPackageResolvedHandler

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    
    Co-authored-by: Philippe Ombredanne <[email protected]>
    keshav-space and pombredanne authored May 29, 2024
    Configuration menu
    Copy the full SHA
    4f8753a View commit details
    Browse the repository at this point in the history
  6. Use the exact name used upstream for the scope

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    
    Co-authored-by: Philippe Ombredanne <[email protected]>
    keshav-space and pombredanne authored May 29, 2024
    Configuration menu
    Copy the full SHA
    c259071 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Add namespace to swift PURLs

    - Use the last segment as name and the rest as namespace
    
    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a213ae8 View commit details
    Browse the repository at this point in the history
  2. Add support for version 1 and 2 of Package.resolved

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed May 31, 2024
    Configuration menu
    Copy the full SHA
    603d992 View commit details
    Browse the repository at this point in the history
  3. Keep the platform details in the extra_data field

    Signed-off-by: Keshav Priyadarshi <[email protected]>
    keshav-space committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d4acaef View commit details
    Browse the repository at this point in the history