8000 Comparing v1.0.0...v1.1.0 · AndresXLP/ravenTree · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: AndresXLP/ravenTree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: AndresXLP/ravenTree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 11 commits
  • 13 files changed
  • 3 contributors

Commits on Oct 1, 2024

  1. 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>
    jackgris committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    16361e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Update version go to 1.22

    AndresXLP authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4d2fd6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f54996 View commit details
    Browse the repository at this point in the history
  3. fix: race condition server test

    Signed-off-by: Gabriel Pozo <jackgris2@gmail.com>
    jackgris committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    54c2d60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff0217b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from jackgris/main

    refactor: tests to separate package, Go to 1.22, remove dependency
    AndresXLP authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4529223 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. 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
    AndresXLP committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    853866e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. feat: add golangci-lint

    - Add golangci-lint
    - Solve issues golangci-lint
    - Add badge golangci-lint & Go Report Card
    AndresXLP committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    72e9d90 View commit details
    Browse the repository at this point in the history
  2. 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
    AndresXLP committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d32cd5e View commit details
    Browse the repository at this point in the history
  3. test: resolve time test

    - add tolerance to time comparison
    AndresXLP committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    993566c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Merge pull request #5 from AndresXLP/feat/remove_external_dependency

    feat: remove external dependency
    AndresXLP authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    34ed28a View commit details
    Browse the repository at this point in the history
Loading
0