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

Test DGPv2 example projects #3821

Merged
merged 23 commits into from
Oct 31, 2024

Commits on Sep 26, 2024

  1. Add DGPv2 examples

    - Convert the existing DGPv1 examples to demonstrate DGPv2.
    - Import [Dokkatoo examples](https://github.com/adamko-dev/dokkatoo/tree/v2.4.0/examples).
    
    Part of KT-71346
    
    To keep the PR smaller, tests to ensure these projects work as expected will be added in a following PR.
    adam-enko committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    307a35f View commit details
    Browse the repository at this point in the history
  2. add gradle.properties files

    adam-enko committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7c5126c View commit details
    Browse the repository at this point in the history
  3. Test DGPv2 example projects

    Test the DGPv2 examples by comparing using golden testing.
    
    The example projects are executed using Gradle TestKit. The generated Dokka output is compared against data committed into the directory
    `./dokka-integration-tests/gradle/src/testExampleProjects/expectedData/`
    
    KT-71346
    adam-enko committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3d76bd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fea30e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfaad32 View commit details
    Browse the repository at this point in the history
  6. fix expected data

    adam-enko committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    59181b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28507bd View commit details
    Browse the repository at this point in the history
  8. update test data

    adam-enko committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ea134e4 View commit details
    Browse the repository at this point in the history
  9. tidy assertions

    adam-enko committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d8b31bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8081bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2cc1ad2 View commit details
    Browse the repository at this point in the history
  12. fix composite-build...

    adam-enko committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2756a67 View commit details
    Browse the repository at this point in the history
  13. modify junit parallel mode

    adam-enko committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4d6f01f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. tidy CC assertion

    adam-enko committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3cd5b34 View commit details
    Browse the repository at this point in the history
  2. fix concurrency

    adam-enko committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d99c7a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58ab659 View commit details
    Browse the repository at this point in the history
  4. rm unnecessary task config

    adam-enko committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e542d04 View commit details
    Browse the repository at this point in the history
  5. rm test-fixtures

    adam-enko committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a0cac16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e7c5ff View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    ce2de6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20434c3 View commit details
    Browse the repository at this point in the history
  3. fix build cache test

    adam-enko committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    60640b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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