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

Programming exercises: Add Ruff SCA for Python to LocalCI #9573

Draft
wants to merge 30 commits into
base: develop
Choose a base branch
from

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    366aae7 View commit details
    Browse the repository at this point in the history
  2. Add SARIF parser

    magaupp committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    79920e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52ef50d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    516cb41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6935b9e View commit details
    Browse the repository at this point in the history
  6. Rename XML variables

    magaupp committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    61af0eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89290ad View commit details
    Browse the repository at this point in the history
  8. Add parser test

    magaupp committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    8521f2b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    8442b1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8882e50 View commit details
    Browse the repository at this point in the history
  3. Document RuleCategorizer

    magaupp committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    eb7b790 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    56b4aed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39f57be View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Add Ruff Python SCA

    magaupp committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    41a049b View commit details
    Browse the repository at this point in the history
  2. Add test

    Add test file
    magaupp committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    46fda95 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

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

Commits on Nov 7, 2024

  1. Merge branch 'feature/programming-exercises/sarif-parser' into featur…

    …e/programming-exercises/python-sca
    magaupp authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    326ba06 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    a44e3fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d248cf View commit details
    Browse the repository at this point in the history
  3. Add more tests

    magaupp committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    2ed5974 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dfd8ff View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Merge branch 'feature/programming-exercises/sarif-parser' into featur…

    …e/programming-exercises/python-sca
    magaupp committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d4508ae View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    8f20007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47c2671 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/programming-exercises/sarif-parser' into featur…

    …e/programming-exercises/python-sca
    magaupp committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a626123 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

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

Commits on Nov 22, 2024

  1. Merge branch 'feature/programming-exercises/sarif-parser' into featur…

    …e/programming-exercises/python-sca
    magaupp authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b10f892 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. Merge branch 'develop' into feature/programming-exercises/python-sca

    # Conflicts:
    #	src/main/java/de/tum/cit/aet/artemis/programming/domain/StaticCodeAnalysisTool.java
    #	src/main/java/de/tum/cit/aet/artemis/programming/service/localci/scaparser/format/sarif/Result.java
    #	src/main/resources/config/application.yml
    #	src/test/java/de/tum/cit/aet/artemis/programming/StaticCodeAnalysisParserUnitTest.java
    #	src/test/java/de/tum/cit/aet/artemis/programming/util/ProgrammingExerciseFactory.java
    magaupp committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    4b94be6 View commit details
    Browse the repository at this point in the history
  2. Update docker image version

    magaupp committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    218e971 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70fbb8f View commit details
    Browse the repository at this point in the history