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

db: migrate org.go to organizations.go with GORM #7538

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    10fd9e9 View commit details
    Browse the repository at this point in the history
  2. style: format code with Go fmt and Gofumpt

    This commit fixes the style issues introduced in d1a28d3 according to the output
    from Go fmt and Gofumpt.
    
    Details: #7538
    deepsource-autofix[bot] authored and unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    9cc3cc7 View commit details
    Browse the repository at this point in the history
  3. fixup

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    371c56e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0a14a5 View commit details
    Browse the repository at this point in the history
  5. Fix Orgs.Join

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    a449284 View commit details
    Browse the repository at this point in the history
  6. DeleteByID

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    ac636b5 View commit details
    Browse the repository at this point in the history
  7. Delete GetOrgsByUserID

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    bd31c3f View commit details
    Browse the repository at this point in the history
  8. Fix damn test

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    b332af5 View commit details
    Browse the repository at this point in the history
  9. fix race

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    a18290d View commit details
    Browse the repository at this point in the history
  10. GetOwnedOrgsByUserIDDesc

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    849d281 View commit details
    Browse the repository at this point in the history
  11. getOrgUsersByOrgID

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    2971cab View commit details
    Browse the repository at this point in the history
  12. GetUserMirrorRepositories

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    9797508 View commit details
    Browse the repository at this point in the history
  13. fixup

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    b49e4a4 View commit details
    Browse the repository at this point in the history
  14. orgsCreate

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    ed260cb View commit details
    Browse the repository at this point in the history
  15. orgsGetByName

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    26f8ddf View commit details
    Browse the repository at this point in the history
  16. fixup

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    0ca926e View commit details
    Browse the repository at this point in the history
  17. orgsList

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    cbd3c7a View commit details
    Browse the repository at this point in the history
  18. orgsCount

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    6345c50 View commit details
    Browse the repository at this point in the history
  19. orgsDeleteByID

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    bf92bcd View commit details
    Browse the repository at this point in the history
  20. orgsAddMember

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    fce3e65 View commit details
    Browse the repository at this point in the history
  21. orgsRemoveMember

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    5ab8262 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7d4c5b4 View commit details
    Browse the repository at this point in the history
  23. orgsHasMember

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    b2a0ce6 View commit details
    Browse the repository at this point in the history
  24. style: format code with Go fmt and Gofumpt

    This commit fixes the style issues introduced in 12efef4 according to the output
    from Go fmt and Gofumpt.
    
    Details: #7538
    deepsource-autofix[bot] authored and unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    54d5e4c View commit details
    Browse the repository at this point in the history
  25. orgsListMembers

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    c5fa4cf View commit details
    Browse the repository at this point in the history
  26. orgsIsOwnedBy

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    22526be View commit details
    Browse the repository at this point in the history
  27. orgsSetMemberVisibility

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    34e59c2 View commit details
    Browse the repository at this point in the history
  28. Add tests

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    f0fed90 View commit details
    Browse the repository at this point in the history
  29. Fix test

    unknwon committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    403e1fb View commit details
    Browse the repository at this point in the history