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

First version of a Golang version of command handling in general. #118

Merged
merged 24 commits into from
Dec 10, 2023

Commits on Oct 11, 2023

  1. fix: apt cache performance (#104)

    * fix: apt cache performance
    
    Use a single call to apt-cache to reduce the time needed to lookup
    package versions.
    
    Also:
    * Added millisecond details to log timing so slow operations can be more
      easily identified.
    * Perform apt update before determining package versions.
    
    Fixes #103
    
    * chore: descriptive variable names and use log_err
    
    Added the review feedback, updating variable names to be more
    descriptive and using log_err where appropriate.
    stevenh authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    641f947 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    awalsh128 authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6f9e6a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Pull staging changes upstream. (#113)

    * Pull dev upstream to staging. (#112)
    
    * Use awk to enclose filename in single quotes tar #99
    
    * Add null field separator so filenames don't get broken up.
    
    * Move upload logs up in the action sequence so it captures data before it gets deleted.
    
    * Fix awk (#109)
    
    ---------
    
    Co-authored-by: sn-o-w <cristian.silaghi@mozilla.ro>
    
    * Fix awk delimiter.
    
    Pull in fix by @sn-o-w in https://github.com/sn-o-w/cache-apt-pkgs-action/commit/d0ee83b497ac30023e51cd526c62e57b07501912 mentioned in issue #99
    
    ---------
    
    Co-authored-by: sn-o-w <cristian.silaghi@mozilla.ro>
    awalsh128 and sn-o-w authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    44c33b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    36fa536 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a366c76 View commit details
    Browse the repository at this point in the history
  3. Remove unused variable.

    awalsh128 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    189ae35 View commit details
    Browse the repository at this point in the history
  4. Add Linter for Go code.

    awalsh128 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3b5900e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    587ece8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc6a957 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6154ec6 View commit details
    Browse the repository at this point in the history
  8. Fix stupid syntax.

    awalsh128 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    45e4578 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    19a0253 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c7bced View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b55495 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8010d65 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    643c9a4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e0a235e View commit details
    Browse the repository at this point in the history
  15. Update PR action.

    awalsh128 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1d63750 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    90d6c1c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    85fe267 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    297ef01 View commit details
    Browse the repository at this point in the history
  2. Fixed Lint errors

    awalsh128 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    de2c363 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1c0c98 View commit details
    Browse the repository at this point in the history
  4. More Lint errors

    awalsh128 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    0d6b7b7 View commit details
    Browse the repository at this point in the history