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 sha256 repositories #23894

Merged
merged 38 commits into from
Jan 19, 2024
Merged

Add support for sha256 repositories #23894

merged 38 commits into from
Jan 19, 2024

Commits on Jan 17, 2024

  1. Add SHA256 support

    AdamMajer authored and lunny committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    eaf23fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55d0b3b View commit details
    Browse the repository at this point in the history
  3. name fixes

    AdamMajer authored and lunny committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    55203b1 View commit details
    Browse the repository at this point in the history
  4. json name fix

    AdamMajer authored and lunny committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    128fa52 View commit details
    Browse the repository at this point in the history
  5. swagger template updates

    AdamMajer authored and lunny committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c766f17 View commit details
    Browse the repository at this point in the history
  6. some sha1 -> hash renames

    AdamMajer authored and lunny committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7165cd1 View commit details
    Browse the repository at this point in the history
  7. revert unnecessary change

    AdamMajer authored and lunny committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7082b52 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c95a42d View commit details
    Browse the repository at this point in the history
  9. variable name fix

    AdamMajer authored and lunny committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3371a65 View commit details
    Browse the repository at this point in the history
  10. unnecessary stuff

    AdamMajer authored and lunny committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ad02eb3 View commit details
    Browse the repository at this point in the history
  11. hash_type to object_format in template

    AdamMajer authored and lunny committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    fba9ca1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e00b9c9 View commit details
    Browse the repository at this point in the history
  13. Fix test

    lunny committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    81ddba5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    130e8bf View commit details
    Browse the repository at this point in the history
  15. 1 Configuration menu
    Copy the full SHA
    eae8956 View commit details
    Browse the repository at this point in the history
  16. small warning fix

    AdamMajer committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0e8db0b View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. test column migration

    AdamMajer committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    6b5fa15 View commit details
    Browse the repository at this point in the history
  2. first sha256 unit tests

    AdamMajer committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2ae9909 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae5b68e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d54aca View commit details
    Browse the repository at this point in the history
  5. linting fixes

    AdamMajer committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1d96ab1 View commit details
    Browse the repository at this point in the history
  6. yaml lint

    AdamMajer committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    24929f2 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    rm unessesary diff
    6543 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    367d81c View commit details
    Browse the repository at this point in the history
  8. Update routers/web/web.go

    6543 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5584c89 View commit details
    Browse the repository at this point in the history
  9. Update modules/structs/repo.go

    6543 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e3cc200 View commit details
    Browse the repository at this point in the history
  10. update swagger docs

    6543 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    0e1713b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. one db migration

    AdamMajer committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    73c67e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    689f48c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into sha256

    6543 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9b57a7f View commit details
    Browse the repository at this point in the history
  4. address some suggestions

    6543 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    50c5488 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d580b97 View commit details
    Browse the repository at this point in the history
  6. fix-test-again

    6543 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    2300b55 View commit details
    Browse the repository at this point in the history
  7. unexport internal func

    6543 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e6d92c5 View commit details
    Browse the repository at this point in the history
  8. just sync in this case then

    6543 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    63c1d68 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d87dad4 View commit details
    Browse the repository at this point in the history
  10. comment only

    AdamMajer committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8b85ba9 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into sha256

    6543 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f47bc36 View commit details
    Browse the repository at this point in the history
  12. fix from merge main

    6543 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    01561b4 View commit details
    Browse the repository at this point in the history