-
-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: fujiwara/tfstate-lookup
base: v1.4.1
head repository: fujiwara/tfstate-lookup
compare: v1.4.2
- 9 commits
- 4 files changed
- 3 contributors
Commits on Sep 14, 2024
-
fix(lookup): improve quoteJQQuery function reliability
- Add a lookup test that failed when having object with dashes in the name after the scanned object name. - Fix the quoteJQQuery to pass the test. - Unify the quoteJQQuery processing algorithm for all queries, so no special behavior is used for queries with dashes.
Configuration menu - View commit details
-
Copy full SHA for 488e0a8 - Browse repository at this point
Copy the full SHA 488e0a8View commit details -
fix(lookup): allow for negative indexes in quoteJQQuery
- Add a lookup test with negative index. - Fix quoteJQQuery to allow for negative indexes.
Configuration menu - View commit details
-
Copy full SHA for 254c991 - Browse repository at this point
Copy the full SHA 254c991View commit details -
chore(gitignore): add compiled binary to gitignore
Add binary, built with go build to gitignore, so it does not accidentally get commited.
Configuration menu - View commit details
-
Copy full SHA for e1a6f64 - Browse repository at this point
Copy the full SHA e1a6f64View commit details
Commits on Sep 17, 2024
-
Merge pull request #205 from qgrp-m-kondratenko/main
Improve quoteJQQuery reliability
Configuration menu - View commit details
-
Copy full SHA for de69972 - Browse repository at this point
Copy the full SHA de69972View commit details -
goos: linux goarch: amd64 pkg: github.com/fujiwara/tfstate-lookup/tfstate cpu: AMD Ryzen 5 3400G with Radeon Vega Graphics BenchmarkLookupFile-8 3056 374179 ns/op 210225 B/op 2549 allocs/op PASS
Configuration menu - View commit details
-
Copy full SHA for 2ac40ae - Browse repository at this point
Copy the full SHA 2ac40aeView commit details -
regexp.MustCompile outside in the function
goos: linux goarch: amd64 pkg: github.com/fujiwara/tfstate-lookup/tfstate cpu: AMD Ryzen 5 3400G with Radeon Vega Graphics BenchmarkLookupFile-8 5895 197672 ns/op 109939 B/op 1171 allocs/op PASS
Configuration menu - View commit details
-
Copy full SHA for f4fcddc - Browse repository at this point
Copy the full SHA f4fcddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ceb58a - Browse repository at this point
Copy the full SHA 2ceb58aView commit details -
goos: linux goarch: amd64 pkg: github.com/fujiwara/tfstate-lookup/tfstate cpu: AMD Ryzen 5 3400G with Radeon Vega Graphics BenchmarkLookupFile-8 7789 143841 ns/op 89158 B/op 854 allocs/op PASS
Configuration menu - View commit details
-
Copy full SHA for 485732a - Browse repository at this point
Copy the full SHA 485732aView commit details -
Merge pull request #206 from fujiwara/fix/performance
Fix/performance
Configuration menu - View commit details
-
Copy full SHA for 4b5e629 - Browse repository at this point
Copy the full SHA 4b5e629View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.4.1...v1.4.2