-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: AndresXLP/ravenTree
base: v1.0.0
head repository: AndresXLP/ravenTree
compare: v1.1.0
- 11 commits
- 13 files changed
- 3 contributors
Commits on Oct 1, 2024
-
refactor: tests to separate package, Go to 1.22, remove dependency
- Refactored tests to run in their own package for better isolation. - Updated Go version in go.mod to support new servermux version with handler-based method setup. - Removed unused echo package. Signed-off-by: Gabriel Pozo <jackgris2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 16361e7 - Browse repository at this point
Copy the full SHA 16361e7View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d2fd6b - Browse repository at this point
Copy the full SHA 4d2fd6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f54996 - Browse repository at this point
Copy the full SHA 7f54996View commit details -
fix: race condition server test
Signed-off-by: Gabriel Pozo <jackgris2@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 54c2d60 - Browse repository at this point
Copy the full SHA 54c2d60View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0217b - Browse repository at this point
Copy the full SHA ff0217bView commit details -
Merge pull request #4 from jackgris/main
refactor: tests to separate package, Go to 1.22, remove dependency
Configuration menu - View commit details
-
Copy full SHA for 4529223 - Browse repository at this point
Copy the full SHA 4529223View commit details
Commits on Nov 3, 2024
-
feat: remove external dependency
- Removed the Heimdall library; Raven Tree now natively manages timeouts and request retries without external dependencies. - Add backoff strategy to manage retry requests. - Add max backoff delay to prevent long delay backoff requests. - Add err collections to handle multiple errors when retrying request. - Remove server_test.go to test, now use httptest server. - Update README.md
Configuration menu - View commit details
-
Copy full SHA for 853866e - Browse repository at this point
Copy the full SHA 853866eView commit details
Commits on Nov 5, 2024
-
- Add golangci-lint - Solve issues golangci-lint - Add badge golangci-lint & Go Report Card
Configuration menu - View commit details
-
Copy full SHA for 72e9d90 - Browse repository at this point
Copy the full SHA 72e9d90View commit details -
feat: backoff with optional parameter
- Add optional parameters wo handle Backoff. - Add backoff_test.go. - Update client_test.go - Update README.md - Add golangci-lint to Github Actions
Configuration menu - View commit details
-
Copy full SHA for d32cd5e - Browse repository at this point
Copy the full SHA d32cd5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 993566c - Browse repository at this point
Copy the full SHA 993566cView commit details
Commits on Nov 6, 2024
-
Merge pull request #5 from AndresXLP/feat/remove_external_dependency
feat: remove external dependency
Configuration menu - View commit details
-
Copy full SHA for 34ed28a - Browse repository at this point
Copy the full SHA 34ed28aView 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.0.0...v1.1.0