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

feat(gnomod): forbid require and find dependencies without it #3123

Open
wants to merge 39 commits into
base: master
Choose a base branch
from

Commits on Nov 7, 2024

  1. chore: explicitely remove require support

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6c702b9 View commit details
    Browse the repository at this point in the history
  2. chore: finish remove require (+ tmp move utils to load package but sh…

    …ould be reverted)
    
    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    946f9e3 View commit details
    Browse the repository at this point in the history
  3. feat: mod download without require

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    773c548 View commit details
    Browse the repository at this point in the history
  4. feat: module download without require

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ccf8bb8 View commit details
    Browse the repository at this point in the history
  5. chore: refactor

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    14be54f View commit details
    Browse the repository at this point in the history
  6. chore: remove unused writePackage func

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    78ecedb View commit details
    Browse the repository at this point in the history
  7. chore: use PackageDir helper

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    70cfde5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    4e01fd3 View commit details
    Browse the repository at this point in the history
  2. fix: doc imports without require

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    13a1e21 View commit details
    Browse the repository at this point in the history
  3. chore: fix tests

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    77d696d View commit details
    Browse the repository at this point in the history
  4. fix: txtar loader

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    43afcc9 View commit details
    Browse the repository at this point in the history
  5. chore: forbid require

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    89ca164 View commit details
    Browse the repository at this point in the history
  6. chore: tidy

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    409bb3c View commit details
    Browse the repository at this point in the history
  7. chore: fmt

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a411efa View commit details
    Browse the repository at this point in the history
  8. chore: remove debug artifact

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4bc9998 View commit details
    Browse the repository at this point in the history
  9. chore: cleaner examples client'

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3e2450e View commit details
    Browse the repository at this point in the history
  10. chore: go mod tidy

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2ced616 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. chore: refacto

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3924102 View commit details
    Browse the repository at this point in the history
  2. fix: return errors

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    eff07fb View commit details
    Browse the repository at this point in the history
  3. chore: move / rename

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9bf675a View commit details
    Browse the repository at this point in the history
  4. chore: move back utils

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    bee03a0 View commit details
    Browse the repository at this point in the history
  5. chore: rename funcs and write doc

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c749846 View commit details
    Browse the repository at this point in the history
  6. chore: refacto

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    8f32074 View commit details
    Browse the repository at this point in the history
  7. chore: atomicize

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c353b21 View commit details
    Browse the repository at this point in the history
  8. fix: bad refactor

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    283b308 View commit details
    Browse the repository at this point in the history
  9. chore: remove unused funcs

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d4f6cad View commit details
    Browse the repository at this point in the history
  10. chore: dedup code

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e1331fd View commit details
    Browse the repository at this point in the history
  11. chore: port test

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    965095b View commit details
    Browse the repository at this point in the history
  12. chore: add fetch test with replace

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    07cccc6 View commit details
    Browse the repository at this point in the history
  13. chore: more test cases

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e65600f View commit details
    Browse the repository at this point in the history
  14. chore: unexpose testing client

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7b385d5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9ebbf69 View commit details
    Browse the repository at this point in the history
  16. fix: remove stdlibs from test imports

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    736d7f6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    519c51b View commit details
    Browse the repository at this point in the history
  18. chore: bump for CI

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d10eb8a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    b7ca880 View commit details
    Browse the repository at this point in the history
  2. fix: remove self from pkg imports

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    144c0cc View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    03cee2b View commit details
    Browse the repository at this point in the history
  2. fix: remove require

    Signed-off-by: Norman Meier <[email protected]>
    n0izn0iz committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    485d63e View commit details
    Browse the repository at this point in the history