KEMBAR78
Comparing v0.1.0...v0.2.0 · julz/importas · GitHub
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: julz/importas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: julz/importas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 10 commits
  • 23 files changed
  • 4 contributors

Commits on Jan 21, 2022

  1. Allow non capturing groups (#9)

    Fix the flags parsing to accept regexes with non capturing groups
    
    Signed-off-by: Tom <tom@raftt.io>
    tomfeigin authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    e921838 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Bump go versions in CI to 1.20/21 (#17)

    Signed-off-by: Roman Mohr <rmohr@google.com>
    rmohr authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1399224 View commit details
    Browse the repository at this point in the history
  2. update golang dependencies

    Signed-off-by: Roman Mohr <rmohr@google.com>
    rmohr authored and julz committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    478befd View commit details
    Browse the repository at this point in the history
  3. Properly handle dot imports

    Typically no dot imports are desired but ginkgo/gomega is a common
    exception.
    
    Signed-off-by: Roman Mohr <rmohr@google.com>
    rmohr authored and julz committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    441cd3f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Fix race in compiling rule regex

    Fixed the race for rule compilation, added a test for it, and the "Test" step in the github workflow now enables the race checker.
    samuel authored and julz committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5bc719a View commit details
    Browse the repository at this point in the history
  2. Simplify locking

    samuel authored and julz committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b8654f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. go 1.22+ support

    grosser authored and julz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8608677 View commit details
    Browse the repository at this point in the history
  2. downgrade to allow install on 1.20

    grosser authored and julz committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    07c67e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    8073a86 View commit details
    Browse the repository at this point in the history
  2. add Makefile

    grosser authored and julz committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b26b8fc View commit details
    Browse the repository at this point in the history
Loading