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

Id or inputspec #1708

Merged
merged 24 commits into from
Feb 18, 2024
Merged

Id or inputspec #1708

merged 24 commits into from
Feb 18, 2024

Commits on Feb 16, 2024

  1. udpate pkginput to be either ID or pkgInput

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b5d87ec View commit details
    Browse the repository at this point in the history
  2. update graphql for id or inputspec for nouns

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a2a407b View commit details
    Browse the repository at this point in the history
  3. update nouns in resolver tests

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    14b4f2d View commit details
    Browse the repository at this point in the history
  4. update client side graphql

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1406442 View commit details
    Browse the repository at this point in the history
  5. fix backend testing

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    16a0aa3 View commit details
    Browse the repository at this point in the history
  6. update bulk assembler to pass noun IDs to verbs

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    20bdb16 View commit details
    Browse the repository at this point in the history
  7. update single assembler to pass noun IDs to verbs

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    677e2d1 View commit details
    Browse the repository at this point in the history
  8. update neo4j backend - not functional

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a6834a6 View commit details
    Browse the repository at this point in the history
  9. update schema comments to account for return IDs in proper order

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    091aa35 View commit details
    Browse the repository at this point in the history
  10. delete keyvalue unit tests

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c7622c4 View commit details
    Browse the repository at this point in the history
  11. update keyvalue backend with IDorInputSpec

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    fa9cb0e View commit details
    Browse the repository at this point in the history
  12. update ent to use input only

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    bd00c04 View commit details
    Browse the repository at this point in the history
  13. update arango to use input only

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e3a9716 View commit details
    Browse the repository at this point in the history
  14. fix patch planning test

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    cd2bd55 View commit details
    Browse the repository at this point in the history
  15. fix test order

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6e84d22 View commit details
    Browse the repository at this point in the history
  16. remove unneeded unit test for arango and ent

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0ed0f7c View commit details
    Browse the repository at this point in the history
  17. fix lint issues

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5132ff1 View commit details
    Browse the repository at this point in the history
  18. fix resolver test

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7c42424 View commit details
    Browse the repository at this point in the history
  19. fix nil slice error for assembler

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    d91eafc View commit details
    Browse the repository at this point in the history
  20. add integration tag to backend test suite

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3cc9b45 View commit details
    Browse the repository at this point in the history
  21. remove -p 1 from the integration tests

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    06b0ad2 View commit details
    Browse the repository at this point in the history
  22. remove TestJsonBz2Ingestion test as it continues to fail

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    439340f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. readd TestJsonBz2Ingestion under integration tests

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    dcc26ba View commit details
    Browse the repository at this point in the history
  2. move TestJsonBz2Ingestion to processor test where it belongs

    Signed-off-by: pxp928 <parth.psu@gmail.com>
    pxp928 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    85eb59a View commit details
    Browse the repository at this point in the history