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: daixiang0/gci
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.1
Choose a base ref
...
head repository: daixiang0/gci
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.1
Choose a head ref
  • 9 commits
  • 18 files changed
  • 5 contributors

Commits on Feb 21, 2023

  1. remove hardcoded stdlib packages (#138)

    * remove hardcoded stdlib packages
    
    Signed-off-by: Xiaoyang Tan <[email protected]>
    
    * ci
    
    Signed-off-by: Xiaoyang Tan <[email protected]>
    
    ---------
    
    Signed-off-by: Xiaoyang Tan <[email protected]>
    xytan0056 authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    c19c1aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a4fe84 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Support multiple prefixes to group them together #107 (#142)

    This changes allows to use this to group multiple prefixes
    
    
    Signed-off-by: ccoVeille <[email protected]>
    ccoVeille authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    65b147e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. fix: bump version for v0.9.2 to align '--version' with the tagged ins…

    …tallation (#144)
    
    Signed-off-by: Joel Courtney <[email protected]>
    Signed-off-by: Joel Courtney <[email protected]>
    jufemaiz authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    4b78992 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. support suggested fixes by analyzing a diff (#148)

    Added `GetSuggestedFix` function creates unified diff for `unmodifiedFile` and `formattedFile`.
    Then analyzes the diff and creates `analysis.SuggestedFix` if needed.
    
    The Analyzer checks the result of `GetSuggestedFix` function and reports as `analysis.Diagnostic`.
    
    Fix #146
    
    Signed-off-by: Sergey Vilgelm <[email protected]>
    SVilgelm authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    d6e755b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. fix comment before import blocks (#147)

    Signed-off-by: Loong <[email protected]>
    daixiang0 authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    87c030f View commit details
    Browse the repository at this point in the history
  2. bump up to 0.10.0 (#149)

    Signed-off-by: Loong <[email protected]>
    daixiang0 authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    dd1f796 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. fix an issue with extra space in unified diff (#150)

    The GetUnifiedDiffString returns all lines with an extra character at beginning of each line: `+`, `-`, ` ` (space).
    
    The code properly handled the `+` and `-`, but not handled ` ` (space) character at all.
    So all changed code got an additional space at the beginning of each line.
    This change fixes the issue.
    
    Issue is not critical, because simple `go fmt` removes that space and this is the reason I didn't catch it earlier.
    
    Signed-off-by: Sergey Vilgelm <[email protected]>
    SVilgelm authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    15e6842 View commit details
    Browse the repository at this point in the history
  2. Revert: keep standard package list (#151)

    If no go in the PATH, packages will raise error:
    ```
    err: go command required, not found: exec: "go": executable file not found in $PATH: stderr:
    ```
    
    Signed-off-by: Loong <[email protected]>
    daixiang0 authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    8f9a4e9 View commit details
    Browse the repository at this point in the history
Loading