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

Update dependency resolution #4

Merged
merged 49 commits into from
Jul 13, 2024
Merged

Commits on Jan 31, 2024

  1. sort filetree entries

    aSemy committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    36e6740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    975e3c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13976b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2ba457 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    121ee26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56c7b8b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. wip

    aSemy committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7ec080d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Merge branch 'main' into feat/update-dependency-resolution

    # Conflicts:
    #	src/main/kotlin/data/DevPubAttributes.kt
    #	src/main/kotlin/data/DevPubConfigurationsContainer.kt
    #	src/main/kotlin/utils/gradleUtils.kt
    aSemy committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7638b22 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jul 11, 2024

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

Commits on Jul 12, 2024

  1. gradle 8.9

    aSemy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f9ff867 View commit details
    Browse the repository at this point in the history
  2. make testFixture util public

    aSemy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3b3b35e View commit details
    Browse the repository at this point in the history
  3. minor build config tweaks

    aSemy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    8fb9c5b View commit details
    Browse the repository at this point in the history
  4. Update Configurations

    - Fix extendsFrom.
    - Add Category attribute (apparently it's better than Usage? Although there's no explanation for this gradle/gradle#27991 (comment))
    - Experiment with filtering via artifact view... (but it doesn't work because Gradle sucks gradle/gradle#27991)
    - Create Configurations rather than register them, because Configurations get eagerly created anyway.
    aSemy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    716c776 View commit details
    Browse the repository at this point in the history
  5. rename named to name

    (initially done to avoid `val name`'s getting clashing with `Named#getNamed()`, but the property is private so it doesn't have a getter so there's no clash)
    aSemy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ea4d33a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56ebca8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a315667 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b34bde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe80c16 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd83abb View commit details
    Browse the repository at this point in the history
  11. tidy kdoc

    aSemy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c15cefc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    27e8be6 View commit details
    Browse the repository at this point in the history
  13. update kdoc

    aSemy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c268aa4 View commit details
    Browse the repository at this point in the history
  14. add lazy logging utils

    aSemy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    07a38a0 View commit details
    Browse the repository at this point in the history
  15. fix ApiPropagationTest

    aSemy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    98997b1 View commit details
    Browse the repository at this point in the history
  16. misc tidying

    aSemy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a27f55d View commit details
    Browse the repository at this point in the history
  17. update api dump

    aSemy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    22930a3 View commit details
    Browse the repository at this point in the history
  18. fix/tidy MultiProjectTest

    aSemy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    00bd01a View commit details
    Browse the repository at this point in the history
  19. fix/tidy ApiPropagationTest

    aSemy committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    db7383e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b4e3ff7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    c0a87bb View commit details
    Browse the repository at this point in the history
  2. add more logger utils

    (they're not used, but they're nice to have)
    aSemy committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    7ce40be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b23aa8 View commit details
    Browse the repository at this point in the history
  4. update file checksums

    - Hide checksum type, and rename function so 'md5' isn't implied.
    - Use SHA-256 (md5 vs sha256 doesn't really matter, but why not)
    - Base64 encode (smaller log output)
    aSemy committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    0253d36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a0f296 View commit details
    Browse the repository at this point in the history
  6. disable Kotest autoscan

    aSemy committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    377566f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4aa6789 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3804d24 View commit details
    Browse the repository at this point in the history
  9. add more tags to Gradle Plugin

    aSemy committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    3f72160 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2832b15 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'refs/heads/main' into feat/update-dependency-resolution

    # Conflicts:
    #	src/main/kotlin/DevPublishPlugin.kt
    #	src/main/kotlin/data/DevPubConfigurationsContainer.kt
    #	src/main/kotlin/data/PublicationData.kt
    #	src/main/kotlin/tasks/GeneratePublicationDataChecksumTask.kt
    #	src/main/kotlin/utils/debugUtils.kt
    aSemy committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    d9703d6 View commit details
    Browse the repository at this point in the history
  12. de-dupe createPublicationData

    aSemy committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    e899ca9 View commit details
    Browse the repository at this point in the history
  13. remove unused functions

    aSemy committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    fcc3578 View commit details
    Browse the repository at this point in the history
  14. tidy configurations

    aSemy committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    c7affa9 View commit details
    Browse the repository at this point in the history
  15. fix repos being nested

    aSemy committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    a492448 View commit details
    Browse the repository at this point in the history
  16. use shouldContain as infix fun

    aSemy committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    4f10025 View commit details
    Browse the repository at this point in the history
  17. test a single project

    aSemy committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    580d7ac View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d720678 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    56eafe8 View commit details
    Browse the repository at this point in the history