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

Code Quality Python Tests #1734

Merged
merged 42 commits into from
Sep 28, 2024
Merged

Code Quality Python Tests #1734

merged 42 commits into from
Sep 28, 2024

Commits on Sep 25, 2024

  1. Added add(index, element) for UnwrappedEdgeList

    This adds support for adding nodes at a specific location in an unwrapped edge list.
    oxisto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    79fa1a9 View commit details
    Browse the repository at this point in the history
  2. Added test case

    oxisto committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    dc293e6 View commit details
    Browse the repository at this point in the history
  3. Bump Kotlin to 2.0.20

    maximiliankaul committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    715d360 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bab814 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    441dca3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c606f56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ef5616 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a55d281 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c32d155 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    73a53cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af74693 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ef922eb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b50985a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    30a7d1f View commit details
    Browse the repository at this point in the history
  15. rename to random

    maximiliankaul committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2bade9f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    523fec2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    be4f90a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b19cea9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    db257bd View commit details
    Browse the repository at this point in the history
  20. polishing the code

    maximiliankaul committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5a4db8a View commit details
    Browse the repository at this point in the history
  21. doc++

    maximiliankaul committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d077122 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0b8c1b7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ed00ede View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    c102179 View commit details
    Browse the repository at this point in the history
  2. Update cpg-language-python/src/main/kotlin/de/fraunhofer/aisec/cpg/fr…

    …ontends/python/StatementHandler.kt
    
    Co-authored-by: Christian Banse <[email protected]>
    maximiliankaul and oxisto authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a112459 View commit details
    Browse the repository at this point in the history
  3. Update cpg-language-python/src/main/kotlin/de/fraunhofer/aisec/cpg/fr…

    …ontends/python/StatementHandler.kt
    
    Co-authored-by: Christian Banse <[email protected]>
    maximiliankaul and oxisto authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fe073f1 View commit details
    Browse the repository at this point in the history
  4. Update cpg-language-python/src/test/kotlin/de/fraunhofer/aisec/cpg/fr…

    …ontends/python/PythonFrontendTest.kt
    
    Co-authored-by: Christian Banse <[email protected]>
    maximiliankaul and oxisto authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d812822 View commit details
    Browse the repository at this point in the history
  5. code review

    maximiliankaul committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    138ce62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    090a617 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64f3796 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab5a10b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    75c0159 View commit details
    Browse the repository at this point in the history
  2. merge error

    maximiliankaul committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b639753 View commit details
    Browse the repository at this point in the history
  3. merge error

    maximiliankaul committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a5b6a6c View commit details
    Browse the repository at this point in the history
  4. assertIs

    maximiliankaul committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    db89326 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ac679f View commit details
    Browse the repository at this point in the history
  6. code quality

    maximiliankaul committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6b8d807 View commit details
    Browse the repository at this point in the history
  7. assertInvokes

    maximiliankaul committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    12777e8 View commit details
    Browse the repository at this point in the history
  8. assertInvokes

    maximiliankaul committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0640490 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7ff213 View commit details
    Browse the repository at this point in the history
  10. is to assertIs

    maximiliankaul committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2ba3f87 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    a1c067e View commit details
    Browse the repository at this point in the history