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

Add support for code inspection report uploads #256

Merged
merged 49 commits into from
Apr 29, 2023

Commits on Apr 29, 2023

  1. Add openapi docs

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    124e715 View commit details
    Browse the repository at this point in the history
  2. Add openapi docs

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    31e151e View commit details
    Browse the repository at this point in the history
  3. Add openapi docs

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    dd813f2 View commit details
    Browse the repository at this point in the history
  4. Add openapi docs

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    fa9356e View commit details
    Browse the repository at this point in the history
  5. Add controller

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    a16cec1 View commit details
    Browse the repository at this point in the history
  6. Add controller

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    1f934b5 View commit details
    Browse the repository at this point in the history
  7. Add entity and migration

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    bfca1f6 View commit details
    Browse the repository at this point in the history
  8. Add parser

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    d6f8b5e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b1e9ec View commit details
    Browse the repository at this point in the history
  10. Add dom document parser

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    e774b4b View commit details
    Browse the repository at this point in the history
  11. Add dom document parser

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    e2637d6 View commit details
    Browse the repository at this point in the history
  12. Create parser provider

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    af33cd7 View commit details
    Browse the repository at this point in the history
  13. Create parser provider

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    5ae2688 View commit details
    Browse the repository at this point in the history
  14. Create parser provider

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    c4e128d View commit details
    Browse the repository at this point in the history
  15. Hook up controller

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    beb975c View commit details
    Browse the repository at this point in the history
  16. Hook up controller

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    52974dc View commit details
    Browse the repository at this point in the history
  17. Create cleanup command

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    f0308c3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0092b9a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3f352ed View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d2b01aa View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    62372c5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7a6306d View commit details
    Browse the repository at this point in the history
  23. Add Gitlab issue parser

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    bbdea6e View commit details
    Browse the repository at this point in the history
  24. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    9490fd2 View commit details
    Browse the repository at this point in the history
  25. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    c9f1363 View commit details
    Browse the repository at this point in the history
  26. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    617f063 View commit details
    Browse the repository at this point in the history
  27. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    cbcceb0 View commit details
    Browse the repository at this point in the history
  28. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    1ec2605 View commit details
    Browse the repository at this point in the history
  29. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    7bea098 View commit details
    Browse the repository at this point in the history
  30. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    080e66a View commit details
    Browse the repository at this point in the history
  31. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    e18b5b1 View commit details
    Browse the repository at this point in the history
  32. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    3676cdb View commit details
    Browse the repository at this point in the history
  33. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    b6c00ac View commit details
    Browse the repository at this point in the history
  34. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    060de64 View commit details
    Browse the repository at this point in the history
  35. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    ca57433 View commit details
    Browse the repository at this point in the history
  36. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    0cef45e View commit details
    Browse the repository at this point in the history
  37. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    ac07421 View commit details
    Browse the repository at this point in the history
  38. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    d6e8138 View commit details
    Browse the repository at this point in the history
  39. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    4bacd42 View commit details
    Browse the repository at this point in the history
  40. Fix code quality

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    2196d23 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2fc4db4 View commit details
    Browse the repository at this point in the history
  42. Enable test

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    7f224a7 View commit details
    Browse the repository at this point in the history
  43. Enable test

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    8bee881 View commit details
    Browse the repository at this point in the history
  44. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    3fe1a47 View commit details
    Browse the repository at this point in the history
  45. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    b14565c View commit details
    Browse the repository at this point in the history
  46. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    c7d3e30 View commit details
    Browse the repository at this point in the history
  47. Add coverage

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    3b97f27 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    c7cfc3d View commit details
    Browse the repository at this point in the history
  49. Remove @ symbol

    frankdekker committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    2dcc461 View commit details
    Browse the repository at this point in the history