Thanks to visit codestin.com
Credit goes to github.com

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: DKE-Data/agrirouter-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.0
Choose a base ref
...
head repository: DKE-Data/agrirouter-sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 15 files changed
  • 2 contributors

Commits on Mar 14, 2025

  1. Configuration menu
    Copy the full SHA
    0f73a4c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Feature/happy path testing for documentation (#226)

    * Refactor test environment initialization.
    
    Replaced hardcoded QA environment with dynamic environment retrieval from respective objects to improve maintainability and flexibility. Also added `getEnvironment()` method in `AbstractIntegrationTest` for consistent environment access across test classes.
    
    * Add integration test for telemetry connection onboarding
    
    This test validates the onboarding process for a new telemetry connection, ensuring the response contains all necessary authentication and connection details. The test is currently disabled and requires replacing the placeholder registration code to run.
    
    * Remove unused imports of `QA` environment from test files.
    
    The `QA` environment import was present but unused across multiple test files. This cleanup improves code readability and eliminates unnecessary dependencies, aligning with best practices.
    saschadoemer authored May 6, 2025
    Configuration menu
    Copy the full SHA
    7cb7773 View commit details
    Browse the repository at this point in the history
  2. Add test for generating authorization URL in secured onboarding (#227)

    This commit introduces a test to validate the generation of an authorization URL for the secured onboarding process using given parameters. It ensures that the URL matches the expected format and contains the necessary parts like application ID, state, and response type.
    saschadoemer authored May 6, 2025
    Configuration menu
    Copy the full SHA
    799b884 View commit details
    Browse the repository at this point in the history
Loading