-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove isDependency to pkgName (#2021)
* remove un-needed fields from isDep in the graphql schema Signed-off-by: pxp928 <parth.psu@gmail.com> * remove un-needed fields from isDep in the graphql schema Signed-off-by: pxp928 <parth.psu@gmail.com> * update bulk assembler to only ingest pkgVersion Signed-off-by: pxp928 <parth.psu@gmail.com> * update arango backend and remove version range from filter and input spec Signed-off-by: pxp928 <parth.psu@gmail.com> * remove version range from deps.dev handler Signed-off-by: pxp928 <parth.psu@gmail.com> * update keyvalue backend for isDep Signed-off-by: pxp928 <parth.psu@gmail.com> * update ent backend isDep Signed-off-by: pxp928 <parth.psu@gmail.com> * update cmd and other usecases of depPkgName Signed-off-by: pxp928 <parth.psu@gmail.com> * fix patch planning unit tests and lint issues Signed-off-by: pxp928 <parth.psu@gmail.com> * update e2e query output for isDep Signed-off-by: pxp928 <parth.psu@gmail.com> * add check to bulk assembler for nil values Signed-off-by: pxp928 <parth.psu@gmail.com> * update ent schema Signed-off-by: pxp928 <parth.psu@gmail.com> --------- Signed-off-by: pxp928 <parth.psu@gmail.com>
- Loading branch information
Showing
71 changed files
with
410 additions
and
2,709 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,6 @@ query isDependency { | |
} | ||
} | ||
} | ||
versionRange | ||
origin | ||
collector | ||
} | ||
|
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
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
Oops, something went wrong.