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: udhos/goben
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: udhos/goben
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 9 commits
  • 23 files changed
  • 3 contributors

Commits on May 28, 2023

  1. Reference badge.

    udhos committed May 28, 2023
    Configuration menu
    Copy the full SHA
    875bbb5 View commit details
    Browse the repository at this point in the history
  2. Exchange optional versions.

    udhos committed May 28, 2023
    Configuration menu
    Copy the full SHA
    4ef9160 View commit details
    Browse the repository at this point in the history
  3. Bump version.

    udhos committed May 28, 2023
    Configuration menu
    Copy the full SHA
    ece567e View commit details
    Browse the repository at this point in the history
  4. Test for default time unit.

    udhos committed May 28, 2023
    Configuration menu
    Copy the full SHA
    213d532 View commit details
    Browse the repository at this point in the history
  5. Clarify gob error.

    udhos committed May 28, 2023
    Configuration menu
    Copy the full SHA
    6ebc731 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. This commit improves goben to be able to enforce TLS and refactors it

    to allow usage as a package from external golang projects.
    
    Full changes:
    - enforce TLS and full validation
    - made the code more testable
    - made it usable as a package (split the main to the cmd folder)
    - added end to end main unit test that launches a server and client
    - added Makefiles for common dev tasks
    - added cert generation for testing
    - refactored the config to provide defaults
    - moved config validation to the respective server and client code paths
    - added a bugfix to fix a crash when total duration <= 2 * update
      interval
    - changed docs to reflect the changes
    - moved the version to be an exported package property in config.go
    peterhoneder committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    aec4342 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge pull request #16 from peterhoneder/dev-tls-enforcement

    TLS enforcement and package refactoring
    udhos authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6ca5550 View commit details
    Browse the repository at this point in the history
  2. Fix linter issues.

    udhos committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a4be87f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. Upgrade dependencies and toolchain.

    udhos committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    da7a908 View commit details
    Browse the repository at this point in the history
Loading