-
-
Notifications
You must be signed in to change notification settings - Fork 548
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 PackageManifest Class #2748
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Adds a mixin class PackageManifest to models which will have the base implementations of Package Manifest specific methods for recognizing and creating ecosystem specific package manifest objects, which will inherit from this class and the ecosystem Package class. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Creates PackageManifest classes for all individual types of cocoapods manifests and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Creates PackacgeManifest class for aboutfiles and overrides detection and PackageMamanifest creation methods. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
AyanSinhaMahapatra
force-pushed
the
2098-top-level-packages
branch
3 times, most recently
from
November 3, 2021 12:06
28846b8
to
23112ed
Compare
Creates PackageManifest classes for NPM manifests and overrides detection and PackageMamanifest creation methods. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Creates PackageManifest classes for all phpcomposer manifests and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
AyanSinhaMahapatra
force-pushed
the
2098-top-level-packages
branch
2 times, most recently
from
November 4, 2021 09:01
2ab8558
to
9b7f70b
Compare
Creates PackageManifest classes for haxelib json manifests and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
AyanSinhaMahapatra
force-pushed
the
2098-top-level-packages
branch
from
November 4, 2021 10:09
9b7f70b
to
9e5d3b7
Compare
Creates PackageManifest classes for rust cargo manifests` and overrides the methods for detection and PackageManifest creation Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Creates PackageManifest classes for opam manifests and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Creates PackageManifest class for bower json manifest and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Creates PackageManifest class for freebsd compact manifest and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Creates PackageManifest class for various ruby manifests and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Creates PackageManifest class for various python manifests and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
AyanSinhaMahapatra
force-pushed
the
2098-top-level-packages
branch
from
November 15, 2021 15:43
31d59f7
to
fd6d746
Compare
Creates PackageManifest class for go.mod and go.sum manifests and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Creates PackageManifest class for nuspec manifest and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Creates PackageManifest classes for chef manifests and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Creates PackageManifest classes for conda manifests and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Creates PackageManifest class for readme manifests and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Creates PackageManifest classes for pubspec manifests and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Creates PackageManifest classes for various windows manifests and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
AyanSinhaMahapatra
force-pushed
the
2098-top-level-packages
branch
from
November 16, 2021 22:50
65521b8
to
8a30df3
Compare
Creates PackageManifest class for rpm manifests and overrides the methods for detection and PackageManifest creation. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
AyanSinhaMahapatra
force-pushed
the
2098-top-level-packages
branch
from
November 17, 2021 13:54
c8ca51a
to
b8968e2
Compare
4 tasks
Modifies PackageManifest class names to be camelcase and deletes attribute `manifest_type` from individual classes. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
AyanSinhaMahapatra
force-pushed
the
2098-top-level-packages
branch
from
November 30, 2021 21:09
7961811
to
d2b37a1
Compare
@pombredanne This is all green and ready to review! |
Removes recognize function from Package Class, since the recognize function is now at PackageManifest class and this isn't used anywhere. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
pombredanne
approved these changes
Dec 28, 2021
pombredanne
approved these changes
Jan 3, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging at last! Thank you ++
AyanSinhaMahapatra
added a commit
that referenced
this pull request
Feb 1, 2022
Creates PackageManifest classes for cran description manifests and overrides the methods for detection and PackageManifest creation. See #2748 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
AyanSinhaMahapatra
added a commit
that referenced
this pull request
Feb 1, 2022
Creates PackageManifest class for maven pom.xml manifests and overrides the methods for detection and PackageManifest creation. See #2748 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #2747
Tasks
Run tests locally to check for errors.