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: migrate package create to slog #3132

Merged
merged 15 commits into from
Oct 25, 2024
Merged

feat: migrate package create to slog #3132

merged 15 commits into from
Oct 25, 2024

Commits on Oct 24, 2024

  1. add devslog

    Signed-off-by: Kit Patella <[email protected]>
    mkcp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    557a9e6 View commit details
    Browse the repository at this point in the history
  2. add sloglint

    Signed-off-by: Kit Patella <[email protected]>
    mkcp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    93e0d43 View commit details
    Browse the repository at this point in the history
  3. add newline to devslog

    Signed-off-by: Kit Patella <[email protected]>
    mkcp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    23d7b78 View commit details
    Browse the repository at this point in the history
  4. add WithContext to packager1 and store ctx on packager. begin migrati…

    …ng away from message on package create
    
    Signed-off-by: Kit Patella <[email protected]>
    mkcp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ab6392c View commit details
    Browse the repository at this point in the history
  5. migrate zarf package create to logger

    Signed-off-by: Kit Patella <[email protected]>
    mkcp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4107f58 View commit details
    Browse the repository at this point in the history
  6. fix some lint issues

    Signed-off-by: Kit Patella <[email protected]>
    mkcp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0caaace View commit details
    Browse the repository at this point in the history
  7. Empty log-format now disables logs, fix panic on context nil, add con…

    …sole-slog and console format
    
    Signed-off-by: Kit Patella <[email protected]>
    mkcp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1fdbbe3 View commit details
    Browse the repository at this point in the history
  8. go mod tidy

    Signed-off-by: Kit Patella <[email protected]>
    mkcp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    24736ad View commit details
    Browse the repository at this point in the history
  9. add comments

    Signed-off-by: Kit Patella <[email protected]>
    mkcp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    63e660c View commit details
    Browse the repository at this point in the history
  10. readd message logging now that we can disable it

    Signed-off-by: Kit Patella <[email protected]>
    mkcp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5ffcb48 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7b387e8 View commit details
    Browse the repository at this point in the history
  12. make sure logger.From can handle a nil context

    Signed-off-by: Kit Patella <[email protected]>
    mkcp committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    327c974 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. fix review bugs and nits

    Signed-off-by: Kit Patella <[email protected]>
    mkcp committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    de452bc View commit details
    Browse the repository at this point in the history
  2. Update src/pkg/packager/create.go

    Co-authored-by: Austin Abro <[email protected]>
    mkcp and AustinAbro321 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bf39bc7 View commit details
    Browse the repository at this point in the history
  3. move some error logs in catalog to more detailed error returns

    Signed-off-by: Kit Patella <[email protected]>
    mkcp committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    97e979c View commit details
    Browse the repository at this point in the history