Commit afb7fef
authored
GQL-118: Add support for retrieving a collection revision (#182)
* GQL-118a: Add support for retrieving a collection revision
* GQL-118: Update json key list, fix issue with non empty jsonKeys when revisionId
* GQL-118: Remove debug logs
* GQL-118: Fix issue with 'provider'
* GQL-118: Add test for revisionId
* GQL-118: Remove String conversion, remove error for not matching revision
* GQL-118: Refactoring
* GQL-118: Remove throwing errors for list of json fields
* GQL-118: Remove error messages for list of fields
* GQL-118: Rorder revvisionId in list of CollectionInput
* GQL-118: Add comment
* GQL-118: Add test for case of retrieving collection by revisionId
* GQL-118: Add tests
* GQL-118: Get revisionId from requestInfo, empty out jsonKeys
* GQL-118: Update test for revisionId
* GQL-118: Add test for json only field
* GQL-118: Add allRvisions to parameter list before calling cmrQuery
* GQL-118: Add Notes to json only fields
* GQL-118: Add comment
* GQL-118: Remove 'providerId' as requested
* GQL-118: Fix vulnerabilities1 parent aa8f5f7 commit afb7fef
8 files changed
Lines changed: 414 additions & 90 deletions
File tree
- src
- cmr/concepts
- resolvers/__tests__
- types
- utils
- __tests__
- umm
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
646 | 655 | | |
647 | 656 | | |
648 | 657 | | |
649 | | - | |
| 658 | + | |
650 | 659 | | |
651 | 660 | | |
652 | 661 | | |
| |||
943 | 952 | | |
944 | 953 | | |
945 | 954 | | |
| 955 | + | |
946 | 956 | | |
947 | 957 | | |
948 | 958 | | |
| |||
961 | 971 | | |
962 | 972 | | |
963 | 973 | | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
964 | 980 | | |
965 | 981 | | |
966 | 982 | | |
967 | 983 | | |
968 | 984 | | |
969 | 985 | | |
970 | | - | |
| 986 | + | |
971 | 987 | | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
972 | 994 | | |
973 | 995 | | |
974 | 996 | | |
| |||
0 commit comments