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 Gradle Plugin #5

Merged
merged 59 commits into from
Apr 20, 2023
Merged

Add Gradle Plugin #5

merged 59 commits into from
Apr 20, 2023

Commits on Dec 1, 2022

  1. Increase version number

    Nirostar committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    fb757f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    c614910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    383ec4d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    df02488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    167feee View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Restructure to split DICOM standard parsing and Java source generatio…

    …n into separate plugins
    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    048da7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    839e404 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b05c23e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    870f342 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd73db4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c255336 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f45fa3e View commit details
    Browse the repository at this point in the history
  8. Fix github pipeline

    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ef2fe91 View commit details
    Browse the repository at this point in the history
  9. Fix InformationObjectDefinitionMustacheModel constructor to because t…

    …he arguments were in the wrong order
    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    3e16833 View commit details
    Browse the repository at this point in the history
  10. Upgrade gradle version

    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a0c6c92 View commit details
    Browse the repository at this point in the history
  11. Split into composite gradle build to make a java generator plugin whi…

    …ch can work with custom tags
    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7636feb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1954010 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a6f5fd2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d033d6 View commit details
    Browse the repository at this point in the history
  15. Add clean task

    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    acf2b11 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    24ddfdf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cf37a47 View commit details
    Browse the repository at this point in the history
  18. Make source sets type safe

    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d66519b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3c1a3e5 View commit details
    Browse the repository at this point in the history
  20. Fix java doc warnings and use lower case at the beginning of @return

    …and @param descriptions
    
    * lower case is also the style java uses in their libraries
    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    cabc228 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d1e724c View commit details
    Browse the repository at this point in the history
  22. Migrate other subprojects to publishing plugin and extract parser dto…

    …s to also publish them
    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f9440ee View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5c7ca06 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e98799a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    73902b0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f68e2fa View commit details
    Browse the repository at this point in the history
  27. Revert "Downgrade jackson to allow usage in ei-monorepo"

    This reverts commit 25e1148d28aeaa24ed99e7f458af80bc4bd21e90.
    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    4cba30d View commit details
    Browse the repository at this point in the history
  28. Change generator plugin to be released as a fat jar and the fasterxml…

    … and snakeyaml packages relocated to avoid conflicts in the monorepo
    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    cf534dd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4e962b8 View commit details
    Browse the repository at this point in the history
  30. Remove generation of dicom tag constants to be also backwards compati…

    …ble with older dcm4che versions
    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9c826e0 View commit details
    Browse the repository at this point in the history
  31. Revert "Remove generation of dicom tag constants to be also backwards…

    … compatible with older dcm4che versions"
    
    This reverts commit 6af4de6ed050407dbd2875ffca0ef3409eee7a32.
    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    2a081f3 View commit details
    Browse the repository at this point in the history
  32. Make the javadocs more dicom version specific to avoid confusion with…

    … versions
    
    * also bring part04.xml to the same version as the other parts (2021d)
    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8137fcd View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a3e0bbf View commit details
    Browse the repository at this point in the history
  34. Use https for all the links

    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9c86a53 View commit details
    Browse the repository at this point in the history
  35. Make JDoc prettier

    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f7ab325 View commit details
    Browse the repository at this point in the history
  36. Fix github workflows

    Nirostar committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    4e9dc5d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Fix repository links

    Nirostar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    9520141 View commit details
    Browse the repository at this point in the history
  2. Un-shadow gradle plugin

    Nirostar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    3c707f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    878d7c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aed3b64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b86806f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50e1e8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6d19e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5d5b73 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fdce6d8 View commit details
    Browse the repository at this point in the history
  10. Remove custom jar names for standard library

    * not needed anymore due to the new upload approach it is okay for them to contain the version
    Nirostar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f2adc5e View commit details
    Browse the repository at this point in the history
  11. Remove fs declaration because it seems to be already defined in the c…

    …ontext the script is run
    Nirostar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    906d370 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aa9c123 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    57404f5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0ace00d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    49502ef View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0cd2a89 View commit details
    Browse the repository at this point in the history
  17. Fix publish.yml

    Nirostar committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    32d9cd4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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