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

CNX-9308 CNX-9632 Moving to Github Actions for DUI3 #3418

Merged
merged 129 commits into from
May 29, 2024

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    df1134b View commit details
    Browse the repository at this point in the history
  2. test: Only do so on CI

    AlanRynne committed May 6, 2024
    Configuration menu
    Copy the full SHA
    af7a134 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cc5d97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e3d429 View commit details
    Browse the repository at this point in the history
  5. test: dotnet msbuild

    AlanRynne committed May 6, 2024
    Configuration menu
    Copy the full SHA
    eb67ea7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b71b88 View commit details
    Browse the repository at this point in the history
  7. test: Too much

    AlanRynne committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e38b7f8 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    7b1abff View commit details
    Browse the repository at this point in the history
  2. fix: Do only on CI

    AlanRynne committed May 7, 2024
    Configuration menu
    Copy the full SHA
    aded3d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2d635a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    b9cbe51 View commit details
    Browse the repository at this point in the history
  2. fix: Dotnet-version

    AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    228e26f View commit details
    Browse the repository at this point in the history
  3. fetch depth of 0

    AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    55bf0bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72a14ca View commit details
    Browse the repository at this point in the history
  5. fix long restore?

    AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6f6e26f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa076df View commit details
    Browse the repository at this point in the history
  7. use normal nuget?

    AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7a19ac6 View commit details
    Browse the repository at this point in the history
  8. restore all.sln

    AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f1d9fc8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc73ade View commit details
    Browse the repository at this point in the history
  10. use msbuild restore?

    AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    14b1888 View commit details
    Browse the repository at this point in the history
  11. teaks to target

    AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d68d3ce View commit details
    Browse the repository at this point in the history
  12. no zipping

    AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5db7226 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8eb0471 View commit details
    Browse the repository at this point in the history
  14. minor tweaks

    AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e8d5efb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c0757a3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bb0cd46 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4f32553 View commit details
    Browse the repository at this point in the history
  18. fix: update lock files

    AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1be25c5 View commit details
    Browse the repository at this point in the history
  19. no gitversion 🥲

    AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    713c713 View commit details
    Browse the repository at this point in the history
  20. even less :D

    AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    623cf71 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f8df726 View commit details
    Browse the repository at this point in the history
  22. rel path

    AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6bf6d8a View commit details
    Browse the repository at this point in the history
  23. AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    45011c8 View commit details
    Browse the repository at this point in the history
  24. 🔓

    AlanRynne committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bf9b554 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. build testing: try adding back cache with no restore (#3395)

    * try adding back cache with no restore
    
    * try only correct action and no circle ci
    
    * typo
    
    * try updating benchmark tests
    
    * reducing framework version for github runner
    
    * use msbuild setup action
    
    * use correct msbuild switch for no restore
    
    * touch file to test caching speed
    
    * intermediate build commit
    
    * add build
    
    * use build project
    
    * remove msbuild to path
    
    * use MS build again
    
    * add back msbuild to build path
    
    * add packing
    
    * add output
    
    * fmt
    
    * try out matrix with env var
    
    * try again with proper paths
    
    * more args
    
    * reworking again
    
    * add build script
    
    * use powershell
    
    * refactor trigger
    
    * retry zipping and upload
    
    * fix zipping
    
    * change compression
    
    * Add more connectors to zip
    
    * fix connectors :(
    
    * fix autocad
    
    * first pass of triggering action with upload/download
    
    * Octokit doesn't have dispatch event we want?
    
    * remove steps to better try secrets
    
    * try another way to get the secret
    
    * trying more with secrets
    
    * parse env files
    
    * will it work? who knows?
    
    * print a secret?
    
    * maybe fixed token usage
    
    * use PAT?
    
    * don't use env file
    
    * add message to error
    
    * add useragent
    
    * try token again
    
    * docs say GH token is bearer
    
    * ugh forgot to post
    
    * error changed....try putting accept
    
    * try PAT again
    
    * change permissions check
    
    * change back to token
    
    * put back steps and PAT
    
    * switch to use token
    adamhathcock authored May 15, 2024
    Configuration menu
    Copy the full SHA
    5871590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b8d579 View commit details
    Browse the repository at this point in the history
  3. update packages

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8049f79 View commit details
    Browse the repository at this point in the history
  4. add minver

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8505d5b View commit details
    Browse the repository at this point in the history
  5. remove minver changes

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    21b90cc View commit details
    Browse the repository at this point in the history
  6. turn off locked mode

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    e246680 View commit details
    Browse the repository at this point in the history
  7. add verison CLI

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    fa76ce8 View commit details
    Browse the repository at this point in the history
  8. fmt

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    cdc1b73 View commit details
    Browse the repository at this point in the history
  9. add version test

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7f386fa View commit details
    Browse the repository at this point in the history
  10. fix build

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7be5d0d View commit details
    Browse the repository at this point in the history
  11. trim the value

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b920621 View commit details
    Browse the repository at this point in the history
  12. fix format?

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    dade130 View commit details
    Browse the repository at this point in the history
  13. rogue space

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7ac7bb9 View commit details
    Browse the repository at this point in the history
  14. try GitVersion

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    74f2209 View commit details
    Browse the repository at this point in the history
  15. fix versions

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c0c6843 View commit details
    Browse the repository at this point in the history
  16. add back posting version

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    19fdf9e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9cc1d9e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    edbb08e View commit details
    Browse the repository at this point in the history
  19. remove permissions

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d13857e View commit details
    Browse the repository at this point in the history
  20. remove some temp gibbens

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0581ae6 View commit details
    Browse the repository at this point in the history
  21. add back circle ci

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    43f4511 View commit details
    Browse the repository at this point in the history
  22. add back t4

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    dc6629d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5ceffc5 View commit details
    Browse the repository at this point in the history
  24. add test workflow

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    02dd99f View commit details
    Browse the repository at this point in the history
  25. change test name

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9868da1 View commit details
    Browse the repository at this point in the history
  26. add dependabot

    adamhathcock committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3a99388 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. trigger real output job

    adamhathcock committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d0351ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b477bc3 View commit details
    Browse the repository at this point in the history
  3. print out what is zipped

    adamhathcock committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e3ac302 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed30ecb View commit details
    Browse the repository at this point in the history
  5. Revert "remove RuntimeIdentifier from ArcGIS3"

    This reverts commit ed30ecb.
    adamhathcock committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a936ba0 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    804fa61 View commit details
    Browse the repository at this point in the history
  2. merge fixes

    adamhathcock committed May 21, 2024
    Configuration menu
    Copy the full SHA
    08c9585 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bae07d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bc1bf8 View commit details
    Browse the repository at this point in the history
  5. fix up package locking

    adamhathcock committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c16343e View commit details
    Browse the repository at this point in the history
  6. move the explicit format

    adamhathcock committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c889b16 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65edeaa View commit details
    Browse the repository at this point in the history
  8. trigger build

    adamhathcock committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9c7377f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68670f0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    27fec08 View commit details
    Browse the repository at this point in the history
  2. feat: Modify ZIP build target to use a nested folder per connector

    This enables support for multiple versions to be packed in the same installer (as we do now)
    Minor changes in ArcGIS project output folder to align with other connectors
    AlanRynne committed May 24, 2024
    Configuration menu
    Copy the full SHA
    cceee58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b52f5b View commit details
    Browse the repository at this point in the history
  4. Allow manual triggering

    AlanRynne committed May 24, 2024
    Configuration menu
    Copy the full SHA
    83108e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95d2f20 View commit details
    Browse the repository at this point in the history
  6. test on push to DUI3/alpha

    AlanRynne committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9310c86 View commit details
    Browse the repository at this point in the history
  7. ci: Back to trigger on PR

    AlanRynne committed May 24, 2024
    Configuration menu
    Copy the full SHA
    29abb85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf4537f View commit details
    Browse the repository at this point in the history
  9. Update test variables

    AlanRynne committed May 24, 2024
    Configuration menu
    Copy the full SHA
    68a2126 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    58a2e70 View commit details
    Browse the repository at this point in the history
  11. fix trigger on main.yml

    AlanRynne committed May 24, 2024
    Configuration menu
    Copy the full SHA
    bd4e7e5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    572919e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2cc0ecc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3e7758c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    c6fa641 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    690287c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f738a0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    ae0d739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f4e413 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38dab97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cbc3cf View commit details
    Browse the repository at this point in the history
  5. Revert "chore: Update packages.lock.json files"

    This reverts commit 38dab97.
    AlanRynne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    652674e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    680d9da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eaf0c03 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8842741 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97d352b View commit details
    Browse the repository at this point in the history
  10. Trigger into main

    AlanRynne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b67fcb1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    18df032 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    22354fd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    97a7e17 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d121fa5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    714b76e View commit details
    Browse the repository at this point in the history
  16. ci: Remove test workflow

    AlanRynne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    300086d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e691da7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f3e87cb View commit details
    Browse the repository at this point in the history
  19. fix: Release triggeres

    AlanRynne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e8ba341 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2c5a224 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8ebab12 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cc09945 View commit details
    Browse the repository at this point in the history
  23. fix: Restore without lock

    AlanRynne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6946003 View commit details
    Browse the repository at this point in the history
  24. ci: Added run-name

    AlanRynne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    575edd2 View commit details
    Browse the repository at this point in the history
  25. ci: Fixes for linux run

    AlanRynne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f3a1f40 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    138be5f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4c2af0c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    359c212 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fd3a332 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    cb9e3f7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    35fa0e6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    df31ba5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    acd3a3d View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    abb0de2 View commit details
    Browse the repository at this point in the history
  35. Merge remote-tracking branch 'origin/dui3/ci/github-actions-test' int…

    …o dui3/ci/github-actions-test
    AlanRynne committed May 28, 2024
    Configuration menu
    Copy the full SHA
    31ae66c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    0527a90 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ffa6cec View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

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