-
Notifications
You must be signed in to change notification settings - Fork 682
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: emicklei/go-restful
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: emicklei/go-restful
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.12.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 91 files changed
- 6 contributors
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a328c20 - Browse repository at this point
Copy the full SHA a328c20View commit details
Commits on Dec 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aaf45fd - Browse repository at this point
Copy the full SHA aaf45fdView commit details
Commits on Jan 3, 2024
-
remove the dependency on github.com/json-iterator/go. (#539)
That module uses github.com/modern-go/reflect2 which is broken. First, it is brittle because it relies on golang's implementation details that are not stable across golang releases. For example, reflect2 was broken when go 1.18 came out. Second, reflect2 is effectively unmaintained: modern-go/reflect2#24 (comment) Json-iterator itself has had correctness issues like json-iterator/go#413. The Kubernetes project has mostly removed the dependency on json-iterator in patches like kubernetes/kubernetes#105030. Moreover, the Kubernetes authors found it out that json-iterator puts a lot of load on the allocator, so even the performance gains are questionable. Let us remove dependencies on json-iterator and reflect2.
Configuration menu - View commit details
-
Copy full SHA for 290805f - Browse repository at this point
Copy the full SHA 290805fView commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b7e009 - Browse repository at this point
Copy the full SHA 0b7e009View commit details -
Ernest Micklei committed
Jan 9, 2024 Configuration menu - View commit details
-
Copy full SHA for f4169b2 - Browse repository at this point
Copy the full SHA f4169b2View commit details
Commits on Feb 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0e56c8 - Browse repository at this point
Copy the full SHA c0e56c8View commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3a6f77 - Browse repository at this point
Copy the full SHA b3a6f77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 951a11c - Browse repository at this point
Copy the full SHA 951a11cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d027240 - Browse repository at this point
Copy the full SHA d027240View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59b17dc - Browse repository at this point
Copy the full SHA 59b17dcView commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26f2628 - Browse repository at this point
Copy the full SHA 26f2628View commit details
Commits on May 27, 2024
-
better naming for routing related variable (#548)
* better naming for routing related variable * prefix each for vars in for.loop
Configuration menu - View commit details
-
Copy full SHA for 9a7c368 - Browse repository at this point
Copy the full SHA 9a7c368View commit details
Commits on May 28, 2024
-
golang workflows for restful (#550)
* go test workflow * dependbot update * target v3 branch * use v3 branch
Configuration menu - View commit details
-
Copy full SHA for 77fc969 - Browse repository at this point
Copy the full SHA 77fc969View commit details -
fix misroute when dealing multiple webservice with regex (#549)
* better naming for routing related variable * extra score on regularMatchesPathToken when detectWebServices * add unittest * little tweaks * prefix each for vars in for.loop * rebase * code lint
Configuration menu - View commit details
-
Copy full SHA for e5fed1c - Browse repository at this point
Copy the full SHA e5fed1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e4aaa1 - Browse repository at this point
Copy the full SHA 4e4aaa1View commit details
Loading
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 v3.11.0...v3.12.1