Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sashamelentyev/usestdlibvars
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.22.0
Choose a base ref
...
head repository: sashamelentyev/usestdlibvars
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 35 files changed
  • 4 contributors

Commits on Feb 16, 2023

  1. Remove range uses case in HTTP status (#90)

    Remove range uses case in HTTP status
    sashamelentyev authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8b9d590 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. feat: update go and add new time consts (#91)

    feat: update go and add new time consts
    
    Signed-off-by: Sasha Melentyev <[email protected]>
    sashamelentyev authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    abd8567 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    d518edc View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. chore: rm govulncheck (#95)

    Signed-off-by: Sasha Melentyev <[email protected]>
    sashamelentyev authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0946e00 View commit details
    Browse the repository at this point in the history
  2. fix: complex IfStmt false negatives (#94)

    * Add nested BinaryExpr to httpstatus IfStmt tests
    
    Signed-off-by: Spencer Schrock <[email protected]>
    
    * Check ast.BinaryExpr for HTTP Method and StatusCode
    
    This represents a more general case of IfStmt, ForStmt and SwitchStmt
    
    Signed-off-by: Spencer Schrock <[email protected]>
    
    * update httpstatus template for valid IfStmt uses too
    
    Signed-off-by: Spencer Schrock <[email protected]>
    
    ---------
    
    Signed-off-by: Spencer Schrock <[email protected]>
    spencerschrock authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5149298 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. fix: fix false-positive (#97)

    Signed-off-by: Sasha Melentyev <[email protected]>
    sashamelentyev authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a7b3ee4 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. Configuration menu
    Copy the full SHA
    3607976 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. chore: update x/tools (#105)

    * fix: udpate x/tools
    
    * chore: improve workflow
    ldez authored May 24, 2025
    Configuration menu
    Copy the full SHA
    0910892 View commit details
    Browse the repository at this point in the history
  2. feat: add time date month check (#104)

    * feat: add time date month check
    
    Signed-off-by: Sasha Melentyev <[email protected]>
    
    * chore: fixes after review
    
    Signed-off-by: Sasha Melentyev <[email protected]>
    
    * chore: add ok cases to gen tmpl
    
    Signed-off-by: Sasha Melentyev <[email protected]>
    
    ---------
    
    Signed-off-by: Sasha Melentyev <[email protected]>
    sashamelentyev authored May 24, 2025
    Configuration menu
    Copy the full SHA
    34f2c0b View commit details
    Browse the repository at this point in the history
Loading