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: ovh/go-ovh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: ovh/go-ovh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 16 commits
  • 20 files changed
  • 2 contributors

Commits on Mar 7, 2023

  1. build: switch to go1.18

    Signed-off-by: Adrien Barreau <[email protected]>
    deathiop committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    b0d0d25 View commit details
    Browse the repository at this point in the history
  2. test: speed up tests, reduce sleep time

    Signed-off-by: Adrien Barreau <[email protected]>
    deathiop committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    1c4024d View commit details
    Browse the repository at this point in the history
  3. build: make golangci-lint happy

    Signed-off-by: Adrien Barreau <[email protected]>
    deathiop committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    cfebff2 View commit details
    Browse the repository at this point in the history
  4. build: add GitHub Actions

    Signed-off-by: Adrien Barreau <[email protected]>
    deathiop committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    b3499ce View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Merge pull request #60 from deathiop/master

    Build with github actions, modernize tooling
    rbeuque74 authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    b418c81 View commit details
    Browse the repository at this point in the history
  2. Update CODEOWNERS

    rbeuque74 authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    7349822 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7507209 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. test: rewrite tests with go-testdeep and httpmock

    Signed-off-by: Adrien Barreau <[email protected]>
    deathiop committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    13c5667 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. test: rework configuration file testing

    Signed-off-by: Adrien Barreau <[email protected]>
    deathiop committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    39b6ccf View commit details
    Browse the repository at this point in the history
  2. feat: allow /v1 or /v2 prefixes in path

    Signed-off-by: Adrien Barreau <[email protected]>
    deathiop committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    3f38947 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Update golang-build.yaml

    Signed-off-by: Romain Beuque <[email protected]>
    rbeuque74 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a4874e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from ovh/rbeuque74-patch-1

    Update golang-build.yaml
    rbeuque74 authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c98817b View commit details
    Browse the repository at this point in the history
  3. Add pull_request for GitHub action

    Signed-off-by: Romain Beuque <[email protected]>
    rbeuque74 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    77559c6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #64 from ovh/actions

    Add pull_request for GitHub action
    rbeuque74 authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    7cf9c8e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #61 from deathiop/master

    Revamp tests
    rbeuque74 authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d7b3235 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Merge pull request #62 from deathiop/v2

    Allow /v1/ and /v2 in paths
    rbeuque74 authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    4cfd334 View commit details
    Browse the repository at this point in the history
Loading